1. 5d96fff doc updates from Heiko Rupp 2 sanity checks from Heiko Rupp Daniel by Daniel Veillard · 23 years ago
  2. 2ebd7a7 added fix to the header Daniel by Daniel Veillard · 23 years ago
  3. 3ec4c61 applied patch from Armin Sander to make some pointers const in by Daniel Veillard · 23 years ago
  4. b06c614 hum, restrict the integer usage gcc bug workaround to only gcc compilers by Daniel Veillard · 23 years ago
  5. 268fd1b fixed a Windows compiler warning (Chris Poblete) fix for mod when dividend by Daniel Veillard · 23 years ago
  6. 6c5f9d1 added a --convert option to xmlcatalog to convert SGML ones to the XML by Daniel Veillard · 23 years ago
  7. 7e8a4f7 Added pointer to the DocBook catalog tarball, Daniel by Daniel Veillard · 23 years ago
  8. 3993690 Added 2.4.3 Release, rebuilt the HTML pages, daniel by Daniel Veillard · 23 years ago
  9. e8f3793 Rebuilt the docs, preparing for release, Daniel by Daniel Veillard · 23 years ago
  10. 6990bf3 started some serious testing and fixed a few bug and optmization needs. by Daniel Veillard · 23 years ago
  11. 9f7b84b preparing for a 2.4.3 release even if it may not be ready yet redirected by Daniel Veillard · 23 years ago
  12. bc2ddbe fixed bugi #59406 in SGML catalog parsing reported by Jun Kuriyama Daniel by Daniel Veillard · 23 years ago
  13. ffb120d finished the catalog documentation Daniel by Daniel Veillard · 23 years ago
  14. e7ead2d added documentation about Catalog support, misses an API description by Daniel Veillard · 23 years ago
  15. dc2cee2 Added the part about section 7.2 on URI resolution, fixed a side effect in by Daniel Veillard · 23 years ago
  16. 5d90b6c added support and APIs needed for the catalog PI cleanup Daniel by Daniel Veillard · 23 years ago
  17. e2940dd starts to look okay, really plugged the new framework, cleaned a lot of by Daniel Veillard · 23 years ago
  18. 6433954 fixed nextCatalog started adding a small regression test Daniel by Daniel Veillard · 23 years ago
  19. cda9692 more work on the XML catalog support. small cleanup seems using list as a by Daniel Veillard · 23 years ago
  20. 4502960 Re-worked NaN and Inf support by Bjorn Reese · 23 years ago
  21. 344cee7 renaming testCatalog as xmlcatalog, making it an installed app adding a by Daniel Veillard · 23 years ago
  22. b7664f4 fixed a line formatting problem Daniel by Daniel Veillard · 23 years ago
  23. f7ed336 fixed a couple of links, Daniel by Daniel Veillard · 23 years ago
  24. 5015b71 removed a couple of unused variable (Albert Chin) Daniel by Daniel Veillard · 23 years ago
  25. bb37129 trying to fix some troubles w.r.t. function returning const xxxPtr. Daniel by Daniel Veillard · 23 years ago
  26. b60c54e another set of symbols conditionally defined Daniel by Daniel Veillard · 23 years ago
  27. ae6db17 removed unused var Daniel by Daniel Veillard · 23 years ago
  28. 0919020 another small cleanup closing bug #59110 Daniel by Daniel Veillard · 23 years ago
  29. 796f4b6 small cleanup closing bug #59108 Daniel by Daniel Veillard · 23 years ago
  30. 5aac4e4 add xmlCleanupParser() before leaving Daniel by Daniel Veillard · 23 years ago
  31. 3d6ae1c Added docs for 2.4.1 and 2.4.2 releases, Daniel by Daniel Veillard · 23 years ago
  32. 9a0b3d6 released 2.4.2 Daniel by Daniel Veillard · 23 years ago
  33. d3d0672 deprecate the non-boundchecking Sprintf functions, add Snprintf this by Daniel Veillard · 23 years ago
  34. ecb6f5b xmlOutputBufferCreateFilename() didn't unescaped URIs before doing the by Daniel Veillard · 23 years ago
  35. 0ab5cab serious changes on Result Value Trees and NodeSets w.r.t. deallocation and by Daniel Veillard · 23 years ago
  36. 90493a9 adding a --format option Daniel by Daniel Veillard · 23 years ago
  37. fe70332 count() was broken on Result Value Tree fixed file:/// accesses on _WIN32 by Daniel Veillard · 23 years ago
  38. 70ac0e3 s/LIBXML_VERSION_NUMBER/LIBXML_VERSION/ seems the macro was renamed, this by Daniel Veillard · 23 years ago
  39. f300b7e small fix fixing bug #58539 reported by coolo, in entity substitution mode by Daniel Veillard · 23 years ago
  40. 0c72097 added John Fleck right to commit in the doc subdir Daniel by Daniel Veillard · 23 years ago
  41. 48da910 allow to inherit attributes from the DTD directly in the tree, this is by Daniel Veillard · 23 years ago
  42. 50f3437 applied Win32 Facelift No.2 patches from Igor Zlatkovic for Windows/MSC by Daniel Veillard · 23 years ago
  43. 9f4eb91 unparsedEntityDecl() the URI computation of the entity wasn't done by Daniel Veillard · 23 years ago
  44. 567e1b4 fixed a bug when walking the descendants and the current node has no by Daniel Veillard · 23 years ago
  45. f186c82 fixed a bug in xmlXPathNodeTrailingSorted (for now it worked like the by Thomas Broyer · 23 years ago
  46. ba6db03 protected an use of EAGAIN, Brian Stafford Daniel by Daniel Veillard · 23 years ago
  47. 5790537 apply change to close #58141 update of the MSC projects from Igor by Daniel Veillard · 23 years ago
  48. 5e3eecb when the internal subset uses a PE, then the included entity can use by Daniel Veillard · 23 years ago
  49. 7d7e379 fixed a serious memory problen when walking the namespace axis showing up by Daniel Veillard · 23 years ago
  50. 4aafa79 don't override existing encoding specified before starting by Daniel Veillard · 23 years ago
  51. fdb1f24 reinserted, needed for Windows users of CVS Daniel by Daniel Veillard · 23 years ago
  52. 699613b Add cast to fix warning. Add include of <libxml/parser.h>. by Darin Adler · 23 years ago
  53. 25997ca Added link to the Python bindings, daniel by Daniel Veillard · 23 years ago
  54. a77cac0 Remove this file from CVS because it's generated. by Darin Adler · 23 years ago
  55. 50822cb applied const patches from Tom Moog #58002 Daniel by Daniel Veillard · 23 years ago
  56. 9518953 Added pointers to Igor page for the Windows binaries, Daniel by Daniel Veillard · 23 years ago
  57. ba4ad32 added a function lookup framework by Thomas Broyer · 23 years ago
  58. 1d0bfab fixed xmlCopyNode() for documents Daniel by Daniel Veillard · 23 years ago
  59. 6dd398f fixed bugs #58073 reported by Greg Shtilman Daniel by Daniel Veillard · 23 years ago
  60. 2454ab9 fixes bug #57652 reported by Morus Walter Daniel by Daniel Veillard · 23 years ago
  61. e392497 John Kroll provided a small fix to xmlNanoHTTPSave Daniel by Daniel Veillard · 23 years ago
  62. a53c688 fixed the xmlLineNumbersDefault() errors, lesson don't add new functions by Daniel Veillard · 23 years ago
  63. d9bad13 removing history/readline changed this slightly make element content line by Daniel Veillard · 23 years ago
  64. f012a64 get rid of the readline and libhistory dependancies by default, release by Daniel Veillard · 23 years ago
  65. e812624 added xmlHashScannerFull, xmlHashScanFull and xmlHashScannFull3 to get by Thomas Broyer · 23 years ago
  66. 5e2dace Cleanup, cleanup .. removed libxml softlink for good cleanup to get 100% by Daniel Veillard · 23 years ago
  67. 8599e70 debugging on IA64, fixed serious troubles due to size_t vs. int mismatch by Daniel Veillard · 23 years ago
  68. 8fcc494 cleaned up some warning on the Alpha Daniel by Daniel Veillard · 23 years ago
  69. f06a3d8 added a more convenient extension API for value and context managing Now by Thomas Broyer · 23 years ago
  70. 2209073 cleanup of global variables, marking some const or private. Daniel by Daniel Veillard · 23 years ago
  71. 496be68 exported xmlXPath{NAN,PINF,NINF} fixed xmlXPathNodeSetItem when passing by Thomas Broyer · 23 years ago
  72. 05dec34 added xmlCheckVersion() Daniel by Daniel Veillard · 23 years ago
  73. 28ae636 fixed compilation under Cygwin #57503 update Daniel by Daniel Veillard · 23 years ago
  74. ed156f5 add #undef HAVE_DLFCN_H by Peter Williams · 23 years ago
  75. 73b36e3 added a couple of exported entries raised by #57348 and #57381 Daniel by Daniel Veillard · 23 years ago
  76. 7db3773 store the line numbder in element->content, may break some software, need by Daniel Veillard · 23 years ago
  77. 9603789 Various things that are generated and should be ignored. by Darin Adler · 23 years ago
  78. 8c2ecaf Added XInclude, Daniel by Daniel Veillard · 23 years ago
  79. 09ab7e1 release of 2.4.0 updated the docs Daniel by Daniel Veillard · 23 years ago
  80. 04e2dae fixed "Internal: MIXED struct bad" when #CDATA elements validation occured by Daniel Veillard · 23 years ago
  81. b8c9be9 fixed XML Base computation which was broken added a base function to the by Daniel Veillard · 23 years ago
  82. 19e96c3 set properties doc and call xmlSetListDoc for properties content when by Daniel Veillard · 23 years ago
  83. e086f5c added some missing entry point for XPath (Mark Vakoc) Daniel by Daniel Veillard · 23 years ago
  84. 388236f fixed an old bug raised by Bernhard Zwisch, the I/O layer should by Daniel Veillard · 23 years ago
  85. 0438375 fix the name() bug for elements in the default namespace reported by by Daniel Veillard · 23 years ago
  86. 7583a59 trying to fix #56948, this led to an XPath fix, improvements of SAX by Daniel Veillard · 23 years ago
  87. 449d739 - doc/libxml-doc.el: Felix Natter provided anew version working by Daniel Veillard · 23 years ago
  88. 5168dbf small cleanup update Daniel by Daniel Veillard · 23 years ago
  89. f524d6e released 2.3.14 Daniel by Daniel Veillard · 23 years ago
  90. 5b43fde added 2.3.14 release. Daniel by Daniel Veillard · 23 years ago
  91. 4b8328d rebuilt the docs for the release Daniel by Daniel Veillard · 23 years ago
  92. 73c9c04 - xpath.c: a bug reported by Stephan Kulow empty nodesets by Daniel Veillard · 23 years ago
  93. 234547b Fixed informations on reporting bugs, Daniel by Daniel Veillard · 23 years ago
  94. 1fd36d2 fixed a URI-Reference computation problem when validating small cleanup by Daniel Veillard · 23 years ago
  95. 4d65a1c - parser.c: improved the description of a couple of interfaces by Daniel Veillard · 23 years ago
  96. 62f313b - SAX.c entities.c parser.c: changed completely the way entities by Daniel Veillard · 23 years ago
  97. f420ac5 fixing a too early root closing problem raised byt Prashanth Naidu Daniel by Daniel Veillard · 23 years ago
  98. 8c357d5 - xpath.c: fixed a missing copy in xmlXPathVariableLookupNS() by Daniel Veillard · 23 years ago
  99. 6e90d19 - example/Makefile.am: fixed the include path to add srcdir/include by Daniel Veillard · 23 years ago
  100. f06307e - xpath.c include/libxml/xpath.h include/libxml/xpathInternals.h: by Daniel Veillard · 23 years ago