- bf9c1da add the testchar to 'make check' Volker Grabsch pointed out a typo by Daniel Veillard · 16 years ago
- ad55998 avoid a regexp crash, should fix #523738 Daniel by Daniel Veillard · 16 years ago
- 10bda62 found a nasty bug in regexp automata build, reported by Ashwin and Bjorn by Daniel Veillard · 17 years ago
- 041b687 apply patch from Andrew Tosh to fix behaviour when '.' is used in a by Daniel Veillard · 17 years ago
- 00fde4e remove a cut-and-paste copy error Daniel by Daniel Veillard · 17 years ago
- c821e03 another nasty regexp case fixed. added to regression suite Daniel by Daniel Veillard · 17 years ago
- ec72008 Enhanced to include port number (if not == 80) on the "Header:" URL (bug by William M. Brack · 17 years ago
- 76d59b6 try to fix for the nth time the automata generation in case of complex by Daniel Veillard · 17 years ago
- cb4284e applied patch from Richard Jones to for the silent flag on valgrind when by Daniel Veillard · 18 years ago
- 5657837 small enhancement for quantifier range with min occurs of 0; fixes bug by William M. Brack · 18 years ago
- a9cbf28 fixed problem with 0x2d in Char Range (bug #420596) added regression test by William M. Brack · 18 years ago
- fcd18ff another small change on the algorithm for the elimination of epsilon by Daniel Veillard · 18 years ago
- 0e05f4c applied documentation patches from Markus Keim fixed one bug and added a by Daniel Veillard · 18 years ago
- 777737e applied fix from Christopher Boumenot for bug #362714 on regexps missing by Daniel Veillard · 18 years ago
- 54eb024 applied patch from Youri Golovanov fixing bug #316338 and adding a couple by Daniel Veillard · 19 years ago
- 11ce400 end of first pass on coverity reports. Daniel by Daniel Veillard · 19 years ago
- fc011b7 bug fixes for #327167 as well as some cleanups and more thorough tests on by Daniel Veillard · 19 years ago
- d027147 compilation and doc build fixes from Michael Day Daniel by Daniel Veillard · 19 years ago
- 0b1ff14 bug in xmlRegExecPushString2() pointed out by Sreeni Nair. Daniel by Daniel Veillard · 19 years ago
- 9a00fd2 applied patch from Geert Jansen to implement the save function to a by Daniel Veillard · 19 years ago
- fc6eca0 fix bug #319897, problem with counted atoms when the transition itself is by Daniel Veillard · 19 years ago
- 7802ba5 avoid function parameters names 'list' as this seems to give troubles with by Daniel Veillard · 19 years ago
- aa62201 commiting a some fixes and debug done yesterday in the London airport. by Daniel Veillard · 19 years ago
- 567a45b removed the error message removed 2 instability warnings from function by Daniel Veillard · 19 years ago
- 54a8f67 remove warnings under Windows. by Rob Richards · 19 years ago
- 5de0938 seems a test to avoid duplicate transition is really needed at all times. by Daniel Veillard · 19 years ago
- 94cc103 detect combinatory explosion and return with a runtime error in those by Daniel Veillard · 19 years ago
- ccb4d41 regenerated fixed a compilation problem some cleanups and one bug fix by Daniel Veillard · 19 years ago
- 5eee767 rescanned code and rebuilt small cleanup cleanup problems from code by Daniel Veillard · 19 years ago
- 0090bd5 exported xmlExpExpDerive(), added it to the testRegexp command line tool by Daniel Veillard · 19 years ago
- 465a000 fixed an uninitialized variable extended the API to add the parser, by Daniel Veillard · 19 years ago
- 81a8ec6 pushing the formal expression handling code to have it in CVs from now. by Daniel Veillard · 19 years ago
- 4f82c8a fixed a determinism detection problem exposed by ##other tests commited by by Daniel Veillard · 19 years ago
- 6e65e15 trying to nail down the remaining ##other issues completed the tests and by Daniel Veillard · 19 years ago
- 1075228 fixed bug #310264, basically it's about reentrancy of count based by Daniel Veillard · 19 years ago
- db68b74 allows an extra argument to subset the tests big speedup for validation, by Daniel Veillard · 19 years ago
- 77005e6 fixed the error reporting for not transitions fixed output Daniel by Daniel Veillard · 19 years ago
- 9efc476 fixing bug #172215 about foreign namespaces by adding support for negated by Daniel Veillard · 19 years ago
- 99c394d fixed where xmlMemoryDump() should be called. fixed handling of {0}, \n, by Daniel Veillard · 19 years ago
- de0e498 expanded test found and fixed the leak exposed by Microsoft regtests by Daniel Veillard · 19 years ago
- c0e833f Removed 5 unnecessary dereferences (reported by Andriy, bug #301074). by Kasimier T. Buchcik · 20 years ago
- 5d4644e revamped the elfgcchack.h format to cope with gcc4 change of aliasing by Daniel Veillard · 20 years ago
- cee2b3a warning patches from Peter Breitenlohner serious DTD parsing speedups, by Daniel Veillard · 20 years ago
- cc026dc extended xmlRegExecErrInfo() and xmlRegExecNextValues() to return error by Daniel Veillard · 20 years ago
- fc0b6f6 William noticed I forgot to add special support for xmlmodules.c define by Daniel Veillard · 20 years ago
- 9070015 fixing behaviour for xmlRegExecErrInfo in case of rollback Daniel by Daniel Veillard · 20 years ago
- 7bd8b4b small update trying to add an API to get useful error informations back by Daniel Veillard · 20 years ago
- a82b182 more coverage more fixes Daniel by Daniel Veillard · 20 years ago
- 8787640 Parsing of <complexContent> - handle attribute 'mixed', catch illegal by Kasimier T. Buchcik · 20 years ago
- c7e3cc4 another patch from Malcolm Tredinnick fixing warning generated by the by Daniel Veillard · 20 years ago
- c0826a7 applied Schemas patches from Kasimier Buchcik lot of new tests for things by Daniel Veillard · 20 years ago
- f9b5fa2 enhanced xmlRegStateAddTrans to check if transition is already present by William M. Brack · 20 years ago
- ddf71d6 enhanced the handling of subexpression ranges which have a minOccurs of 0 by William M. Brack · 21 years ago
- 0e00b28 enhanced xmlFARegExec range evaluation for min occurs 0 problems - fixes by William M. Brack · 21 years ago
- 2cbf596 patched a bug in parsing production 1 and 2 of xmlschemas regexp that by Daniel Veillard · 21 years ago
- 10f1ef4 enhanced the logic of parsing char groups to better handle initial or by William M. Brack · 21 years ago
- 0ddb21c fixing bug #132930 with the provided patch, a bit suspicious about it but by Daniel Veillard · 21 years ago
- dc99df9 fixed xmlFAParseCharRange for Unicode ranges with patch from Charles by William M. Brack · 21 years ago
- 9887395 fixed problem causing segfault on validation error condition (reported on by William M. Brack · 21 years ago
- ebe48c6 fix bug #128401 affecting regexp quantifiers Daniel by Daniel Veillard · 21 years ago
- f8b9de3 fixing some Negative Character Group and Character Class Subtraction by Daniel Veillard · 21 years ago
- f2a1283 more XML Schemas fixes based on Eric van der Vlist examples added by Daniel Veillard · 21 years ago
- 871611b enhanced macros to avoid breaking ABI from previous versions. modified to by William M. Brack · 21 years ago
- 659e71e Setting up the framework for structured error reporting, touches a lot of by Daniel Veillard · 21 years ago
- ff46a04 error handling cleanup of the Regexp module. Daniel by Daniel Veillard · 21 years ago
- 779af00 =Bug 118559 (continued) by William M. Brack · 21 years ago
- a76fe5c integrated the Out Of Memory test from Havoc Pennington #109368 a lot of by Daniel Veillard · 22 years ago
- 3c908dc added xmlMallocAtomic() to be used when allocating blocks which do not by Daniel Veillard · 22 years ago
- 52b48c7 Starting work precompiling parts of RelaxNG schemas. Not plugged onto by Daniel Veillard · 22 years ago
- ef8dd7b fixing bug #108976 get the ID/REFs to reference the ID in the document by Daniel Veillard · 22 years ago
- ea7751d working on DTD validation on top of xml reader interfaces. Allows to by Daniel Veillard · 22 years ago
- a9b66d0 new API building Python script, does the C parsing directly, generates a by Daniel Veillard · 22 years ago
- 01c13b5 code cleanup, especially the function comments. fixed a small bug when by Daniel Veillard · 22 years ago
- 3237023 fixed the validation of sequences content model when some of the blocks by Daniel Veillard · 22 years ago
- bd9afb5 improving some documentation comments found and fixed a mem leak with by Daniel Veillard · 22 years ago
- 118aed7 fixed the data callback on transition functionality which was broken when by Daniel Veillard · 22 years ago
- 23e7357 made configuring with regexps/automata/unicode the default but without by Daniel Veillard · 22 years ago
- a646cfd small cleanup switched DTD validation to use only regexp when configured by Daniel Veillard · 22 years ago
- 4402ab4 fixed a bug reported by Jeff Goff, the determinism was tested before by Daniel Veillard · 22 years ago
- e19fc23 updated a bit made a comment more specific more work on the Schemas by Daniel Veillard · 23 years ago
- 441bc32 implementing xs:all with minOccurs = 0 added more tests covering xs:all by Daniel Veillard · 23 years ago
- 8a001f6 first implementation of the all particle, this may need to be revisited by Daniel Veillard · 23 years ago
- 7646b18 another entity processing update from Markus Henke Daniel by Daniel Veillard · 23 years ago
- b509f15 more work on the automata interfaces and debug of counted choices added a by Daniel Veillard · 23 years ago
- 4255d50 merged the current state of XML Schemas implementation, it is not by Daniel Veillard · 23 years ago