Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 4b6e6828 | 2024-06-22 02:34:36 | cmake: Stop using win32config.h Move this file to the win32 subdirectory. | ||
| 5732ce56 | 2024-04-04 12:14:46 | meson: Initial commit | ||
| 0f568c0b | 2022-08-26 01:22:33 | Consolidate private header files Private functions were previously declared - in header files in the root directory - in public headers guarded with IN_LIBXML - in libxml.h - redundantly in source files that used them. Consolidate all private header files in include/private. | ||
| d033d02b | 2002-10-23 14:55:02 | added winsockcompat.h to EXTRA_DIST to fix bug #96586 Daniel * include/Makefile.am: added winsockcompat.h to EXTRA_DIST to fix bug #96586 Daniel | ||
| 07385fd7 | 2001-06-23 21:55:48 | fixed make distcheck and rebuilding the rpms Daniel * include/Makefile.am include/libxml/Makefile.am: fixed make distcheck and rebuilding the rpms Daniel | ||
| 6278fb5b | 2001-05-25 07:38:41 | - Makefile.am include/Makefile.am: small change to have include/libxml rebuilt if working from CVS. - uri.c: applied another patch from Carl Douglas for URI escaping, this should close bug #51876 Daniel | ||
| a737459b | 2001-05-10 14:17:55 | - Makefile.am xmlversion.h.in configure.in include/Makefile.am: integrating catalogs - catalog.[ch] testCatalog.c: adding a small catalo API (only SGML catalog support). - parser.c: restaured xmlKeepBlanksDefault(0) API Daniel | ||
| 4ec0b0f4 | 2001-04-25 15:53:40 | - DOCBparser.c include/Makefile.am: two patches from L | ||
| 59a3bd37 | 2001-02-24 22:41:45 | Small fix for the release, Daniel | ||
| 3473f88a | 2001-02-23 17:55:21 | Revert directory structure changes | ||
| 64636e7f | 2001-02-23 01:37:32 | moved to libxml directory - this allow simplify automake/autoconf. Now Thu Feb 23 02:03:56 CET 2001 Tomasz K | ||
| 4e19074b | 2000-11-13 19:07:22 | Oops forgot to add xinclude.h , Daniel. | ||
| 767662db | 2000-10-27 17:04:52 | - xpath.c: applied another XPath patch from TOM - xpath.c include/makefile.am: applied another patch from china@thewrittenword.com (cleanup on IRIX). Daniel | ||
| 29a11cc6 | 2000-10-25 13:32:39 | Releasing 2.2.6 after adding xpathInternals.h: - configure.in: release 2.2.6 - xpath.[ch] xpointer.c xpathInternals.h: added xpathInternals.h exporting the inner functions of xpath for extension modules - doc/*: updated and rebuilt the doc Daniel | ||
| 126f2799 | 2000-10-24 17:10:12 | Bunch of fixes, finishing moving datastructures to the hash stuff: - hash.[ch] debugXML.c: expanded/enhanced the API, added multikey tuples, made hash structure opaque - valid.[ch]: moved elements, attributes, notations decalarations as well as ID and refs to hash tables. - entities.c: hash cleanup - xmlmemory.c: fixed a dump problem in debug mode - include/Makefile.am: problem passing in DESTDIR= values patch from Marc Christensen <marc@calderasystems.com> - nanohttp.c: removed debugging remains - HTMLparser.c: the bogus tag should be ignored (Wayne) - HTMLparser.c parser.c: fixing a number of problems with the macros in the *parser.c files (Wayne). - HTMLparser.c: close the previous option when opening a new one (Marc Sanfacon). - result/HTML/*: updated the HTML results accordingly Daniel | ||
| 52afe800 | 2000-10-22 16:56:02 | Started working on the hash table module integration, fixed a bug: - entities.[ch] xpath.[ch] hash.[ch] debugXML.c tree.h: added/hacked hash tables from Bjorn Reese <breese@mail1.stofanet.dk>. Switched XPath functions and XML entities table to them. More to come... - xmlIO.c: fixed libxml closing FILEs it didn't open. Daniel | ||
| d3c68c46 | 2000-10-12 08:06:28 | - Makefile.am include/Makefile.am include/win32config.h win32/Makefile.mingw: fixed problems reported by Wayne Davison and make distcheck Daniel | ||
| c8df0aaf | 2000-10-10 23:50:30 | Added XPointer: - configure.in Makefile.am include/makefile.am: adding Added XPointer: - configure.in Makefile.am include/makefile.am: adding XPointer and XPtrtests target - xpointer.[ch] : new files for XPointer support - test/XPath/xptr result/XPath/xptr: added XPointer testsuite and more XPath tests Daniel | ||
| e8282edd | 2000-10-10 23:01:31 | More work toward 2.2.5, integrated a number of patches - configure.in Makefile.am win32config.h.in: trying to cleanup make distcheck .... huh ... - include/Makefile.am include/win32config.h: new directory for includes - win32/Makefile.mingw win32/README.MSDev win32/libxml2/libxml2.dsp updated teh makefiles and instructions for WIN32 - xpath.c: small fixes - test/XPath/ results/XPath: updated the testcases and results - HTMLparser.c nanohttp.c testXPath.c: incorporated provided or suggested patches - valid.c: fixed an ID bug Daniel |