1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2024-10-26 20:25:14 +03:00
Commit Graph

21 Commits

Author SHA1 Message Date
Nick Wellnhofer
3da0931811 libxml.m4: Fix "possibly undefined macro" error
See #527.
2023-04-30 13:18:47 +02:00
Nick Wellnhofer
85d4aba426 libxml.m4: Fix quoting
Should fix #527.
2023-04-29 19:48:50 +02:00
Ross Burton
d598d8af09 libxml.m4: deprecate AM_PATH_XML2, wrap PKG_CHECK_MODULES instead
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.
2022-12-06 18:17:49 +00:00
Sam James
278e7874e6 libxml.m4: fix -Wstrict-prototypes
Signed-off-by: Sam James <sam@gentoo.org>
2022-11-23 11:58:14 +00:00
Nick Wellnhofer
1089111142 Redirect links to xmlsoft.org
Documentation and releases are now available on gitlab.gnome.org.
2022-02-13 23:10:00 +01:00
Simon Josefsson
4defa2c24a Fix warnings in libxml.m4 with autoconf 2.70+.
Closes #219.
2021-02-20 16:48:20 +01:00
Nick Wellnhofer
20c60886e4 Fix typos
Resolves #133.
2020-03-08 17:41:53 +01:00
Nick Wellnhofer
8bbe4508ef Spelling and grammar fixes
Fixes bug 743172, bug 743489, bug 769632, bug 782400 and a few other
misspellings.
2017-06-17 16:34:23 +02:00
Daniel Veillard
b7cbbaeec4 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
2004-06-28 09:27:23 +00:00
Daniel Veillard
3df01181bd 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
2003-12-10 10:17:51 +00:00
Daniel Veillard
cc199e0e56 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
2003-10-24 21:11:48 +00:00
Daniel Veillard
88e0ad4bce got a report that #include <string.h> was needed Daniel
* libxml.m4: got a report that #include <string.h> was needed
Daniel
2002-04-09 13:48:02 +00:00
Daniel Veillard
e979e3b57a Frdric Crozat gave a patch related to the change of Include paths
* libxml.m4: Frdric Crozat gave a patch related to the change
  of Include paths breaking the libxml.m4
Daniel
2002-03-29 22:43:00 +00:00
Daniel Veillard
70ac0e3e2e 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
2001-08-13 11:24:16 +00:00
Daniel Veillard
dbb14a72f0 - parser.c: applied fixes from Christian Glahn bug report #53391
Daniel
2001-04-26 20:54:01 +00:00
Daniel Veillard
2913e4cef5 new patches from Toshio Kuratomi Daniel
* libxml.m4 libxml2-spec.in: new patches from Toshio Kuratomi
Daniel
2001-04-26 19:29:02 +00:00
Daniel Veillard
5c4ec4c862 - libxml.m4: added AM_PATH_XML2 provided by Toshio Kuratomi
Daniel
2001-04-26 07:43:59 +00:00
Owen Taylor
3473f88a7a Revert directory structure changes 2001-02-23 17:55:21 +00:00
CET 2001 Tomasz Koczko
64636e7f6e moved to libxml directory - this allow simplify automake/autoconf. Now
Thu Feb 23 02:03:56 CET 2001 Tomasz Koczko <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.
2001-02-23 01:37:32 +00:00
Daniel Veillard
a4964b7500 - 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
2000-10-31 18:23:44 +00:00
Daniel Veillard
46057e141c 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
2000-09-24 18:49:59 +00:00