aboutsummaryrefslogtreecommitdiffstats
path: root/parser.c
Commit message (Expand)AuthorAgeFilesLines
* implemented patches supplied by Olivier Andrieu (bug 148588), plus madeWilliam M. Brack2004-07-281-0/+4
* make the push interfaces synchronous added a specific test added the newDaniel Veillard2004-07-051-19/+28
* hack based on Arjan van de Ven suggestion to reduce ELF footprint andDaniel Veillard2004-06-271-0/+3
* fixed a serious problem when substituing entities using the Reader, theDaniel Veillard2004-06-081-8/+31
* fixed a bug where invalid charrefs may not be detected sometimes asDaniel Veillard2004-06-031-3/+17
* enhanced the enhancement, fixed another couple of special cases.William M. Brack2004-05-141-4/+10
* small enhancement to dtd handling of (a?)+ (bug 142487)William M. Brack2004-05-141-1/+4
* killing the strncmp vs. memcmp controversy and #140593 DanielDaniel Veillard2004-04-201-1/+1
* fixed problem with detecting external dtd encoding (bug 135229). minorWilliam M. Brack2004-04-161-1/+5
* applied patch from Dave Beckett to correct line number errors when usingDaniel Veillard2004-03-261-2/+17
* apply fix for #136693 DanielDaniel Veillard2004-03-261-0/+2
* applied patch from Alfred Mickautsch for better DTD support. fixed bugDaniel Veillard2004-03-221-14/+1
* fix bug reported by Holger Rauch added the test to th regression suiteDaniel Veillard2004-03-101-2/+5
* fixed the main issues reported by Peter Breitenlohner cleanup speedupDaniel Veillard2004-02-251-5/+0
* fixed a problem in push mode when attribute contains unescaped '>'Daniel Veillard2004-02-181-1/+2
* fixed bug #132575 about finding the end of the internal subset in pushDaniel Veillard2004-02-121-0/+23
* remove the warning on the 2001 namespace remove some warnings whenDaniel Veillard2004-02-091-1/+1
* fixed bug #131745 raised by Shaun McCance with the suggested patch DanielDaniel Veillard2004-01-211-0/+1
* some parser optimizations, xmllint --memory --timing --repeat --streamDaniel Veillard2004-01-121-17/+76
* moved string and UTF8 routines out of parser.c and encoding.c into a newWilliam M. Brack2004-01-061-543/+0
* added a routine xmlStrncatNew to create a new string from 2 frags. addedWilliam M. Brack2004-01-041-0/+33
* Fixed memory leak reported by Dave Beckett Removed spurious commentWilliam M. Brack2003-12-301-0/+1
* change xmlReadFd() xmlCtxtReadFd() xmlReaderNewFd() xmlReaderForFd(),Daniel Veillard2003-12-221-0/+6
* fixed bug #129489, propagation of parsing flags in entities. improved theDaniel Veillard2003-12-211-13/+15
* tried to fix the problems reported in bug #126735 fixed again some problemDaniel Veillard2003-12-081-1/+1
* attempt to fix #126211 ... DanielDaniel Veillard2003-12-071-1/+4
* swapped the attribute defaulting and attribute checking parts of parsing aDaniel Veillard2003-11-251-33/+33
* moved xmlCleanupThreads() to the end of xmlCleanupParser() to avoid bugDaniel Veillard2003-11-251-1/+1
* less verbose on difference cleanup fixed xmlCleanupParser() doc work onDaniel Veillard2003-11-111-4/+4
* implemented the XML_PARSE_NONET parser option. converted xmllint.c to useDaniel Veillard2003-11-031-6/+29
* always generate line numbers DanielDaniel Veillard2003-10-311-0/+1
* fixed another regression introduced in fixing #125823 DanielDaniel Veillard2003-10-311-2/+6
* previous fix for #124044 was broken, correct fix provided. fixDaniel Veillard2003-10-311-0/+34
* side effect of #123105 patch, namespace resolution would fail when definedDaniel Veillard2003-10-301-0/+2
* added xmlStrVPrintf functionAleksey Sanin2003-10-291-0/+24
* preparing release 2.6.1, updated and regenerated docs and APIs cleanup andDaniel Veillard2003-10-281-1/+14
* included a new function to reuse a Push parser context, based on GrahamDaniel Veillard2003-10-281-0/+101
* fixed #123263, the encoding is mandatory in a textdecl. DanielDaniel Veillard2003-10-281-1/+6
* applied patch from #123105 about defaulted attributes from element comingDaniel Veillard2003-10-271-0/+4
* applied patch from Patrick Welche provided in bug #125432 , futureDaniel Veillard2003-10-241-0/+2
* removing xmldwalk module since it got merged with the xmlreader. cleanupDaniel Veillard2003-10-201-2/+3
* applied patch from Chris Anderson to change back memcmp with CMPx() DanielDaniel Veillard2003-10-191-41/+60
* Changed all (?) occurences where validation macros (IS_xxx) hadWilliam M. Brack2003-10-181-49/+51
* enhanced macros to avoid breaking ABI from previous versions. modified toWilliam M. Brack2003-10-181-31/+31
* remove the warning for startDocument(), as it is used by glade (orDaniel Veillard2003-10-171-34/+55
* Marc Liyanage pointed out that xmlCleanupParser() was missingDaniel Veillard2003-10-151-0/+4
* Dohhh ! DanielDaniel Veillard2003-10-111-5/+5
* patch from Mike Hommey applied Windows patch from Jesse Pelton andDaniel Veillard2003-10-111-3/+10
* fixed a nasty bug with interning some text strings prepare for beta5 ofDaniel Veillard2003-10-101-2/+1
* Setting up the framework for structured error reporting, touches a lot ofDaniel Veillard2003-10-101-11/+14