summaryrefslogtreecommitdiff
path: root/tree.c
Commit message (Expand)AuthorAgeFilesLines
* added xmlMallocAtomic() to be used when allocating blocks which do notDaniel Veillard2003-04-191-6/+6
* fixing bug #107129, removing excessive allocation and calls to *printf inDaniel Veillard2003-04-071-0/+97
* two patches from James Bursa on the HTML parser and a typo reindenting,Daniel Veillard2003-03-271-1/+1
* some changes related to the new way of handling Result Value Tree, beforeLIBXML_2_5_5Daniel Veillard2003-03-241-3/+33
* removed a warning more cleanup, added ENTITY and ENTITIES supportDaniel Veillard2003-03-181-1/+1
* fixed a node dump crash on attributes fixed an URI test bug and get betterDaniel Veillard2003-02-271-0/+4
* fixed xmlSetProp and al. when the node passed is not an element. fixedDaniel Veillard2003-02-241-1/+3
* some warning removal on Igor's patch seems I messed up with #106788 fixDaniel Veillard2003-02-241-2/+2
* another fix for nodeinfo in entities problem fixed bug #106788 from JamesDaniel Veillard2003-02-231-0/+12
* float/double check bugfix exported a function for NMTOKEN validation add aDaniel Veillard2003-02-181-0/+70
* applied a patch from Kjartan Maraas to fix some typos DanielDaniel Veillard2003-02-161-1/+1
* more testing on the Relax-NG front, cleaning up the regression testsDaniel Veillard2003-02-141-0/+240
* trying to fix #104934 about some XHTML1 serialization issues. DanielDaniel Veillard2003-02-101-4/+17
* fixing #105678 problem when dumping a namespace node. DanielDaniel Veillard2003-02-101-0/+4
* comments cleanups use xmllint for doing the RelaxNG tests preparing 2.5.2Daniel Veillard2003-02-051-1/+59
* try to fix # 105049 a couple of changes and extensions updated a functionDaniel Veillard2003-02-041-2/+0
* applied a documentation patch from Stefan Kost DanielDaniel Veillard2003-01-241-9/+17
* minimized the memory allocated for GetContent and a bit of cleanup. DanielDaniel Veillard2003-01-231-2/+3
* fixed the streaming property of the reader, it was generating tree fasterDaniel Veillard2003-01-141-0/+3
* fixes #102920 about namespace handling in HTML output and section 16.2Daniel Veillard2003-01-091-1/+3
* applied patch from Lukas Schroeder for register callbacks modified patchDaniel Veillard2003-01-051-1/+24
* backing out one change in the last patch which broke the regression testsDaniel Veillard2003-01-011-2/+0
* applied an old patch from Lukas Schroeder to track node creation andDaniel Veillard2003-01-011-4/+79
* Fixed a really nasty problem raised by a DocBook XSLT transform providedDaniel Veillard2002-12-301-0/+1
* more work on the xml reader interfaces. updated Igor's mail and the WebDaniel Veillard2002-12-181-2/+2
* new API building Python script, does the C parsing directly, generates aDaniel Veillard2002-12-111-2/+5
* code cleanup, especially the function comments. fixed a small bug whenDaniel Veillard2002-12-101-6/+11
* Adding a new set of APIs based on the C# TextXmlReader API but convertedDaniel Veillard2002-12-091-3/+8
* Chip turner indicated that XHTML1 serialization rule for style actuallyDaniel Veillard2002-12-041-5/+16
* refactored the XML dump of a node to a buffer API to reuse the genericDaniel Veillard2002-11-271-476/+194
* modified the existing APIs to handle XHTML1 serialization rulesDaniel Veillard2002-11-211-8/+526
* fixed the initialization of the SAX structure which was breaking xsltprocDaniel Veillard2002-11-121-2/+88
* make xmlFreeNode() handle attributes correctly. DanielDaniel Veillard2002-11-071-0/+4
* applied patch from Brian Stafford to fix a bug in xmlReconciliateNs()Daniel Veillard2002-10-281-1/+1
* applied patch from Christian Glahn to allow xmlNewChild() on documentDaniel Veillard2002-10-281-0/+2
* Applied the VMS update patch from Craig A. Berry update DanielDaniel Veillard2002-10-221-17/+0
* investigating xmlNodeGetContent() on namespace nodes and removed a fewDaniel Veillard2002-10-141-3/+7
* patch from Mark Vakoc to fix xmlNodeGetPath() DanielDaniel Veillard2002-10-081-7/+7
* improving some documentation comments found and fixed a mem leak withDaniel Veillard2002-09-251-12/+12
* fixed another stupid bug in xmlGetNodePath() --version now report theDaniel Veillard2002-09-171-1/+2
* try to make the copy function work for node of typeDaniel Veillard2002-09-051-1/+1
* applied the same fix for the XML-1.0 namespace to xmlSearchNsByHref() asDaniel Veillard2002-08-141-2/+20
* trying to fix a problem in namespaced attribute handling raised byDaniel Veillard2002-08-011-3/+1
* trying to fix a problem in namespaced attribute handling raised byDaniel Veillard2002-08-011-7/+1
* Opening the interface xmlNewCharEncodingHandler as requested in #89415Daniel Veillard2002-08-011-2/+26
* replaced sprintf() with snprintf() to prevent possible buffer overflowAleksey Sanin2002-06-141-4/+4
* patch from Richard Jinks for XPath substring() function new set of testsDaniel Veillard2002-06-101-3/+18
* performance patch from Peter Jacobi DanielDaniel Veillard2002-05-291-0/+147
* changed default value for global parameter xmlIndentTreeOutput to 1 andAleksey Sanin2002-05-241-4/+4
* modified xmlNodeSetBase to allow changing the base of a document. DanielDaniel Veillard2002-05-051-5/+15