1. bd6e631 fixed a bug in the nodeset to boolean comparison code pointed out by by Daniel Veillard · 22 years ago
  2. e979e3b Frédéric Crozat gave a patch related to the change of Include paths by Daniel Veillard · 22 years ago
  3. 7089d6b Fix bug #76927 forgot to save some context when evaluating binary by Daniel Veillard · 22 years ago
  4. d30be4a fixed configure for MPE/iX from Markus Henke fixed initialization problems by Daniel Veillard · 22 years ago
  5. 21458c8 more patches from Richard Jinks Updated tests though they show a by Daniel Veillard · 22 years ago
  6. 28dfed1 previous commit also included patches from Richard Jinks on some IEEE by Daniel Veillard · 22 years ago
  7. 5fc1f08 Added Igor Zlatkovic as official maintainer Albert Chin pointed that by Daniel Veillard · 22 years ago
  8. db1dc39 Thomas Steinborn pointed out #76404 that libxml2 could leak by Daniel Veillard · 22 years ago
  9. dd4b912 applied patch from Allan Clark for UnixWare/OpenServer Daniel by Daniel Veillard · 22 years ago
  10. 1927409 preparing 2.4.19 rebuilt the docs Daniel by Daniel Veillard · 22 years ago
  11. 56b2db7 fixing #76043, got fed up with non-portability of that piece of code. by Daniel Veillard · 22 years ago
  12. 6f4561a Never commit without running "make tests" :-( fix a couple of stupidities by Daniel Veillard · 22 years ago
  13. d85f4f4 fixed bug #76168, attribute redeclared in the internal subset should not by Daniel Veillard · 22 years ago
  14. 56cd18b Richard Jinks also raised some rounding problems this tries to fix them by Daniel Veillard · 22 years ago
  15. 4e2df54 Richard Jinks spotted an incoherent memory allocation behaviour in by Daniel Veillard · 22 years ago
  16. db55291 fixed a bug in the ISO-Latin 1 to UTF8 encoder raised by Morus Walter by Daniel Veillard · 22 years ago
  17. 9e53793 applied 2 fixups from Igor Daniel by Daniel Veillard · 22 years ago
  18. 6fbcf42 fixing #75619, related to a problem when trying to evaluate condition when by Daniel Veillard · 22 years ago
  19. 1840ef0 patch from Mark Vakoc to build C14N if DocBook and HTML support is not by Daniel Veillard · 22 years ago
  20. 561b7f8 dohh I really didn't intended to commit this test version :-( Daniel by Daniel Veillard · 22 years ago
  21. e50f3b5 I wanted to see the real speed at the SAX interface after a little too by Daniel Veillard · 22 years ago
  22. c62a147 valgrind spotted another error that time when running on libxslt by Daniel Veillard · 22 years ago
  23. 4b3a84f adding "make valgrind" running the full regression tests (except python by Daniel Veillard · 22 years ago
  24. 28cac6b pretty insane thing, the xmlXPathFormatNumber() was not serializing 1 as by Daniel Veillard · 22 years ago
  25. 34ce8be preparing 2.4.18 updated and rebuilt the web site implement the new by Daniel Veillard · 22 years ago
  26. 5997aca humm, changed the way the SAX parser work when by Daniel Veillard · 22 years ago
  27. b5a60ec Wilfried Teiken provided a hackish but working way to get context reported by Daniel Veillard · 22 years ago
  28. 2d347fa applied a new patch from Aleksey Sanin updated the documentation to by Daniel Veillard · 22 years ago
  29. 38bf6f0 small fix to avoid potential problem due to ordering of freeing data by Daniel Veillard · 22 years ago
  30. d237901 Cleanup of the python Makefiles based on Jacob and James feedback, fixed by Daniel Veillard · 22 years ago
  31. e7dd2b8 it was reported quite a few times that xml2-config --cflags should not by Daniel Veillard · 22 years ago
  32. 6f293b1 another patch from Aleksey Sanin Daniel by Daniel Veillard · 22 years ago
  33. 5c39654 applied patch from Aleksey Sanin fixing a problem in the canonicalization by Daniel Veillard · 22 years ago
  34. 9be6586 remove LDADD and CFLAGS as this is broken usage, redundant, and gcc by jacob berkman · 22 years ago
  35. 75be013 speedup some node selection operations, this can have a significant impact by Daniel Veillard · 22 years ago
  36. 61f2617 Heiko W. Rupp fixed a lot of comments to generate better API descriptions by Daniel Veillard · 22 years ago
  37. 9ff8817 Fixing #74186, made sure all boolean expressions get fully parenthesized, by Daniel Veillard · 22 years ago
  38. bb4e46d applied patch from Dodji Seketeli fixing an uninitailized variable in by Daniel Veillard · 22 years ago
  39. db1bdba fixed a few comments regenerated the docs and added the C14N API fixups by Daniel Veillard · 22 years ago
  40. fa49d87 fix to adapt varaiations in the bindings fixed to have the version of the by Daniel Veillard · 22 years ago
  41. a3db2e3 fixed a bug newly introduced and pointed by Uwe Fechner in xmlCopyProp() by Daniel Veillard · 22 years ago
  42. af43f63 preparing 2.4.17 release updated and rebuilt the docs fixed a comment by Daniel Veillard · 22 years ago
  43. ef6c46f fixed xmlHasNsProp() bugs for defaulted from DTD attribs, added a specific by Daniel Veillard · 22 years ago
  44. 90bc371 owen pointed out a problem with the ftime fix, gettimeofday() was not by Daniel Veillard · 22 years ago
  45. 8c1ae60 trying to fix #71457 for timing precision when gettimeofday() is not by Daniel Veillard · 22 years ago
  46. f5a457a Fixed #73408 missing images are now copied on install and part of the by Daniel Veillard · 22 years ago
  47. 7b41613 trying to avoid bug #72150 which was apparently caused by a gcc bug (or a by Daniel Veillard · 22 years ago
  48. f742d34 fixed xmlReconciliateNs(), added a Python test/example for inter-document by Daniel Veillard · 22 years ago
  49. 4e0e297 fixed some htmlSetMetaEncoding() problems fixup and integrated tests for by Daniel Veillard · 22 years ago
  50. e915b2d Fixed bug #72570 moved the libxml man page to section 3 Daniel by Daniel Veillard · 22 years ago
  51. 1e77438 fix bug #72490 added methods serialize() and saveTo() to all node by Daniel Veillard · 22 years ago
  52. ddffd2a closed #73430, don't read from an input source which indicated an by Daniel Veillard · 22 years ago
  53. 8d24cc1 make sure SAX endDocument is always called as this could result in a by Daniel Veillard · 22 years ago
  54. ba5e18a applied patch fixing #73450 Daniel by Daniel Veillard · 22 years ago
  55. 044fc6b fixing #61290 "namespace nodes have no parent" long standing divergence by Daniel Veillard · 22 years ago
  56. d4f41aa patch from Boris Erdmann fixing some namespace odities with xmlCopyNode() by Daniel Veillard · 22 years ago
  57. c661304 fix bug #72706 when loading a NULL entity Daniel by Daniel Veillard · 22 years ago
  58. c0fef77 Fixed #72346, about handling of xmlns:foo="", this could actually change by Daniel Veillard · 22 years ago
  59. 79426f2 added the possibility of returning nodesets from XPath extension functions by Daniel Veillard · 22 years ago
  60. a94ec6f commiting some Python bindings work done while travelling Daniel by Daniel Veillard · 22 years ago
  61. 9730051 close #72663 and #72658, don't memdump unless compiled explicitely with by Daniel Veillard · 22 years ago
  62. 6361da0 Added wrapper for the xmlURIPtr type, provided accessors, fixed the by Daniel Veillard · 22 years ago
  63. 0fea6f4 added the 'usual' setup.py to allow building a libxml2-python module based by Daniel Veillard · 22 years ago
  64. 158a4d2 fixed a push/encoding bug reported by Michael on librsvg Daniel by Daniel Veillard · 22 years ago
  65. 7839e16 fixes a misplaced #endif Daniel by Daniel Veillard · 22 years ago
  66. d54fa3e found and fixed a couple of allocation bugs Daniel by Daniel Veillard · 22 years ago
  67. 6dbcaf8 added a Python and binding page describing the current state of the Python by Daniel Veillard · 22 years ago
  68. 5f4b599 preparing 2.4.16 updated and rebuilt the docs, rebuilt the API and web by Daniel Veillard · 22 years ago
  69. 8aff247 oops broke automatic defaulting of namespaces attributes. Daniel by Daniel Veillard · 22 years ago
  70. 8dc16a6 had to change 2 internal parsing API when processing document content to by Daniel Veillard · 22 years ago
  71. d6dc4cb implemented E59 spaces in CDATA does not match the nonterminal S Daniel by Daniel Veillard · 22 years ago
  72. 878eab0 more validation test fixups added duration info for the tests Daniel by Daniel Veillard · 22 years ago
  73. d01fd3e a couple of errors were reported but not saved back as such in the parsing by Daniel Veillard · 22 years ago
  74. 4a7ae50 isExtender was missing a char % are acceptable in the internal subset if by Daniel Veillard · 22 years ago
  75. 8ab0f58 more work on the conformance suite. Took the step to finally block by Daniel Veillard · 22 years ago
  76. 55253e2 fixed the test script after some discussion on the semantic of by Daniel Veillard · 22 years ago
  77. 2875770 fixed a couple of conformances issues deep into the validation code by Daniel Veillard · 22 years ago
  78. 82ac6b0 fixed #71741 supid typo an a bug about encoding parsing stayed there for by Daniel Veillard · 22 years ago
  79. 7aea52d fixed #71740 NotationDecl with a required field missing Daniel by Daniel Veillard · 22 years ago
  80. c761299 improved the behaviour a bit as well as the logs fixed a few more bugs by Daniel Veillard · 22 years ago
  81. bb7ddb3 python script to run regression tests against the XML Test suite of by Daniel Veillard · 22 years ago
  82. 9f28f30 avoid a warning bug #71594 Daniel by Daniel Veillard · 22 years ago
  83. 144024e Jesse Perry provided a patch to remove a few warning on alpha/Tru64 Daniel by Daniel Veillard · 22 years ago
  84. e4301c8 fixing a comment fixing some troubles with validity check on namespaces by Daniel Veillard · 22 years ago
  85. a6d0538 Fixing #71342 serializing '\n' in attribute values added a specific test. by Daniel Veillard · 22 years ago
  86. 797a565 couple of bug fixes Daniel by Daniel Veillard · 22 years ago
  87. 01a6d41 removed tabs and used spaces. Daniel by Daniel Veillard · 22 years ago
  88. 397ff11 preparing 2.4.15 rebuilt some docs Daniel by Daniel Veillard · 22 years ago
  89. 0351754 trying to close Red Hat bug #58707 by Daniel Veillard · 22 years ago
  90. 6c4ffaf trying to fix the include mess Daniel by Daniel Veillard · 22 years ago
  91. 1a612ed reverted part of the previous attempt to provide #69655, this was breaking by Daniel Veillard · 22 years ago
  92. 0ba5923 Tentatively fixed #69655 , make compiling with -Wredundant-decls clean. by Daniel Veillard · 22 years ago
  93. c5f05ad fix #68882, cleanup the XInclude copying of node, merge back IDs in the by Daniel Veillard · 22 years ago
  94. 1c18e30 seems some version of automake didn't generate the dependancies right as by Daniel Veillard · 22 years ago
  95. 5e5c2d0 Justin Fletcher found some parts of the code needing cleanup Fixed the by Daniel Veillard · 22 years ago
  96. 07be19b applied patch from Andris Pavenis for binary name suffixes Daniel by Daniel Veillard · 22 years ago
  97. f216d46 fixing #68748 Daniel by Daniel Veillard · 22 years ago
  98. d455d79 fixing #70166 Daniel by Daniel Veillard · 22 years ago
  99. c575b99 Changed to the MIT Licence updated the doc accordingly preparing 2.4.14 by Daniel Veillard · 22 years ago
  100. 7db3871 cleanup always use stdout if output is NULL don't close filedescriptors by Daniel Veillard · 22 years ago