aboutsummaryrefslogtreecommitdiffstats
path: root/xmlregexp.c
Commit message (Expand)AuthorAgeFilesLines
...
* trying to nail down the remaining ##other issues completed the tests andDaniel Veillard2005-08-091-7/+35
* fixed bug #310264, basically it's about reentrancy of count basedDaniel Veillard2005-08-081-1/+17
* allows an extra argument to subset the tests big speedup for validation,Daniel Veillard2005-07-301-36/+168
* fixed the error reporting for not transitions fixed output DanielDaniel Veillard2005-07-191-4/+19
* fixing bug #172215 about foreign namespaces by adding support for negatedDaniel Veillard2005-07-191-5/+75
* fixed where xmlMemoryDump() should be called. fixed handling of {0}, \n,Daniel Veillard2005-07-141-2/+32
* expanded test found and fixed the leak exposed by Microsoft regtestsDaniel Veillard2005-07-031-1/+3
* Removed 5 unnecessary dereferences (reported by Andriy, bug #301074).Kasimier T. Buchcik2005-04-191-3/+3
* revamped the elfgcchack.h format to cope with gcc4 change of aliasingDaniel Veillard2005-04-011-0/+2
* warning patches from Peter Breitenlohner serious DTD parsing speedups,Daniel Veillard2005-01-251-2/+2
* extended xmlRegExecErrInfo() and xmlRegExecNextValues() to return errorDaniel Veillard2005-01-121-20/+95
* William noticed I forgot to add special support for xmlmodules.c defineDaniel Veillard2005-01-091-31/+106
* fixing behaviour for xmlRegExecErrInfo in case of rollback DanielDaniel Veillard2005-01-081-8/+22
* small update trying to add an API to get useful error informations backDaniel Veillard2005-01-071-4/+136
* more coverage more fixes DanielDaniel Veillard2004-11-081-0/+2
* Parsing of <complexContent> - handle attribute 'mixed', catch illegalKasimier T. Buchcik2004-09-291-0/+172
* another patch from Malcolm Tredinnick fixing warning generated by theDaniel Veillard2004-09-281-4/+1
* applied Schemas patches from Kasimier Buchcik lot of new tests for thingsDaniel Veillard2004-08-101-7/+49
* enhanced xmlRegStateAddTrans to check if transition is already presentWilliam M. Brack2004-05-101-0/+22
* enhanced the handling of subexpression ranges which have a minOccurs of 0William M. Brack2004-05-061-48/+60
* enhanced xmlFARegExec range evaluation for min occurs 0 problems - fixesWilliam M. Brack2004-04-261-5/+31
* patched a bug in parsing production 1 and 2 of xmlschemas regexp thatDaniel Veillard2004-03-311-33/+36
* enhanced the logic of parsing char groups to better handle initial orWilliam M. Brack2004-03-201-8/+4
* fixing bug #132930 with the provided patch, a bit suspicious about it butDaniel Veillard2004-02-121-3/+16
* fixed xmlFAParseCharRange for Unicode ranges with patch from CharlesWilliam M. Brack2003-12-271-5/+7
* fixed problem causing segfault on validation error condition (reported onWilliam M. Brack2003-12-261-1/+2
* fix bug #128401 affecting regexp quantifiers DanielDaniel Veillard2003-12-031-3/+18
* fixing some Negative Character Group and Character Class SubtractionDaniel Veillard2003-11-241-4/+12
* more XML Schemas fixes based on Eric van der Vlist examples addedDaniel Veillard2003-11-241-0/+5
* enhanced macros to avoid breaking ABI from previous versions. modified toWilliam M. Brack2003-10-181-4/+4
* Setting up the framework for structured error reporting, touches a lot ofDaniel Veillard2003-10-101-2/+2
* error handling cleanup of the Regexp module. DanielDaniel Veillard2003-10-081-32/+79
* =Bug 118559 (continued)William M. Brack2003-08-011-8/+9
* integrated the Out Of Memory test from Havoc Pennington #109368 a lot ofDaniel Veillard2003-04-241-35/+130
* added xmlMallocAtomic() to be used when allocating blocks which do notDaniel Veillard2003-04-191-2/+2
* Starting work precompiling parts of RelaxNG schemas. Not plugged ontoDaniel Veillard2003-04-131-0/+111
* fixing bug #108976 get the ID/REFs to reference the ID in the documentDaniel Veillard2003-03-231-1/+0
* working on DTD validation on top of xml reader interfaces. Allows toDaniel Veillard2002-12-201-1/+1
* new API building Python script, does the C parsing directly, generates aDaniel Veillard2002-12-111-3/+8
* code cleanup, especially the function comments. fixed a small bug whenDaniel Veillard2002-12-101-1/+3
* fixed the validation of sequences content model when some of the blocksDaniel Veillard2002-10-161-2/+4
* improving some documentation comments found and fixed a mem leak withDaniel Veillard2002-09-251-0/+7
* fixed the data callback on transition functionality which was broken whenDaniel Veillard2002-09-241-1/+24
* made configuring with regexps/automata/unicode the default but withoutDaniel Veillard2002-09-191-3/+345
* small cleanup switched DTD validation to use only regexp when configuredDaniel Veillard2002-09-171-0/+1
* fixed a bug reported by Jeff Goff, the determinism was tested beforeDaniel Veillard2002-09-121-3/+5
* updated a bit made a comment more specific more work on the SchemasDaniel Veillard2002-04-221-0/+180
* implementing xs:all with minOccurs = 0 added more tests covering xs:allDaniel Veillard2002-04-201-40/+93
* first implementation of the all particle, this may need to be revisitedDaniel Veillard2002-04-201-3/+32
* another entity processing update from Markus Henke DanielDaniel Veillard2002-04-201-0/+113