libxml.m4


Log

Author Commit Date CI Message
Daniel Veillard b7cbbaee 2004-06-28T09:27:23 applied changes suggested by Mike Hommey, remove libxml1 support and use * libxml.m4: applied changes suggested by Mike Hommey, remove libxml1 support and use CPPFLAGS instead of CFLAGS Daniel
Daniel Veillard 3df01181 2003-12-10T10:17:51 fixing bug #119264 xmllint failing to report serialization errors in some * xmllint.c: fixing bug #119264 xmllint failing to report serialization errors in some cases. Daniel
Daniel Veillard cc199e0e 2003-10-24T21:11:48 applied patch from Patrick Welche provided in bug #125432 , future * libxml.m4: applied patch from Patrick Welche provided in bug #125432 , future proofing the .m4 file. * parser.c: resetting the context should also reset the error * TODO: problem of conformance w.r.t. E20 was raised in the XML Core telconf and libxml2 isn't conformant there. Daniel
Daniel Veillard 88e0ad4b 2002-04-09T13:48:02 got a report that #include <string.h> was needed Daniel * libxml.m4: got a report that #include <string.h> was needed Daniel
Daniel Veillard e979e3b5 2002-03-29T22:43:00 Frédéric Crozat gave a patch related to the change of Include paths * libxml.m4: Frédéric Crozat gave a patch related to the change of Include paths breaking the libxml.m4 Daniel
Daniel Veillard 70ac0e3e 2001-08-13T11:24:16 s/LIBXML_VERSION_NUMBER/LIBXML_VERSION/ seems the macro was renamed, this * libxml.m4: s/LIBXML_VERSION_NUMBER/LIBXML_VERSION/ seems the macro was renamed, this should close bug #58683 Daniel
Daniel Veillard dbb14a72 2001-04-26T20:54:01 - parser.c: applied fixes from Christian Glahn bug report #53391 Daniel
Daniel Veillard 2913e4ce 2001-04-26T19:29:02 new patches from Toshio Kuratomi Daniel * libxml.m4 libxml2-spec.in: new patches from Toshio Kuratomi Daniel
Daniel Veillard 5c4ec4c8 2001-04-26T07:43:59 - libxml.m4: added AM_PATH_XML2 provided by Toshio Kuratomi Daniel
Owen Taylor 3473f88a 2001-02-23T17:55:21 Revert directory structure changes
CET 2001 Tomasz K³oczko 64636e7f 2001-02-23T01:37:32 moved to libxml directory - this allow simplify automake/autoconf. Now Thu Feb 23 02:03:56 CET 2001 Tomasz K³oczko <kloczek@pld.org.pl> * *.c *.h libxml files: moved to libxml directory - this allow simplify automake/autoconf. Now isn't neccessary hack on am/ac level for make and remove libxml symlink (modified for this also configure.in and main Makefile.am). Now automake abilities are used in best way (like in many other projects with libraries). * include/win32config.h: moved to libxml directory (now include directory isn't neccessary). * Makefile.am, examples/Makefile.am, libxml/Makefile.am: added empty DEFS and in INCLUDES rest only -I$(top_builddir) - this allow minimize parameters count passed to libtool script (now compilation is also slyghtly more quiet). * configure.in: simplifies libzdetestion - prepare separated variables for keep libz name and path to libz header files isn't realy neccessary (if someone have libz installed in non standard prefix path to header files ald library can be passed as: $ CFALGS="-I</libz.h/path>" LDFLAGS="-L</libz/path>" ./configure * autogen.sh: check now for libxml/entities.h. After above building libxml pass correctly and also pass "make install DESTDIR=</install/prefix>" from tar ball generated by "make dist". Seems ac/am reorganization is finished. This changes not touches any other things on *.{c,h} files level.
Daniel Veillard a4964b75 2000-10-31T18:23:44 - HTMLparser.c: fixed loop on invalid char in scripts - parser.c: update to description of xmlIOParseDTD() - libxml.m4 xmlversion.h.in: changes contributed by Michael Schmeing <m.schmeing@internet-factory.de> - configure.in: preparing for 2.2.7 - Makefile.am: trying to avoid config.h and acconfig.h being included in the distrib - rebuilt the docs - configure.in: released 2.2.7 Daniel
Daniel Veillard 46057e14 2000-09-24T18:49:59 Various contribs: - xpath.c: patch for normalize-string() Various contribs: - xpath.c: patch for normalize-string() substring-before(), substring-after() and translate() functions from Bjorn Reese <breese@mail1.stofanet.dk> - libxml.m4 Makefile.am: added libxml.m4 from Debian ? Fredrik Hallenberg <hallon@lysator.liu.se> - TODO: updated Daniel