| Commit message (Expand) | Author | Age | Files | Lines |
* | fixed an XML entites content serialization potentially triggered by | Daniel Veillard | 2003-12-09 | 1 | -2/+44 |
* | fixed #127877, never output " in element content this changes the | Daniel Veillard | 2003-11-25 | 1 | -0/+2 |
* | fixed problem reported on the mailing list by Melvyn Sopacua - wrong | William M. Brack | 2003-10-20 | 1 | -1/+13 |
* | Changed all (?) occurences where validation macros (IS_xxx) had | William M. Brack | 2003-10-18 | 1 | -10/+2 |
* | Fix error on output of high codepoint charref like  , reported | Daniel Veillard | 2003-10-01 | 1 | -2/+2 |
* | made the predefined entities static predefined structures to avoid the | Daniel Veillard | 2003-09-30 | 1 | -67/+59 |
* | Adding a configure option to remove tree manipulation code which is not | Daniel Veillard | 2003-09-29 | 1 | -0/+2 |
* | Okay this is scary but it is just adding a configure option to disable | Daniel Veillard | 2003-09-29 | 1 | -0/+2 |
* | cleanup, creating a new legacy.c module, made sure make tests ran in | Daniel Veillard | 2003-09-28 | 1 | -176/+0 |
* | fix a bug raised by the Mips compiler. move the SAXv1 block definitions to | Daniel Veillard | 2003-09-28 | 1 | -1/+1 |
* | minor change to avoid compilation warnings on some (e.g. AIX) systems | William M. Brack | 2003-09-26 | 1 | -1/+3 |
* | removed some warnings by casting xmlChar to unsigned int and a couple of | Daniel Veillard | 2003-07-15 | 1 | -2/+2 |
* | do not generate " for " outside of attributes this changes the output | Daniel Veillard | 2003-06-13 | 1 | -1/+1 |
* | fixes again one of the problem raised by James Clark in #106788 Daniel | Daniel Veillard | 2003-02-26 | 1 | -0/+6 |
* | another fix for nodeinfo in entities problem fixed bug #106788 from James | Daniel Veillard | 2003-02-23 | 1 | -1/+1 |
* | Fixed a really nasty problem raised by a DocBook XSLT transform provided | Daniel Veillard | 2002-12-30 | 1 | -2/+17 |
* | get rid of all the perror() calls made in the library execution paths. | Daniel Veillard | 2002-09-05 | 1 | -7/+9 |
* | preparing 2.4.18 updated and rebuilt the web site implement the newLIBXML_2_4_18 | Daniel Veillard | 2002-03-18 | 1 | -0/+1 |
* | fixed a couple of conformances issues deep into the validation code | Daniel Veillard | 2002-02-18 | 1 | -5/+8 |
* | applied patch from Anthony Jones to implement copy of DTD subtree too. Had | Daniel Veillard | 2002-01-26 | 1 | -0/+2 |
* | another set of patches from Anthony Jones for copy operations cleanup and | Daniel Veillard | 2002-01-24 | 1 | -0/+5 |
* | Anthony Jones pointed a bug in xmlCopyEntity() Daniel | Daniel Veillard | 2002-01-09 | 1 | -1/+1 |
* | applied 42 documentation patches from Charlie Bozeman. Regenerated the | Daniel Veillard | 2001-12-31 | 1 | -8/+8 |
* | - include/libxml/globals.h include/libxml/threads.h threads.c | Daniel Veillard | 2001-10-17 | 1 | -0/+1 |
* | started integrating the non-controversial parts of Gary Pennington | Daniel Veillard | 2001-10-11 | 1 | -1/+1 |
* | do not output hexadecimal charrefs when serializing HTML since some | Daniel Veillard | 2001-09-14 | 1 | -1/+4 |
* | John Fleck fixed typos in the options output fix ignorable white space SAX | Daniel Veillard | 2001-09-09 | 1 | -0/+1 |
* | cleanup of global variables, marking some const or private. Daniel | Daniel Veillard | 2001-07-16 | 1 | -2/+3 |
* | - SAX.c entities.c parser.c: changed completely the way entities | Daniel Veillard | 2001-07-04 | 1 | -1/+1 |
* | 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 | -4/+2 |
* | Staring to receive bug reports on 2.3.7: | Daniel Veillard | 2001-04-24 | 1 | -3/+5 |
* | trio upgrade and integration | Bjorn Reese | 2001-04-21 | 1 | -6/+1 |
* | Spring cleanup ...: - configure.in Makefile.am config.h.in | Daniel Veillard | 2001-03-27 | 1 | -25/+0 |
* | Huge cleanup, I switched to compile with | Daniel Veillard | 2001-03-24 | 1 | -41/+24 |
* | Okay time to improve performances, gprof session: | Daniel Veillard | 2001-02-25 | 1 | -1/+1 |
* | Revert directory structure changes | Owen Taylor | 2001-02-23 | 1 | -0/+1034 |
* | moved to libxml directory - this allow simplify automake/autoconf. Now | CET 2001 Tomasz Kłoczko | 2001-02-23 | 1 | -1034/+0 |
* | patched to redirrect all "out of context" error messages to | Daniel Veillard | 2000-10-25 | 1 | -13/+20 |
* | Bunch of fixes, finishing moving datastructures to the hash stuff: | Daniel Veillard | 2000-10-24 | 1 | -0/+1 |
* | Started working on the hash table module integration, fixed a bug: | Daniel Veillard | 2000-10-22 | 1 | -417/+51 |
* | - configure.in: releasing 2.2.4 | Daniel Veillard | 2000-10-01 | 1 | -10/+10 |
* | Jumbo patch, resync of W3C/Gnome CVS trees: | Daniel Veillard | 2000-09-10 | 1 | -15/+25 |
* | Fixed cases where doc is NULL when looking up entities, daniel | Daniel Veillard | 2000-09-08 | 1 | -11/+17 |
* | libxml now grok Docbook-3.1.5 and Docbook-4.1.1 DTDs, this | Daniel Veillard | 2000-08-26 | 1 | -76/+228 |
* | - doc/encoding.html doc/xml.html: added I18N doc | Daniel Veillard | 2000-07-14 | 1 | -20/+6 |
* | - Large resync between W3C and Gnome tree | Daniel Veillard | 2000-06-28 | 1 | -0/+80 |
* | Work done on the plane, ready to release libxml2-2.0.0, Daniel | Daniel Veillard | 2000-04-03 | 1 | -3/+3 |
* | This is the 2.0.0-beta, lots and lots and lots of changes | Daniel Veillard | 2000-03-14 | 1 | -167/+461 |
* | Oops, it seems I forgot to commit 1.8.4 changes | Daniel Veillard | 2000-01-14 | 1 | -6/+8 |