aboutsummaryrefslogtreecommitdiffstats
path: root/parser.c
Commit message (Expand)AuthorAgeFilesLines
* preparing 2.5.1 release fixing XmlTextReader bug DanielDaniel 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 theDaniel 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
* fixed a XML Namespace compliance bug reported by Alexander GrimalovskyDaniel Veillard2002-10-161-1/+20
* Christian Glahn found a small bug in the push parser. cleaned up and madeDaniel Veillard2002-10-141-0/+17
* messing around with support for Windows path, cleanups, trying to identifyDaniel Veillard2002-09-101-8/+16
* get rid of all the perror() calls made in the library execution paths.Daniel Veillard2002-09-051-4/+7
* possible mem leak patch from Jason Adams integrated xf:escape-uri() fromDaniel Veillard2002-08-221-1/+1
* xmlSAXUserParseMemory() really ought to fail if the caller don't pass aDaniel Veillard2002-08-141-7/+4
* adding a new API for Christian Glahn: xmlParseBalancedChunkMemoryRecoverDaniel Veillard2002-08-021-4/+38
* fixing bug #84169 by fixing the comment of xmlCreatePushParserCtxt toDaniel Veillard2002-07-061-1/+5
* applied patch from Richard Jinks for the namespace axis + fixed a memoryDaniel Veillard2002-07-011-80/+16
* replaced sprintf() with snprintf() to prevent possible buffer overflowAleksey Sanin2002-06-141-2/+2
* removed an uninitialized data error popped by valgrind on PE referencesDaniel Veillard2002-06-131-7/+9
* applied a couple of patches from Peter Jacobi to start to get rid ofDaniel Veillard2002-06-111-11/+68
* Babak Vahedipour-Kunze reported that openTag in xmlParseElement was likelyDaniel Veillard2002-06-111-4/+3
* another peroformance patch from Peter Jacobi, that time on parsingDaniel Veillard2002-05-311-0/+38
* performance patch from Peter Jacobi DanielDaniel Veillard2002-05-291-21/+62
* fixed bug #81159 (memory growth in SAX)Aleksey Sanin2002-05-091-0/+2
* updated a bit made a comment more specific more work on the SchemasDaniel Veillard2002-04-221-2/+2
* patch from Markus Henke when an encoding ain't recognized DanielDaniel Veillard2002-04-091-0/+1
* dohh I really didn't intended to commit this test version :-( DanielDaniel Veillard2002-03-201-65/+49
* I wanted to see the real speed at the SAX interface after a little tooDaniel Veillard2002-03-201-49/+65
* preparing 2.4.18 updated and rebuilt the web site implement the newDaniel Veillard2002-03-181-0/+1
* humm, changed the way the SAX parser work whenDaniel Veillard2002-03-181-0/+53
* Wilfried Teiken provided a hackish but working way to get context reportedDaniel Veillard2002-03-181-2/+14
* make sure SAX endDocument is always called as this could result in aDaniel Veillard2002-03-051-12/+6
* fixed a push/encoding bug reported by Michael on librsvg DanielDaniel Veillard2002-02-201-2/+22
* found and fixed a couple of allocation bugs DanielDaniel Veillard2002-02-201-22/+5
* had to change 2 internal parsing API when processing document content toDaniel Veillard2002-02-191-17/+30
* more validation test fixups added duration info for the tests DanielDaniel Veillard2002-02-191-0/+1
* a couple of errors were reported but not saved back as such in the parsingDaniel Veillard2002-02-181-0/+2
* isExtender was missing a char % are acceptable in the internal subset ifDaniel Veillard2002-02-181-2/+31
* fixed #71741 supid typo an a bug about encoding parsing stayed there forDaniel Veillard2002-02-171-1/+1
* improved the behaviour a bit as well as the logs fixed a few more bugsDaniel Veillard2002-02-171-1/+4