aboutsummaryrefslogtreecommitdiffstats
path: root/parserInternals.c
Commit message (Expand)AuthorAgeFilesLines
* applied patch from Marius Konitzer to avoid leaking inDaniel Veillard2006-10-171-0/+1
* a bunch of small cleanups based on coverity reports. DanielDaniel Veillard2006-03-091-17/+11
* fixed a number of warnings shown by HP-UX compiler and reported by RickDaniel Veillard2005-12-101-1/+1
* removed unreachable code pointed out by Oleksandr Kononenko, fixes bugDaniel Veillard2005-11-171-44/+7
* fix a problem in some error case on Solaris when passed a NULL filename,Daniel Veillard2005-10-261-2/+7
* avoid passing a char[] as snprintf first argument. implementedDaniel Veillard2005-09-021-1/+1
* more cleanups based on sparse reports, added "make sparse" DanielDaniel Veillard2005-07-291-1/+1
* fix bug raised by zamez on IRC regenerated, seems to pop-up leaks in newDaniel Veillard2005-07-031-2/+4
* revamped the elfgcchack.h format to cope with gcc4 change of aliasingDaniel Veillard2005-04-011-0/+2
* fixing col information in xmlParserInput and propagating column into xmlErrorAleksey Sanin2005-01-051-4/+2
* fixed to skip (if necessary) the BOM for encoding 'utf-16'. Completes theWilliam M. Brack2004-12-251-1/+2
* better handling of conditional features more testing on parser contextsDaniel Veillard2004-11-091-24/+45
* more types. more fixes DanielDaniel Veillard2004-11-081-3/+6
* more coverage more fixes DanielDaniel Veillard2004-11-081-1/+7
* more types, more coverage more problems fixed DanielDaniel Veillard2004-11-081-0/+2
* autogenerate a minimal NULL value sequence for unknown pointer types ThisDaniel Veillard2004-11-051-40/+55
* adding xmlMemBlocks() work on generator of an automatic API regressionDaniel Veillard2004-11-021-11/+22
* register xmlSchemaSetValidErrors, patch from Brent Hendricks in theDaniel Veillard2004-10-291-0/+1
* small typo pointed out by Mike Hommey slightly improved the --c14nDaniel Veillard2004-08-161-4/+4
* added xmlByteConsumed() interface updated the benchmark rebuilt the docsDaniel Veillard2004-02-111-0/+4
* remove the warning on the 2001 namespace remove some warnings whenDaniel Veillard2004-02-091-1/+1
* previous fix for #124044 was broken, correct fix provided. fixDaniel Veillard2003-10-311-0/+12
* make sure we report errors if xmlNewInputFromFile() fails. avoid usingDaniel Veillard2003-10-271-1/+4
* Fixed the HTTP<->parser interraction, which should fix 2 long standingDaniel Veillard2003-10-191-182/+199
* new files for a different method for doing range validation of characterWilliam M. Brack2003-10-111-489/+1
* Setting up the framework for structured error reporting, touches a lot ofDaniel Veillard2003-10-101-5/+5
* more cleanup of error handling in parserInternals, sharing the routine forDaniel Veillard2003-10-051-158/+200
* more code cleanup, especially around error messages, the HTML parser hasDaniel Veillard2003-10-051-2/+2
* changed 'make tests' to use a concise output, scrolling to see where thingDaniel Veillard2003-10-021-0/+13
* added a new configure option --with-push, some cleanups, chased code sizeDaniel Veillard2003-09-301-288/+4
* added 2 new configure option: --with-reader --with-sax1 to allow removingDaniel Veillard2003-09-301-0/+4
* cleanup, creating a new legacy.c module, made sure make tests ran inDaniel Veillard2003-09-281-404/+0
* fixed a backward compatibility problem when formatting "deprecated SAXv1Daniel Veillard2003-09-261-2/+2
* preparing a beta3 solving the ABI problems make sure the global variablesDaniel Veillard2003-09-251-2/+3
* avoid a leak with previous patch DanielDaniel Veillard2003-09-171-0/+1
* small fix from Rob Richards for input filename fixes for --repeat andDaniel Veillard2003-09-171-1/+1
* started messing seriously with per-document dict and element and attributeDaniel Veillard2003-09-171-0/+20
* factoring of more error handling code, serious size reduction and moreDaniel Veillard2003-09-141-0/+6
* removing the broken pseudo SGML DocBook parser code. DanielDaniel Veillard2003-09-131-570/+121
* adding namespace checkings while making sure they still parse asDaniel Veillard2003-09-111-0/+1
* 2.6.0beta1 changes Fixing attribute normalization, might not be totallyDaniel Veillard2003-09-101-0/+2
* Time to commit 3 days of work rewriting the parser internal,Daniel Veillard2003-09-101-0/+4
* allow to give -1 for undefined length in lookups first round of work onDaniel Veillard2003-09-071-0/+2
* added few casts to shut the compiler warningsIgor Zlatkovic2003-08-281-2/+2
* optimization when freeing hash tables. some tuning of buffer allocationsDaniel Veillard2003-08-191-0/+3
* new dictionary module to keep a single instance of the names used by theDaniel Veillard2003-08-181-6/+9
* fixing bug 118559William M. Brack2003-07-311-1/+1
* applied Peter Jacobi encoding cleanup patch, and also avoided a possibleDaniel Veillard2003-07-291-1/+1
* patch from Dodji Seketeli about UTF16 BOM when using the push XML parser.Daniel Veillard2003-07-161-0/+17
* fixing Red Hat bug #91013 where xmllint was accepting an improper UTF8Daniel Veillard2003-05-201-0/+4