aboutsummaryrefslogtreecommitdiffstats
path: root/tree.c
Commit message (Expand)AuthorAgeFilesLines
* dohh I really didn't intended to commit this test version :-( DanielDaniel Veillard2002-03-201-31/+1
* I wanted to see the real speed at the SAX interface after a little tooDaniel Veillard2002-03-201-1/+31
* adding "make valgrind" running the full regression tests (except pythonDaniel Veillard2002-03-191-0/+14
* preparing 2.4.18 updated and rebuilt the web site implement the newDaniel Veillard2002-03-181-0/+1
* humm, changed the way the SAX parser work whenDaniel Veillard2002-03-181-0/+2
* Fixing #74186, made sure all boolean expressions get fully parenthesized,Daniel Veillard2002-03-111-242/+1
* fixed a bug newly introduced and pointed by Uwe Fechner in xmlCopyProp()Daniel Veillard2002-03-081-1/+2
* fixed xmlHasNsProp() bugs for defaulted from DTD attribs, added a specificDaniel Veillard2002-03-071-13/+31
* fixed xmlReconciliateNs(), added a Python test/example for inter-documentDaniel Veillard2002-03-071-2/+13
* fix bug #72490 added methods serialize() and saveTo() to all nodeDaniel Veillard2002-03-061-1/+2
* fixing #61290 "namespace nodes have no parent" long standing divergenceDaniel Veillard2002-03-041-3/+4
* patch from Boris Erdmann fixing some namespace odities with xmlCopyNode()Daniel Veillard2002-03-031-8/+50
* Fixing #71342 serializing '\n' in attribute values added a specific test.Daniel Veillard2002-02-131-20/+147
* Tentatively fixed #69655 , make compiling with -Wredundant-decls clean.Daniel Veillard2002-02-101-9/+0
* fix #68882, cleanup the XInclude copying of node, merge back IDs in theDaniel Veillard2002-02-101-0/+15
* Changed to the MIT Licence updated the doc accordingly preparing 2.4.14Daniel Veillard2002-02-081-0/+5
* hardened the addChild function added accessors needed for xmlNode, a bitDaniel Veillard2002-02-041-4/+14
* applied patch from Anthony Jones to implement copy of DTD subtree too. HadDaniel Veillard2002-01-261-3/+109
* more fixes from Petr Kozelka for attribute handling in the tree API toDaniel Veillard2002-01-241-18/+98
* another set of patches from Anthony Jones for copy operations cleanup andDaniel Veillard2002-01-241-5/+7
* apply an patch from Petr Kozelka for unlink and replace support ofDaniel Veillard2002-01-221-9/+37
* Build a new version hopefully near complete and fully documented of theDaniel Veillard2002-01-221-1/+2
* Adam Lounds pointed out a bug in xmlSearchNs() DanielDaniel Veillard2002-01-211-0/+2
* fixed the funxtion to set the xml: attributes added "setbase" to test it.Daniel Veillard2002-01-171-6/+26
* update xmlNodeSetContent() and xmlNodeSetContentLen() to allow updating anDaniel Veillard2002-01-161-16/+8
* some cleanup after an unsuccessful attempt at fixing #61290 :-( DanielDaniel Veillard2002-01-141-1/+11
* fixed xmlSaveFormatFileEnc() when encoding == NULL Fixes bug #67229 DanielDaniel Veillard2002-01-131-0/+3
* trying to avoid troubles when a subtree is copied and coalesced in partDaniel Veillard2002-01-131-5/+14
* integrated a couple of fixes and a new API functionDaniel Veillard2002-01-131-2/+9
* Anthony Jones pointed out a problem in xmlStringGetNodeList() and providedDaniel Veillard2002-01-061-0/+3
* applied 42 documentation patches from Charlie Bozeman. Regenerated theDaniel Veillard2001-12-311-5/+5
* applied documentation patches from Charlie Bozeman DanielDaniel Veillard2001-12-171-93/+95
* fix the xmlStrdup() used in the previous patch. added --dropdtd fixedDaniel Veillard2001-12-131-0/+8
* moved xmlGetLineNo() and xmlGetNodePath() into the main tree module, theyDaniel Veillard2001-11-261-0/+149
* fixed a couple of problems in xmlSetProp() DanielDaniel Veillard2001-11-251-4/+7
* some cleanups when chasing unappropriate stdout output. DanielDaniel Veillard2001-11-221-1/+2
* better comments for _private fields removed a problem when copying anDaniel Veillard2001-11-141-2/+4
* more include cleanups, export cleanly one html output + format function.CET 2001 Daniel Veillard2001-11-011-2/+2
* - include/libxml/globals.h include/libxml/threads.h threads.cDaniel Veillard2001-10-171-0/+1
* Applied the last patches from Gary, cleanup, activated threading all userDaniel Veillard2001-10-131-16/+3
* integrating Keith Isdale patches for the XSLT debugger interfaces. SomeDaniel Veillard2001-10-111-0/+5
* preparing 2.4.6 release updated and rebuilt the docs fixed a number ofDaniel Veillard2001-10-101-7/+7
* applied fix from Mathias Hasselmann about a bug in URI parsing. fix bugDaniel Veillard2001-10-051-0/+3
* Armin Sander pointed a possible text coalescing problem, completed hisDaniel Veillard2001-08-311-2/+4
* applied patch from Armin Sander to make some pointers const inDaniel Veillard2001-08-281-4/+4
* fixed xmlCopyNode() for documents DanielDaniel Veillard2001-07-261-10/+9
* get rid of the readline and libhistory dependancies by default, releaseDaniel Veillard2001-07-231-53/+30
* Cleanup, cleanup .. removed libxml softlink for good cleanup to get 100%Daniel Veillard2001-07-181-2/+17
* cleanup of global variables, marking some const or private. DanielDaniel Veillard2001-07-161-4/+11
* store the line numbder in element->content, may break some software, needDaniel Veillard2001-07-121-100/+45