1. ba1d317 fixed problem with 'minimal library' compilation (LIBXML_PATTERN_ENABLED by William M. Brack · 19 years ago
  2. 53b5e05 Fixed call to a facet error report: the type of the error was wrong, by Kasimier T. Buchcik · 19 years ago
  3. a62f75f Removed a stupid bug in xmlSchemaValidateAttributes, failing to build a by Kasimier T. Buchcik · 19 years ago
  4. b34ad1b Fixed a segfault, which occured during bubbling of IDC nodes (bug #170779 by Kasimier T. Buchcik · 19 years ago
  5. 9e75e9f special case "DAV:" namespace in c14n relative namespaces check and add by Aleksey Sanin · 19 years ago
  6. 289dbb4 Removed inheritance of "mixed" content type for short-hand restrictions of by Kasimier T. Buchcik · 19 years ago
  7. bc69d4f fixed a = -> == error pointed by GUY Fabrice Daniel by Daniel Veillard · 19 years ago
  8. cc5e233 more debug messages from Matthew Burgess xmlSchemaValidateLengthFacet API by Daniel Veillard · 19 years ago
  9. 9dbb0ce Aaaannnd putting back the previous changes done by Daniel, which I by Kasimier T. Buchcik · 19 years ago
  10. 478d693 Hopefully finished validation against facets to use the normalized value by Kasimier T. Buchcik · 19 years ago
  11. 9fcb491 do not package .la files applied patch from Gerry Murphy for xmllint by Daniel Veillard · 19 years ago
  12. b08d741 added Makefile.am, missed in last commit by William M. Brack · 19 years ago
  13. ec3b4b7 a couple of more changes to various decimal-handling routines. Fixes by William M. Brack · 19 years ago
  14. 6c81d0e In preparation to use normalized values of facets during validation: by Kasimier T. Buchcik · 19 years ago
  15. 57c000e preparing release of 2.6.18 updated docs and rebuilt reactivated gcc by Daniel Veillard · 19 years ago
  16. cffc1c7 removed a static buffer in xmlByteConsumed(), as pointed by Ben Maurer, by Daniel Veillard · 19 years ago
  17. 273670f enhanced the parsing of XML_SCHEMAS_DECIMAL and much of the routine by William M. Brack · 19 years ago
  18. b474fa4 The schema parser will stop if components could not be resolved. This is by Kasimier T. Buchcik · 19 years ago
  19. e5d68de Enriched encoding.html with more link and foreword warning to avoid by Daniel Veillard · 19 years ago
  20. 7697a19 added a regression test from Rob Richards for the previous bug Daniel by Daniel Veillard · 19 years ago
  21. 5963aa7 applied fix for xmlTextReaderNext() bug from Rob Richards Daniel by Daniel Veillard · 19 years ago
  22. ff4c185 second patch from Rick Jones, portability fix for HP-UX first fix from by Daniel Veillard · 19 years ago
  23. c0c6ce2 some gcc4 portability patches, including a serious aliasing bug exposed in by Daniel Veillard · 19 years ago
  24. 7f3efa9 Tiny restructuring of the validation start-up functions. Added cleanup of by Kasimier T. Buchcik · 19 years ago
  25. 2ee855d Tiny changes in the comparison functions I forgot to commit last time. by Kasimier T. Buchcik · 19 years ago
  26. 9b77aa0 Added IDC validation of anySimpleType attribute values; anyway the IDC key by Kasimier T. Buchcik · 19 years ago
  27. 285ebab Enabled IDC parsing and validation. Added xmlSchemaCopyValue to the API; by Kasimier T. Buchcik · 19 years ago
  28. 25c90c5 try to fix a problem with valgrind. applied memory leak fix from Brent by Daniel Veillard · 19 years ago
  29. ba70cc0 Changed xmlSearchNsByHref to call xmlNsInScope with the prefix instead of by Kasimier T. Buchcik · 19 years ago
  30. 36616dd new version with fixes from Rob Richards Daniel by Daniel Veillard · 19 years ago
  31. 62121e2 applied patch from Rich Salz for multithreading on Windows. Daniel by Daniel Veillard · 19 years ago
  32. 614fdc1 applied a patch from Rob Richards fixing a couple of bugs in the writer by Daniel Veillard · 19 years ago
  33. 12d37ab fixed problem when XMLLINT_INDENT was empty (bug 168033). fixed by William M. Brack · 19 years ago
  34. bd8fb0a applied patch from Rob Richards to fix a problem with by Daniel Veillard · 19 years ago
  35. fa1f77f fixed remaining known bugs in the XPath streaming, and switched XPath to by Daniel Veillard · 19 years ago
  36. 5c4cb2d Added links to the wiki, Daniel by Daniel Veillard · 19 years ago
  37. b5839c3 a bit of cleanup rebuilt the API the tests and the documentation as a by Daniel Veillard · 19 years ago
  38. 5e09414 applied patch from Aron Stansvik to add xmlTextReaderByteConsumed() added by Daniel Veillard · 19 years ago
  39. 0c34776 Added the regression test of Frans Englich for bug #167754. by Kasimier T. Buchcik · 19 years ago
  40. ff858ca Started support for IDC resolution to default attributes. If building the by Kasimier T. Buchcik · 19 years ago
  41. 2a0fdd9 Some experimental addition for parsing of expressions and streamable by Kasimier T. Buchcik · 19 years ago
  42. b06b4de Added validation for the attribute "id" in the schemata; doing this needed by Kasimier T. Buchcik · 19 years ago
  43. 6e224f1 Fixed comparison for default/fixed attribute values, if the type was by Kasimier T. Buchcik · 19 years ago
  44. bd2a7d1 Further work on IDCs, especially evaluation for attribute nodes. by Kasimier T. Buchcik · 19 years ago
  45. 56de87e fix the comment to describe the real return values lot of work on the by Daniel Veillard · 19 years ago
  46. 25799ce Added IDC evaluation for attribute nodes. Made 'nil'ed elements work. by Kasimier T. Buchcik · 19 years ago
  47. 015ccb2 This change started out as a simple desire to speed up the by William M. Brack · 19 years ago
  48. a22da29 fixed xmlXIncludeParseFile to prevent overwriting XML_COMPLETE_ATTRS when by William M. Brack · 19 years ago
  49. 3a1cd21 fixed problem when no initial "chunk" was given to xmlCreatePushParser by William M. Brack · 19 years ago
  50. 4e1c2db fixed compilation warning changed xmlWarningMsg so ctxt->errNo is not set by William M. Brack · 19 years ago
  51. b6b36d3 applied patch to xmlSetNsProp from Mike Hommey Daniel by Daniel Veillard · 19 years ago
  52. 2b2e02d fixed implementation for | added a specific regression test Daniel by Daniel Veillard · 19 years ago
  53. f1f08cf first implementation for | support Daniel by Daniel Veillard · 19 years ago
  54. 0996a16 fixed the namespaces support fixed xmlGetNodePath when namespaces are used by Daniel Veillard · 19 years ago
  55. e92bf5d fixed one internal function applied patch from Joel Reed regenerated by Daniel Veillard · 19 years ago
  56. d4301ab use the walker to test the patterns instead of the normal reader bug fixes by Daniel Veillard · 19 years ago
  57. 364fbed Fixed debug in pattern.c, Daniel by Daniel Veillard · 19 years ago
  58. 9740d1d more bug fixes for the XPath streaming code. Daniel by Daniel Veillard · 19 years ago
  59. 0a59852 Integrated the streaming pattern from the pattern module. Fixed some IDC by Kasimier T. Buchcik · 19 years ago
  60. 16ef800 bugfixes around the streaming patterns Daniel by Daniel Veillard · 19 years ago
  61. f9d1691 added first test for the patterns a few fixes Daniel by Daniel Veillard · 19 years ago
  62. 8f2efae Oops desabling debug, Daniel by Daniel Veillard · 19 years ago
  63. 2fc6df9 added a streaming pattern detector for a subset of XPath, should help by Daniel Veillard · 19 years ago
  64. d3210bc fixed an untested pointer dereference and a & vs && Daniel by Daniel Veillard · 19 years ago
  65. e125b31 implementation of xmlTextReaderReadString by Bjorn Reese Daniel by Daniel Veillard · 19 years ago
  66. 87250a9 Corrected an ambigious symbol-space for local attribute declarations. by Kasimier T. Buchcik · 19 years ago
  67. 48bc062 oops forgot to add the bakefile, Daniel by Daniel Veillard · 19 years ago
  68. 5351695 files for the Bakefile generator for Makefiles from Francesco Montorsi by Daniel Veillard · 19 years ago
  69. f59507d fixed xmlCopyDoc to also copy the doc->URL as pointed by Martijn Faassen by Daniel Veillard · 19 years ago
  70. e8a550b Added an initial skeleton for indentity-constraints. This is all defined by Kasimier T. Buchcik · 19 years ago
  71. c394f73 had to fix generation and rebuild. the testapi found a bug in the last by Daniel Veillard · 20 years ago
  72. 2ae1338 fixing the way testapi.c is generated, fixes bug #161386 fix a comment by Daniel Veillard · 20 years ago
  73. 8f8a9dd found and fixed 2 problems in the internal subset scanning code affecting by Daniel Veillard · 20 years ago
  74. cee2b3a warning patches from Peter Breitenlohner serious DTD parsing speedups, by Daniel Veillard · 20 years ago
  75. b9e2f26 more hash dictionary interning changes Daniel by Daniel Veillard · 20 years ago
  76. 316a5c3 added xmlHashCreateDict where the hash reuses the dictionnary for internal by Daniel Veillard · 20 years ago
  77. 7da9270 small speedup in skipping blanks characters interning the entities strings by Daniel Veillard · 20 years ago
  78. 4c778d8 boosting common commnent parsing code, it was really slow. added sprecific by Daniel Veillard · 20 years ago
  79. 0714c5b small optimization back. Daniel by Daniel Veillard · 20 years ago
  80. 1441251 a single lock version mostly avoid the cost penalty of the lock in case of by Daniel Veillard · 20 years ago
  81. 1bb16a1 patch from Gary Coady to fix a race in dict reference counting in by Daniel Veillard · 20 years ago
  82. b8590d4 fixed bug #164556 where non-fatal errors stopped push parsing and by Daniel Veillard · 20 years ago
  83. f500aec Corrected targetNamespace in xmlSchemaElementDump. Cosmetic changes to the by Kasimier T. Buchcik · 20 years ago
  84. 298d964 preparing release of 2.6.17, updated and rebuilt the docs Daniel by Daniel Veillard · 20 years ago
  85. df292f7 better fix for #151694 not killing c14n regression tests fixing bug by Daniel Veillard · 20 years ago
  86. e3740ed fixing bug #151694, line should always be set in the elements. Daniel by Daniel Veillard · 20 years ago
  87. 6fc5db0 trying to fix at least the message from bug #158628 added first xmlsave by Daniel Veillard · 20 years ago
  88. 1cd4dae make __str__ call serialize() on nodes, c.f. bug #157872 Daniel by Daniel Veillard · 20 years ago
  89. db43925 applied patch from Dan McNichol for compilation on AIX Daniel by Daniel Veillard · 20 years ago
  90. 9186a1f fixed bug #157633 in relaxng choice optimization added regression tests by Daniel Veillard · 20 years ago
  91. 31113c7 Exposed targetNamespace for simple/complex types, model groups, attribute by Kasimier T. Buchcik · 20 years ago
  92. de938cd Put the fix of Daniel (from Tue Jan 11 14:41:47 CET) back in, since I by Kasimier T. Buchcik · 20 years ago
  93. c3af19d Integrated xmlRegExecErrInfo and xmlRegExecNextValues from xmlregexp.c to by Kasimier T. Buchcik · 20 years ago
  94. dcd9390 trying to work around the compilation problem on HP-UX Daniel by Daniel Veillard · 20 years ago
  95. c7c9fb1 fixed the fixed size array structure problem reported by Patrick Streule by Daniel Veillard · 20 years ago
  96. f47d2e3 regenerated the API description, rebuilt, improved navigation in by Daniel Veillard · 20 years ago
  97. cc026dc extended xmlRegExecErrInfo() and xmlRegExecNextValues() to return error by Daniel Veillard · 20 years ago
  98. 618732b fixed bug #163641 when the value passed for an atomic list type is NULL. by Daniel Veillard · 20 years ago
  99. a73f45b fixed dependency on python 2.3, also small improvement for cygwin (bug by William M. Brack · 20 years ago
  100. fc0b6f6 William noticed I forgot to add special support for xmlmodules.c define by Daniel Veillard · 20 years ago