1. 04e2dae fixed "Internal: MIXED struct bad" when #CDATA elements validation occured by Daniel Veillard · 23 years ago
  2. b8c9be9 fixed XML Base computation which was broken added a base function to the by Daniel Veillard · 23 years ago
  3. 19e96c3 set properties doc and call xmlSetListDoc for properties content when by Daniel Veillard · 23 years ago
  4. e086f5c added some missing entry point for XPath (Mark Vakoc) Daniel by Daniel Veillard · 23 years ago
  5. 388236f fixed an old bug raised by Bernhard Zwisch, the I/O layer should by Daniel Veillard · 23 years ago
  6. 0438375 fix the name() bug for elements in the default namespace reported by by Daniel Veillard · 23 years ago
  7. 7583a59 trying to fix #56948, this led to an XPath fix, improvements of SAX by Daniel Veillard · 23 years ago
  8. 449d739 - doc/libxml-doc.el: Felix Natter provided anew version working by Daniel Veillard · 23 years ago
  9. 5168dbf small cleanup update Daniel by Daniel Veillard · 23 years ago
  10. f524d6e released 2.3.14 Daniel by Daniel Veillard · 23 years ago
  11. 5b43fde added 2.3.14 release. Daniel by Daniel Veillard · 23 years ago
  12. 4b8328d rebuilt the docs for the release Daniel by Daniel Veillard · 23 years ago
  13. 73c9c04 - xpath.c: a bug reported by Stephan Kulow empty nodesets by Daniel Veillard · 23 years ago
  14. 234547b Fixed informations on reporting bugs, Daniel by Daniel Veillard · 23 years ago
  15. 1fd36d2 fixed a URI-Reference computation problem when validating small cleanup by Daniel Veillard · 23 years ago
  16. 4d65a1c - parser.c: improved the description of a couple of interfaces by Daniel Veillard · 23 years ago
  17. 62f313b - SAX.c entities.c parser.c: changed completely the way entities by Daniel Veillard · 23 years ago
  18. f420ac5 fixing a too early root closing problem raised byt Prashanth Naidu Daniel by Daniel Veillard · 23 years ago
  19. 8c357d5 - xpath.c: fixed a missing copy in xmlXPathVariableLookupNS() by Daniel Veillard · 23 years ago
  20. 6e90d19 - example/Makefile.am: fixed the include path to add srcdir/include by Daniel Veillard · 23 years ago
  21. f06307e - xpath.c include/libxml/xpath.h include/libxml/xpathInternals.h: by Daniel Veillard · 23 years ago
  22. 7704473 xmlStrstr args are both const small cleanup reformated, fixed problems if by Daniel Veillard · 23 years ago
  23. 2adbb51 added 1.8.14 and 2.3.13 releases Daniel by Daniel Veillard · 23 years ago
  24. b37ecd0 - configure.in include/libxml/xmlwin32version.h: released 2.3.13 by Daniel Veillard · 23 years ago
  25. 12f7d29 - include/win32config.h: bug #56801 Yon Derek provided a patch by Daniel Veillard · 23 years ago
  26. 87ee914 - xpointer.c include/win32config.h win32/libxml2/libxml2.def.src by Daniel Veillard · 23 years ago
  27. 0e4cd17 - parser.c: fixed UTF8 BOM support in push mode by Daniel Veillard · 23 years ago
  28. 3e5bb8e - Makefile.am: added --push regression tests by Daniel Veillard · 23 years ago
  29. 9a89a8a moved the symlinks detection within a CVS check, this is not portable and by Daniel Veillard · 23 years ago
  30. 823a77f fixed another typo, Daniel by Daniel Veillard · 23 years ago
  31. b97b430 fix a sentence which may sound like i don't take patches, Daniel by Daniel Veillard · 23 years ago
  32. 20c8cf2 Added Seattle and French mirrors links, Daniel by Daniel Veillard · 23 years ago
  33. 1164810 - configure.in doc/xml.html include/libxml/xmlwin32version.h: by Daniel Veillard · 23 years ago
  34. fcbd74a fixed 2 uri normalization bugs on '//' reduction Daniel by Daniel Veillard · 23 years ago
  35. 2379384 - include/libxml/Makefile.am: Laszlo Peter pointed out that by Daniel Veillard · 23 years ago
  36. f5498f3 warn against sending code to exhibit bugs. Daniel by Daniel Veillard · 23 years ago
  37. a3067d1 Oops small clanup, Daniel by Daniel Veillard · 23 years ago
  38. 56f0646 - xpath.c: patch to xmlXPathFormatNumber for the optimizer on by Daniel Veillard · 23 years ago
  39. c5d6434 Summer's cleanup, a really big one: by Daniel Veillard · 23 years ago
  40. 07385fd fixed make distcheck and rebuilding the rpms Daniel by Daniel Veillard · 23 years ago
  41. cd1d944 should finish the migration of exported includes into a real by Daniel Veillard · 23 years ago
  42. 6dd8e05 fixed the way to detect symlink Daniel by Daniel Veillard · 23 years ago
  43. 6654177 updated, include/libxml is now a real CVS dir Daniel by Daniel Veillard · 23 years ago
  44. ca98976 a new version of libxml-doc.el. This new version works with both libxml1 by Daniel Veillard · 23 years ago
  45. 8cf14d5 fixed the bug generating a template loop in libxslt when using by Daniel Veillard · 23 years ago
  46. 7b06bcb - doc/FAQ.html: added a warning about gcc-3.0 by Daniel Veillard · 23 years ago
  47. f7f4185 - xmlversion.h: okay this is a generated file, but Windows by Daniel Veillard · 23 years ago
  48. 3157b34 MSVC fix by Bjorn Reese · 23 years ago
  49. cc146db another small fix for ATTRIBUTE_UNUSED Daniel by Daniel Veillard · 23 years ago
  50. 4151acb Yon Derek provided a first fix to be able to compile libxslt/xsltproc on by Daniel Veillard · 23 years ago
  51. d79bcd1 attempt to work around what seemed a gcc optimizer bug when handling by Daniel Veillard · 23 years ago
  52. 017b108 - Makefile.am: cleanup when --without-debug is specified by Daniel Veillard · 23 years ago
  53. 87a764e - parser.c parserInternals.c encoding.c: Since Notepad on Win2k by Daniel Veillard · 23 years ago
  54. 10ea86c - valid.c: fixed a bug found when post validating an entity ref by Daniel Veillard · 23 years ago
  55. 39196eb - tree.c xinclude.c xpointer.c: bug #56402 exposed a number of by Daniel Veillard · 23 years ago
  56. 3739b98 Kjartan Maraas provided a small patch to add xml2-config.in to EXTRA_DIST by Daniel Veillard · 23 years ago
  57. a9142e7 - valid.c tree.c parserInternals.c parser.c: Stephan Kulow by Daniel Veillard · 23 years ago
  58. 3ed27bd - parser.c: Stephan Kulow also raised the fact that line number by Daniel Veillard · 23 years ago
  59. 64b98c0 Stephan Kulow pointed out a problem when validating and using an empty by Daniel Veillard · 23 years ago
  60. e3c81b5 - tree.c: fixed xmlHasNsProp() accordingly to bug #55683 by Daniel Veillard · 23 years ago
  61. 6d473ed Added "make tests" to INSTALL, Daniel by Daniel Veillard · 23 years ago
  62. 4ec885a - TODO: updated adding cleanup of generated doc by Daniel Veillard · 23 years ago
  63. 8b8d225 - xpath.c: first part of the work on selecting namespace to fix bug #56115 by Daniel Veillard · 23 years ago
  64. 96ed583 - Makefile.am example/Makefile.am: Laszlo PETER provided a fix by Daniel Veillard · 23 years ago
  65. d7e4d65 small flush of laptop, daniel by Daniel Veillard · 23 years ago
  66. c4f631d - HTMLtree.[ch]: more work on the HTML serialization routnes, by Daniel Veillard · 23 years ago
  67. 608ad07 - xpath.c: Thomas Broyer suggested a better patch for the / arg Daniel by Daniel Veillard · 23 years ago
  68. 239d052 - xpath.c: bug detected by Ankh when / is used as a function arg Daniel by Daniel Veillard · 23 years ago
  69. 02bb170 - HTMLparser.[ch] HTMLtree.c: stored the inline/block property by Daniel Veillard · 23 years ago
  70. 95d845f - HTMLtree.[ch]: started augmenting the HTML save API with by Daniel Veillard · 23 years ago
  71. eca60d0 - HTMLtree.h: cleanup and started evaluating the work needed on by Daniel Veillard · 23 years ago
  72. 84666b3 handling of PIs and <?sgml-declaration in entities. Daniel by Daniel Veillard · 23 years ago
  73. 8bdd220 - valid.c: fixed bug #56049, forgot one check in the validation routine Daniel by Daniel Veillard · 23 years ago
  74. ca2366a grrr ... namespace is a C++ reserved keyword Daniel by Daniel Veillard · 23 years ago
  75. 6761eee - libxml.h: fixed an error in last commit by Daniel Veillard · 23 years ago
  76. 9cc6dc6 - xmlversion.h.in libxml.h: Cygwin patches by Daniel Veillard · 23 years ago
  77. acd370f - tree.c: patched xmlFreeNode() to avoid freeing() a static by Daniel Veillard · 23 years ago
  78. b370a74 Linked to Red Hat, after all they have been paying for libxml recents by Daniel Veillard · 23 years ago
  79. 1d04767 - valid.c: (a? , b? , c? , ... , z?) was storing/restauring by Daniel Veillard · 23 years ago
  80. 4497e69 - xinclude.c: Raphael Hertzog had a trouble with DTD nodes by Daniel Veillard · 23 years ago
  81. f3afa7d - nanoftp.c nanohttp.c uri.c include/win32config.h: Igor Zlatkovic by Daniel Veillard · 23 years ago
  82. a682b21 - tree.c: applied Steve Tinney patch to xmlNewNsProp to fix bug #55810 Daniel by Daniel Veillard · 23 years ago
  83. e8fc08e - tree.c: fixed xmlGetNsProp() to close bug #55683 by Daniel Veillard · 23 years ago
  84. f0c5376 - HTMLtree.c: when in a pre element no formatting space should by Daniel Veillard · 23 years ago
  85. 068a965 added tests for signal() and signal.h Daniel by Daniel Veillard · 23 years ago
  86. 541d655 - xpath.c: robert pointed out xmlXPathNINF was not initialized daniel by Daniel Veillard · 23 years ago
  87. 8a367d4 - doc/libxml-doc.el: Felix Natter provided a new version for libxml2 Daniel by Daniel Veillard · 23 years ago
  88. 8a92629 - HTMLtree.c: when in a pre element no formatting space should by Daniel Veillard · 23 years ago
  89. 14839d5 add -mieee to CFLAGS when compiling on Linux/alpha Daniel by Daniel Veillard · 23 years ago
  90. e95e239 - DOCBparser.c: implemented the <?sgml-declaration encoding="xxx"?> by Daniel Veillard · 23 years ago
  91. 6e93c4a - HTMLtree.c: trying to close bug #55772 escaping in script by Daniel Veillard · 23 years ago
  92. 1c43dbf - error.c: attempt to fix the xmlGetVarStr breakage once and for by Daniel Veillard · 23 years ago
  93. 9974872 *** empty log message *** by Bjorn Reese · 23 years ago
  94. 906ec8a Upgraded to trio baseline 1.4 by Bjorn Reese · 23 years ago
  95. 570ff08 Workaround for non-preserving variadic lists by Bjorn Reese · 23 years ago
  96. 2e4f188 - doc/xml.html: added 2.3.10 release Daniel by Daniel Veillard · 23 years ago
  97. b3a182e releasing 2.3.10 Daniel by Daniel Veillard · 23 years ago
  98. 3c2758d - xmlIO.c: Gary Pennington spotted a few troubles with file:/// Daniel by Daniel Veillard · 23 years ago
  99. 2004242 - encoding.c: Robert Collins provided a patch to add the by Daniel Veillard · 23 years ago
  100. 97ac131 - xpath.c encoding.[ch]: William M. Brack provided a set of UTF8 by Daniel Veillard · 23 years ago