1. 591b4be fixed doc comment problems adding RelaxNG wrappers added a specific test by Daniel Veillard · 21 years ago
  2. 652d8a9 fixed bug #104817 with delegateURI fixing bugs #104123 and #104125 Daniel by Daniel Veillard · 21 years ago
  3. 71f9d73 Alexey Efimov pointed out that concat('a', 'b', ) should raise a syntax by Daniel Veillard · 21 years ago
  4. 8e7e1c0 fix to the XPath implementation for parent and ancestors axis when by Daniel Veillard · 21 years ago
  5. 024b570 patch from Mark Vadok about htmlNodeDumpOutput location. removed an by Daniel Veillard · 22 years ago
  6. 01c13b5 code cleanup, especially the function comments. fixed a small bug when by Daniel Veillard · 22 years ago
  7. 1c732d2 code cleanup Daniel by Daniel Veillard · 22 years ago
  8. 68e9e74 fixing #96925 wich was also dependant on the processing of parsed by Daniel Veillard · 22 years ago
  9. 8606bbb fixed the initialization of the SAX structure which was breaking xsltproc by Daniel Veillard · 22 years ago
  10. 7216cfd fixed a typo pointed out by Igor try to speed up node compare using line by Daniel Veillard · 22 years ago
  11. e645e8c Applied the VMS update patch from Craig A. Berry update Daniel by Daniel Veillard · 22 years ago
  12. ceb09b9 typo/bug found by Christian Glahn Daniel by Daniel Veillard · 22 years ago
  13. dda8f1b make sure ATTRIBUTE_UNUSED is always put after the attribute declaration, by Daniel Veillard · 22 years ago
  14. 118aed7 fixed the data callback on transition functionality which was broken when by Daniel Veillard · 22 years ago
  15. 42766c0 possible mem leak patch from Jason Adams integrated xf:escape-uri() from by Daniel Veillard · 22 years ago
  16. ef61d20 xpath.c: small additional enhancement for boolean compared to nodeset by William M. Brack · 22 years ago
  17. 0c022ad xpath.c fix bug 85256 by William M. Brack · 22 years ago
  18. fdc9156 applied patch from Richard Jinks for the namespace axis + fixed a memory by Daniel Veillard · 22 years ago
  19. 692092b further xpath enhancement by William M. Brack · 22 years ago
  20. 6000af5 fixed xpath position problem by William M. Brack · 22 years ago
  21. 49cc975 replaced sprintf() with snprintf() to prevent possible buffer overflow by Aleksey Sanin · 22 years ago
  22. 9e41230 patch from Richard Jinks for XPath substring() function new set of tests by Daniel Veillard · 22 years ago
  23. f8cb6dd added merlin-c14n-two.tar.gz tests for c14n/exc-c14n and slightly modified by Aleksey Sanin · 22 years ago
  24. dffd5c8 propagating xpath ancesstors node fix to c14n plus small performance by Aleksey Sanin · 22 years ago
  25. ed23b7d patch from Richard Jinks to fix a problem introduced in the previous patch by Daniel Veillard · 22 years ago
  26. 7c13af4 patch from Richard Jinks to fix the problem raised in by Daniel Veillard · 22 years ago
  27. 088bf11 fixing an XPath function evalutation bug pointed out by Alexey Efimov by Daniel Veillard · 22 years ago
  28. 79376ba maked xmlXPathNodeSetAddNs() function public for XMLSec performance by Aleksey Sanin · 22 years ago
  29. 3cd7240 fixed a problem with the HTML parser pointed by Gary Benson sdding the by Daniel Veillard · 22 years ago
  30. 50fe8b1 real fix for bug #78858 by Aleksey Sanin · 22 years ago
  31. 29b6f76 fixed bug #78858 by Aleksey Sanin · 22 years ago
  32. eca8281 another XPath conformance patch from Richard Jinks Daniel by Daniel Veillard · 22 years ago
  33. 23b1f37 fix a problem with string() on a document node. Daniel by Daniel Veillard · 22 years ago
  34. bc6f759 Gary found a compile time problem, fixes #78823 Daniel by Daniel Veillard · 22 years ago
  35. da423da Silvan Minghetti pointed erroneous use of LIBXML_THREADS_ENABLED instead by Daniel Veillard · 22 years ago
  36. 0eafdef another patch from Richard Jinks for substring conformance update of the by Daniel Veillard · 22 years ago
  37. 01917aa patch from Richard Jinks for .x float parsing. Daniel by Daniel Veillard · 22 years ago
  38. bd6e631 fixed a bug in the nodeset to boolean comparison code pointed out by by Daniel Veillard · 22 years ago
  39. 7089d6b Fix bug #76927 forgot to save some context when evaluating binary by Daniel Veillard · 22 years ago
  40. d30be4a fixed configure for MPE/iX from Markus Henke fixed initialization problems by Daniel Veillard · 22 years ago
  41. 21458c8 more patches from Richard Jinks Updated tests though they show a by Daniel Veillard · 22 years ago
  42. 5fc1f08 Added Igor Zlatkovic as official maintainer Albert Chin pointed that by Daniel Veillard · 22 years ago
  43. 56cd18b Richard Jinks also raised some rounding problems this tries to fix them by Daniel Veillard · 22 years ago
  44. 4e2df54 Richard Jinks spotted an incoherent memory allocation behaviour in by Daniel Veillard · 22 years ago
  45. 6fbcf42 fixing #75619, related to a problem when trying to evaluate condition when by Daniel Veillard · 22 years ago
  46. c62a147 valgrind spotted another error that time when running on libxslt by Daniel Veillard · 22 years ago
  47. 28cac6b pretty insane thing, the xmlXPathFormatNumber() was not serializing 1 as by Daniel Veillard · 22 years ago
  48. 34ce8be preparing 2.4.18 updated and rebuilt the web site implement the new by Daniel Veillard · 22 years ago
  49. 38bf6f0 small fix to avoid potential problem due to ordering of freeing data by Daniel Veillard · 22 years ago
  50. 75be013 speedup some node selection operations, this can have a significant impact by Daniel Veillard · 22 years ago
  51. af43f63 preparing 2.4.17 release updated and rebuilt the docs fixed a comment by Daniel Veillard · 22 years ago
  52. 7b41613 trying to avoid bug #72150 which was apparently caused by a gcc bug (or a by Daniel Veillard · 22 years ago
  53. 044fc6b fixing #61290 "namespace nodes have no parent" long standing divergence by Daniel Veillard · 22 years ago
  54. 5f4b599 preparing 2.4.16 updated and rebuilt the docs, rebuilt the API and web by Daniel Veillard · 22 years ago
  55. 0ba5923 Tentatively fixed #69655 , make compiling with -Wredundant-decls clean. by Daniel Veillard · 22 years ago
  56. 1971ee2 minor optimization more work on the python bindings, they now support by Daniel Veillard · 22 years ago
  57. 99e55eb the change made to xmlXPathFuncLookupFunc was incompatible roll it back by Daniel Veillard · 22 years ago
  58. 963d2ae cleanup patch from Anthony Jones fix the headers to avoid in make scan by Daniel Veillard · 22 years ago
  59. cbaf399 applied 42 documentation patches from Charlie Bozeman. Regenerated the by Daniel Veillard · 23 years ago
  60. 3c01b1d - include/libxml/globals.h include/libxml/threads.h threads.c by Daniel Veillard · 23 years ago
  61. 8146394 trying to cleanup the not thread safe parts of the library. Daniel by Daniel Veillard · 23 years ago
  62. b44025c started integrating the non-controversial parts of Gary Pennington by Daniel Veillard · 23 years ago
  63. 60087f3 preparing 2.4.6 release updated and rebuilt the docs fixed a number of by Daniel Veillard · 23 years ago
  64. 47334c0 implemented xmlXPathObjectCopy for external objects added by Thomas Broyer · 23 years ago
  65. 6ab3838 fixing #61673 part I, do not loose doc information when copying result by Daniel Veillard · 23 years ago
  66. 556c668 trying to harden the XPath interpreter Daniel by Daniel Veillard · 23 years ago
  67. 20ee8c0 applied fix from Mathias Hasselmann about a bug in URI parsing. fix bug by Daniel Veillard · 23 years ago
  68. c0631a6 removed a couple of warning try to solve the linking problem on platforms by Daniel Veillard · 23 years ago
  69. b06c614 hum, restrict the integer usage gcc bug workaround to only gcc compilers by Daniel Veillard · 23 years ago
  70. 268fd1b fixed a Windows compiler warning (Chris Poblete) fix for mod when dividend by Daniel Veillard · 23 years ago
  71. cda9692 more work on the XML catalog support. small cleanup seems using list as a by Daniel Veillard · 23 years ago
  72. 4502960 Re-worked NaN and Inf support by Bjorn Reese · 23 years ago
  73. 0ab5cab serious changes on Result Value Trees and NodeSets w.r.t. deallocation and by Daniel Veillard · 23 years ago
  74. fe70332 count() was broken on Result Value Tree fixed file:/// accesses on _WIN32 by Daniel Veillard · 23 years ago
  75. 567e1b4 fixed a bug when walking the descendants and the current node has no by Daniel Veillard · 23 years ago
  76. f186c82 fixed a bug in xmlXPathNodeTrailingSorted (for now it worked like the by Thomas Broyer · 23 years ago
  77. 7d7e379 fixed a serious memory problen when walking the namespace axis showing up by Daniel Veillard · 23 years ago
  78. ba4ad32 added a function lookup framework by Thomas Broyer · 23 years ago
  79. a53c688 fixed the xmlLineNumbersDefault() errors, lesson don't add new functions by Daniel Veillard · 23 years ago
  80. 5e2dace Cleanup, cleanup .. removed libxml softlink for good cleanup to get 100% by Daniel Veillard · 23 years ago
  81. f06a3d8 added a more convenient extension API for value and context managing Now by Thomas Broyer · 23 years ago
  82. 0438375 fix the name() bug for elements in the default namespace reported by by Daniel Veillard · 23 years ago
  83. 7583a59 trying to fix #56948, this led to an XPath fix, improvements of SAX by Daniel Veillard · 23 years ago
  84. 73c9c04 - xpath.c: a bug reported by Stephan Kulow empty nodesets by Daniel Veillard · 23 years ago
  85. 8c357d5 - xpath.c: fixed a missing copy in xmlXPathVariableLookupNS() by Daniel Veillard · 23 years ago
  86. f06307e - xpath.c include/libxml/xpath.h include/libxml/xpathInternals.h: by Daniel Veillard · 23 years ago
  87. 7704473 xmlStrstr args are both const small cleanup reformated, fixed problems if by Daniel Veillard · 23 years ago
  88. 9a89a8a moved the symlinks detection within a CVS check, this is not portable and by Daniel Veillard · 23 years ago
  89. a3067d1 Oops small clanup, Daniel by Daniel Veillard · 23 years ago
  90. 56f0646 - xpath.c: patch to xmlXPathFormatNumber for the optimizer on by Daniel Veillard · 23 years ago
  91. c5d6434 Summer's cleanup, a really big one: by Daniel Veillard · 23 years ago
  92. 8cf14d5 fixed the bug generating a template loop in libxslt when using by Daniel Veillard · 23 years ago
  93. d79bcd1 attempt to work around what seemed a gcc optimizer bug when handling by Daniel Veillard · 23 years ago
  94. 017b108 - Makefile.am: cleanup when --without-debug is specified by Daniel Veillard · 23 years ago
  95. 8b8d225 - xpath.c: first part of the work on selecting namespace to fix bug #56115 by Daniel Veillard · 23 years ago
  96. 608ad07 - xpath.c: Thomas Broyer suggested a better patch for the / arg Daniel by Daniel Veillard · 23 years ago
  97. 239d052 - xpath.c: bug detected by Ankh when / is used as a function arg Daniel by Daniel Veillard · 23 years ago
  98. 541d655 - xpath.c: robert pointed out xmlXPathNINF was not initialized daniel by Daniel Veillard · 23 years ago
  99. 97ac131 - xpath.c encoding.[ch]: William M. Brack provided a set of UTF8 by Daniel Veillard · 23 years ago
  100. 42596ad - tree.c: fixed a gross mistake in base computation, xml:base is by Daniel Veillard · 23 years ago