- 05 Nov, 2001 3 commits
-
-
Daniel Veillard authored
* debugXML.c: applied an improvement to xmlGetLineNo() from Keith Isdale Daniel
-
Daniel Veillard authored
* catalog.c: dohhhh XML catalog add and remove ops were broken too. Side effect of the progressive catalog loading Daniel
-
Daniel Veillard authored
* Makefile.am: confexecdir and confexec_DATA were defined twice pointed out by Karl Eichwalder Daniel
-
- 04 Nov, 2001 5 commits
-
-
Daniel Veillard authored
* xmlcatalog.c: avoid unlink() and use remove() instead. Daniel
-
Daniel Veillard authored
* libxml.spec.in: cleanup * include/libxml/xmlwin32version.h: updated with 2.4.8 Daniel
-
Daniel Veillard authored
* encoding.c global.data globals.c testThreads.c: fix bug #63752 of compiling libxml with a non standard set of options Daniel
-
John Fleck authored
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 authored
* 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
-
- 01 Nov, 2001 2 commits
-
-
CET 2001 Daniel Veillard authored
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
-
Daniel Veillard authored
* debugXML.c include/libxml/debugXML.h: bool can be a reserved keyword. Daniel
-
- 31 Oct, 2001 1 commit
-
-
Daniel Veillard authored
* 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
-
- 30 Oct, 2001 4 commits
-
-
Daniel Veillard authored
* catalog.c: Justin Fletcher pointed out that xmlParseXMLCatalog was not used anymore ! Daniel
-
Daniel Veillard authored
* 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
-
Daniel Veillard authored
* xmlIO.c: closing bug #62711, the library should never close stdin or stdout. Daniel
-
Daniel Veillard authored
* uri.c: second pass at fixing #63336, using Joel Young final patch. looks okay. Daniel
-
- 29 Oct, 2001 3 commits
-
-
Daniel Veillard authored
* uri.c include/libxml/uri.h: trying to clear #63336 allowing the escaping routine to parse unconformant URI-References. Daniel
-
Daniel Veillard authored
* 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
-
Daniel Veillard authored
* 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
-
- 27 Oct, 2001 1 commit
-
-
MDT 2001 John Fleck authored
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
-
- 24 Oct, 2001 1 commit
-
-
Daniel Veillard authored
* doc/site.xsl doc/*.html doc/Makefile.am: now autogenerate the web site from the main HTML document. Daniel
-
- 23 Oct, 2001 1 commit
-
-
Daniel Veillard authored
* 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
-
- 22 Oct, 2001 2 commits
-
-
Daniel Veillard authored
was set to NULL with a DTD child Daniel
-
Daniel Veillard authored
* 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
-
- 19 Oct, 2001 1 commit
-
-
Daniel Veillard authored
* nanoftp.c: use only "anonymous@" string for anonymous passwds * testThreads.c: removed bogus include Daniel
-
- 18 Oct, 2001 1 commit
-
-
Daniel Veillard authored
* parser.c valid.c result/valid/rss.xml result/valid/rss.xml.err: fixed a very serious (looping) validation bug Daniel
-
- 17 Oct, 2001 3 commits
-
-
Daniel Veillard authored
testThreads.c: far more testing, cleaning up bugs - *.c : make sure globals.h is always included. Daniel
-
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 1 commit
-
-
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
-