Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 01db67c8 | 2001-12-18 07: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 | ||
| d1640920 | 2001-12-17 15:30:10 | applied documentation patches from Charlie Bozeman Daniel * include/libxml/tree.h tree.c: applied documentation patches from Charlie Bozeman Daniel | ||
| 2323ac24 | 2001-12-14 04: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 | ||
| 29e4399d | 2001-12-13 22: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 | ||
| ae74399d | 2001-12-13 20:58:11 | Fixed a pointer to the list archives, Daniel | ||
| 86fd5a76 | 2001-12-13 14:55:21 | cleanup some static declarations Daniel * HTMLtree.c valid.c: cleanup some static declarations Daniel | ||
| 9ae4b7af | 2001-12-13 14:24:09 | removed another strdup() removed the HP/UX entry Daniel * xmllint.c: removed another strdup() * doc/FAQ: removed the HP/UX entry Daniel | ||
| ed472f34 | 2001-12-13 08: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 | ||
| 3fc555e5 | 2001-12-11 04: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 | ||
| 2d8a93b1 | 2001-12-10 21: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 | ||
| b82c1669 | 2001-12-09 14: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 | ||
| ef90ba7e | 2001-12-07 14: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 | ||
| 220346d1 | 2001-12-07 11: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 | ||
| 2a906821 | 2001-12-06 14:34:08 | removed some misplaced includes of xmlversion.h Daniel * globals.c testThreads.c: removed some misplaced includes of xmlversion.h Daniel | ||
| e28313b7 | 2001-12-06 14: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 | ||
| 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 | ||
| a7866930 | 2001-12-04 13: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 | ||
| 1984094c | 2001-11-29 16: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 | ||
| 913d6e09 | 2001-11-28 14:53:53 | Fixed the previous fix, Daniel | ||
| e85d9342 | 2001-11-28 14:43:12 | fixed a compilation bug pointed by Danny Jamshy Daniel * xpointer.c: fixed a compilation bug pointed by Danny Jamshy Daniel | ||
| b36d4fe5 | 2001-11-28 13:40:42 | Added some missing files, Daniel | ||
| 1aadc447 | 2001-11-28 13:10:32 | Added a link to libxml2-pas, Daniel | ||
| 22f25a8a | 2001-11-28 09: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 | ||
| 107ccaa1 | 2001-11-27 16:23:50 | robert pointed out a loop error in callback cleanups Daniel * xmlIO.c: robert pointed out a loop error in callback cleanups Daniel | ||
| db9dfd9e | 2001-11-26 17:25:02 | Updated Gary's pages, Daniel | ||
| 8faa7836 | 2001-11-26 15: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 | ||
| a4871052 | 2001-11-26 13:19:48 | Updated the on-line documentation, Daniel | ||
| bd9b0e8e | 2001-11-26 10: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 | ||
| 4855c8c3 | 2001-11-25 10:35:25 | fixed a couple of problems in xmlSetProp() Daniel * tree.c: fixed a couple of problems in xmlSetProp() Daniel | ||
| cd337f0b | 2001-11-22 18: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 | ||
| 566d4dfa | 2001-11-22 13: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 | ||
| b4545fd6 | 2001-11-20 09: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 | ||
| c69e0b17 | 2001-11-20 08: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 | ||
| 42304046 | 2001-11-18 00: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 | ||
| f7b094f7 | 2001-11-15 13:54:39 | use the URL notation file:// for default catalog paths Daniel * catalog.c: use the URL notation file:// for default catalog paths Daniel | ||
| 0ec98635 | 2001-11-14 15: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 | ||
| d33cfbf1 | 2001-11-13 15:24:36 | updated instructions and diffs from John A Fotheringham Daniel * vms/*: updated instructions and diffs from John A Fotheringham Daniel | ||
| a11001b2 | 2001-11-12 22: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 | ||
| 8e3943cb | 2001-11-12 21:35:44 | update from Igor for Windows Daniel * win32/dsp/* include/libxml/xmlwin32version.h.in: update from Igor for Windows Daniel | ||
| 0135a390 | 2001-11-10 14:10:27 | 2.4.10 release, Daniel. | ||
| 43d3f61a | 2001-11-10 11: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 | ||
| c1f78343 | 2001-11-10 11: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 | ||
| c6e013ab | 2001-11-10 10: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 | ||
| be480fbb | 2001-11-08 23: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 | ||
| d536f701 | 2001-11-08 17:32:47 | Morus Walter patch to allow --format and --encode Daniel * xmllint.c: Morus Walter patch to allow --format and --encode Daniel | ||
| 5004f42f | 2001-11-08 13:53:05 | Stefan Kost provided an help command for the shell Daniel * debugXML.c: Stefan Kost provided an help command for the shell Daniel | ||
| a6825e8d | 2001-11-07 13: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 | ||
| 03f848d8 | 2001-11-07 12: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 | ||
| 957fdcf2 | 2001-11-06 22: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 | ||
| c853b32f | 2001-11-06 15: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 | ||
| 66870c71 | 2001-11-05 19:27:49 | applied an improvement to xmlGetLineNo() from Keith Isdale Daniel * debugXML.c: applied an improvement to xmlGetLineNo() from Keith Isdale Daniel | ||
| ffe09c94 | 2001-11-05 14: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 | ||
| ad661b9e | 2001-11-05 11: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 | ||
| 6eb17724 | 2001-11-04 22:19:27 | avoid unlink() and use remove() instead. Daniel * xmlcatalog.c: avoid unlink() and use remove() instead. Daniel | ||
| ea89828b | 2001-11-04 22:13:45 | cleanup updated with 2.4.8 Daniel * libxml.spec.in: cleanup * include/libxml/xmlwin32version.h: updated with 2.4.8 Daniel | ||
| ed421aa6 | 2001-11-04 21:22:45 | Updated the news section, Daniel | ||
| a4617b8a | 2001-11-04 20: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 | ||
| 027edfb7 | 2001-11-04 20: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 | ||
| cd21dc78 | 2001-11-04 20: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 | ||
| 5a37bde3 | 2001-11-01 14:31:22 | more include cleanups, export cleanly one html output + format function. Thu Nov 1 15:29:31 CET 2001 Daniel Veillard <daniel@veillard.com> * HTMLtree.c tree.c include/libxml/HTMLtree.h include/libxml/tree.h include/libxml/xmlIO.h: more include cleanups, export cleanly one html output + format function. Thu Nov 1 14:12:12 CET 2001 Daniel Veillard <daniel@veillard.com> * parser.c: removed initGenericErrorDefaultFunc call from xmlInitParser() since it could destroy previous calls to xsltSetGenericErrorFunc() effects Daniel | ||
| ebd38c5f | 2001-11-01 08:38:12 | bool can be a reserved keyword. Daniel * debugXML.c include/libxml/debugXML.h: bool can be a reserved keyword. Daniel | ||
| 8bdb91dd | 2001-10-31 17:52:43 | cleanup cleanup too added xmlNoNetExternalEntityLoader() from xsltproc * Makefile.am: cleanup * threads.c: cleanup too * xmlIO.c include/libxml/xmlIO.h: added xmlNoNetExternalEntityLoader() from xsltproc * include/libxml/tree.h include/libxml/parser.h: trying to break a dependancy loop. Daniel | ||
| 91c0040a | 2001-10-30 17:41:38 | Justin Fletcher pointed out that xmlParseXMLCatalog was not used anymore ! * catalog.c: Justin Fletcher pointed out that xmlParseXMLCatalog was not used anymore ! Daniel | ||
| 5540daa9 | 2001-10-30 15:14:36 | Update, Daniel | ||
| 52dcab39 | 2001-10-30 12:51:17 | preparing 2.4.7 switched to the latest xmllint manual page from John * configure.in: preparing 2.4.7 * Makefile.am doc/Makefile.am: switched to the latest xmllint manual page from John * doc/*: updated the doc and rebuilt the generated pages Daniel | ||
| a9e65e8b | 2001-10-30 10:32:36 | closing bug #62711, the library should never close stdin or stdout. Daniel * xmlIO.c: closing bug #62711, the library should never close stdin or stdout. Daniel | ||
| 4def3bd9 | 2001-10-30 09:47:47 | second pass at fixing #63336, using Joel Young final patch. looks okay. * uri.c: second pass at fixing #63336, using Joel Young final patch. looks okay. Daniel | ||
| bb6808ea | 2001-10-29 23:59:27 | trying to clear #63336 allowing the escaping routine to parse unconformant * uri.c include/libxml/uri.h: trying to clear #63336 allowing the escaping routine to parse unconformant URI-References. Daniel | ||
| acf7ff0a | 2001-10-29 20:21:47 | a few VMS updates from John A Fotheringham added * vms/readme.vms vms/build_libxml.com nanoftp.c include/libxml/xmlversion.h.in: a few VMS updates from John A Fotheringham * include/libxml/xmlIO.h xmlIO.c: added xmlCleanupInputCallbacks() and xmlCleanupOutputCallbacks() for the Perl binding people. Daniel | ||
| 635ef72a | 2001-10-29 11:48:19 | apply fixes to close #63271 and avoid segfaults when the error routine * parser.c globals.c DOCBparser.c HTMLparser.c error.c: apply fixes to close #63271 and avoid segfaults when the error routine gets callbed before xmlInitParser() get called. * nanoftp.c error.c: Applied patches from Justin Fletcher correcting some xmlGenericError misuses. Daniel | ||
| 51095317 | 2001-10-28 18:51:57 | fixing a broken link, Daniel | ||
| fd32de62 | 2001-10-27 20:14:01 | *doc/xmllint.xml, doc/xmllint.1 New and improved man page for xmllint - Sat Oct 27 14:04:45 MDT 2001 John Fleck <jfleck@inkstain.net> *doc/xmllint.xml, doc/xmllint.1 New and improved man page for xmllint - .xml is the original, .1 is the generated man page | ||
| c6271d20 | 2001-10-27 07:50:58 | Updated the download part, a couple of fixups from Gary, Daniel | ||
| 9c466827 | 2001-10-25 12:03:39 | More cleanup, fixed the front page, looks good ! Daniel | ||
| b8cfbd12 | 2001-10-25 10:53:28 | Finished reintegrating the docs and unifying the look, may still need a couple of pointers but looks fine now. valid.html si now merged in xmldtd.html. Overall cleanup, Daniel | ||
| 594cf0b2 | 2001-10-25 08:09:12 | Updated the stylesheet and the website, Daniel | ||
| c948420a | 2001-10-24 12:35:52 | now autogenerate the web site from the main HTML document. Daniel * doc/site.xsl doc/*.html doc/Makefile.am: now autogenerate the web site from the main HTML document. Daniel | ||
| 585b4ea7 | 2001-10-24 07:26:23 | Added a bullet about xmlDetectCharEncoding() extra arg, Daniel | ||
| 5151c06f | 2001-10-23 13:10:19 | fixed an erroneous validation bug when PE refs occurs in external parsed * parser.c: fixed an erroneous validation bug when PE refs occurs in external parsed entities referenced from the internals subset * test/valid/index.xml test/valid/dtds/nitf-2-5.dtd test/valid/dtds/NewsMLv1.0.dtd result/valid/index.xml*: added the associated testcase, it's a nice one. * HTMLparser.c: generate the DTD node as HTML still ... * HTMLtree.c: fixed errors in Set/GetMetaEncoding Daniel | ||
| b6b0fd89 | 2001-10-22 12:31:11 | Fixed a bug when creating a new HTML document, doc->children was set to NULL with a DTD child Daniel | ||
| 89cad536 | 2001-10-22 09:46:13 | added entities testing to the Thread test make the test reasonable fix the * test/threads/*: added entities testing to the Thread test * testThreads.c: make the test reasonable * DOCBparser.c: fix the DTD public and system ID * xmllint.c: added --sgml for SGML DocBook importing * Makefile.am: added Docbtests target Daniel | ||
| 0a702dca | 2001-10-19 14:50:57 | Added link to Solaris binaries provided by Gary Pennington Daniel | ||
| 9ae1eba9 | 2001-10-19 09:48:35 | use only "anonymous@" string for anonymous passwds removed bogus include * nanoftp.c: use only "anonymous@" string for anonymous passwds * testThreads.c: removed bogus include Daniel | ||
| ce2c2f09 | 2001-10-18 14:57:24 | fixed a very serious (looping) validation bug Daniel * parser.c valid.c result/valid/rss.xml result/valid/rss.xml.err: fixed a very serious (looping) validation bug Daniel | ||
| 3c01b1d8 | 2001-10-17 15:58:35 | - include/libxml/globals.h include/libxml/threads.h threads.c testThreads.c: far more testing, cleaning up bugs - *.c : make sure globals.h is always included. Daniel | ||
| 7cc95c0b | 2001-10-17 15:45:12 | try to get rid of parser loops for good. Daniel * HTMLparser.c: try to get rid of parser loops for good. Daniel | ||
| ab7488ef | 2001-10-17 11:30:37 | fixed some bugs in CFLAGS passing. added a specific threaded test case * configure.in: fixed some bugs in CFLAGS passing. * test/threads Makefile.am testThreads.c: added a specific threaded test case (really nasty, guaranteed). Daniel | ||
| 85c11fa2 | 2001-10-16 21:03:08 | serious cleanup on the management of the XML catalog tree, more tests * catalog.c: serious cleanup on the management of the XML catalog tree, more tests done, especially with the catalog PI. Daniel | ||
| 364789a6 | 2001-10-16 12:45:00 | avoid a problem in catalog cleanup on SMP if catalogs were not * catalog.c: avoid a problem in catalog cleanup on SMP if catalogs were not initialized. Daniel | ||
| 8146394d | 2001-10-16 12:34:39 | trying to cleanup the not thread safe parts of the library. Daniel * catalog.c xpath.c: trying to cleanup the not thread safe parts of the library. Daniel | ||
| 64a411cc | 2001-10-15 12:32:07 | make the allocation be per-thread a configure option fixed compilation * include/libxml/globals.h configure.in global.data: make the allocation be per-thread a configure option * encoding.c include/libxml/parser.h: fixed compilation errors Daniel | ||
| 5ee57fc9 | 2001-10-15 10:46:16 | Norm reported that a few lines added were breaking libxslt compile, * include/libxml/parser.h: Norm reported that a few lines added were breaking libxslt compile, removed them for now Daniel | ||
| 6f350291 | 2001-10-14 09:56:15 | debugged and fixed initialization problems which were giving troubles on * parser.c parserInternals.c threads.c: debugged and fixed initialization problems which were giving troubles on SMP boxes. Daniel | ||
| 6661ffa5 | 2001-10-13 14:18:17 | missing globals.h Daniel * include/libxml/Makefile.am: missing globals.h Daniel | ||
| e7090619 | 2001-10-13 12:18:28 | added a couple of standard includes. Daniel * globals.c: added a couple of standard includes. Daniel | ||
| 77d19aea | 2001-10-13 12:06:09 | #include stdlib.h and string.h in order to have protoypes of memory and 2001-10-13 Jaka Mocnik <jaka@gnu.org> * globals.c: #include stdlib.h and string.h in order to have protoypes of memory and str*() routines. | ||
| d0463560 | 2001-10-13 09:15:48 | Applied the last patches from Gary, cleanup, activated threading all user * include/libxml/SAX.h include/libxml/globals.h include/libxml/parser.h include/libxml/parserInternals.h include/libxml/tree.h include/libxml/xmlerror.h HTMLparser.c SAX.c error.c globals.c nanoftp.c nanohttp.c parser.c parserInternals.c testDocbook.c testHTML.c testSAX.c tree.c uri.c xlink.c xmlmemory.c: Applied the last patches from Gary, cleanup, activated threading all user accessible global variables are now handled in globals.[ch] Still a bit rought but make tests passes with either --with-threads defined at configure time or not. * Makefile.am example/Makefile.am: added globals.[ch] and threads linking options Daniel | ||
| b847864f | 2001-10-12 17:29:10 | started integrating the core of the thread support not activated yet but * Makefile.am include/libxml/Makefile.am include/libxml/globals.h globals.c include/libxml/threads.h threads.c build_glob.py global.data xmlcatalog.c acconfig.h configure.in: started integrating the core of the thread support not activated yet but half integrated. The code should still compile and work anyway. Daniel | ||
| b44025c7 | 2001-10-11 22:55:55 | started integrating the non-controversial parts of Gary Pennington * HTMLtree.c catalog.c debugXML.c entities.c nanoftp.c parser.c valid.c xmlmemory.c xpath.c xpointer.c: started integrating the non-controversial parts of Gary Pennington multithread patches * catalog.c: corrected a small bug introduced Daniel | ||
| 75b96824 | 2001-10-11 18:59:45 | very serious cleanup, isolating unportable code and as much as possible * catalog.c include/libxml/catalog.h: very serious cleanup, isolating unportable code and as much as possible the accesses to the global shared catalog. May need more testing ! Daniel |