- 17 Oct, 2001 2 commits
-
-
Daniel Veillard authored
* HTMLparser.c: try to get rid of parser loops for good. Daniel
-
Daniel Veillard authored
* configure.in: fixed some bugs in CFLAGS passing. * test/threads Makefile.am testThreads.c: added a specific threaded test case (really nasty, guaranteed). Daniel
-
- 16 Oct, 2001 3 commits
-
-
Daniel Veillard authored
* catalog.c: serious cleanup on the management of the XML catalog tree, more tests done, especially with the catalog PI. Daniel
-
Daniel Veillard authored
* catalog.c: avoid a problem in catalog cleanup on SMP if catalogs were not initialized. Daniel
-
Daniel Veillard authored
* catalog.c xpath.c: trying to cleanup the not thread safe parts of the library. Daniel
-
- 15 Oct, 2001 2 commits
-
-
Daniel Veillard authored
* 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
-
Daniel Veillard authored
* include/libxml/parser.h: Norm reported that a few lines added were breaking libxslt compile, removed them for now Daniel
-
- 14 Oct, 2001 1 commit
-
-
Daniel Veillard authored
* parser.c parserInternals.c threads.c: debugged and fixed initialization problems which were giving troubles on SMP boxes. Daniel
-
- 13 Oct, 2001 4 commits
-
-
Daniel Veillard authored
* include/libxml/Makefile.am: missing globals.h Daniel
-
Daniel Veillard authored
* globals.c: added a couple of standard includes. Daniel
-
Jaka Mocnik authored
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.
-
Daniel Veillard authored
* 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
-
- 12 Oct, 2001 1 commit
-
-
Daniel Veillard authored
* 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
-
- 11 Oct, 2001 4 commits
-
-
Daniel Veillard authored
* 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
-
Daniel Veillard authored
* 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
-
Daniel Veillard authored
* include/libxml/debugXML.h debugXML.c tree.c: integrating Keith Isdale patches for the XSLT debugger interfaces. Some cleanup Daniel
-
Daniel Veillard authored
* win32/Makefile.mingw: update from Tobias Peters for 2.4.5 * DOCBparser.c: generate line nubers in elements Daniel
-
- 10 Oct, 2001 1 commit
-
-
Daniel Veillard authored
* configure.in: preparing 2.4.6 release * doc/xml.html doc/html/*: updated and rebuilt the docs * include/libxml/*.h *.c: fixed a number of teh/the widht/width typos Daniel
-
- 09 Oct, 2001 1 commit
-
-
MDT 2001 John Fleck authored
Mon Oct 8 20:38:27 MDT 2001 John Fleck <jfleck@inkstain.net> * doc/xmlcatalog_man.xml, xmlcatalog.1, xmlcatalog_man.html adding documentation for DV's supercatalog support
-
- 08 Oct, 2001 1 commit
-
-
Daniel Veillard authored
* include/libxml/catalog.h catalog.c xmlcatalog.c: adding SGML super catalog support adding one API and one flag --sgml to xmlcatalog Daniel
-
- 07 Oct, 2001 2 commits
-
-
MDT 2001 John Fleck authored
Sun Oct 7 16:43:57 MDT 2001 John Fleck <jfleck@inkstain.net> * doc/xmlcatalog_man.xml, xmlcatalog.1 One more crack at https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392
-
Thomas Broyer authored
* xpath.c: implemented xmlXPathObjectCopy for external objects * include/libxml/xpathInternals.h: added xmlXPathStackIsExternal
-
- 06 Oct, 2001 6 commits
-
-
MDT 2001 John Fleck authored
Sat Oct 6 16:25:52 MDT 2001 John Fleck <jfleck@inkstain.net> *doc/xmlcatalog_man.xml, xmlcatalog_man.html, xmlcatalog.1 finishing up fix to https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392, making the xmlcatalog man page display more elegantly
-
Daniel Veillard authored
-
Daniel Veillard authored
* configure.in: closing bug #61832 * HTMLparser.c: removed a warning Daniel
-
Daniel Veillard authored
* xpath.c: fixing #61673 part I, do not loose doc information when copying result value trees. Daniel
-
Daniel Veillard authored
* xpath.c: trying to harden the XPath interpreter Daniel
-
MDT 2001 John Fleck authored
Fri Oct 5 20:37:51 MDT 2001 John Fleck <jfleck@inkstain.net> * doc/xmlcatalog.1 updated using a new stylesheet to address, in part, https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392
-
- 05 Oct, 2001 2 commits
-
-
William M. Brack authored
-
Daniel Veillard authored
* uri.c: applied fix from Mathias Hasselmann about a bug in URI parsing. * xpath.c: fix bug #61291 the default XML namespace node is missing from the namespace axis. * tree.c: refuse to create namespaces nodes with prefix "xml" Daniel
-
- 04 Oct, 2001 2 commits
-
-
Daniel Veillard authored
* SAX.c: ouch a non-defined namespace could lead to a crash, fixed #61215 Daniel
-
Daniel Veillard authored
* parserInternals.c: closed bug #61054 Daniel
-
- 03 Oct, 2001 1 commit
-
-
Daniel Veillard authored
* include/libxml/Makefile.am: closing #60708 Daniel
-
- 02 Oct, 2001 3 commits
-
-
Daniel Veillard authored
* win32/dsp/libxml2.def.src include/libxml/parser.h parser.c: adding xmlSAXParseFileWithData following Marco Stipek suggestion Daniel
-
Daniel Veillard authored
* valid.c: close bug #61550 when xml: wasn't considered a namespace daniel
-
Daniel Veillard authored
* win32/dsp/libxml2.def.src: Igor Zlatkovic patches * DOCBparser.c HTMLparser.c parser.c: fixed typos Daniel
-
- 01 Oct, 2001 1 commit
-
-
Daniel Veillard authored
* catalog.c: Justin Fletcher provided cleaup code in case HAVE_STAT is not defined * include/win32config.h: Igor Zlatkovic suggested to have HAVE_STAT defined there Daniel
-
- 28 Sep, 2001 1 commit
-
-
William M. Brack authored
-
- 26 Sep, 2001 1 commit
-
-
Darin Adler authored
-
- 24 Sep, 2001 1 commit
-
-
MDT 2001 John Fleck authored
Sun Sep 23 21:02:39 MDT 2001 John Fleck <jfleck@inkstain.net> * xmllint.c - fixing typo
-