summaryrefslogtreecommitdiff
path: root/parser.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* bug in compression saving was crashing galeon, reported by teuf DanielDaniel Veillard2003-10-081-4/+6
* cleaning up XPath error reporting that time. applied the two patches forDaniel Veillard2003-10-071-0/+1
* fixing the script replace sequences of RAW && NXT(.) == '.' with memcmpDaniel Veillard2003-10-061-217/+122
* more cleanup of error handling in parserInternals, sharing the routine forDaniel Veillard2003-10-051-26/+0
* more code cleanup, especially around error messages, the HTML parser hasDaniel Veillard2003-10-051-100/+84
* more error/warning handling cleanups, the XML parser module should be okayDaniel Veillard2003-10-041-78/+107
* more cleanup in make tests more work in the transition to the new errorDaniel Veillard2003-10-031-149/+161
* changed 'make tests' to use a concise output, scrolling to see where thingDaniel Veillard2003-10-021-75/+32
* introduced xmlStrPrintf function - wrapper for snprintfAleksey Sanin2003-10-021-0/+28
* made the predefined entities static predefined structures to avoid theDaniel Veillard2003-09-301-2/+0
* added a new configure option --with-push, some cleanups, chased code sizeDaniel Veillard2003-09-301-36/+39
* added 2 new configure option: --with-reader --with-sax1 to allow removingDaniel Veillard2003-09-301-7/+57
* Okay this is scary but it is just adding a configure option to disableDaniel Veillard2003-09-291-0/+2
* cleanup, creating a new legacy.c module, made sure make tests ran inDaniel Veillard2003-09-281-0/+83