| Commit message (Expand) | Author | Age | Files | Lines |
| * | Armin Sander pointed a possible text coalescing problem, completed his | Daniel Veillard | 2001-08-31 | 1 | -2/+4 |
| * | applied patch from Armin Sander to make some pointers const in | Daniel Veillard | 2001-08-28 | 1 | -4/+4 |
| * | fixed xmlCopyNode() for documents Daniel | Daniel Veillard | 2001-07-26 | 1 | -10/+9 |
| * | get rid of the readline and libhistory dependancies by default, release | Daniel Veillard | 2001-07-23 | 1 | -53/+30 |
| * | Cleanup, cleanup .. removed libxml softlink for good cleanup to get 100% | Daniel Veillard | 2001-07-18 | 1 | -2/+17 |
| * | cleanup of global variables, marking some const or private. Daniel | Daniel Veillard | 2001-07-16 | 1 | -4/+11 |
| * | store the line numbder in element->content, may break some software, need | Daniel Veillard | 2001-07-12 | 1 | -100/+45 |
| * | fixed XML Base computation which was broken added a base function to the | Daniel Veillard | 2001-07-09 | 1 | -7/+30 |
| * | set properties doc and call xmlSetListDoc for properties content when | Daniel Veillard | 2001-07-09 | 1 | -9/+9 |
| * | xmlStrstr args are both const small cleanup reformated, fixed problems if | Daniel Veillard | 2001-06-29 | 1 | -34/+42 |
| * | Summer's cleanup, a really big one: | Daniel Veillard | 2001-06-24 | 1 | -1/+1 |
| * | attempt to work around what seemed a gcc optimizer bug when handling | Daniel Veillard | 2001-06-21 | 1 | -2/+2 |
| * | - tree.c xinclude.c xpointer.c: bug #56402 exposed a number of | Daniel Veillard | 2001-06-19 | 1 | -0/+32 |
| * | - valid.c tree.c parserInternals.c parser.c: Stephan Kulow | Daniel Veillard | 2001-06-19 | 1 | -4/+8 |
| * | - tree.c: fixed xmlHasNsProp() accordingly to bug #55683 | Daniel Veillard | 2001-06-17 | 1 | -5/+2 |
| * | grrr ... namespace is a C++ reserved keyword Daniel | Daniel Veillard | 2001-06-11 | 1 | -11/+11 |
| * | - xmlversion.h.in libxml.h: Cygwin patches | Daniel Veillard | 2001-06-11 | 1 | -2/+21 |
| * | - tree.c: patched xmlFreeNode() to avoid freeing() a static | Daniel Veillard | 2001-06-09 | 1 | -2/+22 |
| * | - xinclude.c: Raphael Hertzog had a trouble with DTD nodes | Daniel Veillard | 2001-06-09 | 1 | -0/+4 |
| * | - tree.c: applied Steve Tinney patch to xmlNewNsProp to fix bug #55810 | Daniel Veillard | 2001-06-07 | 1 | -4/+7 |
| * | - tree.c: fixed xmlGetNsProp() to close bug #55683 | Daniel Veillard | 2001-06-07 | 1 | -6/+2 |
| * | - DOCBparser.c: implemented the <?sgml-declaration encoding="xxx"?> | Daniel Veillard | 2001-06-06 | 1 | -0/+72 |
| * | - HTMLtree.c: applied patch from Jaroslaw Kolakowski to close bug | Daniel Veillard | 2001-05-30 | 1 | -0/+1 |
| * | - tree.c: fixed a gross mistake in base computation, xml:base is | Daniel Veillard | 2001-05-22 | 1 | -3/+7 |
| * | - catalog.[ch]: fixes and add xmlLoadCatalogs() | Daniel Veillard | 2001-05-22 | 1 | -3/+2 |
| * | - xpath.c tree.c parser.c: speed optimizations at the parser level | Daniel Veillard | 2001-05-16 | 1 | -8/+26 |
| * | - tree.[ch]: fixing bug #54446, by cleaning some bugs in the | Daniel Veillard | 2001-05-11 | 1 | -3/+71 |
| * | - tree.c: zb@bisp.com reported an error in xmlNodeGetLang() | Daniel Veillard | 2001-05-09 | 1 | -1/+1 |
| * | - strio.h trio.c: Dan McNichol suggested a couple of small | Daniel Veillard | 2001-04-30 | 1 | -2/+4 |
| * | - tree.c parser.c encoding.c: spent a bit more time looking | Daniel Veillard | 2001-04-30 | 1 | -6/+25 |
| * | - tree.[ch] xmlIO.h: applied patch from Joe McAlerney to add | Daniel Veillard | 2001-04-28 | 1 | -0/+21 |
| * | - tree.[ch]: added xmlSaveFormatFile interface for saving | Daniel Veillard | 2001-04-26 | 1 | -4/+21 |
| * | - tree.c: trying to fix #53574, not completely complete, | Daniel Veillard | 2001-04-25 | 1 | -8/+34 |
| * | Time to work on helping the Gnome Doc project, first step is reintegrating | Daniel Veillard | 2001-04-23 | 1 | -16/+16 |
| * | - tree.c: fixed #53388 with the provided patch | Daniel Veillard | 2001-04-22 | 1 | -1/+1 |
| * | trio upgrade and integration | Bjorn Reese | 2001-04-21 | 1 | -6/+1 |
| * | - xpath.c: fixed xmlXPathNodeCollectAndTest() to do proper | Daniel Veillard | 2001-04-16 | 1 | -1/+1 |
| * | - tree.[ch] : added xmlDocCopyNode for gdome2 support | Daniel Veillard | 2001-04-12 | 1 | -0/+17 |
| * | - tree.c: fixed xmlStringGetNodeList() to handle charrefs | Daniel Veillard | 2001-04-11 | 1 | -52/+105 |
| * | - tree.c: xmlNewDoc was missing the charset initialization | Daniel Veillard | 2001-04-11 | 1 | -0/+1 |
| * | - xpath.c: trying to get 52979 solved | Daniel Veillard | 2001-04-10 | 1 | -7/+7 |
| * | Small fixes: - xpath.c: fixed a memleak when comparing nodesets - | Daniel Veillard | 2001-04-02 | 1 | -0/+4 |
| * | Spring cleanup ...: - configure.in Makefile.am config.h.in | Daniel Veillard | 2001-03-27 | 1 | -12/+1 |
| * | - HTMLparser.c HTMLtree.c SAX.c debugXML.c error.c parserInternals.c | Daniel Veillard | 2001-03-26 | 1 | -15/+3 |
| * | Huge cleanup, I switched to compile with | Daniel Veillard | 2001-03-24 | 1 | -32/+26 |
| * | Preparing for 2.3.4 release: | Daniel Veillard | 2001-03-10 | 1 | -8/+25 |
| * | Seems there is still bugs hiding, someone has some flytox ? | Daniel Veillard | 2001-03-07 | 1 | -1/+4 |
| * | Minimal changes for XSLT node-set() extra function: | Daniel Veillard | 2001-02-27 | 1 | -1/+1 |
| * | Okay time to improve performances, gprof session: | Daniel Veillard | 2001-02-25 | 1 | -9/+9 |
| * | Revert directory structure changes | Owen Taylor | 2001-02-23 | 1 | -0/+6144 |