aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* preparing release 2.4.27 updated and rebuilt the docs try to make sure theDaniel Veillard2002-11-1742-325/+643
| | | | | | | | | | * configure.in: preparing release 2.4.27 * doc/* : updated and rebuilt the docs * doc/Makefile.am libxml.spec.in: try to make sure the tutorial and all the docs are actually packaged and in the final RPMs * parser.c parserInternals.c include/libxml/parser.h: restore xmllint --recover feature. Daniel
* fixing #96925 wich was also dependant on the processing of parsedDaniel Veillard2002-11-164-41/+60
| | | | | | | | * parser.c xpath.c: fixing #96925 wich was also dependant on the processing of parsed entities, and XPath computation on sustitued entities. * testXPath.c: make sure entities are substitued. Daniel
* fixed #96594, which was totally dependant on the processing of internalDaniel Veillard2002-11-152-3/+163
| | | | | | * parser.c: fixed #96594, which was totally dependant on the processing of internal parsed entities, which had to be changed. Daniel
* trying to fix bug #98517 about building outside the source tree fixed theDaniel Veillard2002-11-156-16/+22
| | | | | | | * Makefile.am python/Makefile.am python/tests/Makefile.am: trying to fix bug #98517 about building outside the source tree * doc/xml.html doc/FAQ.html: fixed the link to libiconv #94585 Daniel
* *** empty log message ***Igor Zlatkovic2002-11-142-0/+9
|
* cleanupIgor Zlatkovic2002-11-142-19/+11
|
* integrated mingw into jscript configureIgor Zlatkovic2002-11-143-181/+363
|
* *** empty log message ***Igor Zlatkovic2002-11-141-1/+1
|
* strengthen the guard in the Pop macros, like in the XML parser, closes bugDaniel Veillard2002-11-122-1/+6
| | | | | | * HTMLparser.c: strengthen the guard in the Pop macros, like in the XML parser, closes bug #97315 Daniel
* fixed bug #98338 , fatalError SAX callback is never used. DanielDaniel Veillard2002-11-122-1/+8
| | | | | | * include/libxml/parser.h: fixed bug #98338 , fatalError SAX callback is never used. Daniel
* fixed the initialization of the SAX structure which was breaking xsltprocDaniel Veillard2002-11-126-9/+142
| | | | | | | | | | | * parserInternals.c: fixed the initialization of the SAX structure which was breaking xsltproc * xpath.c: patch from Petr Pajas for CDATA nodes * tree.c: patch from Petr Pajas improving xmlGetNodePath() * parser.c include/libxml/parser.h: patch from Peter Jones removing a leak in xmlSAXParseMemory() and adding the function xmlSAXParseMemoryWithData() Daniel
* adding pdf of tutorial, changing web page to link to itMST 2002 John Fleck2002-11-124-2/+9
| | | | | | | | | Mon Nov 11 20:47:03 MST 2002 John Fleck <jfleck@inkstain.net> adding pdf of tutorial, changing web page to link to it * doc/tutorial/xmltutorial.pdf * doc/xml.html * doc/docs.html
* doc/tutorial/ar01s08.html adding file what I forgot for tutorialMST 2002 John Fleck2002-11-112-0/+69
| | | | | | | Sun Nov 10 20:48:57 MST 2002 John Fleck <jfleck@inkstain.net> * doc/tutorial/ar01s08.html adding file what I forgot for tutorial
* Adding encoding discussion to tutorial Added: DocBook admonition imageMST 2002 John Fleck2002-11-1131-76/+392
| | | | | | | | | | | | | Sun Nov 10 20:33:13 MST 2002 John Fleck <jfleck@inkstain.net> Adding encoding discussion to tutorial Added: * doc/tutorial/images/*.png: DocBook admonition image files * doc/tutorial/apf.html, apg.html: new generated html * doc/tutorial/includeconvert.c: conversion code entity file changed: * doc/tutorial/xmltutorial.xml: DocBook original * doc/tutorial/*.html: generated html
* *** empty log message ***Igor Zlatkovic2002-11-081-0/+8
|
* retired xmlwin32version.hIgor Zlatkovic2002-11-0815-56/+14
|
* *** empty log message ***Igor Zlatkovic2002-11-081-0/+4
|
* exported additional symbolsIgor Zlatkovic2002-11-081-15/+29
|
* fixed a typo pointed out by Igor try to speed up node compare using lineDaniel Veillard2002-11-0830-28/+49
| | | | | | | * globals.c: fixed a typo pointed out by Igor * xpath.c: try to speed up node compare using line numbers if available. Daniel
* make xmlFreeNode() handle attributes correctly. DanielDaniel Veillard2002-11-072-0/+8
| | | | | * tree.c: make xmlFreeNode() handle attributes correctly. Daniel
* *** empty log message ***Igor Zlatkovic2002-11-061-0/+5
|
* completed the #96963 fixIgor Zlatkovic2002-11-061-0/+2
|
* tried to fix bug #97852 reported by Nicolas Noffke DanielDaniel Veillard2002-11-062-0/+6
| | | | | * xpointer.c: tried to fix bug #97852 reported by Nicolas Noffke Daniel
* switched the order of a couple of includes to fix bugs #97100 DanielDaniel Veillard2002-11-042-1/+6
| | | | | | * Makefile.am: switched the order of a couple of includes to fix bugs #97100 Daniel
* *** empty log message ***Igor Zlatkovic2002-10-311-0/+5
|
* fixed bug #96963, reverted to old behaviour of xmlLoadCatalogsIgor Zlatkovic2002-10-311-2/+2
|
* *** empty log message ***Igor Zlatkovic2002-10-311-0/+11
|
* introduced a more flexible thread configIgor Zlatkovic2002-10-311-10/+10
|
* introduced a more flexible thread buildIgor Zlatkovic2002-10-311-3/+18
|
* thread macros follow the new schemeIgor Zlatkovic2002-10-311-6/+16
|
* broke verlong linesIgor Zlatkovic2002-10-311-4/+8
|
* conditionally excluded unistd.hIgor Zlatkovic2002-10-311-0/+2
|
* improvements to the Windows-side of thread handlingIgor Zlatkovic2002-10-311-70/+75
|
* doc/xml.html (and, by implication, FAQ.html) added UTF-8 conversaion FAQJohn Fleck2002-10-3129-27/+46
| | | | | | | 2002-10-31 John Fleck <jfleck@inkstain.net> * doc/xml.html (and, by implication, FAQ.html) added UTF-8 conversaion FAQ from Marcus Labib Iskander
* *** empty log message ***Igor Zlatkovic2002-10-291-0/+5
|
* removed xmlwin32version.hIgor Zlatkovic2002-10-292-3/+2
|
* applied patch from Brian Stafford to fix a bug in xmlReconciliateNs()Daniel Veillard2002-10-282-1/+6
| | | | | | * tree.c: applied patch from Brian Stafford to fix a bug in xmlReconciliateNs() Daniel
* applied patch from Christian Glahn to allow xmlNewChild() on documentDaniel Veillard2002-10-282-0/+7
| | | | | | * tree.c: applied patch from Christian Glahn to allow xmlNewChild() on document fragment nodes Daniel
* Christian Glahn found a problem with a recent patch toDaniel Veillard2002-10-2611-17/+345
| | | | | | | | | | * parser.c: Christian Glahn found a problem with a recent patch to xmlParseBalancedChunkMemoryRecover() * xmlschemas.c: Charles Bozeman fixed some Schemas validation problems * result/schemas/elem* result/schemas/seq* test/schemas.elem* test/schemas/seq*: added the test cases from Charles Daniel
* serious cleanup of the spec file and associated changes in the Makefiles.Daniel Veillard2002-10-235-162/+179
| | | | | | | | * Makefile.am config.h.in libxml.spec.in doc/Makefile.am: serious cleanup of the spec file and associated changes in the Makefiles. * valid.c: try to remove some warnings on x86_64 Daniel
* Rebuilt te docs, oops, danielDaniel Veillard2002-10-232-691/+1
|
* added winsockcompat.h to EXTRA_DIST to fix bug #96586 DanielDaniel Veillard2002-10-232-1/+6
| | | | | | * include/Makefile.am: added winsockcompat.h to EXTRA_DIST to fix bug #96586 Daniel
* Mikhail Sogrine pointed out a bug in HTML parsing, applied his patch addedDaniel Veillard2002-10-226-0/+45
| | | | | | | | | * HTMLparser.c: Mikhail Sogrine pointed out a bug in HTML parsing, applied his patch * result/HTML/attrents.html result/HTML/attrents.html.err result/HTML/attrents.html.sax test/HTML/attrents.html: added the test and result case provided by Mikhail Sogrine Daniel
* Applied the VMS update patch from Craig A. Berry update DanielDaniel Veillard2002-10-2223-462/+1086
| | | | | | | | | | | * vms/build_libxml.com vms/config.vms vms/readme.vms include/libxml/parser.h include/libxml/parserInternals.h include/libxml/tree.h include/libxml/xmlIO.h HTMLparser.c catalog.c debugXML.c parser.c parserInternals.c tree.c triodef.h trionan.c uri.c xmlIO.c xpath.c: Applied the VMS update patch from Craig A. Berry * doc/*.html: update Daniel
* made xmlGetUTF8Char public DanielDaniel Veillard2002-10-223-1/+7
| | | | | * include/libxml/encoding.h encoding.c: made xmlGetUTF8Char public Daniel
* adding a grep command to --shell in xmllint for T.V. Raman DanielDaniel Veillard2002-10-222-0/+86
| | | | | | * debugXML.c: adding a grep command to --shell in xmllint for T.V. Raman Daniel
* tried to fix some of the problem with --sgml DanielDaniel Veillard2002-10-222-6/+14
| | | | | * xmlcatalog.c: tried to fix some of the problem with --sgml Daniel
* tried to fix bug #91500 where doc->children may be overriden by a call toDaniel Veillard2002-10-223-1/+15
| | | | | | | | * parser.c: tried to fix bug #91500 where doc->children may be overriden by a call to xmlParseBalancedChunkMemory() * catalog.c: tried to fix bug #90945 w.r.t. parsing of system identifiers in SGML catalogs containing '&' Daniel
* fixed bugs when passing result value tree to Python functions. DanielDaniel Veillard2002-10-202-4/+33
| | | | | | * python/types.c: fixed bugs when passing result value tree to Python functions. Daniel
* preparing the release of 2.4.26 updated and rebuilt the documentationDaniel Veillard2002-10-1824-1239/+1334
| | | | | | * configure.in: preparing the release of 2.4.26 * doc/*: updated and rebuilt the documentation Daniel