aboutsummaryrefslogtreecommitdiffstats
path: root/tree.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* trio upgrade and integrationBjorn Reese2001-04-211-6/+1
* - xpath.c: fixed xmlXPathNodeCollectAndTest() to do properDaniel Veillard2001-04-161-1/+1
* - tree.[ch] : added xmlDocCopyNode for gdome2 supportDaniel Veillard2001-04-121-0/+17
* - tree.c: fixed xmlStringGetNodeList() to handle charrefsDaniel Veillard2001-04-111-52/+105
* - tree.c: xmlNewDoc was missing the charset initializationDaniel Veillard2001-04-111-0/+1
* - xpath.c: trying to get 52979 solvedDaniel Veillard2001-04-101-7/+7
* Small fixes: - xpath.c: fixed a memleak when comparing nodesets -Daniel Veillard2001-04-021-0/+4
* Spring cleanup ...: - configure.in Makefile.am config.h.inDaniel Veillard2001-03-271-12/+1
* - HTMLparser.c HTMLtree.c SAX.c debugXML.c error.c parserInternals.cDaniel Veillard2001-03-261-15/+3
* Huge cleanup, I switched to compile withDaniel Veillard2001-03-241-32/+26
* Preparing for 2.3.4 release:Daniel Veillard2001-03-101-8/+25
* Seems there is still bugs hiding, someone has some flytox ?Daniel Veillard2001-03-071-1/+4
* Minimal changes for XSLT node-set() extra function:Daniel Veillard2001-02-271-1/+1
* Okay time to improve performances, gprof session:Daniel Veillard2001-02-251-9/+9
* Revert directory structure changesOwen Taylor2001-02-231-0/+6144