summaryrefslogtreecommitdiff
path: root/HTMLparser.c
Commit message (Expand)AuthorAgeFilesLines
...
* HTML attributes handling:Daniel Veillard2000-10-151-0/+55
* - HTMLparser.c HTMLtree.[ch] SAX.c testHTML.c tree.c: fixed HTMLDaniel Veillard2000-10-141-111/+203
* More work toward 2.2.5, integrated a number of patchesDaniel Veillard2000-10-101-2/+1
* - moved xml-error.h to xmlerror.h: seems this allowed to bypassDaniel Veillard2000-10-091-2/+2
* Various attemps at trying to bypass this automake bullshit !!! DanielDaniel Veillard2000-10-061-3/+3
* Tried to build libxml2-2.2.5Daniel Veillard2000-10-061-1/+1
* Stupid bug fix on the HTML parser:Daniel Veillard2000-10-031-28/+1
* - configure.in: releasing 2.2.4Daniel Veillard2000-10-011-33/+33
* Cleanups, 1 bug fix:Daniel Veillard2000-10-011-1/+3
* - HTMLparser.c parser.c tree.c tree.h: Avoiding a few warningGNOME_PRINT_0_24Daniel Veillard2000-09-251-3/+4
* Small bugfixes: - HTMLparser.c uri.c: Another patch from Wayne Davison,Daniel Veillard2000-09-231-1/+1
* Cleanup, patch from Wayne Davison:Daniel Veillard2000-09-221-22/+6
* Various contributed patches:Daniel Veillard2000-09-191-3/+4
* For Havoc: - HTMLparser.c parser.c: set ctxt->errNo before calling theDaniel Veillard2000-09-161-8/+7
* Finally commiting work done on the plane, major cleanup,Daniel Veillard2000-09-161-1/+0
* Jumbo patch, resync of W3C/Gnome CVS trees:Daniel Veillard2000-09-101-1/+28
* - HTMLparser.c testHTML.c: applied two new patches fromDaniel Veillard2000-08-291-0/+2
* Mostly HTML generation and parsing enhancements:Daniel Veillard2000-08-281-2/+101
* - HTMLparser.[ch]: applied some of Wayne Davison <wayned@blorf.net> patchesDaniel Veillard2000-08-271-56/+91
* bug fixes, bugfixes, bugfixes ...Daniel Veillard2000-08-221-1/+3
* work done on auto-opening of <p> tags and cleanup of SAX output, Daniel.Daniel Veillard2000-08-191-11/+144
* Patch from Dave Yearke <yearke@eng.buffalo.edu>:Daniel Veillard2000-08-141-1/+2
* Large sync between my W3C base and Gnome's one:Daniel Veillard2000-08-121-29/+120
* - doc/encoding.html doc/xml.html: added I18N docDaniel Veillard2000-07-141-207/+550
* Work on character encoding support for the HTML parserDaniel Veillard2000-07-021-160/+179
* more cleanup of the HTML parser to force it to not bypass SAX, Daniel.Daniel Veillard2000-06-301-19/+16
* - win32config.h.in: updatedDaniel Veillard2000-06-301-5/+6
* - Large resync between W3C and Gnome treeDaniel Veillard2000-06-281-2/+62
* Work done on the plane, ready to release libxml2-2.0.0, DanielDaniel Veillard2000-04-031-8/+13
* This is the 2.0.0-beta, lots and lots and lots of changesDaniel Veillard2000-03-141-26/+71
* Do a bit of bufferization in text mode, DanielDaniel Veillard2000-02-021-1/+2
* Oops, it seems I forgot to commit 1.8.4 changesDaniel Veillard2000-01-141-2/+2
* - added xmlRemoveID() and xmlRemoveRef()Daniel Veillard2000-01-051-23/+125
* - Push mode for the HTML parser (new calls)Daniel Veillard1999-12-291-42/+803
* - Lots of improvements, too long to list hereDaniel Veillard1999-12-281-10/+12
* - fix for PIs name starting with xmlDaniel Veillard1999-12-221-2/+1
* - release 1.8.2 - HTML handling improvement - new tree handling functionsDaniel Veillard1999-12-211-2/+60
* - Updated HTML test outputsDaniel Veillard1999-12-121-0/+1
* Large commit of changes done while travelling to XML'99Daniel Veillard1999-12-121-186/+239
* The HTML parser MUST not die, even if given complete garbage to eat !Daniel Veillard1999-11-191-22/+15
* xmlSetProp() and xmlNewProp() fixes, mem extra alloc bug in parser fixed, DanielDaniel Veillard1999-11-121-1/+1
* BUG FIXED #2784 HTML parsing/output improvements Rebuilt, updated the docsDaniel Veillard1999-10-251-21/+27
* Revamped HTML parsing, lots of bug fixes for HTML stuff,Daniel Veillard1999-10-141-116/+177
* Fixed probles in some HTML tag autoclose, XML output bug on mixed-contentDaniel Veillard1999-10-111-5/+5
* Fixed problems with HTML parsing, Daniel.Daniel Veillard1999-10-081-25/+63
* Fixed CHAR, errno, alpha RPM compile, updated doc, DanielLIB_XML_1_7_1Daniel Veillard1999-09-231-85/+85
* Ready for 1.7.0, major changes, nanohttp, cleanup, binary compat with 1.4,Daniel Veillard1999-09-221-2/+9
* Bug fixes, improvement on ID/IDREF support, 1.6.2, no memleaks, DanielLIB_XML_1_6_2Daniel Veillard1999-09-081-0/+2
* Added memory debug wrappers, killed all detected memory leaks, DanielDaniel Veillard1999-09-021-40/+41
* Fixing two stupid bugs on entities and HTML tree deallocation, Daniel.Daniel Veillard1999-09-011-3/+29