aboutsummaryrefslogtreecommitdiffstats
path: root/tree.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* another entity processing update from Markus Henke DanielDaniel Veillard2002-04-201-166/+239
* patch from Markus Henke, fix for recursive entities. DanielDaniel Veillard2002-04-181-0/+22
* 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