aboutsummaryrefslogtreecommitdiffstats
path: root/legacy.c
Commit message (Collapse)AuthorAgeFilesLines
* remove the warning for startDocument(), as it is used by glade (orDaniel Veillard2003-10-171-1/+2
| | | | | | | | | | | | | * legacy.c: remove the warning for startDocument(), as it is used by glade (or glade-python) * parser.c relaxng.c xmlschemastypes.c: fixed an assorted set of invalid accesses found by running some Python based regression tests under valgrind. There is still a few leaks reported by the relaxng regressions which need some attention. * doc/Makefile.am: fixed a make install problem c.f. #124539 * include/libxml/parserInternals.h: addition of xmlParserMaxDepth patch from crutcher Daniel
* more code cleanup, especially around error messages, the HTML parser hasDaniel Veillard2003-10-051-124/+196
| | | | | | | | | * HTMLparser.c Makefile.am legacy.c parser.c parserInternals.c include/libxml/xmlerror.h: more code cleanup, especially around error messages, the HTML parser has now been upgraded to the new handling. * result/HTML/*: a few changes in the resulting error messages Daniel
* made the predefined entities static predefined structures to avoid theDaniel Veillard2003-09-301-1/+21
| | | | | | | * entities.c legacy.c parser.c: made the predefined entities static predefined structures to avoid the work, memory and hazards associated to initialization/cleanup. Daniel
* added a new configure option --with-push, some cleanups, chased code sizeDaniel Veillard2003-09-301-0/+282
| | | | | | | | | | | * HTMLparser.c Makefile.am configure.in legacy.c parser.c parserInternals.c testHTML.c xmllint.c include/libxml/HTMLparser.h include/libxml/parser.h include/libxml/parserInternals.h include/libxml/xmlversion.h.in: added a new configure option --with-push, some cleanups, chased code size anomalies. Now a library configured --with-minimum is around 150KB, sounds good enough. Daniel
* Forgot to commit the new file !!!Daniel Veillard2003-09-291-0/+966
Daniel