kc3-lang/libxml2

Branch :


Log

Author Commit Date CI Message
42766c0e 2002-08-22 20:52:17 possible mem leak patch from Jason Adams integrated xf:escape-uri() from * xpath.c: possible mem leak patch from Jason Adams * xpath.c: integrated xf:escape-uri() from Wesley Terpstra in the XQuery namespace * configure.in: preparing 2.4.24 * doc/*.html: updated the web pages * python/generator.py: closing bug #85258 by generating conditional compile check to avoid linking to routines not configured in. Daniel
84ec40a5 2002-08-22 13:59:35 update error message for missing automake 2002-08-22 Havoc Pennington <hp@pobox.com> * autogen.sh: update error message for missing automake
08cccaa0 2002-08-22 09:47:29 typo in target name resulted in libxml2.py to not be rebuilt. fixed * python/Makefile.am: typo in target name resulted in libxml2.py to not be rebuilt. fixed DESTDIR similary to the libxslt one. Daniel
22669b26 2002-08-22 07:17:11 updated with version from Elizabeth Barham at * win32/win32/Makefile.mingw: updated with version from Elizabeth Barham at http://soggytrousers.net/repository/ Daniel
a40adbc7 2002-08-20 14:42:32 *** empty log message ***
a78942c5 2002-08-20 14:42:07 Added the prefix location to the include and lib search path
830e8971 2002-08-18 22:22:13 hardcode aclocal-1.4/automake-1.4 so that users with both automake 1.6 and 2002-08-18 Havoc Pennington <hp@pobox.com> * autogen.sh: hardcode aclocal-1.4/automake-1.4 so that users with both automake 1.6 and 1.4 installed get the right automake. Means compilation from CVS will now require the latest automake 1.4 release, or manually creating symlinks called "automake-1.4" and "aclocal-1.4"
b6984efc 2002-08-14 16:55:31 more AMD 64 induced changes from Frederic Crozat Daniel * configure.in python/Makefile.am: more AMD 64 induced changes from Frederic Crozat Daniel
c4bad4a7 2002-08-14 14:45:25 oops I was missing the xml:base fixup too this adds xml:base attributes to * xinclude.c: oops I was missing the xml:base fixup too * result/XInclude/*.xml: this adds xml:base attributes to most results of the tests Daniel
e3b7d9a1 2002-08-14 14:11:30 quick but apparently working implementation of xi:fallback, should close * xinclude.c: quick but apparently working implementation of xi:fallback, should close bug #89684 * Makefile.am test/XInclude/docs/fallback.xml result/XInclude/fallback.xml: added a basic test for fallback, and run with --nowarning to avoid a spurious warning * configure.in: applied patch from Frederic Crozat for python bindings on AMD 64bits machines. Daniel