summaryrefslogtreecommitdiff
path: root/parserInternals.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* integrated the Out Of Memory test from Havoc Pennington #109368 a lot ofDaniel Veillard2003-04-241-7/+14
* updated a bit fixed the comment, threads now default to on fixed anDaniel Veillard2003-04-211-1/+1
* a lot of performance work especially the speed of streaming through theDaniel Veillard2003-04-211-0/+2
* added xmlMallocAtomic() to be used when allocating blocks which do notDaniel Veillard2003-04-191-1/+1
* patch from johan@evenhuis.nl for #107937 fixing some line countingDaniel Veillard2003-03-221-110/+122
* new API building Python script, does the C parsing directly, generates aDaniel Veillard2002-12-111-1/+1
* code cleanup, especially the function comments. fixed a small bug whenDaniel Veillard2002-12-101-15/+16
* fixing bug #99190 when UTF8 document are parsed using the progressiveDaniel Veillard2002-11-221-0/+10
* fixed thread problemWilliam M. Brack2002-11-221-10/+4
* fixed #99082 for xi:include encoding="..." support on text includes. addedDaniel Veillard2002-11-201-3/+5
* preparing release 2.4.27 updated and rebuilt the docs try to make sure theLIBXML_2_4_27Daniel Veillard2002-11-171-10/+10
* fixed the initialization of the SAX structure which was breaking xsltprocDaniel Veillard2002-11-121-1/+1
* Applied the VMS update patch from Craig A. Berry update DanielDaniel Veillard2002-10-221-6/+0
* get rid of all the perror() calls made in the library execution paths.Daniel Veillard2002-09-051-2/+3
* applied patch from Richard Jinks for the namespace axis + fixed a memoryDaniel Veillard2002-07-011-231/+3
* dohh I really didn't intended to commit this test version :-( DanielDaniel Veillard2002-03-201-85/+33