1. f055293 a couple of large static variable which should really not be declared as by Daniel Veillard · 20 years ago
  2. b3ac18d better portability fix for f(*args), use apply(f, args) as Stephane Bidoul by Daniel Veillard · 20 years ago
  3. 6d38c75 applied patch from Ed Davis to allow "make tests" to work with Python 1.5 by Daniel Veillard · 20 years ago
  4. 656ce94 Fixed bug #141529 i.e. various problems when building with --without-html by Daniel Veillard · 20 years ago
  5. ee1d692 keep the ChangeLog compressed fix a segfault when using Close() test for by Daniel Veillard · 20 years ago
  6. 377e1a9 move the TODO as comments as the function while not finished are usable by Daniel Veillard · 20 years ago
  7. 1f093e0 Add generated files, to make cvs silent. by Johan Dahlin · 20 years ago
  8. 500a1de applied patch from Alfred Mickautsch for better DTD support. fixed bug by Daniel Veillard · 20 years ago
  9. b318c3b Minor change for later verson of php requiring $HTTP_GET_VARS. by William M. Brack · 20 years ago
  10. d5e198a applied patch from Anthony Carrico providing Python bindings for the by Daniel Veillard · 20 years ago
  11. 4a00326 .cvsignore and python/.cvsignore patched by William M. Brack · 20 years ago
  12. f54cd53 fixing compilation and link option when configuring with --without-valid by Daniel Veillard · 20 years ago
  13. a59ddb5 fixed a memory leak (xmlXPathLangFunction) reported on the list by Mike by William M. Brack · 20 years ago
  14. 09b792b applied patch from Malcolm Tredinnick to avoid tabs in python sources, by Daniel Veillard · 20 years ago
  15. a9a1b10 indicated encoding of the test file, needed for python 2.3 Daniel by Daniel Veillard · 20 years ago
  16. 3671190 added xmlByteConsumed() interface updated the benchmark rebuilt the docs by Daniel Veillard · 20 years ago
  17. 95af594 added a small hack to fix interference between my fixes for bugs 132585 by William M. Brack · 20 years ago
  18. 189f46b preparing release 2.6.5, rebuilt the docs, checked rngparser stuff does by Daniel Veillard · 21 years ago
  19. 05349ab applied patch from Frederic Peters fixing the wrong arg order in xpath by Daniel Veillard · 21 years ago
  20. 4f4a27f applied patch from Stephane Bidoul to add enums to the Python bindings. by Daniel Veillard · 21 years ago
  21. 46da464 applied patch from Stephane Bidoul for structured error handling from by Daniel Veillard · 21 years ago
  22. a2e844a moved string and UTF8 routines out of parser.c and encoding.c into a new by William M. Brack · 21 years ago
  23. f7eb794 fixed problem pointed out by Stéphane Bidoul on the list. completed by William M. Brack · 21 years ago
  24. 87ab1c1 fixed bug #129489, propagation of parsing flags in entities. improved the by Daniel Veillard · 21 years ago
  25. cafe885 applied fixes to allow build from 'outside' directory (Bug 129172) by William M. Brack · 21 years ago
  26. e74d2e1 augmented the XInclude API to be able to pass XML parser flags down to the by Daniel Veillard · 21 years ago
  27. f88d8cf tried to fix the problems reported in bug #126735 fixed again some problem by Daniel Veillard · 21 years ago
  28. ffa7b7e fixed the pattern interfaces but not yet the parser to handle the by Daniel Veillard · 21 years ago
  29. 1e90661 cleanup the make rebuild in doc, this include new directive to stop by Daniel Veillard · 21 years ago
  30. 85bb5b0 oops forgot to modify/commit the new code. Daniel by Daniel Veillard · 21 years ago
  31. 6cbd6c0 cleanup the output buffer support to at least get the basic to work fixes by Daniel Veillard · 21 years ago
  32. ea93908 enhanced for range checking, updated to Unicode version 4.0.1 (API docs by William M. Brack · 21 years ago
  33. 6bf4d6f small enhancement to assure ATTRIBUTE_UNUSED appears after the variable by William M. Brack · 21 years ago
  34. 6d373a2 preparing release 2.6.2, updated and rebuilt the docs Daniel by Daniel Veillard · 21 years ago
  35. 157fee0 previous fix for #124044 was broken, correct fix provided. fix by Daniel Veillard · 21 years ago
  36. bb3ba32 be more defensive in the xmlReader python bindings fixing bug #124044 by Daniel Veillard · 21 years ago
  37. e4e3f5d preparing release 2.6.1, updated and regenerated docs and APIs cleanup and by Daniel Veillard · 21 years ago
  38. 1d75c8a fixed warning message from IRIX (bug 125182) removed tabs, replaced with by William M. Brack · 21 years ago
  39. 1d211e2 added the xmlWriter module contributed by Alfred Mickautsch added room for by Daniel Veillard · 21 years ago
  40. 198c1bf removing xmldwalk module since it got merged with the xmlreader. cleanup by Daniel Veillard · 21 years ago
  41. 7869729 adding xmlNodeBufGetContent() allowing to grab the content without forcing by Daniel Veillard · 21 years ago
  42. 05bcb7e fixed to not send NULL to %s printing cleaning up some of the regression by Daniel Veillard · 21 years ago
  43. fc8dc35 added new APIs for creating reader from sources or reusing a reader with a by Daniel Veillard · 21 years ago
  44. 871611b enhanced macros to avoid breaking ABI from previous versions. modified to by William M. Brack · 21 years ago
  45. cd6ff28 final error handling cleanup converted XInclude to the new error handling by Daniel Veillard · 21 years ago
  46. 4c00414 switched Relax-NG module to teh new error reporting. Better default by Daniel Veillard · 21 years ago
  47. bb5abab more cleanup in make tests more work in the transition to the new error by Daniel Veillard · 21 years ago
  48. 2b8c4a1 changed 'make tests' to use a concise output, scrolling to see where thing by Daniel Veillard · 21 years ago
  49. a9cce9c Okay this is scary but it is just adding a configure option to disable by Daniel Veillard · 21 years ago
  50. 4432df2 cleanup, creating a new legacy.c module, made sure make tests ran in by Daniel Veillard · 21 years ago
  51. dca8cc7 rebuilt the API added the new options --nocdata and --nsclean to remove by Daniel Veillard · 21 years ago
  52. e96a2a4 adding repeated parsing and validating tests make the new DOM tree by Daniel Veillard · 21 years ago
  53. 16fa96c adding a new set of API for parsing xmlReadDoc() xmlReadFile() ... by Daniel Veillard · 21 years ago
  54. e72c508 preparing a 2.6.0-beta2 release avoid a warning avoid duplicate code in by Daniel Veillard · 21 years ago
  55. 007d51e use stderr and not stdout for default errors in python environment bug by Daniel Veillard · 21 years ago
  56. bdbe0d4 factoring of more error handling code, serious size reduction and more by Daniel Veillard · 21 years ago
  57. 5f1e1f8 backport of a thread bugfix from 2_5_X branch Daniel by Daniel Veillard · 21 years ago
  58. f2a941f 2.6.0beta1 changes Fixing attribute normalization, might not be totally by Daniel Veillard · 21 years ago
  59. bbeb9f9 try to cope with the fact that apps may still have allocated smaller SAX by Daniel Veillard · 21 years ago
  60. e855373 Applied a patch from Kevin P. Fleming to add --libtool-libs option to by Daniel Veillard · 21 years ago
  61. a71a8ef further small changes to elminate most of the remaining warnings. by William M. Brack · 21 years ago
  62. c193956 small changes to syntax to get rid of compiler warnings. No changes to by William M. Brack · 21 years ago
  63. c758c22 rebuilt the API and docs. Daniel by Daniel Veillard · 21 years ago
  64. 8d73bcb added a new API to split a QName without generating any memory allocation by Daniel Veillard · 21 years ago
  65. c266464 patch from Joachim Bauch + cleanup for Relax NG error callbacks in python by Daniel Veillard · 21 years ago
  66. 781ac8b patch from Stéphane Bidoul for setting up threads global defaults. this by Daniel Veillard · 21 years ago
  67. 38b80a8 trying to conciliate --with-python= requirements and RPM builds, a PITA by Daniel Veillard · 21 years ago
  68. 61c5220 try to fix Red hat bug #89957, do not output -L/usr/lib64 fixed a typo in by Daniel Veillard · 21 years ago
  69. 94bb2f1 applied patch from Stéphane Bidoul for the Python bindings on the new by Daniel Veillard · 21 years ago
  70. 2b32e6f fixed a problem in the generator where the way functions are remapped as by Daniel Veillard · 21 years ago
  71. 92fc02c preparing release 2.5.7 updated and rebuilt the docs fixed the script by Daniel Veillard · 21 years ago
  72. de0a0a5 make sure the OOM code don't get in the way of the builds automatic update by Daniel Veillard · 21 years ago
  73. 5439624 applied patch from Brent M Hendricks adding binding for xmlCatalogAddLocal by Daniel Veillard · 21 years ago
  74. a880b12 a lot of performance work especially the speed of streaming through the by Daniel Veillard · 21 years ago
  75. ac29793 some cleanups extended the document to cover RelaxNG and tree operations by Daniel Veillard · 21 years ago
  76. 33300b4 augnemting the APIs, cleanups. cleanup bug #111005 added some missing by Daniel Veillard · 21 years ago
  77. c6cae7b Added the Expand() and Next() operation to work on subtrees within the by Daniel Veillard · 21 years ago
  78. c2d4a93 preparing release 2.5.6 updated and rebuilt the docs Daniel by Daniel Veillard · 21 years ago
  79. 6c5b2d3 fixing #109227 providing more context in case of start/end tag mismatch by Daniel Veillard · 21 years ago
  80. e4fa293 first part of the fix to performance bug #108905, adds by Daniel Veillard · 21 years ago
  81. 2032d29 was missing "drv_libxml2.py" Daniel by Daniel Veillard · 21 years ago
  82. 48ef4c9 fixed bug #108801 reported by Malcolm Tredinnick about the DocType node by Daniel Veillard · 21 years ago
  83. 17bed98 preparing release 2.5.4 updated and rebuilt the docs removed warnings by Daniel Veillard · 21 years ago
  84. c64b8e9 some warning removal on Igor's patch seems I messed up with #106788 fix by Daniel Veillard · 21 years ago
  85. febcca4 more bug-hunting added --tree to dump the intermediate rng tree patch from by Daniel Veillard · 21 years ago
  86. 591b4be fixed doc comment problems adding RelaxNG wrappers added a specific test by Daniel Veillard · 21 years ago
  87. 71531f3 comments cleanups use xmllint for doing the RelaxNG tests preparing 2.5.2 by Daniel Veillard · 21 years ago
  88. 0e298ad fixing #104096 to compile without regexps Daniel by Daniel Veillard · 21 years ago
  89. 3b2e4e1 removed an unprotedted debug message Aleksi Suhonen put a guard against by Daniel Veillard · 21 years ago
  90. ff12c49 seems there is no good reasons to not generate bindings for XPointer by Daniel Veillard · 22 years ago
  91. 540a31a applied a new patch from Stéphane Bidoul for cleanups rebuilt the API by Daniel Veillard · 22 years ago
  92. 417be3a patch from Stéphane Bidoul for better per context error message APIs by Daniel Veillard · 22 years ago
  93. 1aaae65 Forgot to add readererr.py, oops, Daniel by Daniel Veillard · 22 years ago
  94. 26f7026 applied a patch from Stéphane Bidoul to allow per XMLtextReader error and by Daniel Veillard · 22 years ago
  95. e4a07e7 cleanup patch from Stéphane Bidoul Daniel by Daniel Veillard · 22 years ago
  96. e6227e0 applied and fixed a patch from Stephane Bibould to provide per parser by Daniel Veillard · 22 years ago
  97. 3b87b6b fixed a bug raised by Raymond Wiker, docSetRootElement() should not raise by Daniel Veillard · 22 years ago
  98. 3e20a29 fixed bug #102181 by applying the suggested change and fixing the by Daniel Veillard · 22 years ago
  99. 8f87244 one more IsEmptyElement crazyness, that time in external parsed entities by Daniel Veillard · 22 years ago
  100. e329fc2 update from Stéphane Bidoul: python 2.1 support and improved error handler by Daniel Veillard · 22 years ago