1. 18a88ce added calling convention to the public function prototypes by Igor Zlatkovic · 20 years ago
  2. b907905 enhanced output indenting (bug 133264) by William M. Brack · 20 years ago
  3. 93d004f applied patch from Steve Ball to provide structured error reports. by William M. Brack · 20 years ago
  4. a9c612c moved serialization of attribute text data (xmlSerializeContent) into a by William M. Brack · 20 years ago
  5. 92aa030 John Fleck <jfleck@inkstain.net> changelog on reader*.c commits to update by John Fleck · 20 years ago
  6. f2497c1 Sat Jan 31 08:22:02 MST 2004 John Fleck <jfleck@inkstain.net by John Fleck · 20 years ago
  7. ba6bec6 doc/examples/examples.xml doc/examples/*.html add note that reader by MST 2004 John Fleck · 20 years ago
  8. 9387637 John Fleck <jfleck@inkstain.net> ChangeLog to go with docs/examples commit by John Fleck · 20 years ago
  9. c07ed5e added (void *) type override to prevent warning on Solaris (Bug 132671) by William M. Brack · 20 years ago
  10. 4f8b8d9 doc/examples/Makefile.am per Jan. 15 email to the list from oliverst, the by MST 2004 John Fleck · 20 years ago
  11. e1021fa applied fix from Alexander Winston for a problem related to automake-1.8 , by Daniel Veillard · 20 years ago
  12. c3a429a don't rely on . being on the path for make tests, should keep Mr. Crozat by Daniel Veillard · 20 years ago
  13. 189f46b preparing release 2.6.5, rebuilt the docs, checked rngparser stuff does by Daniel Veillard · 20 years ago
  14. 05349ab applied patch from Frederic Peters fixing the wrong arg order in xpath by Daniel Veillard · 20 years ago
  15. 03c2f0a fixing #130453 XInclude element with no href attribute fully integrating by Daniel Veillard · 20 years ago
  16. dda22c1 applied patch from Steve Ball to avoid a double-free. Daniel by Daniel Veillard · 21 years ago
  17. 4773df2 added io1.c an example ox xmlIO usage and io1.res test result, fixed a by Daniel Veillard · 21 years ago
  18. e9f0811 make xmlReallocLoc() accept NULL pointer by Aleksey Sanin · 21 years ago
  19. 1516d5b applied patch from John Belmonte for normalizedString datatype support. by Daniel Veillard · 21 years ago
  20. ce4fc56 fixed problem with union when last() is used in predicate (bug #131971) by William M. Brack · 21 years ago
  21. ae28918 fixed bug #131745 raised by Shaun McCance with the suggested patch Daniel by Daniel Veillard · 21 years ago
  22. 20c5e78 applied patch from Alfred Mickautsch fixing a memory leak reported on the by Daniel Veillard · 21 years ago
  23. 4f4a27f applied patch from Stephane Bidoul to add enums to the Python bindings. by Daniel Veillard · 21 years ago
  24. c2c0d14 another small patch from Mark Vadoc Daniel by Daniel Veillard · 21 years ago
  25. 87247e8 applied patch from Mark Vadoc to not use SAX1 unless necessary. Daniel by Daniel Veillard · 21 years ago
  26. c82c57e some parser optimizations, xmllint --memory --timing --repeat --stream by Daniel Veillard · 21 years ago
  27. 6576528 removed a memory leak remaining from the switch to a dictionnary for by Daniel Veillard · 21 years ago
  28. 96b6cd2 fixing some problem if configured --without-xinclude c.f. #130902 Daniel by Daniel Veillard · 21 years ago
  29. e4177a5 changed AC_OUTPUT() macro to avoid a cygwin problem c.f. #130896 Daniel by Daniel Veillard · 21 years ago
  30. abfca61 applying patch from Mark Vakoc for Windows applied doc fixes from Sven by Daniel Veillard · 21 years ago
  31. 46da464 applied patch from Stephane Bidoul for structured error handling from by Daniel Veillard · 21 years ago
  32. 5d4cba4 fixed Bug130593 fixed compilation warning by William M. Brack · 21 years ago
  33. 5987071 fixed the comment in the header rebuilt the docs Daniel by Daniel Veillard · 21 years ago
  34. a2e844a moved string and UTF8 routines out of parser.c and encoding.c into a new by William M. Brack · 21 years ago
  35. 0f124fd doc/tutorial/customfo.xsl doc/tutorial/customhtml.xsl update custom by MST 2004 John Fleck · 21 years ago
  36. d7306b0 commiting the compact relax ng parser. It's not completely finished, it's by Daniel Veillard · 21 years ago
  37. 09a4d0a fixed apibuild.py's generation of "constructors" to be in alphabetical by William M. Brack · 21 years ago
  38. 751c9ec applied patch from Lucas Brasilino fixing an indent problem. Daniel by Daniel Veillard · 21 years ago
  39. 35df6d4 John Fleck <jfleck@inkstain.net> forgot a ChangeLog by John Fleck · 21 years ago
  40. 2050d89 change background color of function declaration to improve readability by MST 2004 John Fleck · 21 years ago
  41. 7762bb1 added a routine xmlStrncatNew to create a new string from 2 frags. added by William M. Brack · 21 years ago
  42. 24d9048 (removed extra blank line in my last entry) by William M. Brack · 21 years ago
  43. 9202942 applied suggestion from Miloslav Trmac (see Bug 130419) and eliminated by William M. Brack · 21 years ago
  44. d34b0b8 applied patch from Stéphane Bidoul for structured error reporting. Daniel by Daniel Veillard · 21 years ago
  45. 2cca446 applied the patch from Lucas Brasilino to add indentation support to by Daniel Veillard · 21 years ago
  46. aae1052 fixed problem with "recursive" include (fallback contains another include by William M. Brack · 21 years ago
  47. 1a9b708 found and fixed a bug misallocating some non blank text node strings from by Daniel Veillard · 21 years ago
  48. 1ff4213 fixed problem caused by wrong dictionary reference count, reported on the by William M. Brack · 21 years ago
  49. f7eb794 fixed problem pointed out by Stéphane Bidoul on the list. completed by William M. Brack · 21 years ago
  50. 72ee48d Fixed memory leak reported by Dave Beckett Removed spurious comment by William M. Brack · 21 years ago
  51. 1f5c989 xmlValidateElement could crash for element holding a namespace declaration by Daniel Veillard · 21 years ago
  52. d21f61b issue validation status on stderr, not stdout as suggested by Pawel by Daniel Veillard · 21 years ago
  53. 0817191 edited a couple of comments in accordance with posting on the mailing list by William M. Brack · 21 years ago
  54. b15351e added tests for xs:all to assure minOccurs and maxOccurs <= 1 (Bug 130020) by William M. Brack · 21 years ago
  55. dc99df9 fixed xmlFAParseCharRange for Unicode ranges with patch from Charles by William M. Brack · 21 years ago
  56. 9887395 fixed problem causing segfault on validation error condition (reported on by William M. Brack · 21 years ago
  57. cf9eadf fixed missing dictionaries for Memory and Doc parser contexts (problem by William M. Brack · 21 years ago
  58. e6e59cd updated the docs and prepared a new release 2.6.4 Daniel by Daniel Veillard · 21 years ago
  59. 509028f remove deprecated warning on startElement() Daniel by Daniel Veillard · 21 years ago
  60. b98d082 XInclude xpointer support was broken with the new namespace. Fixes #129932 by Daniel Veillard · 21 years ago
  61. b0f397e types might be redefined in includes, quick fix to allow this but lacks by Daniel Veillard · 21 years ago
  62. 49bcb3a Fixed typo pointed out by S.-H. Zimmermann, Daniel by Daniel Veillard · 21 years ago
  63. ab1ceda fixed bug concerning validation using external dtd of element with mutiple by William M. Brack · 21 years ago
  64. 84d83e3 inhibited production of "(null):" in xmlGetNodePath when node has default by William M. Brack · 21 years ago
  65. e8d1bd9 small enhancement to xmlXPathCmpNodes to assure document order for by William M. Brack · 21 years ago
  66. 4bc5f43 change xmlReadFd() xmlCtxtReadFd() xmlReaderNewFd() xmlReaderForFd(), by Daniel Veillard · 21 years ago
  67. 2d2f155 fixed a serious problem in XInclude #129021 Daniel by Daniel Veillard · 21 years ago
  68. 87ab1c1 fixed bug #129489, propagation of parsing flags in entities. improved the by Daniel Veillard · 21 years ago
  69. cafe885 applied fixes to allow build from 'outside' directory (Bug 129172) by William M. Brack · 21 years ago
  70. e1f7049 tree.c - add explanation of namespace inheritance when ns is NULL to by MST 2003 John Fleck · 21 years ago
  71. 09428a3 undid last change (my bad). Put necessary fix in libxslt/libexslt instead. by William M. Brack · 21 years ago
  72. 966668a fixed xmlXPathReturnString to cater for NULL pointer (bug 129561) added by William M. Brack · 21 years ago
  73. f40c1ce trying to fix #129692 xmlTextReaderExpand() when using an by Daniel Veillard · 21 years ago
  74. a0e7e93 tree.c fix misc. typos in doc comments include/libxml/tree.h elaborate on by MST 2003 John Fleck · 21 years ago
  75. 7ecced5 base64Binary is supported now, Daniel by Daniel Veillard · 21 years ago
  76. b286d84 don't call the result files .out but .res as the Makefiles tend to try by Daniel Veillard · 21 years ago
  77. 36a8316 doc/html/libxml-pattern.html - cvs add API docs for new pattern stuff by MST 2003 John Fleck · 21 years ago
  78. 8b03bc5 tree.c doc/* Elaborate in documentation discussion of xmlNewChild and by MST 2003 John Fleck · 21 years ago
  79. 619a97d tree.c doc/* Elaborate in documentation discussion of xmlNewChild and by MST 2003 John Fleck · 21 years ago
  80. 758c531 Updated Relax-NG adding ISO standard reference, Daniel by Daniel Veillard · 21 years ago
  81. efe6c74 applied patch from Stefan Kost Daniel by Daniel Veillard · 21 years ago
  82. 38c53ec applied small fix from Lucas Brasilino Daniel by Daniel Veillard · 21 years ago
  83. c5a29ca added pattern support by Igor Zlatkovic · 21 years ago
  84. 3bcdc0e Updating back to text versions, Daniel by Daniel Veillard · 21 years ago
  85. 024f199 fixed to point to releases of libxml2-2.6, Daniel by Daniel Veillard · 21 years ago
  86. c480c4e preparing release of libxml2-2.6.3, updated and regenerated the docs. by Daniel Veillard · 21 years ago
  87. 323268f Fixed a reference to a removed file, Daniel by Daniel Veillard · 21 years ago
  88. 427174f removed some compilation warnings Daniel by Daniel Veillard · 21 years ago
  89. 3df0118 fixing bug #119264 xmllint failing to report serialization errors in some by Daniel Veillard · 21 years ago
  90. 18ab872 fixed an XML entites content serialization potentially triggered by by Daniel Veillard · 21 years ago
  91. 10c08c7 applied the patch to xmlTextWriterStartPI() suggested by Daniel Schulman by Daniel Veillard · 21 years ago
  92. 6984e6d another patch from Kenneth Haley for Mingw, c.f. #128787 Daniel by Daniel Veillard · 21 years ago
  93. d324ff0 applied patch from Kenneth Haley for compiling on Mingw see #128786 Daniel by Daniel Veillard · 21 years ago
  94. 5a30b2d some flags were not passed down correctly as parsing options. Fixes by Daniel Veillard · 21 years ago
  95. e74d2e1 augmented the XInclude API to be able to pass XML parser flags down to the by Daniel Veillard · 21 years ago
  96. b5fa020 filter warning messages if the global setting blocks them updated the by Daniel Veillard · 21 years ago
  97. 2f6ff81 tentative fix for #126117 character reference in attributes output problem by Daniel Veillard · 21 years ago
  98. f88d8cf tried to fix the problems reported in bug #126735 fixed again some problem by Daniel Veillard · 21 years ago
  99. fded7bf fixed __xmlRaiseError to use structured error handlers defined by by Daniel Veillard · 21 years ago
  100. 43caefb attempt to fix #126211 ... Daniel by Daniel Veillard · 21 years ago