aboutsummaryrefslogtreecommitdiffstats
path: root/tree.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* fixed XML Base computation which was broken added a base function to theDaniel Veillard2001-07-091-7/+30
* set properties doc and call xmlSetListDoc for properties content whenDaniel Veillard2001-07-091-9/+9
* xmlStrstr args are both const small cleanup reformated, fixed problems ifDaniel Veillard2001-06-291-34/+42
* Summer's cleanup, a really big one:Daniel Veillard2001-06-241-1/+1
* attempt to work around what seemed a gcc optimizer bug when handlingDaniel Veillard2001-06-211-2/+2
* - tree.c xinclude.c xpointer.c: bug #56402 exposed a number ofDaniel Veillard2001-06-191-0/+32
* - valid.c tree.c parserInternals.c parser.c: Stephan KulowDaniel Veillard2001-06-191-4/+8
* - tree.c: fixed xmlHasNsProp() accordingly to bug #55683Daniel Veillard2001-06-171-5/+2
* grrr ... namespace is a C++ reserved keyword DanielDaniel Veillard2001-06-111-11/+11
* - xmlversion.h.in libxml.h: Cygwin patchesDaniel Veillard2001-06-111-2/+21
* - tree.c: patched xmlFreeNode() to avoid freeing() a staticDaniel Veillard2001-06-091-2/+22
* - xinclude.c: Raphael Hertzog had a trouble with DTD nodesDaniel Veillard2001-06-091-0/+4
* - tree.c: applied Steve Tinney patch to xmlNewNsProp to fix bug #55810Daniel Veillard2001-06-071-4/+7
* - tree.c: fixed xmlGetNsProp() to close bug #55683Daniel Veillard2001-06-071-6/+2
* - DOCBparser.c: implemented the <?sgml-declaration encoding="xxx"?>Daniel Veillard2001-06-061-0/+72
* - HTMLtree.c: applied patch from Jaroslaw Kolakowski to close bugDaniel Veillard2001-05-301-0/+1
* - tree.c: fixed a gross mistake in base computation, xml:base isDaniel Veillard2001-05-221-3/+7
* - catalog.[ch]: fixes and add xmlLoadCatalogs()Daniel Veillard2001-05-221-3/+2
* - xpath.c tree.c parser.c: speed optimizations at the parser levelDaniel Veillard2001-05-161-8/+26
* - tree.[ch]: fixing bug #54446, by cleaning some bugs in theDaniel Veillard2001-05-111-3/+71
* - tree.c: zb@bisp.com reported an error in xmlNodeGetLang()Daniel Veillard2001-05-091-1/+1
* - strio.h trio.c: Dan McNichol suggested a couple of smallDaniel Veillard2001-04-301-2/+4
* - tree.c parser.c encoding.c: spent a bit more time lookingDaniel Veillard2001-04-301-6/+25
* - tree.[ch] xmlIO.h: applied patch from Joe McAlerney to addDaniel Veillard2001-04-281-0/+21
* - tree.[ch]: added xmlSaveFormatFile interface for savingDaniel Veillard2001-04-261-4/+21
* - tree.c: trying to fix #53574, not completely complete,Daniel Veillard2001-04-251-8/+34
* Time to work on helping the Gnome Doc project, first step is reintegratingDaniel Veillard2001-04-231-16/+16
* - tree.c: fixed #53388 with the provided patchDaniel Veillard2001-04-221-1/+1