aboutsummaryrefslogtreecommitdiffstats
path: root/HTMLparser.c
Commit message (Expand)AuthorAgeFilesLines
* revamped the elfgcchack.h format to cope with gcc4 change of aliasingDaniel Veillard2005-04-011-0/+2
* Re-examined the problems of configuring a "minimal" library.William M. Brack2005-01-021-1/+1
* make sure xmlCtxtReadFile and htmlCtxtReadFile go through the catalogDaniel Veillard2004-11-261-1/+1
* better handling of conditional features more testing on parser contextsDaniel Veillard2004-11-091-2/+6
* more types, more coverage more problems fixed DanielDaniel Veillard2004-11-081-3/+7
* autogenerate a minimal NULL value sequence for unknown pointer types ThisDaniel Veillard2004-11-051-2/+7
* more developments on the API testing more cleanups rebuilt DanielDaniel Veillard2004-11-021-12/+56
* register xmlSchemaSetValidErrors, patch from Brent Hendricks in theDaniel Veillard2004-10-291-0/+1
* added support for HTML PIs #156087 added specific tests DanielDaniel Veillard2004-10-221-9/+171
* added two new macros IS_ASCII_LETTER and IS_ASCII_DIGIT used with (html)William M. Brack2004-10-021-2/+2
* more memory related code cleanups. DanielDaniel Veillard2004-09-231-4/+11
* removed some extern before function code reported by Kjartan Maraas on IRCDaniel Veillard2004-09-171-1/+18
* fixed initialisation problem for htmlReadMemory (bug 149041)William M. Brack2004-08-031-0/+2
* 1 line patch, apparently htmlNewDoc() was not setting doc->charset. DanielDaniel Veillard2004-07-291-0/+1
* fix to the fix for #141864 from Paul Elseth apply fix from David GatwoodDaniel Veillard2004-05-111-0/+2
* applied patch from James Bursa, frameset should close head. DanielDaniel Veillard2004-04-051-0/+1
* applied patch from Alfred Mickautsch for better DTD support. fixed bugDaniel Veillard2004-03-221-6/+0
* avoid ID error message if using HTML_PARSE_NOERROR should fix #130762Daniel Veillard2004-02-251-0/+6
* added initialisation for ctxt->vctxt in HTMLInitParser (bug 133127) minorWilliam M. Brack2004-02-061-2/+5
* applied patch from Mark Vadoc to not use SAX1 unless necessary. DanielDaniel Veillard2004-01-131-0/+2
* applied two parsing fixes from James Bursa DanielDaniel Veillard2003-11-201-1/+3
* previous fix for #124044 was broken, correct fix provided. fixDaniel Veillard2003-10-311-0/+9
* Fix #124907 by simply backporting the same fix as for the XML parserDaniel Veillard2003-10-281-2/+6
* fixed to not send NULL to %s printing cleaning up some of the regressionDaniel Veillard2003-10-191-1/+1
* Changed all (?) occurences where validation macros (IS_xxx) hadWilliam M. Brack2003-10-181-25/+25
* Setting up the framework for structured error reporting, touches a lot ofDaniel Veillard2003-10-101-4/+4
* more code cleanup, especially around error messages, the HTML parser hasDaniel Veillard2003-10-051-471/+295
* added a new configure option --with-push, some cleanups, chased code sizeDaniel Veillard2003-09-301-0/+2
* minor change to avoid compilation warnings on some (e.g. AIX) systemsWilliam M. Brack2003-09-261-9/+20
* added the same htmlRead APIs than their XML counterparts new parserDaniel Veillard2003-09-261-0/+525
* preparing a beta3 solving the ABI problems make sure the global variablesDaniel Veillard2003-09-251-3/+3
* when creating a DOCTYPE use "html" lowercase by default instead of "HTML"Daniel Veillard2003-09-031-3/+3
* added few casts to shut the compiler warningsIgor Zlatkovic2003-08-281-1/+1
* new dictionary module to keep a single instance of the names used by theDaniel Veillard2003-08-181-260/+199
* allocation error #119784 raised by Oliver Stoeneberg DanielDaniel Veillard2003-08-141-2/+1
* fixed the serious CPU usage problem reported by Grant Goodale appliedDaniel Veillard2003-08-141-0/+1
* fixed a nasty bug #119387, bad heuristic from the progressive HTML parserDaniel Veillard2003-08-091-14/+25
* small changes to syntax to get rid of compiler warnings. No changes toWilliam M. Brack2003-08-051-2/+2
* added a new API to split a QName without generating any memory allocationDaniel Veillard2003-08-041-1/+1
* fixing bug 118559William M. Brack2003-07-311-6/+6
* applied a patch from William Brack about the problem of parsing very largeDaniel Veillard2003-07-301-16/+19
* fixed problem with comments reported by Nick Kew added routinesWilliam M. Brack2003-07-291-2/+3
* removed some warnings by casting xmlChar to unsigned int and a couple ofDaniel Veillard2003-07-151-13/+14
* use the character() SAX callback if the cdataBlock ain't defined. fix bugDaniel Veillard2003-07-051-0/+6
* oops last commit introduced a memory leak. DanielDaniel Veillard2003-05-131-4/+1
* added --nonet option fixing #112803 by adding --nonet when callingDaniel Veillard2003-05-131-16/+13
* tried to fix #98879 again in a more solid way. DanielDaniel Veillard2003-04-221-0/+6
* added xmlMallocAtomic() to be used when allocating blocks which do notDaniel Veillard2003-04-191-4/+4
* exported htmlCreateMemoryParserCtxt() it was static DanielDaniel Veillard2003-04-091-1/+1
* two patches from James Bursa on the HTML parser and a typo reindenting,Daniel Veillard2003-03-271-2/+2