summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Enhanced the handling of UTF-16, UTF-16LE and UTF-16BE encodings. NowWilliam M. Brack2003-11-281-12/+15
* stefan on IRC pointed out that XML_GET_LINE is broken on 2.6.x DanielDaniel Veillard2003-11-261-3/+1
* added xsd:include support, fixed testSchemas behaviour when a schemasDaniel Veillard2003-11-252-0/+5
* lot of bug fixes, cleanup, starting to add proper namespace support too.Daniel Veillard2003-11-222-36/+55
* applied patch from Alfred Mickautsch, bugfixes and comments added his testDaniel Veillard2003-11-202-39/+36
* modified the file header to add more informations, painful... updated toDaniel Veillard2003-11-1844-183/+233
* minor enhancement to prevent comment with unreferenced variable. editedWilliam M. Brack2003-11-181-1/+1
* Finally - found the problem with the page generation (XMLPUBFUN notWilliam M. Brack2003-11-167-7/+7
* fixed some wording make sure doc/examples is packaged fixed the reallyDaniel Veillard2003-11-151-0/+1
* rebuilt the generated pages (again), manually restored doc/html/index.htmlWilliam M. Brack2003-11-151-6/+1
* minor error cleanup for gcc-3.3.[12] compilation warnings.William M. Brack2003-11-141-4/+4
* fixed missing '-' in block names, enhanced the hack for ABI aliasing.William M. Brack2003-11-101-1/+1
* enhanced for range checking, updated to Unicode version 4.0.1 (API docsWilliam M. Brack2003-11-091-7/+37
* changed macro ATTRIBUTE_UNUSED for gcc so that, if undefined, it's definedWilliam M. Brack2003-11-041-1/+1
* implemented the XML_PARSE_NONET parser option. converted xmllint.c to useDaniel Veillard2003-11-031-0/+3
* adding XInclude support to the reader interface. Lot of testing of theDaniel Veillard2003-11-031-3/+27
* more fixes about unregistering objects applied patch from Mark VakocDaniel Veillard2003-10-291-0/+8
* added xmlStrVPrintf functionAleksey Sanin2003-10-291-0/+8
* applied patch from Steve Ball to make a schema parser from a preparsedDaniel Veillard2003-10-291-0/+2
* included a new function to reuse a Push parser context, based on GrahamDaniel Veillard2003-10-281-0/+6
* cleanup fixing bug #125653 sometimes the error handlers can get a parserDaniel Veillard2003-10-281-2/+3
* fixed #123263, the encoding is mandatory in a textdecl. DanielDaniel Veillard2003-10-281-0/+1
* fix bug #125592 need a NULL check rename a parameter DanielDaniel Veillard2003-10-271-1/+1
* added the xmlWriter module contributed by Alfred Mickautsch added room forDaniel Veillard2003-10-204-0/+418
* removing xmldwalk module since it got merged with the xmlreader. cleanupDaniel Veillard2003-10-204-140/+28
* adding xmlNodeBufGetContent() allowing to grab the content without forcingDaniel Veillard2003-10-191-0/+3
* Fixed the HTTP<->parser interraction, which should fix 2 long standingDaniel Veillard2003-10-193-3/+21
* Changed all (?) occurences where validation macros (IS_xxx) hadWilliam M. Brack2003-10-181-1/+56
* enhanced to include enough comments to make the api doc generation happy.William M. Brack2003-10-181-4/+109
* starting work to fix the HTTP/XML parser integration. DanielDaniel Veillard2003-10-181-1/+5
* added new APIs for creating reader from sources or reusing a reader with aDaniel Veillard2003-10-181-0/+63
* enhanced macros to avoid breaking ABI from previous versions. modified toWilliam M. Brack2003-10-182-25/+44
* remove the warning for startDocument(), as it is used by glade (orDaniel Veillard2003-10-171-0/+9
* fixed a bug in the range search; enhanced range generation (inline code ifWilliam M. Brack2003-10-121-32/+36
* rebuilt chvalid.def from scratch based on XML 2nd edition REC andDaniel Veillard2003-10-111-1/+1
* removed some annoying warnings fixed a bug in the PubidChars definition,Daniel Veillard2003-10-111-1/+1
* fixed small error on previous commit (chvalid.h in base dir instead ofWilliam M. Brack2003-10-111-0/+105
* new files for a different method for doing range validation of characterWilliam M. Brack2003-10-112-19/+7
* adding an serror field to the validation context breaks the ABI for theDaniel Veillard2003-10-111-2/+0
* fixed a nasty bug with interning some text strings prepare for beta5 ofDaniel Veillard2003-10-101-1/+16
* make room in Doc, Element, Attributes for PSVI type informations. DanielDaniel Veillard2003-10-101-0/+3
* Setting up the framework for structured error reporting, touches a lot ofDaniel Veillard2003-10-104-1/+21
* converted the C14N module too DanielDaniel Veillard2003-10-101-1/+5
* cleanup migrated XPointer module to the new error mechanism DanielDaniel Veillard2003-10-101-1/+5
* cleanup fix a funny typo converted the Schemas code to the new errorDaniel Veillard2003-10-101-3/+95
* converted too small cleanup DanielDaniel Veillard2003-10-091-349/+317
* comment fix migrating the catalog code to the new infrastructure DanielDaniel Veillard2003-10-091-1/+6
* final error handling cleanup converted XInclude to the new error handlingDaniel Veillard2003-10-081-1/+19
* better handling of error cases DanielDaniel Veillard2003-10-081-0/+2
* first pass at cleaning up error handling in the I/O module. DanielDaniel Veillard2003-10-081-1/+50