summaryrefslogtreecommitdiff
path: root/parser.c
Commit message (Expand)AuthorAgeFilesLines
* fixing a bug about a special case of namespace handling, this closes bugDaniel Veillard2003-07-241-2/+9
* removed some warnings by casting xmlChar to unsigned int and a couple ofDaniel Veillard2003-07-151-3/+3
* use the character() SAX callback if the cdataBlock ain't defined. fix bugDaniel Veillard2003-07-051-1/+9
* trying to fix #114277 about when file remapping and escaping should reallyDaniel Veillard2003-06-091-10/+1
* patch from Stéphane Bidoul for setting up threads global defaults. thisDaniel Veillard2003-05-151-0/+2
* removed multiple warning, this fixed a bug and should close #111574 DanielDaniel Veillard2003-05-091-1/+1
* fix for xmlIOParseDTD same as previous and reported by Petr Pajas DanielDaniel Veillard2003-04-261-0/+10
* applied fix to xmlSAXParseDTD from Malcolm Tredinnick closing #111638Daniel Veillard2003-04-261-1/+1
* fixing an xmlParseDTD bug raised by Petr Pajas DanielDaniel Veillard2003-04-251-0/+10
* integrated the Out Of Memory test from Havoc Pennington #109368 a lot ofDaniel Veillard2003-04-241-9/+59
* try to find more places where xmlCanonicPath() must be used to convertDaniel Veillard2003-04-231-2/+2
* a lot of performance work especially the speed of streaming through theDaniel Veillard2003-04-211-221/+309
* added xmlMallocAtomic() to be used when allocating blocks which do notDaniel Veillard2003-04-191-18/+18
* added support for large file, tested with a 3+GB instance, and someDaniel Veillard2003-04-181-6/+6
* augnemting the APIs, cleanups. cleanup bug #111005 added some missingDaniel Veillard2003-04-171-4/+0
* fixed a possible problem with xmlRecoverMemory() DanielDaniel Veillard2003-04-041-0/+2
* fixing #109227 providing more context in case of start/end tag mismatchDaniel Veillard2003-03-271-22/+30
* Norm suggested a nicer error message for xml:space values errors DanielDaniel Veillard2003-03-261-1/+1
* validity status was not passed back when validating in entities, butDaniel Veillard2003-03-231-0/+3
* fixing bug #108976 get the ID/REFs to reference the ID in the documentDaniel Veillard2003-03-231-8/+47
* patch from johan@evenhuis.nl for #107937 fixing some line countingDaniel Veillard2003-03-221-4/+11
* fix some recursion problems introduced in the last release. more debuggingDaniel Veillard2003-03-111-2/+3
* fixes bug #105998 about false detection of attribute consumption loop.Daniel Veillard2003-02-241-1/+2
* some warning removal on Igor's patch seems I messed up with #106788 fixDaniel Veillard2003-02-241-1/+1
* another fix for nodeinfo in entities problem fixed bug #106788 from JamesDaniel Veillard2003-02-231-0/+3
* path handling bug introduced by my recent machinations fixedIgor Zlatkovic2003-02-231-1/+11
* fixing some nodeinfo in entities problem raised by Glenn W. BachDaniel Veillard2003-02-211-0/+13
* obsoleted xmlNormalizeWindowsPathIgor Zlatkovic2003-02-191-12/+3
* fixing bug 105049 for validity checking of content within recursiveDaniel Veillard2003-02-041-3/+5
* removed an unprotedted debug message Aleksi Suhonen put a guard againstDaniel Veillard2003-02-031-0/+20
* applied a documentation patch from Stefan Kost DanielDaniel Veillard2003-01-241-0/+2
* one more IsEmptyElement crazyness, that time in external parsed entitiesDaniel Veillard2003-01-091-3/+6
* preparing 2.5.1 release fixing XmlTextReader bug DanielLIBXML_2_5_1Daniel Veillard2003-01-081-0/+1
* Fixed a really nasty problem raised by a DocBook XSLT transform providedDaniel Veillard2002-12-301-0/+4
* the parseStartTag bug fix wasn't complete. DanielDaniel Veillard2002-12-171-3/+1
* Vyacheslav Pindyura managed to trigger a bug in parseStartTag, fixing it.Daniel Veillard2002-12-161-0/+3
* added the close and getattribute methods of XmlTextReader. added theDaniel Veillard2002-12-141-3/+6
* new API building Python script, does the C parsing directly, generates aDaniel Veillard2002-12-111-0/+2
* code cleanup, especially the function comments. fixed a small bug whenDaniel Veillard2002-12-101-2/+20
* Adding a new set of APIs based on the C# TextXmlReader API but convertedDaniel Veillard2002-12-091-0/+1
* code cleanup DanielDaniel Veillard2002-11-301-55/+118
* patch from Marcus Clarke fixing a problem in entities parsing that wasDaniel Veillard2002-11-251-1/+1
* Martin Stoilov pointed out a potential leak in xmlCreateMemoryParserCtxtDaniel Veillard2002-11-191-1/+5
* preparing release 2.4.27 updated and rebuilt the docs try to make sure theLIBXML_2_4_27Daniel Veillard2002-11-171-195/+210
* fixing #96925 wich was also dependant on the processing of parsedDaniel Veillard2002-11-161-37/+30
* fixed #96594, which was totally dependant on the processing of internalDaniel Veillard2002-11-151-3/+158
* fixed the initialization of the SAX structure which was breaking xsltprocDaniel Veillard2002-11-121-5/+35
* Christian Glahn found a problem with a recent patch toDaniel Veillard2002-10-261-5/+9
* Applied the VMS update patch from Craig A. Berry update DanielDaniel Veillard2002-10-221-14/+1
* tried to fix bug #91500 where doc->children may be overriden by a call toDaniel Veillard2002-10-221-0/+4