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