diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2002-12-18 14:43:06 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2002-12-18 14:43:06 +0000 |
commit | 5c4a6de5e55d521a5f754df10a82b82d04a778b9 (patch) | |
tree | b5f0eccf3a0de9733530a38cc5261d534d17c1ea /win32 | |
parent | 210fe745ed8bd36923f547368f6a89235d855d8a (diff) | |
download | libxslt-5c4a6de5e55d521a5f754df10a82b82d04a778b9.tar.gz libxslt-5c4a6de5e55d521a5f754df10a82b82d04a778b9.tar.bz2 libxslt-5c4a6de5e55d521a5f754df10a82b82d04a778b9.zip |
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
Diffstat (limited to 'win32')
-rw-r--r-- | win32/Makefile.mingw | 2 | ||||
-rw-r--r-- | win32/Makefile.msvc | 2 | ||||
-rw-r--r-- | win32/Readme.txt | 2 | ||||
-rw-r--r-- | win32/configure.js | 4 | ||||
-rw-r--r-- | win32/libexslt.def.src | 2 | ||||
-rw-r--r-- | win32/libxslt.def.src | 2 |
6 files changed, 7 insertions, 7 deletions
diff --git a/win32/Makefile.mingw b/win32/Makefile.mingw index cafb1a59..957a26dc 100644 --- a/win32/Makefile.mingw +++ b/win32/Makefile.mingw @@ -10,7 +10,7 @@ # a 'nmake clean' and then a 'nmake all'. # nmake install to install the library and its header files. # -# November 2002, Igor Zlatkovic <igor@stud.fh-frankfurt.de> +# November 2002, Igor Zlatkovic <igor@zlatkovic.com> AUTOCONF = .\config.mingw diff --git a/win32/Makefile.msvc b/win32/Makefile.msvc index 8cb75a37..07705937 100644 --- a/win32/Makefile.msvc +++ b/win32/Makefile.msvc @@ -10,7 +10,7 @@ # a 'nmake clean' and then a 'nmake all'. # nmake install to install the library and its header files. # -# March 2002, Igor Zlatkovic <igor@stud.fh-frankfurt.de> +# March 2002, Igor Zlatkovic <igor@zlatkovic.com> AUTOCONF = .\config.msvc diff --git a/win32/Readme.txt b/win32/Readme.txt index 70cac541..e979294f 100644 --- a/win32/Readme.txt +++ b/win32/Readme.txt @@ -129,5 +129,5 @@ possible, and there is also a chance that support exists for IDEs which I have never seen. -November 2002, Igor Zlatkovic <igor@stud.fh-frankfurt.de> +November 2002, Igor Zlatkovic <igor@zlatkovic.com> diff --git a/win32/configure.js b/win32/configure.js index 8325f5a6..526d09af 100644 --- a/win32/configure.js +++ b/win32/configure.js @@ -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(); } diff --git a/win32/libexslt.def.src b/win32/libexslt.def.src index b3a8486f..d5238276 100644 --- a/win32/libexslt.def.src +++ b/win32/libexslt.def.src @@ -13,7 +13,7 @@ from the libexslt.dll, its name is most certainly missing here. Add the name of the offending function to this file and rebuild. - 21.03.2002, Igor Zlatkovic (igor@stud.fh-frankfurt.de) + 21.03.2002, Igor Zlatkovic (igor@zlatkovic.com) */ LIBRARY libexslt diff --git a/win32/libxslt.def.src b/win32/libxslt.def.src index d11d2859..9fa41d31 100644 --- a/win32/libxslt.def.src +++ b/win32/libxslt.def.src @@ -13,7 +13,7 @@ from the libxslt.dll, its name is most certainly missing here. Add the name of the offending function to this file and rebuild. - 21.03.2002, Igor Zlatkovic (igor@stud.fh-frankfurt.de) + 21.03.2002, Igor Zlatkovic (igor@zlatkovic.com) */ LIBRARY libxslt |