aboutsummaryrefslogtreecommitdiffstats
path: root/parser.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix a bug raised by the Mips compiler. move the SAXv1 block definitions toDaniel Veillard2003-09-281-1/+1
* further (final?) minor changes for compilation warnings. No change toWilliam M. Brack2003-09-271-11/+11
* fixed small problem with missing entities (test/ent2)William M. Brack2003-09-271-2/+3
* William's change allowed to spot a nasty bug in xmlDoRead if the result isDaniel Veillard2003-09-261-1/+3
* other patches from William Brack to avoid compilation warnings on AIX.Daniel Veillard2003-09-261-24/+18
* rebuilt the API added the new options --nocdata and --nsclean to removeDaniel Veillard2003-09-261-1/+22
* Changed the new xmlRead/xmlCtxtRead APIs to have an extra base URLDaniel Veillard2003-09-251-19/+33
* preparing a beta3 solving the ABI problems make sure the global variablesDaniel Veillard2003-09-251-3/+6
* fixing some comments to avoid warnings from apibuild.py DanielDaniel Veillard2003-09-251-1/+1
* adding repeated parsing and validating tests make the new DOM treeDaniel Veillard2003-09-241-5/+48
* adding a new set of API for parsing xmlReadDoc() xmlReadFile() ...Daniel Veillard2003-09-231-2/+524
* revert xmlCreateDocParserCtxt() since this break the parseDoc() pythonDaniel Veillard2003-09-231-30/+1