summaryrefslogtreecommitdiff
path: root/libxml.m4
Commit message (Collapse)AuthorAgeFilesLines
* libxml.m4: Fix "possibly undefined macro" errorNick Wellnhofer2023-04-301-1/+1
| | | | See #527.
* libxml.m4: Fix quotingNick Wellnhofer2023-04-291-1/+1
| | | | Should fix #527.
* libxml.m4: deprecate AM_PATH_XML2, wrap PKG_CHECK_MODULES insteadRoss Burton2022-12-061-182/+5
| | | | | | pkg-config has been around for a very long time now, so deprecate the hand-written libxml.m4 fragment providing AM_PATH_XML2 and simply change it to a wrapper around PKG_CHECK_MODULES.
* libxml.m4: fix -Wstrict-prototypesSam James2022-11-231-6/+6
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* Redirect links to xmlsoft.orgNick Wellnhofer2022-02-131-2/+1
| | | | Documentation and releases are now available on gitlab.gnome.org.
* Fix warnings in libxml.m4 with autoconf 2.70+.Simon Josefsson2021-02-201-4/+8
| | | | Closes #219.
* Fix typosNick Wellnhofer2020-03-081-1/+1
| | | | Resolves #133.
* Spelling and grammar fixesNick Wellnhofer2017-06-171-1/+1
| | | | | Fixes bug 743172, bug 743489, bug 769632, bug 782400 and a few other misspellings.
* applied changes suggested by Mike Hommey, remove libxml1 support and useDaniel Veillard2004-06-281-204/+11
| | | | | | * libxml.m4: applied changes suggested by Mike Hommey, remove libxml1 support and use CPPFLAGS instead of CFLAGS Daniel
* fixing bug #119264 xmllint failing to report serialization errors in someDaniel Veillard2003-12-101-1/+1
| | | | | | * xmllint.c: fixing bug #119264 xmllint failing to report serialization errors in some cases. Daniel
* applied patch from Patrick Welche provided in bug #125432 , futureDaniel Veillard2003-10-241-2/+2
| | | | | | | | | * 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
* got a report that #include <string.h> was needed DanielDaniel Veillard2002-04-091-0/+2
| | | | | * libxml.m4: got a report that #include <string.h> was needed Daniel
* Frédéric Crozat gave a patch related to the change of Include pathsDaniel Veillard2002-03-291-2/+2
| | | | | | * libxml.m4: Frédéric Crozat gave a patch related to the change of Include paths breaking the libxml.m4 Daniel
* s/LIBXML_VERSION_NUMBER/LIBXML_VERSION/ seems the macro was renamed, thisDaniel Veillard2001-08-131-1/+1
| | | | | | * libxml.m4: s/LIBXML_VERSION_NUMBER/LIBXML_VERSION/ seems the macro was renamed, this should close bug #58683 Daniel
* - parser.c: applied fixes from Christian Glahn bug report #53391Daniel Veillard2001-04-261-15/+23
| | | | Daniel
* new patches from Toshio Kuratomi DanielDaniel Veillard2001-04-261-168/+214
| | | | | * libxml.m4 libxml2-spec.in: new patches from Toshio Kuratomi Daniel
* - libxml.m4: added AM_PATH_XML2 provided by Toshio KuratomiDaniel Veillard2001-04-261-0/+177
| | | | Daniel
* Revert directory structure changesOwen Taylor2001-02-231-0/+148
|
* moved to libxml directory - this allow simplify automake/autoconf. NowCET 2001 Tomasz K³oczko2001-02-231-148/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* - HTMLparser.c: fixed loop on invalid char in scriptsLIBXML_2_2_7Daniel Veillard2000-10-311-5/+9
| | | | | | | | | | | | - 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
* Various contribs: - xpath.c: patch for normalize-string()Daniel Veillard2000-09-241-0/+144
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