1. 499cc92 try to fix xmlParseInNodeContext when operating on an HTML document. by Daniel Veillard · 19 years ago
  2. a930fbe Added xmlRelaxNGSetParserStructuredErrors() to the API. by Kasimier T. Buchcik · 19 years ago
  3. a617e24 reverted first patches for #319279 which led to #326295 and fixed the by Daniel Veillard · 19 years ago
  4. 6795260 upated the news regenerated the docs, preparing for release of 2.6.23 by Daniel Veillard · 19 years ago
  5. bb2074e Added regression tests for the latest XPath/pattern fixes. by Kasimier T. Buchcik · 19 years ago
  6. bb80f54 Another fix to handle "foo//.": "foo" was not included in the resulting by Kasimier T. Buchcik · 19 years ago
  7. 9725871 Fixed bug #322928, reported by Erich Schubert: The bug was in pattern.c, by Kasimier T. Buchcik · 19 years ago
  8. b20c63a tiny refactoring patch from Bjorn Reese Daniel by Daniel Veillard · 19 years ago
  9. 6977c6c fix bug #324432 with <xml:foo/> added to the regression tests Daniel by Daniel Veillard · 19 years ago
  10. affb868 applied patch from Mark Junker, fixing a MinGW compilation problem, should by Daniel Veillard · 19 years ago
  11. dfbc33a Removed last dependency on the obsolete enum xmlSchemaValidError. by Kasimier T. Buchcik · 19 years ago
  12. d027147 compilation and doc build fixes from Michael Day Daniel by Daniel Veillard · 19 years ago
  13. 0b1ff14 bug in xmlRegExecPushString2() pointed out by Sreeni Nair. Daniel by Daniel Veillard · 19 years ago
  14. d95ecf0 Fixed xmlStrEqual() doc, Daniel by Daniel Veillard · 19 years ago
  15. 77b92ff fix bug #322136 in xmlNodeBufGetContent when entity ref is a child of an by Rob Richards · 19 years ago
  16. 5bb0c08 Fixed a segfault during text concatenation when validating a node tree: by Kasimier T. Buchcik · 19 years ago
  17. 9a2724d applied patch from Gary Coady to accept gzipped http resources. Daniel by Daniel Veillard · 19 years ago
  18. 4a113f9 Added enable/disable of runtime debugging (LIBXML_DEBUG_RUNTIME). by Kasimier T. Buchcik · 19 years ago
  19. d81ebd1 Fixed to define LIBXML_DEBUG_RUNTIME on the basis of @WITH_RUN_DEBUG@. by Kasimier T. Buchcik · 19 years ago
  20. b0d74c6 Added regression test for bug #321475 (reported by Gabor Nagy). Fixing of by Kasimier T. Buchcik · 19 years ago
  21. bd9d91f Adjusted a bug's wrong date-time by Kasimier T. Buchcik · 19 years ago
  22. 826da46 Named the reporter of bug #323510 by Kasimier T. Buchcik · 19 years ago
  23. 183fa3e Added regression test for bug #323510. by Kasimier T. Buchcik · 19 years ago
  24. 7ca5aed Workaround for bug #323510: substituted the epsilon transition for a by Kasimier T. Buchcik · 19 years ago
  25. bc4cc9d Gary Coady pointed a memory leak in xmlTextReaderReadInnerXml() applied by Daniel Veillard · 19 years ago
  26. 6a0baa0 fixed a number of warnings shown by HP-UX compiler and reported by Rick by Daniel Veillard · 19 years ago
  27. ffe47fe Insert space between pubid and sysid when both passed to by Rob Richards · 19 years ago
  28. dcac4fc Changed to instantly mark instance-tests as failed if the corresponding by Kasimier T. Buchcik · 19 years ago
  29. bdadaed Added xmlTextReaderSchemaValidateCtxt() to the API. by Kasimier T. Buchcik · 19 years ago
  30. 215406f Fixed a segfault: the instance document was still tried to be validated, by Kasimier T. Buchcik · 19 years ago
  31. 42ca673 small doc patch from Aron Stansvik another doc patch for a deprecated API by Daniel Veillard · 19 years ago
  32. 27759f2 Tiny change for 'make tests': raised the number of expected failures for by Kasimier T. Buchcik · 19 years ago
  33. 7c78215 Added missing regression test results for the latest IDC and xs:decimal by Kasimier T. Buchcik · 19 years ago
  34. bf442eb Added regression tests for the latest IDC and xs:decimal bugs. by Kasimier T. Buchcik · 19 years ago
  35. f39e8d1 Fixed bubbling of duplicate IDC nodes: the parent's list of duplicates was by Kasimier T. Buchcik · 19 years ago
  36. 72f50c1 Fixed parsing of xs:decimal to allow/deny special lexical forms. Fixed the by Kasimier T. Buchcik · 19 years ago
  37. 132ba5f An assignment to a local variable, which was used to access the IDC node by Kasimier T. Buchcik · 19 years ago
  38. 81755ea In xmlSchemaAssembleByXSI() the return value of xmlSchemaGetMetaAttrInfo() by Kasimier T. Buchcik · 19 years ago
  39. 5d2998b Fixed a bug in xmlSchemaFindRedefCompInGraph() which caused the search for by Kasimier T. Buchcik · 19 years ago
  40. 5e9576a Albert Chin found another signed/unsigned problem in the date and time by Daniel Veillard · 19 years ago
  41. 90b5ebc Added xmlSchemaSetParserStructuredErrors() to the API. Fixed channeling of by Kasimier T. Buchcik · 19 years ago
  42. c19d535 removed unreachable code pointed out by Oleksandr Kononenko, fixes bug by Daniel Veillard · 19 years ago
  43. ae487ba use ctxt->standalone = -2 to indicate that the XMLDecl was parsed but no by Daniel Veillard · 19 years ago
  44. 93e577f Hisashi Fujinaka pointed that errors in Schemas tests were not properly by Daniel Veillard · 19 years ago
  45. 4d3866c applied patch from Geert Jansen to remove xmlBufferClose() which is not by Daniel Veillard · 19 years ago
  46. 77e7682 Changed xmlSchemaFormatIDCKeySequence() to use by Kasimier T. Buchcik · 19 years ago
  47. a44f234 function consolidation when writing to xmlBuffer. Return error condition by Rob Richards · 19 years ago
  48. 9a00fd2 applied patch from Geert Jansen to implement the save function to a by Daniel Veillard · 19 years ago
  49. 69dea3a Fixed the type of the totalDigits value to be positiveInteger. Fixed crash by Kasimier T. Buchcik · 19 years ago
  50. fc6eca0 fix bug #319897, problem with counted atoms when the transition itself is by Daniel Veillard · 19 years ago
  51. 3d6aa10 applied patch from Mark Junker to fix compilation with MinGW Daniel by Daniel Veillard · 19 years ago
  52. f93a67e tiny fix from Albert Chin portability cleanup for arch needing trio for by Daniel Veillard · 19 years ago
  53. 19dc961 add additional checks to prevent tree corruption. fix problem copying by Rob Richards · 19 years ago
  54. d4e39ae cleanup from Albert Chin html/index.sgml doesn't exist anymore Daniel by Daniel Veillard · 19 years ago
  55. 9b693b4 more portability patches from Albert Chin for HP-UX and AIX Daniel by Daniel Veillard · 19 years ago
  56. 1d96f5a applied 2 patches from Albert Chin for module portability Daniel by Daniel Veillard · 19 years ago
  57. dbf7bfe fixing a portability problem on some old Unices with patch from Albert by Daniel Veillard · 19 years ago
  58. b2eabc0 fixed bug in exc-c14n namespace visibility + test case 319367(bug #319367) by Aleksey Sanin · 19 years ago
  59. eaccdc6 remove warnings to stdout patch from Nic Ferrier Daniel by Daniel Veillard · 19 years ago
  60. 7802ba5 avoid function parameters names 'list' as this seems to give troubles with by Daniel Veillard · 19 years ago
  61. 6e84bb2 fix a problem in some error case on Solaris when passed a NULL filename, by Daniel Veillard · 19 years ago
  62. b990008 script HTML parser error fix, corrects bug #319715 added test from Michael by Daniel Veillard · 19 years ago
  63. 2cf36a1 typo fix from Michael Day Daniel by Daniel Veillard · 19 years ago
  64. c342ec6 fix issue adding non-namespaced attributes in xmlAddChild(), by Rob Richards · 19 years ago
  65. dc904f1 fixed second spot where CRLF split between chunks could cause trouble (bug by William M. Brack · 19 years ago
  66. 2e2691b prevent output of fragment tags when serializing XHTML. by Rob Richards · 19 years ago
  67. aa62201 commiting a some fixes and debug done yesterday in the London airport. by Daniel Veillard · 19 years ago
  68. f326e77 Removed creation of a temporary parser context during validation when by Kasimier T. Buchcik · 19 years ago
  69. f4caa5e fixed problem in xmlTextWriterVSprintf caused by misuse of vsnprintf added by William M. Brack · 19 years ago
  70. 940ab0c Fixed a potential memory leak in xmlSchemaCheckCSelectorXPath() when an by Kasimier T. Buchcik · 19 years ago
  71. 567a45b removed the error message removed 2 instability warnings from function by Daniel Veillard · 19 years ago
  72. ee8e8ae Fixed a memory leak in xmlSchemaContentModelDump(). Added output of local by Kasimier T. Buchcik · 19 years ago
  73. 65c2f1d Silenced intel compiler warnings (reported by Kjartan Maraas, bug by Kasimier T. Buchcik · 19 years ago
  74. 95c3adf Adapted regression test results. by Kasimier T. Buchcik · 19 years ago
  75. 2782027 Fixed some identity-constraint issues: Restructured IDC node-tables by Kasimier T. Buchcik · 19 years ago
  76. cb418de applied patch from Kolja Nowak to use getaddrinfo() if supported in by Rob Richards · 19 years ago
  77. 748cebc Adapted regression test results by Kasimier T. Buchcik · 19 years ago
  78. 570faa5 Initial implementation for redefinitions; this still misses checks for by Kasimier T. Buchcik · 19 years ago
  79. 54a8f67 remove warnings under Windows. by Rob Richards · 19 years ago
  80. bedc977 applied patch from Massimo Morara fixing bug #317447 about risk of invalid by Daniel Veillard · 19 years ago
  81. d070d3c Adrian Mouat pointed out redundancies in xmlReportError() Daniel by Daniel Veillard · 19 years ago
  82. 5de0938 seems a test to avoid duplicate transition is really needed at all times. by Daniel Veillard · 19 years ago
  83. 47fffb4 fixing leak in xmlTextReaderReadString() #316924 daniel by Daniel Veillard · 19 years ago
  84. fdba0de Removed the wiki which made the HTTP server instable, and added by Daniel Veillard · 19 years ago
  85. 0f7b331 more fixes to the behaviour of xmlBuildRelativeURI Daniel by Daniel Veillard · 19 years ago
  86. 94cc103 detect combinatory explosion and return with a runtime error in those by Daniel Veillard · 19 years ago
  87. ef3d07d Added some comments for the struct fields. by Kasimier T. Buchcik · 19 years ago
  88. 4d73bb3 Oops missing file, Daniel by Daniel Veillard · 19 years ago
  89. 820d5ed fixed problem when xmlBuildRelativeURI was given a blank path (bug 316224) by William M. Brack · 19 years ago
  90. 33b20b7 release of 2.6.22 updated doc and rebuild. added XML_SAVE_NO_XHTML by Daniel Veillard · 19 years ago
  91. 91b2314 And adapting another one. by Kasimier T. Buchcik · 19 years ago
  92. 56cbbf2 Adapted result. by Kasimier T. Buchcik · 19 years ago
  93. cf0123d Adapted regression results. by Kasimier T. Buchcik · 19 years ago
  94. 22c0c46 Completion of the schema graph. Centralisation, more robustness of the by Kasimier T. Buchcik · 19 years ago
  95. dbd6105 applied second patch from David Madore to be less intrusive when handling by Daniel Veillard · 19 years ago
  96. 1db4a66 finished the integration with devhelp, completing the index and inserted by Daniel Veillard · 19 years ago
  97. 2ce51c0 add XML_SAVE_NO_EMPTY save option and use option from xmlSaveCtxtPtr by Rob Richards · 19 years ago
  98. 602434d damn XML_FEATURE_UNICODE clashes with Expat headers rename to XML_WITH_ to by Daniel Veillard · 19 years ago
  99. 60071ae fix bug #316034, where xmlElemDump() can crash if given a document pointer by Daniel Veillard · 19 years ago
  100. fb5c6c4 improvements on the html generation, should be complete with navigation, by Daniel Veillard · 19 years ago