1. 051d52c fix a bug not detecting cross entity comments probably when comment by Daniel Veillard · 16 years ago
  2. 7e5c3f4 add a C program to run the W3C test suite, work in progress add a new by Daniel Veillard · 16 years ago
  3. 34e3f64 implement XML-1.0 5th edition, add parser option XML_PARSE_OLD10 to stick by Daniel Veillard · 16 years ago
  4. 33fe288 extend the cleanup rule space cleanup Daniel by Daniel Veillard · 16 years ago
  5. 9ebb632 patches from John Carr to start cleaning up 'make diskcheck' problems c.f. by Daniel Veillard · 17 years ago
  6. cb4284e applied patch from Richard Jones to for the silent flag on valgrind when by Daniel Veillard · 17 years ago
  7. fde5b0b small cleanup to avoid packaging .svn applied patch to avoid a problem in by Daniel Veillard · 17 years ago
  8. 27759f2 Tiny change for 'make tests': raised the number of expected failures for by Kasimier T. Buchcik · 19 years ago
  9. 355a023 added the first regression test suite set for the new expression support by Daniel Veillard · 19 years ago
  10. 60faf52 fixed bug #307377 about validation of choices in list values. added by Daniel Veillard · 19 years ago
  11. c740a17 fixing the loop bug, fixing schematron text error rendering started by Daniel Veillard · 19 years ago
  12. 75e389d more cleanups based on sparse reports, added "make sparse" Daniel by Daniel Veillard · 19 years ago
  13. ed6c549 changed xmlPatterncompile signature to pass an int and not an enum since by Daniel Veillard · 19 years ago
  14. e4aaae2 Late fixes just for the release, daniel by Daniel Veillard · 19 years ago
  15. 78dfc9f preparing release 2.6.20 removed a compilation problem Daniel by Daniel Veillard · 19 years ago
  16. 1f33c4d preparing to make testsuite releases along with code source releases fixed by Daniel Veillard · 19 years ago
  17. 87b3046 first steps toward a testsuite dist fixed bug #307870 Daniel by Daniel Veillard · 19 years ago
  18. f2e066a complete, checking on other platforms is needed updated fix a bug raised by Daniel Veillard · 19 years ago
  19. 4a5a964 added SAXv2 regression tests apparently missing. added SAX1/SAX2 checks. by Daniel Veillard · 19 years ago
  20. 1b75c3b avoid name glob in agruments as it matches the glob() routine. first steps by Daniel Veillard · 19 years ago
  21. dbfe05a on linux/gcc use weak definitions to avoid linking with pthread library on by Daniel Veillard · 19 years ago
  22. b08d741 added Makefile.am, missed in last commit by William M. Brack · 19 years ago
  23. 25c90c5 try to fix a problem with valgrind. applied memory leak fix from Brent by Daniel Veillard · 19 years ago
  24. a22da29 fixed xmlXIncludeParseFile to prevent overwriting XML_COMPLETE_ATTRS when by William M. Brack · 19 years ago
  25. d4301ab use the walker to test the patterns instead of the normal reader bug fixes by Daniel Veillard · 19 years ago
  26. f9d1691 added first test for the patterns a few fixes Daniel by Daniel Veillard · 19 years ago
  27. 48bc062 oops forgot to add the bakefile, Daniel by Daniel Veillard · 19 years ago
  28. 2ae1338 fixing the way testapi.c is generated, fixes bug #161386 fix a comment by Daniel Veillard · 19 years ago
  29. b8590d4 fixed bug #164556 where non-fatal errors stopped push parsing and by Daniel Veillard · 19 years ago
  30. a73f45b fixed dependency on python 2.3, also small improvement for cygwin (bug by William M. Brack · 20 years ago
  31. ce1648b applied DSO support patch 2 from Joel Reed Daniel by Daniel Veillard · 20 years ago
  32. 106cad6 enhanced for enabling build in a different directory. Added (optional) by William M. Brack · 20 years ago
  33. aba37df forgot a $(srcdir) stupid error wrong name #157976 Daniel by Daniel Veillard · 20 years ago
  34. d0cf7f6 integrated in "make tests" added -q option, and more conditional features by Daniel Veillard · 20 years ago
  35. 96f6fe9 gentest.py was missing from the EXTRA_DIST Daniel by Daniel Veillard · 20 years ago
  36. 36e5cd5 adding xmlMemBlocks() work on generator of an automatic API regression by Daniel Veillard · 20 years ago
  37. 03a53c3 added checking for names values and dictionnaries generates a tons of by Daniel Veillard · 20 years ago
  38. 522780e fixed make valgrind xstc Daniel by Daniel Veillard · 20 years ago
  39. 7a5e0dd removed some extern before function code reported by Kjartan Maraas on IRC by Daniel Veillard · 20 years ago
  40. f31187d integrated to "make valgrind", heavy ... weight 250MB of VM ! Daniel by Daniel Veillard · 20 years ago
  41. cd4535f Small fix on when to run xstc testsuite in make tests, daniel by Daniel Veillard · 20 years ago
  42. 2cdd2f3 more cleanup in integrating the xstc testsuite Daniel by Daniel Veillard · 20 years ago
  43. b1da40c starting to integrate the xstc suite in the normal regression tests Daniel by Daniel Veillard · 20 years ago
  44. 0bff36d also produce a tar ball with just the sources added --path option and by Daniel Veillard · 20 years ago
  45. f34a20e "" is a valid hexbinary string dixit xmlschema-dev update the test. added by Daniel Veillard · 20 years ago
  46. dab93ea a bit of cleanup and a extra variable for CVS dist Daniel by Daniel Veillard · 20 years ago
  47. c14c389 added help for new set shell command added parser option to not generate by Daniel Veillard · 20 years ago
  48. 29b1748 small typo pointed out by Mike Hommey slightly improved the --c14n by Daniel Veillard · 20 years ago
  49. 1f8658a Dodji pointed out a bug in xmlGetNodePath() applied patch from Albert Chin by Daniel Veillard · 20 years ago
  50. da3b29a added a dumb rule to able to compile tst.c when people submit a sample by Daniel Veillard · 20 years ago
  51. d392ba7 applied a patch from Gerrit P. Haase to get python bindings on Cygwin by Daniel Veillard · 20 years ago
  52. 1826d0a put in an auto* check for the path to perl (if it exists), and modified by William M. Brack · 20 years ago
  53. e9449c5 added an encoding "special comment" to avoid warning message in python2.3 by William M. Brack · 20 years ago
  54. 45cb0f4 releasing 2.6.11, updated and regenerated the docs Daniel by Daniel Veillard · 20 years ago
  55. a235132 hack based on Arjan van de Ven suggestion to reduce ELF footprint and by Daniel Veillard · 20 years ago
  56. f20fbf7 fixed a problem when base path was "./xxx" 5 test results changed by by William M. Brack · 20 years ago
  57. 4a14fb8 fix from Steve Ball and update of the comment. William pointed out that by Daniel Veillard · 20 years ago
  58. 0df3bc3 fixed a serious problem when substituing entities using the Reader, the by Daniel Veillard · 20 years ago
  59. 6d38c75 applied patch from Ed Davis to allow "make tests" to work with Python 1.5 by Daniel Veillard · 20 years ago
  60. a90de5e fix for a pedantic make check without make all request Daniel by Daniel Veillard · 20 years ago
  61. a0c48ad fixed problem with detecting external dtd encoding (bug 135229). minor by William M. Brack · 20 years ago
  62. 67f8b1c adding xml:id draft support adding 4 first regression tests Daniel by Daniel Veillard · 20 years ago
  63. f580674 added PYTHONPATH to python tests for Schemas and RelaxNG added testfile by William M. Brack · 20 years ago
  64. 252004d preparing 2.6.8 release, updated and rebuilt the docs. use valgring fro by Daniel Veillard · 20 years ago
  65. 6dc9196 remove a memory leak on schemas type facets. reduce verbosity incorporated by Daniel Veillard · 20 years ago
  66. 1a8741c commiting the new xmlsave module before the actuall big code change. by Daniel Veillard · 20 years ago
  67. 33a773f patch for cross-compilation to Windows from Christophe de VIENNE. Daniel by Daniel Veillard · 20 years ago
  68. c74859e applied patch from Charles Bozeman to nit use the system xmllint. Daniel by Daniel Veillard · 20 years ago
  69. 06d2524 applied a cleanup patch from Peter Breitenlohner removed a doc build by Daniel Veillard · 20 years ago
  70. 522bc60 added "relaxng" option to the debugging shell some regression tests for by Daniel Veillard · 20 years ago
  71. 4773df2 added io1.c an example ox xmlIO usage and io1.res test result, fixed a by Daniel Veillard · 20 years ago
  72. a2e844a moved string and UTF8 routines out of parser.c and encoding.c into a new by William M. Brack · 21 years ago
  73. 6984e6d another patch from Kenneth Haley for Mingw, c.f. #128787 Daniel by Daniel Veillard · 21 years ago
  74. e74d2e1 augmented the XInclude API to be able to pass XML parser flags down to the by Daniel Veillard · 21 years ago
  75. b3de70c adding the pattern node selection code. Inheried in part from libxslt but by Daniel Veillard · 21 years ago
  76. 1a79241 do not package cvs versioning temp files. more cleanup, slightly improved by Daniel Veillard · 21 years ago
  77. fe9fc79 apply fix from Karl Eichwalder for script path Daniel by Daniel Veillard · 21 years ago
  78. 7899c5c adding XInclude support to the reader interface. Lot of testing of the by Daniel Veillard · 21 years ago
  79. 72b9e29 cleanup fixing bug #125653 sometimes the error handlers can get a parser by Daniel Veillard · 21 years ago
  80. 1d211e2 added the xmlWriter module contributed by Alfred Mickautsch added room for by Daniel Veillard · 21 years ago
  81. 198c1bf removing xmldwalk module since it got merged with the xmlreader. cleanup by Daniel Veillard · 21 years ago
  82. 903cd38 small fix from Bjorn Reese Daniel by Daniel Veillard · 21 years ago
  83. 68aca05 new files for a different method for doing range validation of character by William M. Brack · 21 years ago
  84. d0c9c32 cleanup fix a funny typo converted the Schemas code to the new error by Daniel Veillard · 21 years ago
  85. f403d29 more code cleanup, especially around error messages, the HTML parser has by Daniel Veillard · 21 years ago
  86. 1ae42d6 integrated the xmlDocWalker API given by Alfred Mickautsch, and providing by Daniel Veillard · 21 years ago
  87. bb5abab more cleanup in make tests more work in the transition to the new error by Daniel Veillard · 21 years ago
  88. 2b8c4a1 changed 'make tests' to use a concise output, scrolling to see where thing by Daniel Veillard · 21 years ago
  89. 73b013f added a new configure option --with-push, some cleanups, chased code size by Daniel Veillard · 21 years ago
  90. 0643112 New file for building against uninstalled libxml2 builds. Support the by AEST 2003 Malcolm Tredinnick · 21 years ago
  91. 8127390 added 2 new configure option: --with-reader --with-sax1 to allow removing by Daniel Veillard · 21 years ago
  92. 4432df2 cleanup, creating a new legacy.c module, made sure make tests ran in by Daniel Veillard · 21 years ago
  93. e96a2a4 adding repeated parsing and validating tests make the new DOM tree by Daniel Veillard · 21 years ago
  94. d9e9c9d fixing namespace DTD validations the output of defaulted namespaces is by Daniel Veillard · 21 years ago
  95. 5335055 add streaming on memory regression tests, found bad bugs in the reader by Daniel Veillard · 21 years ago
  96. f6bc7c2 add a Timingtests target to check bad behaviour from the streaming engine by Daniel Veillard · 21 years ago
  97. 81514ba do string allocations in large pools, allowing to find if a string pertain by Daniel Veillard · 21 years ago
  98. 8a44e59 starting work on reusing the parser dictionary for the element and by Daniel Veillard · 21 years ago
  99. 877a7bd removing the broken pseudo SGML DocBook parser code. Daniel by Daniel Veillard · 21 years ago
  100. 3b7840c adding namespace checkings while making sure they still parse as by Daniel Veillard · 21 years ago