Log

Author Commit Date CI Message
Daniel Veillard 2d1464fb 2002-01-21T23:16:56 improved the script to extracts comments from the gtk-doc DocBook output * doc/libxml2-api.xml doc/parsedecl.py: improved the script to extracts comments from the gtk-doc DocBook output (a bit convoluted but seems to work). Daniel
Daniel Veillard 06622dfe 2002-01-21T17:53:42 Recompiled the docs, Daniel
Daniel Veillard 61006471 2002-01-21T17:31:47 added an XML description of the API, moved the script generating it here. * Makefile.am doc/Makefile.am doc/libxml2-api.xml doc/parsedecl.py: added an XML description of the API, moved the script generating it here. Added a "make api" target Daniel
Daniel Veillard d2f23009 2002-01-21T13:36:00 Adam Lounds pointed out a bug in xmlSearchNs() Daniel * tree.c: Adam Lounds pointed out a bug in xmlSearchNs() Daniel
Daniel Veillard 8acca114 2002-01-21T09:52:27 Trying to fix an alignment problem reported in IE, daniel
Daniel Veillard 99e55ebe 2002-01-21T08:56:29 the change made to xmlXPathFuncLookupFunc was incompatible roll it back * xpath.c include/libxml/xpathInternals.h: the change made to xmlXPathFuncLookupFunc was incompatible roll it back Daniel
Daniel Veillard 963d2ae4 2002-01-20T22:08:18 cleanup patch from Anthony Jones fix the headers to avoid in make scan * SAX.c: cleanup patch from Anthony Jones * doc/Makefile.am: fix the headers to avoid in make scan * parserInternals.c xpath.c include/libxml/*.h: cleanup of the includes, * vs Ptr and general cleanup * parsedecl.py: first version of a script to extract the module interfaces, the goal will be to provide .decl or XML specification of the interfaces to build wrappers. Daniel
Daniel Veillard 0f5f162e 2002-01-20T12:42:06 Fixed bug #68830, xmlcatalog now provides return codes in case of errors * doc/xmlcatalog_man.xml xmlcatalog.c: Fixed bug #68830, xmlcatalog now provides return codes in case of errors Daniel
Daniel Veillard 35e937a7 2002-01-19T22:21:54 Added pointers and doc for the script too, Daniel
Daniel Veillard a4c8d069 2002-01-19T22:13:51 Adding the script to rebuild DocBook XML catalogs, Daniel
Bjorn Reese 026d29f4 2002-01-19T15:40:18 Upgraded to trio baseline 1.6
Daniel Veillard 572577e0 2002-01-18T16:23:55 removed the last occurences of strdup usage in the code Daniel * globals.c xmlIO.c xmlcatalog.c: removed the last occurences of strdup usage in the code Daniel
Daniel Veillard db5850a2 2002-01-18T11:49:26 Keith Isdale complained rightly that xmlInitParser() did not preserve * parser.c error.c: Keith Isdale complained rightly that xmlInitParser() did not preserve value set by xmlSetGenericErrorFunc Daniel
Daniel Veillard cfa0d812 2002-01-17T08:46:58 fixed the funxtion to set the xml: attributes added "setbase" to test it. * tree.c: fixed the funxtion to set the xml: attributes * debugXML.c: added "setbase" to test it. Daniel
Daniel Veillard 2c748c61 2002-01-16T15:37:50 update xmlNodeSetContent() and xmlNodeSetContentLen() to allow updating an * tree.c: update xmlNodeSetContent() and xmlNodeSetContentLen() to allow updating an attribute content Daniel
Daniel Veillard 8de85c6c 2002-01-15T17:10:15 try to avoid problems when compiling on Windows Daniel * libxml.h: try to avoid problems when compiling on Windows Daniel
Daniel Veillard 314cfa08 2002-01-14T17:58:01 patch from Anthony Jones for hash.c allocation size trying to work around * hash.c: patch from Anthony Jones for hash.c allocation size * Makefile.am: trying to work around Yet Another Libtool Madness and build the 2.4.13 release finally ... daniel
Daniel Veillard 744683d1 2002-01-14T17:30:20 updated to 2.4.13 update of the documentation daniel * configure.in include/libxml/xmlwin32version.h: updated to 2.4.13 * doc/* : update of the documentation daniel
Daniel Veillard e6a5519c 2002-01-14T17:11:53 some cleanup after an unsuccessful attempt at fixing #61290 :-( Daniel * debugXML.c tree.c: some cleanup after an unsuccessful attempt at fixing #61290 :-( Daniel
Daniel Veillard bc66f859 2002-01-14T09:49:20 Fixed a link, Daniel
Daniel Veillard fb25a514 2002-01-13T20:32:08 fixed xmlSaveFormatFileEnc() when encoding == NULL Fixes bug #67229 Daniel * tree.c: fixed xmlSaveFormatFileEnc() when encoding == NULL Fixes bug #67229 Daniel
Daniel Veillard acb2bdac 2002-01-13T16:15:43 trying to avoid troubles when a subtree is copied and coalesced in part * tree.c: trying to avoid troubles when a subtree is copied and coalesced in part with the target tree. Should fix bug #67407 Daniel
Daniel Veillard d8224e0f 2002-01-13T15:43:22 fixed validation of attributes content of type NAME NAMES NMTOKEN and * valid.c: fixed validation of attributes content of type NAME NAMES NMTOKEN and NMTOKENS to accept internationalized values, very old bug. Fixes #67671 Daniel
Daniel Veillard 8107a22f 2002-01-13T14:10:10 integrated a couple of fixes and a new API function * parser.c include/libxml/parserInternals.h tree.c: integrated a couple of fixes and a new API function xmlSetEntityReferenceFunc() from Keith Isdale and dedicated to xsldbg the XSLT debugger. Daniel
Daniel Veillard db0eb8df 2002-01-13T13:35:00 applied Serguei Narojnyi's patch to add native thread support on the Win32 * threads.c: applied Serguei Narojnyi's patch to add native thread support on the Win32 platform * testThreadsWin32.c Makefile.am: added the test program also from Serguei, Win32 specific * include/win32config.h include/libxml/xmlwin32version.h.in: added patch from Igor for the Windows thread specific defines. Daniel
Daniel Veillard 845cce4c 2002-01-09T11:51:37 Anthony Jones pointed a bug in xmlCopyEntity() Daniel * entities.c: Anthony Jones pointed a bug in xmlCopyEntity() Daniel
Daniel Veillard 7b602b42 2002-01-08T13:26:00 renamed XML.html output page into XMLinfo.html. Close bug #66951 and * doc/*.html doc/site.xsl doc/Makefile: renamed XML.html output page into XMLinfo.html. Close bug #66951 and raised by Robert Collins too. Daniel
Daniel Veillard 73c6e53a 2002-01-08T13:15:33 Paul Keogh pointed out a possibility of segfault on repeted * encoding.c: Paul Keogh pointed out a possibility of segfault on repeted xmlAddEncodingAlias() / xmlCleanupEncodingAlias(). Closes bug # 68238 Daniel
Daniel Veillard 4a85920e 2002-01-08T11:49:22 updated the Gdome2 links Daniel * doc/*.html: updated the Gdome2 links Daniel
Daniel Veillard 3c5ed91a 2002-01-08T10:36:16 Applied following patches from Robert Collins and make sure IN_LIBXML is * libxml.h: Applied following patches from Robert Collins and make sure IN_LIBXML is defined when compiling it ------- * include/libxml/xmlversion.h.in (LIBXML_DLL_IMPORT): Use on Cygwin as well as Visual C. * parser.c (XML_DIR_SEP): Don't use '\\' for Cygwin. * parserInternals.c (XML_DIR_SEP): Don't use '\\' for Cygwin. * strio.c (PLATFORM_UNIX): Define for Cygwin. * triodef.h (TRIO_PLATFORM_UNIX): Define for Cygwin. * xmlIO.c (xmlFileOpen): Use unix behaviour for Cygwin. Use binary mode opens for Cygwin (xmlFileOpenW xmlParserGetDirectory xmlSysIDExists xmlNoNetExists). * xmllint.c: Don't include winsock2.h for Cygwin. Daniel
Daniel Veillard 401c2114 2002-01-07T16:54:10 Jirka Kosek pointer out a bug in xmlParseTextDecl() when the version info * parser.c: Jirka Kosek pointer out a bug in xmlParseTextDecl() when the version info is not present. Daniel
Daniel Veillard 6f42c136 2002-01-06T23:05:13 Anthony Jones pointed out a problem in xmlStringGetNodeList() and provided * tree.c: Anthony Jones pointed out a problem in xmlStringGetNodeList() and provided a fix for it Daniel
Daniel Veillard aa39a0fb 2002-01-06T12:47:22 patch from Jack J Franklin to remove a bug in xmlCreatePushParserCtxt() * parser.c: patch from Jack J Franklin to remove a bug in xmlCreatePushParserCtxt() when the initial buffer passed is large. Daniel
Daniel Veillard 0e47ee29 2002-01-05T18:25:52 big cleanup of the Windows/MSVC project files from Igor Zlatkovic Daniel * win32/*: big cleanup of the Windows/MSVC project files from Igor Zlatkovic Daniel
Daniel Veillard cebb1361 2002-01-02T13:13:30 should fix #67674 and avoid troubles if xsltproc is not available or fails * doc/Makefile.am: should fix #67674 and avoid troubles if xsltproc is not available or fails in the prefix provided Daniel
Daniel Veillard 26908ab5 2002-01-01T16:50:03 one more doc patch from Charlie Bozeman. Daniel * xmlmemory.c: one more doc patch from Charlie Bozeman. Daniel
Daniel Veillard 5344c60d 2001-12-31T16:37:34 Fixed a few other problems raised by Charlie Bozeman. fixed the output * DOCBparser.c parser.c valid.c include/libxml/parserInternals.h include/libxml/xmlerror.h include/libxml/xpathInternals.h: Fixed a few other problems raised by Charlie Bozeman. * result/VC/ElementValid[5-7]: fixed the output Daniel
Daniel Veillard cbaf3995 2001-12-31T16:16:02 applied 42 documentation patches from Charlie Bozeman. Regenerated the * *.c include/libxml/*.h doc/html/*: applied 42 documentation patches from Charlie Bozeman. Regenerated the HTML docs. Daniel
Daniel Veillard 7f9a6806 2001-12-20T14:01:47 fixes for Windows from Igor Daniel * include/libxml/debugXML.h win32/dsp/libxml2.def.src: fixes for Windows from Igor Daniel
Daniel Veillard 1df3dfc2 2001-12-18T11:14:16 applied Justin Fletcher patch for --output or -o daniel * xmllint.c: applied Justin Fletcher patch for --output or -o daniel
Daniel Veillard d3b29d2e 2001-12-18T07:53:16 close #67019 Daniel * win32/libxml2/libxml2.def.src: close #67019 Daniel
Daniel Veillard 01db67c8 2001-12-18T07:09:59 applied Justin Fletcher generic timing patch similar to the one already * xmllint.c: applied Justin Fletcher generic timing patch similar to the one already applied to xsltproc. Daniel
Daniel Veillard d1640920 2001-12-17T15:30:10 applied documentation patches from Charlie Bozeman Daniel * include/libxml/tree.h tree.c: applied documentation patches from Charlie Bozeman Daniel
MST 2001 John Fleck 2323ac24 2001-12-14T04:24:50 *doc/xmllint.xml, xmllint.1 - document --dropdtd Thu Dec 13 21:24:16 MST 2001 John Fleck <jfleck@inkstain.net> *doc/xmllint.xml, xmllint.1 - document --dropdtd
Daniel Veillard 29e4399d 2001-12-13T22:21:58 fix the xmlStrdup() used in the previous patch. added --dropdtd fixed * valid.c: fix the xmlStrdup() used in the previous patch. * valid.c: added --dropdtd * tree.c: fixed xmlUnlinkNode so it also removes the references from the document if the node is a DTD Daniel
Daniel Veillard ae74399d 2001-12-13T20:58:11 Fixed a pointer to the list archives, Daniel
Daniel Veillard 86fd5a76 2001-12-13T14:55:21 cleanup some static declarations Daniel * HTMLtree.c valid.c: cleanup some static declarations Daniel
Daniel Veillard 9ae4b7af 2001-12-13T14:24:09 removed another strdup() removed the HP/UX entry Daniel * xmllint.c: removed another strdup() * doc/FAQ: removed the HP/UX entry Daniel
Daniel Veillard ed472f34 2001-12-13T08:48:14 fix bug #66816 when validating. don't use sys/time.h if configure did not * valid.c: fix bug #66816 when validating. * xmllint.c: don't use sys/time.h if configure did not found it Daniel
MST 2001 John Fleck 3fc555e5 2001-12-11T04:41:24 docs/xmllint.1, xmllint.xml, xmlcatalog.1, xmlcatalog_man.html, Mon Dec 10 21:39:55 MST 2001 John Fleck <jfleck@inkstain.net> * docs/xmllint.1, xmllint.xml, xmlcatalog.1, xmlcatalog_man.html, xmlcatalog_man.xml
Daniel Veillard 2d8a93b1 2001-12-10T21:07:19 Hietaniemi Jarkko pointed out that xmlInitMemory() was declared twice * include/libxml/xmlmemory.h: Hietaniemi Jarkko pointed out that xmlInitMemory() was declared twice Daniel
Daniel Veillard b82c1669 2001-12-09T14:00:54 do not reference strdup() ! trying to fix the libs of the various config * globals.c: do not reference strdup() ! * configure.in libxml-2.0.pc.in: trying to fix the libs of the various config extraction modules Daniel
Daniel Veillard ef90ba7e 2001-12-07T14:24:22 preparing 2.4.12 updated and rebuilt the docs Daniel * configure.in : preparing 2.4.12 * doc/* : updated and rebuilt the docs Daniel
Daniel Veillard 220346d1 2001-12-07T11:33:54 closed bug #66159 added --escape option some cleanup for xml2-config * uri.c: closed bug #66159 * testURI.c: added --escape option * configure.in: some cleanup for xml2-config --cflags Daniel
Daniel Veillard 2a906821 2001-12-06T14:34:08 removed some misplaced includes of xmlversion.h Daniel * globals.c testThreads.c: removed some misplaced includes of xmlversion.h Daniel
Daniel Veillard e28313b7 2001-12-06T14:08:31 patch from Gary Pennington fixing a possible problem at initialization * threads.c: patch from Gary Pennington fixing a possible problem at initialization time. Daniel
Daniel Veillard d3b08826 2001-12-05T12: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
Daniel Veillard a7866930 2001-12-04T13:14:44 applied Geert Kloosterman's patch to fix --repeat --timing output Daniel * xmllint.c: applied Geert Kloosterman's patch to fix --repeat --timing output Daniel
Daniel Veillard 1984094c 2001-11-29T16:11:38 Robin Berjon <robin@knowscape.com> found a case where non-wellformed XML * parser.c: Robin Berjon <robin@knowscape.com> found a case where non-wellformed XML declaractions were not detected. Daniel
Daniel Veillard 913d6e09 2001-11-28T14:53:53 Fixed the previous fix, Daniel
Daniel Veillard e85d9342 2001-11-28T14:43:12 fixed a compilation bug pointed by Danny Jamshy Daniel * xpointer.c: fixed a compilation bug pointed by Danny Jamshy Daniel
Daniel Veillard b36d4fe5 2001-11-28T13:40:42 Added some missing files, Daniel
Daniel Veillard 1aadc447 2001-11-28T13:10:32 Added a link to libxml2-pas, Daniel
Daniel Veillard 22f25a8a 2001-11-28T09:12:23 as robert pointed again, xmlInputCallbackInitialized gets reset by * xmlIO.c: as robert pointed again, xmlInputCallbackInitialized gets reset by xmlCleanupInputCallbacks() and this makes the function useless. Same for output. Daniel
Daniel Veillard 107ccaa1 2001-11-27T16:23:50 robert pointed out a loop error in callback cleanups Daniel * xmlIO.c: robert pointed out a loop error in callback cleanups Daniel
Daniel Veillard db9dfd9e 2001-11-26T17:25:02 Updated Gary's pages, Daniel
Daniel Veillard 8faa7836 2001-11-26T15:58:08 moved xmlGetLineNo() and xmlGetNodePath() into the main tree module, they * tree.c debugXML.c include/libxml/tree.h include/libxml/debugXML.h: moved xmlGetLineNo() and xmlGetNodePath() into the main tree module, they are not really tied to debugging Daniel
Daniel Veillard a4871052 2001-11-26T13:19:48 Updated the on-line documentation, Daniel
Daniel Veillard bd9b0e8e 2001-11-26T10:32:08 preparing 2.4.11 better --catalogs description Daniel * configure.in include/libxml/xmlwin32version.h: preparing 2.4.11 * xmllint.c: better --catalogs description Daniel
Daniel Veillard 4855c8c3 2001-11-25T10:35:25 fixed a couple of problems in xmlSetProp() Daniel * tree.c: fixed a couple of problems in xmlSetProp() Daniel
Daniel Veillard cd337f0b 2001-11-22T18:20:37 some cleanups when chasing unappropriate stdout output. Daniel * debugXML.c tree.c xmlIO.c xmlmemory.c: some cleanups when chasing unappropriate stdout output. Daniel
Daniel Veillard 566d4dfa 2001-11-22T13:00:53 Fixed a couple of macro errors pointed out by Denis Beurive, closes #65111 * include/libxml/tree.h: Fixed a couple of macro errors pointed out by Denis Beurive, closes #65111 Daniel
Daniel Veillard b4545fd6 2001-11-20T09:37:09 in case of content model validity error, don't print it if validity * valid.c: in case of content model validity error, don't print it if validity warnings were not requested. Daniel
Daniel Veillard c69e0b17 2001-11-20T08:35:07 applied a couple of patches from Brian D Ripley. removed the last exit() * nanoftp.c: applied a couple of patches from Brian D Ripley. * parserInternals.c: removed the last exit() call. Print an unmaskable error on stderr instead (library mismatch detection) Daniel
MST 2001 John Fleck 42304046 2001-11-18T00:18:06 doc/xmllint.xml, doc/xmllint.1 - update xmllint man page with shell Sat Nov 17 17:16:51 MST 2001 John Fleck <jfleck@inkstain.net> * doc/xmllint.xml, doc/xmllint.1 - update xmllint man page with shell instructions from Heiko Rupp
Daniel Veillard f7b094f7 2001-11-15T13:54:39 use the URL notation file:// for default catalog paths Daniel * catalog.c: use the URL notation file:// for default catalog paths Daniel
Daniel Veillard 0ec98635 2001-11-14T15:04:32 better comments for _private fields removed a problem when copying an * include/libxml/tree.h: better comments for _private fields * tree.c: removed a problem when copying an entity reference. Daniel
Daniel Veillard d33cfbf1 2001-11-13T15:24:36 updated instructions and diffs from John A Fotheringham Daniel * vms/*: updated instructions and diffs from John A Fotheringham Daniel
Daniel Veillard a11001b2 2001-11-12T22:45:36 avoid an include problem if #include <libxml/xmlerror.h> happens first in * include/libxml/xmlerror.h: avoid an include problem if #include <libxml/xmlerror.h> happens first in code seems to be the case in KDE libs Daniel
Daniel Veillard 8e3943cb 2001-11-12T21:35:44 update from Igor for Windows Daniel * win32/dsp/* include/libxml/xmlwin32version.h.in: update from Igor for Windows Daniel
Daniel Veillard 0135a390 2001-11-10T14:10:27 2.4.10 release, Daniel.
Daniel Veillard 43d3f61a 2001-11-10T11:57:23 preparing 2.4.10 upgraded and rebuilt the docs Daniel * configure.in include/libxml/xmlwin32version.h: preparing 2.4.10 * doc/*: upgraded and rebuilt the docs Daniel
Daniel Veillard c1f78343 2001-11-10T11:43:05 fix comment in scripts element parsing. updated the results. Daniel * HTMLparser.c: fix comment in scripts element parsing. * result/HTML/doc3*: updated the results. Daniel
Daniel Veillard c6e013ab 2001-11-10T10:08:57 add xmlGetNodePath() a cleaned up version of the Pwd shell string * debugXML.c include/libxml/debugXML.h: add xmlGetNodePath() a cleaned up version of the Pwd shell string generation. Daniel
Daniel Veillard be480fbb 2001-11-08T23:36:42 trying to fix namespaces + validation problems for good, closing #63619 in * valid.c include/libxml/tree.h: trying to fix namespaces + validation problems for good, closing #63619 in the process * result/valid/dia.xml test/valid/dia.xml: the Dia test was wrong in this respect, fixed it. Daniel
Daniel Veillard d536f701 2001-11-08T17:32:47 Morus Walter patch to allow --format and --encode Daniel * xmllint.c: Morus Walter patch to allow --format and --encode Daniel
Daniel Veillard 5004f42f 2001-11-08T13:53:05 Stefan Kost provided an help command for the shell Daniel * debugXML.c: Stefan Kost provided an help command for the shell Daniel
Daniel Veillard a6825e8d 2001-11-07T13:33:59 Heiko Rupp pointed that the shell would crash on empty nodesets returns. * debugXML.c: Heiko Rupp pointed that the shell would crash on empty nodesets returns. Daniel
Daniel Veillard 03f848d8 2001-11-07T12:53:46 Weiqi Gao pointed out that xmlcatalog migh need the history libraries * Makefile.am: Weiqi Gao pointed out that xmlcatalog migh need the history libraries Daniel
Daniel Veillard 957fdcf2 2001-11-06T22:50:19 handle the case of < in quoted attributes, Bastian Kleineidam Daniel * HTMLparser.c test/HTML/lt.html result/HTML/lt.html*: handle the case of < in quoted attributes, Bastian Kleineidam Daniel
Daniel Veillard c853b32f 2001-11-06T15:24:37 releasing 2.4.9 fixing catalog breakages fixed more problems in catalog * configure.in include/libxml/xmlwin32version.h: releasing 2.4.9 fixing catalog breakages * Makefile.am catalog.c result/catalogs/catal result/catalogs/mycatalog.* test/catalogs/catal*: fixed more problems in catalog support, added more regression tests for both XML and SGML catalog handling Daniel
Daniel Veillard 66870c71 2001-11-05T19:27:49 applied an improvement to xmlGetLineNo() from Keith Isdale Daniel * debugXML.c: applied an improvement to xmlGetLineNo() from Keith Isdale Daniel
Daniel Veillard ffe09c94 2001-11-05T14:21:47 dohhhh XML catalog add and remove ops were broken too. Side effect of the * catalog.c: dohhhh XML catalog add and remove ops were broken too. Side effect of the progressive catalog loading Daniel
Daniel Veillard ad661b9e 2001-11-05T11:43:15 confexecdir and confexec_DATA were defined twice pointed out by Karl * Makefile.am: confexecdir and confexec_DATA were defined twice pointed out by Karl Eichwalder Daniel
Daniel Veillard 6eb17724 2001-11-04T22:19:27 avoid unlink() and use remove() instead. Daniel * xmlcatalog.c: avoid unlink() and use remove() instead. Daniel
Daniel Veillard ea89828b 2001-11-04T22:13:45 cleanup updated with 2.4.8 Daniel * libxml.spec.in: cleanup * include/libxml/xmlwin32version.h: updated with 2.4.8 Daniel
Daniel Veillard ed421aa6 2001-11-04T21:22:45 Updated the news section, Daniel
Daniel Veillard a4617b8a 2001-11-04T20:19:12 fix bug #63752 of compiling libxml with a non standard set of options * encoding.c global.data globals.c testThreads.c: fix bug #63752 of compiling libxml with a non standard set of options Daniel
John Fleck 027edfb7 2001-11-04T20:13:58 Sun Nov 4 13:11:41 MST 2001 John Fleck <jfleck@inkstain.net Sun Nov 4 13:11:41 MST 2001 John Fleck <jfleck@inkstain.net * doc/xmllint.xml, xmllint.1 - updating xmllint man page to document --sgml option, fixing gnome bugzilla #63382
Daniel Veillard cd21dc78 2001-11-04T20:03:38 Fixed SGML catalogs breakage of 2.4.7, added a couple of really needed * include/libxml/catalog.h catalog.c: Fixed SGML catalogs breakage of 2.4.7, added a couple of really needed APIs like xmlCatalogIsEmpty() and xmlNewCatalog() * xmlcatalog.c: updated --sgml --noout to be a suitable replacement for install-catalog * configure.in: preparing 2.4.8 Daniel