1. 344cee7 renaming testCatalog as xmlcatalog, making it an installed app adding a by Daniel Veillard · 23 years ago
  2. b7664f4 fixed a line formatting problem Daniel by Daniel Veillard · 23 years ago
  3. 5015b71 removed a couple of unused variable (Albert Chin) Daniel by Daniel Veillard · 23 years ago
  4. bb37129 trying to fix some troubles w.r.t. function returning const xxxPtr. Daniel by Daniel Veillard · 23 years ago
  5. b60c54e another set of symbols conditionally defined Daniel by Daniel Veillard · 23 years ago
  6. ae6db17 removed unused var Daniel by Daniel Veillard · 23 years ago
  7. 0919020 another small cleanup closing bug #59110 Daniel by Daniel Veillard · 23 years ago
  8. 796f4b6 small cleanup closing bug #59108 Daniel by Daniel Veillard · 23 years ago
  9. 5aac4e4 add xmlCleanupParser() before leaving Daniel by Daniel Veillard · 23 years ago
  10. 9a0b3d6 released 2.4.2 Daniel by Daniel Veillard · 23 years ago
  11. d3d0672 deprecate the non-boundchecking Sprintf functions, add Snprintf this by Daniel Veillard · 23 years ago
  12. ecb6f5b xmlOutputBufferCreateFilename() didn't unescaped URIs before doing the by Daniel Veillard · 23 years ago
  13. 0ab5cab serious changes on Result Value Trees and NodeSets w.r.t. deallocation and by Daniel Veillard · 23 years ago
  14. 90493a9 adding a --format option Daniel by Daniel Veillard · 23 years ago
  15. fe70332 count() was broken on Result Value Tree fixed file:/// accesses on _WIN32 by Daniel Veillard · 23 years ago
  16. 70ac0e3 s/LIBXML_VERSION_NUMBER/LIBXML_VERSION/ seems the macro was renamed, this by Daniel Veillard · 23 years ago
  17. f300b7e small fix fixing bug #58539 reported by coolo, in entity substitution mode by Daniel Veillard · 23 years ago
  18. 0c72097 added John Fleck right to commit in the doc subdir Daniel by Daniel Veillard · 23 years ago
  19. 48da910 allow to inherit attributes from the DTD directly in the tree, this is by Daniel Veillard · 23 years ago
  20. 50f3437 applied Win32 Facelift No.2 patches from Igor Zlatkovic for Windows/MSC by Daniel Veillard · 23 years ago
  21. 9f4eb91 unparsedEntityDecl() the URI computation of the entity wasn't done by Daniel Veillard · 23 years ago
  22. 567e1b4 fixed a bug when walking the descendants and the current node has no by Daniel Veillard · 23 years ago
  23. f186c82 fixed a bug in xmlXPathNodeTrailingSorted (for now it worked like the by Thomas Broyer · 23 years ago
  24. ba6db03 protected an use of EAGAIN, Brian Stafford Daniel by Daniel Veillard · 23 years ago
  25. 5790537 apply change to close #58141 update of the MSC projects from Igor by Daniel Veillard · 23 years ago
  26. 5e3eecb when the internal subset uses a PE, then the included entity can use by Daniel Veillard · 23 years ago
  27. 7d7e379 fixed a serious memory problen when walking the namespace axis showing up by Daniel Veillard · 23 years ago
  28. 4aafa79 don't override existing encoding specified before starting by Daniel Veillard · 23 years ago
  29. fdb1f24 reinserted, needed for Windows users of CVS Daniel by Daniel Veillard · 23 years ago
  30. 699613b Add cast to fix warning. Add include of <libxml/parser.h>. by Darin Adler · 23 years ago
  31. a77cac0 Remove this file from CVS because it's generated. by Darin Adler · 23 years ago
  32. 50822cb applied const patches from Tom Moog #58002 Daniel by Daniel Veillard · 23 years ago
  33. ba4ad32 added a function lookup framework by Thomas Broyer · 23 years ago
  34. 1d0bfab fixed xmlCopyNode() for documents Daniel by Daniel Veillard · 23 years ago
  35. 6dd398f fixed bugs #58073 reported by Greg Shtilman Daniel by Daniel Veillard · 23 years ago
  36. 2454ab9 fixes bug #57652 reported by Morus Walter Daniel by Daniel Veillard · 23 years ago
  37. e392497 John Kroll provided a small fix to xmlNanoHTTPSave Daniel by Daniel Veillard · 23 years ago
  38. a53c688 fixed the xmlLineNumbersDefault() errors, lesson don't add new functions by Daniel Veillard · 23 years ago
  39. d9bad13 removing history/readline changed this slightly make element content line by Daniel Veillard · 23 years ago
  40. f012a64 get rid of the readline and libhistory dependancies by default, release by Daniel Veillard · 23 years ago
  41. e812624 added xmlHashScannerFull, xmlHashScanFull and xmlHashScannFull3 to get by Thomas Broyer · 23 years ago
  42. 5e2dace Cleanup, cleanup .. removed libxml softlink for good cleanup to get 100% by Daniel Veillard · 23 years ago
  43. 8599e70 debugging on IA64, fixed serious troubles due to size_t vs. int mismatch by Daniel Veillard · 23 years ago
  44. 8fcc494 cleaned up some warning on the Alpha Daniel by Daniel Veillard · 23 years ago
  45. f06a3d8 added a more convenient extension API for value and context managing Now by Thomas Broyer · 23 years ago
  46. 2209073 cleanup of global variables, marking some const or private. Daniel by Daniel Veillard · 23 years ago
  47. 496be68 exported xmlXPath{NAN,PINF,NINF} fixed xmlXPathNodeSetItem when passing by Thomas Broyer · 23 years ago
  48. 05dec34 added xmlCheckVersion() Daniel by Daniel Veillard · 23 years ago
  49. 28ae636 fixed compilation under Cygwin #57503 update Daniel by Daniel Veillard · 23 years ago
  50. ed156f5 add #undef HAVE_DLFCN_H by Peter Williams · 23 years ago
  51. 73b36e3 added a couple of exported entries raised by #57348 and #57381 Daniel by Daniel Veillard · 23 years ago
  52. 7db3773 store the line numbder in element->content, may break some software, need by Daniel Veillard · 23 years ago
  53. 9603789 Various things that are generated and should be ignored. by Darin Adler · 23 years ago
  54. 09ab7e1 release of 2.4.0 updated the docs Daniel by Daniel Veillard · 23 years ago
  55. 04e2dae fixed "Internal: MIXED struct bad" when #CDATA elements validation occured by Daniel Veillard · 23 years ago
  56. b8c9be9 fixed XML Base computation which was broken added a base function to the by Daniel Veillard · 23 years ago
  57. 19e96c3 set properties doc and call xmlSetListDoc for properties content when by Daniel Veillard · 23 years ago
  58. e086f5c added some missing entry point for XPath (Mark Vakoc) Daniel by Daniel Veillard · 23 years ago
  59. 388236f fixed an old bug raised by Bernhard Zwisch, the I/O layer should by Daniel Veillard · 23 years ago
  60. 0438375 fix the name() bug for elements in the default namespace reported by by Daniel Veillard · 23 years ago
  61. 7583a59 trying to fix #56948, this led to an XPath fix, improvements of SAX by Daniel Veillard · 23 years ago
  62. 449d739 - doc/libxml-doc.el: Felix Natter provided anew version working by Daniel Veillard · 23 years ago
  63. 5168dbf small cleanup update Daniel by Daniel Veillard · 23 years ago
  64. f524d6e released 2.3.14 Daniel by Daniel Veillard · 23 years ago
  65. 5b43fde added 2.3.14 release. Daniel by Daniel Veillard · 23 years ago
  66. 4b8328d rebuilt the docs for the release Daniel by Daniel Veillard · 23 years ago
  67. 73c9c04 - xpath.c: a bug reported by Stephan Kulow empty nodesets by Daniel Veillard · 23 years ago
  68. 1fd36d2 fixed a URI-Reference computation problem when validating small cleanup by Daniel Veillard · 23 years ago
  69. 4d65a1c - parser.c: improved the description of a couple of interfaces by Daniel Veillard · 23 years ago
  70. 62f313b - SAX.c entities.c parser.c: changed completely the way entities by Daniel Veillard · 23 years ago
  71. f420ac5 fixing a too early root closing problem raised byt Prashanth Naidu Daniel by Daniel Veillard · 23 years ago
  72. 8c357d5 - xpath.c: fixed a missing copy in xmlXPathVariableLookupNS() by Daniel Veillard · 23 years ago
  73. 6e90d19 - example/Makefile.am: fixed the include path to add srcdir/include by Daniel Veillard · 23 years ago
  74. f06307e - xpath.c include/libxml/xpath.h include/libxml/xpathInternals.h: by Daniel Veillard · 23 years ago
  75. 7704473 xmlStrstr args are both const small cleanup reformated, fixed problems if by Daniel Veillard · 23 years ago
  76. 2adbb51 added 1.8.14 and 2.3.13 releases Daniel by Daniel Veillard · 23 years ago
  77. b37ecd0 - configure.in include/libxml/xmlwin32version.h: released 2.3.13 by Daniel Veillard · 23 years ago
  78. 12f7d29 - include/win32config.h: bug #56801 Yon Derek provided a patch by Daniel Veillard · 23 years ago
  79. 87ee914 - xpointer.c include/win32config.h win32/libxml2/libxml2.def.src by Daniel Veillard · 23 years ago
  80. 0e4cd17 - parser.c: fixed UTF8 BOM support in push mode by Daniel Veillard · 23 years ago
  81. 3e5bb8e - Makefile.am: added --push regression tests by Daniel Veillard · 23 years ago
  82. 9a89a8a moved the symlinks detection within a CVS check, this is not portable and by Daniel Veillard · 23 years ago
  83. 1164810 - configure.in doc/xml.html include/libxml/xmlwin32version.h: by Daniel Veillard · 23 years ago
  84. fcbd74a fixed 2 uri normalization bugs on '//' reduction Daniel by Daniel Veillard · 23 years ago
  85. 2379384 - include/libxml/Makefile.am: Laszlo Peter pointed out that by Daniel Veillard · 23 years ago
  86. f5498f3 warn against sending code to exhibit bugs. Daniel by Daniel Veillard · 23 years ago
  87. 56f0646 - xpath.c: patch to xmlXPathFormatNumber for the optimizer on by Daniel Veillard · 23 years ago
  88. c5d6434 Summer's cleanup, a really big one: by Daniel Veillard · 23 years ago
  89. 07385fd fixed make distcheck and rebuilding the rpms Daniel by Daniel Veillard · 23 years ago
  90. cd1d944 should finish the migration of exported includes into a real by Daniel Veillard · 23 years ago
  91. 6dd8e05 fixed the way to detect symlink Daniel by Daniel Veillard · 23 years ago
  92. 6654177 updated, include/libxml is now a real CVS dir Daniel by Daniel Veillard · 23 years ago
  93. ca98976 a new version of libxml-doc.el. This new version works with both libxml1 by Daniel Veillard · 23 years ago
  94. 8cf14d5 fixed the bug generating a template loop in libxslt when using by Daniel Veillard · 23 years ago
  95. 7b06bcb - doc/FAQ.html: added a warning about gcc-3.0 by Daniel Veillard · 23 years ago
  96. f7f4185 - xmlversion.h: okay this is a generated file, but Windows by Daniel Veillard · 23 years ago
  97. 3157b34 MSVC fix by Bjorn Reese · 23 years ago
  98. cc146db another small fix for ATTRIBUTE_UNUSED Daniel by Daniel Veillard · 23 years ago
  99. 4151acb Yon Derek provided a first fix to be able to compile libxslt/xsltproc on by Daniel Veillard · 23 years ago
  100. d79bcd1 attempt to work around what seemed a gcc optimizer bug when handling by Daniel Veillard · 23 years ago