1
0
mirror of https://gitlab.gnome.org/GNOME/libxslt synced 2025-07-29 15:41:13 +03:00

increase the max number of cascaded sort operations. updated Igor's mail

* libxslt/xsltInternals.h: increase the max number of cascaded
  sort operations.
* AUTHORS doc/* win32/*: updated Igor's mail and the Web page for
  the Windows binaries.
Daniel
This commit is contained in:
Daniel Veillard
2002-12-18 14:43:06 +00:00
parent 210fe745ed
commit 5c4a6de5e5
40 changed files with 54 additions and 47 deletions

View File

@ -4,7 +4,7 @@
* Run it with an 'help', or an invalid option and it will tell you what options
* it accepts.
*
* March 2002, Igor Zlatkovic <igor@stud.fh-frankfurt.de>
* March 2002, Igor Zlatkovic <igor@zlatkovic.com>
*/
/* The source directory, relative to the one where this file resides. */
@ -294,7 +294,7 @@ function genReadme(bname, ver, file)
f.WriteLine("a cheer of joy, a comment or a suggestion, feel free to contact me using");
f.WriteLine("the address below.");
f.WriteBlankLines(1);
f.WriteLine(" Igor Zlatkovic (igor@stud.fh-frankfurt.de)");
f.WriteLine(" Igor Zlatkovic (igor@zlatkovic.com)");
f.Close();
}