summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
* error handling cleanup of the Regexp module. DanielDaniel Veillard2003-10-081-1/+2
* converting the tree module too created a simpler internal error reportingDaniel Veillard2003-10-071-1/+14
* cleaning up XPath error reporting that time. applied the two patches forDaniel Veillard2003-10-073-6/+46
* last cleanup of error handling in the Relax-NG module. DanielDaniel Veillard2003-10-071-0/+2
* switched Relax-NG module to teh new error reporting. Better defaultDaniel Veillard2003-10-071-11/+135
* more cleanup of error handling in parserInternals, sharing the routine forDaniel Veillard2003-10-051-0/+8
* more code cleanup, especially around error messages, the HTML parser hasDaniel Veillard2003-10-051-1/+3
* more error/warning handling cleanups, the XML parser module should be okayDaniel Veillard2003-10-041-1/+5
* integrated the xmlDocWalker API given by Alfred Mickautsch, and providingDaniel Veillard2003-10-033-1/+127
* more cleanup in make tests more work in the transition to the new errorDaniel Veillard2003-10-031-4/+43
* changed 'make tests' to use a concise output, scrolling to see where thingDaniel Veillard2003-10-024-5/+122
* introduced xmlStrPrintf function - wrapper for snprintfAleksey Sanin2003-10-021-0/+6
* let's see how much of a pain murrayc is really gonna be. DanielDaniel Veillard2003-10-011-3/+2
* added a new configure option --with-push, some cleanups, chased code sizeDaniel Veillard2003-09-304-2/+28
* added 2 new configure option: --with-reader --with-sax1 to allow removingDaniel Veillard2003-09-301-0/+18
* Adding a configure option to remove tree manipulation code which is notDaniel Veillard2003-09-292-7/+40
* Okay this is scary but it is just adding a configure option to disableDaniel Veillard2003-09-2913-13/+47
* cleanup, creating a new legacy.c module, made sure make tests ran inDaniel Veillard2003-09-281-0/+18
* fix a bug raised by the Mips compiler. move the SAXv1 block definitions toDaniel Veillard2003-09-283-33/+39
* added the same htmlRead APIs than their XML counterparts new parserDaniel Veillard2003-09-262-6/+91
* Changed the new xmlRead/xmlCtxtRead APIs to have an extra base URLDaniel Veillard2003-09-251-1/+9
* preparing a beta3 solving the ABI problems make sure the global variablesDaniel Veillard2003-09-252-13/+47
* fixing some comments to avoid warnings from apibuild.py DanielDaniel Veillard2003-09-253-9/+22
* adding repeated parsing and validating tests make the new DOM treeDaniel Veillard2003-09-242-1/+4
* adding a new set of API for parsing xmlReadDoc() xmlReadFile() ...Daniel Veillard2003-09-231-25/+81
* applied patch from Markus Keim fixing a problem with I/O callbackDaniel Veillard2003-09-231-23/+23
* the uri arg to xmlNodeSetBase is really a const xmlChar* addin theDaniel Veillard2003-09-222-1/+5
* preparing a 2.6.0-beta2 release avoid a warning avoid duplicate code inDaniel Veillard2003-09-192-10/+26
* add streaming on memory regression tests, found bad bugs in the readerDaniel Veillard2003-09-182-1/+8
* more performance hunting reducing memory allocation and free and avoidingDaniel Veillard2003-09-171-0/+2
* do string allocations in large pools, allowing to find if a string pertainDaniel Veillard2003-09-161-0/+3
* starting work on reusing the parser dictionary for the element andDaniel Veillard2003-09-151-0/+7
* factoring of more error handling code, serious size reduction and moreDaniel Veillard2003-09-143-3/+5
* starting cleaning up error handling, factorize error processing update ofDaniel Veillard2003-09-131-1/+2
* removing the broken pseudo SGML DocBook parser code. DanielDaniel Veillard2003-09-131-2/+4
* adding namespace checkings while making sure they still parse asDaniel Veillard2003-09-112-2/+7
* Time to commit 3 days of work rewriting the parser internal,Daniel Veillard2003-09-104-28/+70
* Implemented detection of compressed files, setting doc->compressedWilliam M. Brack2003-09-081-0/+1
* allow to give -1 for undefined length in lookups first round of work onDaniel Veillard2003-09-071-0/+14
* patch from Stéphane Bidoul to export globals entry points to the pythonDaniel Veillard2003-09-051-2/+2
* when creating a DOCTYPE use "html" lowercase by default instead of "HTML"Daniel Veillard2003-09-032-1/+4
* additional macros, mingw sectionIgor Zlatkovic2003-09-021-0/+13
* fixed typos reported by Mark VakocIgor Zlatkovic2003-08-282-2/+2
* realigned parameters after taintIgor Zlatkovic2003-08-2717-560/+1074
* fixed defs for Borland compiler, as reported by Eric ZurcherIgor Zlatkovic2003-08-271-2/+4
* make sure the new header will be included when generating a newDaniel Veillard2003-08-251-1/+2
* realigned the parameters after taintIgor Zlatkovic2003-08-254-157/+314
* changed default var export to externIgor Zlatkovic2003-08-251-1/+1
* moved export defs to a separate file for consistencyIgor Zlatkovic2003-08-252-72/+93
* Exportability taint of the headersIgor Zlatkovic2003-08-2539-1352/+1749