| Commit message (Expand) | Author | Age | Files | Lines |
* | revamped the elfgcchack.h format to cope with gcc4 change of aliasing | Daniel Veillard | 2005-04-01 | 1 | -0/+2 |
* | fixing bug 168196, <a name=""> must be URI escaped too Daniel | Daniel Veillard | 2005-03-29 | 1 | -1/+3 |
* | augmented types supported a number of new bug fixes and documentation | Daniel Veillard | 2004-11-06 | 1 | -0/+2 |
* | fixed the way the generator works, extended the testing, especially with | Daniel Veillard | 2004-11-05 | 1 | -2/+3 |
* | extending the tests coverage more fixes and cleanups Daniel | Daniel Veillard | 2004-11-04 | 1 | -1/+4 |
* | adding xmlMemBlocks() work on generator of an automatic API regression | Daniel Veillard | 2004-11-02 | 1 | -0/+6 |
* | added the routine xmlNanoHTTPContentLength to the external API | William M. Brack | 2004-09-18 | 1 | -1/+1 |
* | change --html to make sure we use the HTML serialization rule by default | Daniel Veillard | 2003-11-04 | 1 | -5/+10 |
* | Changed all (?) occurences where validation macros (IS_xxx) had | William M. Brack | 2003-10-18 | 1 | -1/+1 |
* | converted too small cleanup Daniel | Daniel Veillard | 2003-10-09 | 1 | -20/+51 |
* | Okay this is scary but it is just adding a configure option to disable | Daniel Veillard | 2003-09-29 | 1 | -1/+2 |
* | Fixed bug 121394 - missing ns on attributes | William M. Brack | 2003-09-15 | 1 | -0/+4 |
* | hum try to avoid some troubles when the library is not initialized and one | Daniel Veillard | 2003-08-08 | 1 | -0/+16 |
* | fixing bug #112904: html output method escaped plus sign character in URI | Daniel Veillard | 2003-05-16 | 1 | -1/+1 |
* | patch from Vasily Tchekalkin to fix #109865 Daniel | Daniel Veillard | 2003-04-10 | 1 | -0/+4 |
* | Fixed reopening of #78662 <form action="..."> is an URI reference Daniel | Daniel Veillard | 2003-03-27 | 1 | -2/+5 |
* | avoid escaping ',' in URIs Daniel | Daniel Veillard | 2003-03-23 | 1 | -1/+1 |
* | fixes #102920 about namespace handling in HTML output and section 16.2 | Daniel Veillard | 2003-01-09 | 1 | -1/+15 |
* | patch from Mark Vadok about htmlNodeDumpOutput location. removed an | Daniel Veillard | 2002-12-12 | 1 | -2/+0 |
* | applied the same kind of refactoring to the HTML saving code. slight API | Daniel Veillard | 2002-11-27 | 1 | -307/+36 |
* | fixed serialization of script and style when they are not lowercase (i.e. | Daniel Veillard | 2002-10-16 | 1 | -4/+4 |
* | fixing bug #94241 on HTML boolean attributes Daniel | Daniel Veillard | 2002-09-26 | 1 | -1/+1 |
* | small cleanup of the man page fixed a potential problem raised by Petr | Daniel Veillard | 2002-08-12 | 1 | -4/+4 |
* | integrated a cleaned up version of Marc Liyanage' patch for boolean | Daniel Veillard | 2002-08-12 | 1 | -2/+41 |
* | trying to fix the <style> escaping problem in HTML serialization bug | Daniel Veillard | 2002-07-29 | 1 | -2/+4 |
* | changed the order of the encoding declaration attributes in the meta tags | Daniel Veillard | 2002-07-17 | 1 | -2/+2 |
* | fixed & serialization bug introduced in 2.4.20 this changes a few things | Daniel Veillard | 2002-04-18 | 1 | -2/+2 |
* | fixing bug #78662 i.e. add proper escaping of URI when saving HTML files. | Daniel Veillard | 2002-04-14 | 1 | -2/+35 |
* | preparing 2.4.18 updated and rebuilt the web site implement the newLIBXML_2_4_18 | Daniel Veillard | 2002-03-18 | 1 | -0/+1 |
* | Fixing #74186, made sure all boolean expressions get fully parenthesized, | Daniel Veillard | 2002-03-11 | 1 | -55/+0 |
* | fixed some htmlSetMetaEncoding() problems fixup and integrated tests for | Daniel Veillard | 2002-03-06 | 1 | -8/+2 |
* | Tentatively fixed #69655 , make compiling with -Wredundant-decls clean. | Daniel Veillard | 2002-02-10 | 1 | -3/+0 |
* | Build a new version hopefully near complete and fully documented of the | Daniel Veillard | 2002-01-22 | 1 | -0/+1 |
* | applied 42 documentation patches from Charlie Bozeman. Regenerated the | Daniel Veillard | 2001-12-31 | 1 | -11/+11 |
* | cleanup some static declarations Daniel | Daniel Veillard | 2001-12-13 | 1 | -4/+4 |
* | more include cleanups, export cleanly one html output + format function. | CET 2001 Daniel Veillard | 2001-11-01 | 1 | -3/+0 |
* | fixed an erroneous validation bug when PE refs occurs in external parsed | Daniel Veillard | 2001-10-23 | 1 | -6/+6 |
* | - 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 | -4/+4 |
* | trying to fix some troubles w.r.t. function returning const xxxPtr. Daniel | Daniel Veillard | 2001-08-16 | 1 | -2/+2 |
* | store the line numbder in element->content, may break some software, need | Daniel Veillard | 2001-07-12 | 1 | -4/+7 |
* | Summer's cleanup, a really big one: | Daniel Veillard | 2001-06-24 | 1 | -1/+1 |
* | - HTMLtree.[ch]: more work on the HTML serialization routnes, | Daniel Veillard | 2001-06-14 | 1 | -14/+42 |
* | - HTMLparser.[ch] HTMLtree.c: stored the inline/block property | Daniel Veillard | 2001-06-13 | 1 | -10/+19 |
* | - HTMLtree.[ch]: started augmenting the HTML save API with | Daniel Veillard | 2001-06-13 | 1 | -29/+130 |
* | - HTMLtree.h: cleanup and started evaluating the work needed on | Daniel Veillard | 2001-06-13 | 1 | -48/+23 |
* | - HTMLtree.c: when in a pre element no formatting space should | Daniel Veillard | 2001-06-07 | 1 | -3/+7 |
* | - HTMLtree.c: when in a pre element no formatting space should | Daniel Veillard | 2001-06-07 | 1 | -2/+6 |
* | - HTMLtree.c: trying to close bug #55772 escaping in script | Daniel Veillard | 2001-06-05 | 1 | -4/+8 |
* | - HTMLtree.c: applied patch from Jaroslaw Kolakowski to close bug | Daniel Veillard | 2001-05-30 | 1 | -8/+51 |