diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2002-12-18 14:53:54 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2002-12-18 14:53:54 +0000 |
commit | beb70bd39b74c8146c184857792730b139e7e16b (patch) | |
tree | 4ce622d3003db22ceb32755980bbf21b0e1524ac /win32 | |
parent | 4a6d39bb58751016c6a12b1d5e16e26f1c48ec87 (diff) | |
download | libxml2-beb70bd39b74c8146c184857792730b139e7e16b.tar.gz |
more work on the xml reader interfaces. updated Igor's mail and the Web
* xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: more
work on the xml reader interfaces.
* AUTHORS MAINTAINERS 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/libxml2.def.src | 2 |
5 files changed, 6 insertions, 6 deletions
diff --git a/win32/Makefile.mingw b/win32/Makefile.mingw index 2e49167c..2a7d5550 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 87064adf..a7237460 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 bd3f1732..ba909c0e 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 c3eaaffa..14617fae 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. */ @@ -330,7 +330,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/libxml2.def.src b/win32/libxml2.def.src index 8bc13db1..01a4a093 100644 --- a/win32/libxml2.def.src +++ b/win32/libxml2.def.src @@ -13,7 +13,7 @@ from the libxml2.dll, its name is most certainly missing here. Add the name of the offending function to this file and rebuild. - 21.03.2001, Igor Zlatkovic (igor@stud.fh-frankfurt.de) + 21.03.2001, Igor Zlatkovic (igor@zlatkovic.com) */ #define LIBXML2_COMPILING_MSCCDEF |