1. 46f9721 more man page improvements from Daniel Leidert Daniel by Daniel Veillard · 19 years ago
  2. 6464d6a man page improvements from Daniel Leidert, c.f. #331290 Daniel by Daniel Veillard · 19 years ago
  3. ea71f5d fix an error report when using --path and --valid closes bug #331290 by Daniel Veillard · 19 years ago
  4. 7933800 Added new regression tests for #331062, daniel by Daniel Veillard · 19 years ago
  5. 87254c8 trying to fix #331062, this is again a problem around interleave, there is by Daniel Veillard · 19 years ago
  6. eb46870 Fixed bug #328896 reported by Liron. The path for text- and by Kasimier T. Buchcik · 19 years ago
  7. a29aca1 Remove a deprecated paragraph on internal encoding, daniel by Daniel Veillard · 19 years ago
  8. fc011b7 bug fixes for #327167 as well as some cleanups and more thorough tests on by Daniel Veillard · 19 years ago
  9. 73dd71e patch from Eric Zurcher to compile with Borland C++ 6 Daniel by Daniel Veillard · 19 years ago
  10. 9b528c7 bill pointed out a missing block in xmlParseComment trying to fill with a by Daniel Veillard · 19 years ago
  11. 6974feb fixed the comment streaming bug raised by Graham Bennett added to the by Daniel Veillard · 19 years ago
  12. a81d919 Added the xmlDOMWrapCloneNode() to the header file. by Kasimier T. Buchcik · 19 years ago
  13. cab801b Added an initial version of xmlDOMWrapCloneNode() to the API. It will be by Kasimier T. Buchcik · 19 years ago
  14. 8f3392e applied patch from Rob Richards fixing the URI regressions tests on by Daniel Veillard · 19 years ago
  15. e8f8d75 Fixed some bugs xmlDOMWrapReconcileNamespaces() wrt the previous addition by Kasimier T. Buchcik · 19 years ago
  16. e01b2fd Enhanced xmlDOMWrapReconcileNamespaces() to remove redundant ns-decls if by Kasimier T. Buchcik · 19 years ago
  17. 2363555 Added changed as proposed on the mailing list by venkat naidu in order to by Kasimier T. Buchcik · 19 years ago
  18. 4188ddf trying to fix windows/configure issues reported by Tim Van Holder Daniel by Daniel Veillard · 19 years ago
  19. 499cc92 try to fix xmlParseInNodeContext when operating on an HTML document. by Daniel Veillard · 19 years ago
  20. a930fbe Added xmlRelaxNGSetParserStructuredErrors() to the API. by Kasimier T. Buchcik · 19 years ago
  21. a617e24 reverted first patches for #319279 which led to #326295 and fixed the by Daniel Veillard · 19 years ago
  22. 6795260 upated the news regenerated the docs, preparing for release of 2.6.23 by Daniel Veillard · 19 years ago
  23. bb2074e Added regression tests for the latest XPath/pattern fixes. by Kasimier T. Buchcik · 19 years ago
  24. bb80f54 Another fix to handle "foo//.": "foo" was not included in the resulting by Kasimier T. Buchcik · 19 years ago
  25. 9725871 Fixed bug #322928, reported by Erich Schubert: The bug was in pattern.c, by Kasimier T. Buchcik · 19 years ago
  26. b20c63a tiny refactoring patch from Bjorn Reese Daniel by Daniel Veillard · 19 years ago
  27. 6977c6c fix bug #324432 with <xml:foo/> added to the regression tests Daniel by Daniel Veillard · 19 years ago
  28. affb868 applied patch from Mark Junker, fixing a MinGW compilation problem, should by Daniel Veillard · 19 years ago
  29. dfbc33a Removed last dependency on the obsolete enum xmlSchemaValidError. by Kasimier T. Buchcik · 19 years ago
  30. d027147 compilation and doc build fixes from Michael Day Daniel by Daniel Veillard · 19 years ago
  31. 0b1ff14 bug in xmlRegExecPushString2() pointed out by Sreeni Nair. Daniel by Daniel Veillard · 19 years ago
  32. d95ecf0 Fixed xmlStrEqual() doc, Daniel by Daniel Veillard · 19 years ago
  33. 77b92ff fix bug #322136 in xmlNodeBufGetContent when entity ref is a child of an by Rob Richards · 19 years ago
  34. 5bb0c08 Fixed a segfault during text concatenation when validating a node tree: by Kasimier T. Buchcik · 19 years ago
  35. 9a2724d applied patch from Gary Coady to accept gzipped http resources. Daniel by Daniel Veillard · 19 years ago
  36. 4a113f9 Added enable/disable of runtime debugging (LIBXML_DEBUG_RUNTIME). by Kasimier T. Buchcik · 19 years ago
  37. d81ebd1 Fixed to define LIBXML_DEBUG_RUNTIME on the basis of @WITH_RUN_DEBUG@. by Kasimier T. Buchcik · 19 years ago
  38. b0d74c6 Added regression test for bug #321475 (reported by Gabor Nagy). Fixing of by Kasimier T. Buchcik · 19 years ago
  39. bd9d91f Adjusted a bug's wrong date-time by Kasimier T. Buchcik · 19 years ago
  40. 826da46 Named the reporter of bug #323510 by Kasimier T. Buchcik · 19 years ago
  41. 183fa3e Added regression test for bug #323510. by Kasimier T. Buchcik · 19 years ago
  42. 7ca5aed Workaround for bug #323510: substituted the epsilon transition for a by Kasimier T. Buchcik · 19 years ago
  43. bc4cc9d Gary Coady pointed a memory leak in xmlTextReaderReadInnerXml() applied by Daniel Veillard · 19 years ago
  44. 6a0baa0 fixed a number of warnings shown by HP-UX compiler and reported by Rick by Daniel Veillard · 19 years ago
  45. ffe47fe Insert space between pubid and sysid when both passed to by Rob Richards · 19 years ago
  46. dcac4fc Changed to instantly mark instance-tests as failed if the corresponding by Kasimier T. Buchcik · 19 years ago
  47. bdadaed Added xmlTextReaderSchemaValidateCtxt() to the API. by Kasimier T. Buchcik · 19 years ago
  48. 215406f Fixed a segfault: the instance document was still tried to be validated, by Kasimier T. Buchcik · 19 years ago
  49. 42ca673 small doc patch from Aron Stansvik another doc patch for a deprecated API by Daniel Veillard · 19 years ago
  50. 27759f2 Tiny change for 'make tests': raised the number of expected failures for by Kasimier T. Buchcik · 19 years ago
  51. 7c78215 Added missing regression test results for the latest IDC and xs:decimal by Kasimier T. Buchcik · 19 years ago
  52. bf442eb Added regression tests for the latest IDC and xs:decimal bugs. by Kasimier T. Buchcik · 19 years ago
  53. f39e8d1 Fixed bubbling of duplicate IDC nodes: the parent's list of duplicates was by Kasimier T. Buchcik · 19 years ago
  54. 72f50c1 Fixed parsing of xs:decimal to allow/deny special lexical forms. Fixed the by Kasimier T. Buchcik · 19 years ago
  55. 132ba5f An assignment to a local variable, which was used to access the IDC node by Kasimier T. Buchcik · 19 years ago
  56. 81755ea In xmlSchemaAssembleByXSI() the return value of xmlSchemaGetMetaAttrInfo() by Kasimier T. Buchcik · 19 years ago
  57. 5d2998b Fixed a bug in xmlSchemaFindRedefCompInGraph() which caused the search for by Kasimier T. Buchcik · 19 years ago
  58. 5e9576a Albert Chin found another signed/unsigned problem in the date and time by Daniel Veillard · 19 years ago
  59. 90b5ebc Added xmlSchemaSetParserStructuredErrors() to the API. Fixed channeling of by Kasimier T. Buchcik · 19 years ago
  60. c19d535 removed unreachable code pointed out by Oleksandr Kononenko, fixes bug by Daniel Veillard · 19 years ago
  61. ae487ba use ctxt->standalone = -2 to indicate that the XMLDecl was parsed but no by Daniel Veillard · 19 years ago
  62. 93e577f Hisashi Fujinaka pointed that errors in Schemas tests were not properly by Daniel Veillard · 19 years ago
  63. 4d3866c applied patch from Geert Jansen to remove xmlBufferClose() which is not by Daniel Veillard · 19 years ago
  64. 77e7682 Changed xmlSchemaFormatIDCKeySequence() to use by Kasimier T. Buchcik · 19 years ago
  65. a44f234 function consolidation when writing to xmlBuffer. Return error condition by Rob Richards · 19 years ago
  66. 9a00fd2 applied patch from Geert Jansen to implement the save function to a by Daniel Veillard · 19 years ago
  67. 69dea3a Fixed the type of the totalDigits value to be positiveInteger. Fixed crash by Kasimier T. Buchcik · 19 years ago
  68. fc6eca0 fix bug #319897, problem with counted atoms when the transition itself is by Daniel Veillard · 19 years ago
  69. 3d6aa10 applied patch from Mark Junker to fix compilation with MinGW Daniel by Daniel Veillard · 19 years ago
  70. f93a67e tiny fix from Albert Chin portability cleanup for arch needing trio for by Daniel Veillard · 19 years ago
  71. 19dc961 add additional checks to prevent tree corruption. fix problem copying by Rob Richards · 19 years ago
  72. d4e39ae cleanup from Albert Chin html/index.sgml doesn't exist anymore Daniel by Daniel Veillard · 19 years ago
  73. 9b693b4 more portability patches from Albert Chin for HP-UX and AIX Daniel by Daniel Veillard · 19 years ago
  74. 1d96f5a applied 2 patches from Albert Chin for module portability Daniel by Daniel Veillard · 19 years ago
  75. dbf7bfe fixing a portability problem on some old Unices with patch from Albert by Daniel Veillard · 19 years ago
  76. b2eabc0 fixed bug in exc-c14n namespace visibility + test case 319367(bug #319367) by Aleksey Sanin · 19 years ago
  77. eaccdc6 remove warnings to stdout patch from Nic Ferrier Daniel by Daniel Veillard · 19 years ago
  78. 7802ba5 avoid function parameters names 'list' as this seems to give troubles with by Daniel Veillard · 19 years ago
  79. 6e84bb2 fix a problem in some error case on Solaris when passed a NULL filename, by Daniel Veillard · 19 years ago
  80. b990008 script HTML parser error fix, corrects bug #319715 added test from Michael by Daniel Veillard · 19 years ago
  81. 2cf36a1 typo fix from Michael Day Daniel by Daniel Veillard · 19 years ago
  82. c342ec6 fix issue adding non-namespaced attributes in xmlAddChild(), by Rob Richards · 19 years ago
  83. dc904f1 fixed second spot where CRLF split between chunks could cause trouble (bug by William M. Brack · 19 years ago
  84. 2e2691b prevent output of fragment tags when serializing XHTML. by Rob Richards · 19 years ago
  85. aa62201 commiting a some fixes and debug done yesterday in the London airport. by Daniel Veillard · 19 years ago
  86. f326e77 Removed creation of a temporary parser context during validation when by Kasimier T. Buchcik · 19 years ago
  87. f4caa5e fixed problem in xmlTextWriterVSprintf caused by misuse of vsnprintf added by William M. Brack · 19 years ago
  88. 940ab0c Fixed a potential memory leak in xmlSchemaCheckCSelectorXPath() when an by Kasimier T. Buchcik · 19 years ago
  89. 567a45b removed the error message removed 2 instability warnings from function by Daniel Veillard · 19 years ago
  90. ee8e8ae Fixed a memory leak in xmlSchemaContentModelDump(). Added output of local by Kasimier T. Buchcik · 19 years ago
  91. 65c2f1d Silenced intel compiler warnings (reported by Kjartan Maraas, bug by Kasimier T. Buchcik · 19 years ago
  92. 95c3adf Adapted regression test results. by Kasimier T. Buchcik · 19 years ago
  93. 2782027 Fixed some identity-constraint issues: Restructured IDC node-tables by Kasimier T. Buchcik · 19 years ago
  94. cb418de applied patch from Kolja Nowak to use getaddrinfo() if supported in by Rob Richards · 19 years ago
  95. 748cebc Adapted regression test results by Kasimier T. Buchcik · 19 years ago
  96. 570faa5 Initial implementation for redefinitions; this still misses checks for by Kasimier T. Buchcik · 19 years ago
  97. 54a8f67 remove warnings under Windows. by Rob Richards · 19 years ago
  98. bedc977 applied patch from Massimo Morara fixing bug #317447 about risk of invalid by Daniel Veillard · 19 years ago
  99. d070d3c Adrian Mouat pointed out redundancies in xmlReportError() Daniel by Daniel Veillard · 19 years ago
  100. 5de0938 seems a test to avoid duplicate transition is really needed at all times. by Daniel Veillard · 19 years ago