Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| ff628d46 | 2017-11-13 18:35:51 | Stop including ansidecl.h This seems to be an undocumented, internal GCC header added a long time ago. I don't know why it was included, but I think it can be safely removed. | ||
| bf3b4563 | 2017-11-13 18:33:23 | Remove unused AC_CHECKs | ||
| cb5541c9 | 2017-11-13 17:08:38 | Fix libz and liblzma detection If libz or liblzma are detected with pkg-config, AC_CHECK_HEADERS must not be run because the correct CPPFLAGS aren't set. It is actually not required have separate checks for LIBXML_ZLIB_ENABLED and HAVE_ZLIB_H. Only check for LIBXML_ZLIB_ENABLED and remove HAVE_ZLIB_H macro. Fixes bug 764657, bug 787041. | ||
| f3da06d6 | 2008-02-15 07:43:00 | EOL cleanups from Florent Guiliani Daniel * macos/src/XMLTestPrefix2.h win32/Makefile.msvc: EOL cleanups from Florent Guiliani Daniel svn path=/trunk/; revision=3692 | ||
| 9e3a513c | 2008-02-08 10:42:41 | EOL cleanup from Florent Guiliani, Daniel svn path=/trunk/; revision=3688 | ||
| d4e39ae2 | 2005-10-28 15:59:14 | cleanup from Albert Chin html/index.sgml doesn't exist anymore Daniel * config.h.in configure.in vms/config.vms macos/src/config-mac.h: cleanup from Albert Chin * doc/Makefile.am: html/index.sgml doesn't exist anymore Daniel | ||
| c284c64f | 2005-03-31 10:24:24 | use XML_SOCKLEN_T instead of SOCKLEN_T since apparently IBM can't avoid * config.h.in configure.in nanoftp.c nanohttp.c xmllint.c macos/src/config-mac.h: use XML_SOCKLEN_T instead of SOCKLEN_T since apparently IBM can't avoid breaking common defines #166922 Daniel | ||
| d3b08826 | 2001-12-05 12:03:33 | integrated Eric Lavigne (sp???) contribution to build libxml2 on MacOS * configure.in libxml.h parser.c testThreads.c macos/: integrated Eric Lavigne (sp???) contribution to build libxml2 on MacOS using CodeWarrior. Daniel |