1. 56de87e fix the comment to describe the real return values lot of work on the by Daniel Veillard · 19 years ago
  2. 25799ce Added IDC evaluation for attribute nodes. Made 'nil'ed elements work. by Kasimier T. Buchcik · 19 years ago
  3. 015ccb2 This change started out as a simple desire to speed up the by William M. Brack · 19 years ago
  4. a22da29 fixed xmlXIncludeParseFile to prevent overwriting XML_COMPLETE_ATTRS when by William M. Brack · 19 years ago
  5. 3a1cd21 fixed problem when no initial "chunk" was given to xmlCreatePushParser by William M. Brack · 19 years ago
  6. 4e1c2db fixed compilation warning changed xmlWarningMsg so ctxt->errNo is not set by William M. Brack · 19 years ago
  7. b6b36d3 applied patch to xmlSetNsProp from Mike Hommey Daniel by Daniel Veillard · 19 years ago
  8. 2b2e02d fixed implementation for | added a specific regression test Daniel by Daniel Veillard · 19 years ago
  9. f1f08cf first implementation for | support Daniel by Daniel Veillard · 19 years ago
  10. 0996a16 fixed the namespaces support fixed xmlGetNodePath when namespaces are used by Daniel Veillard · 19 years ago
  11. e92bf5d fixed one internal function applied patch from Joel Reed regenerated by Daniel Veillard · 19 years ago
  12. d4301ab use the walker to test the patterns instead of the normal reader bug fixes by Daniel Veillard · 19 years ago
  13. 364fbed Fixed debug in pattern.c, Daniel by Daniel Veillard · 19 years ago
  14. 9740d1d more bug fixes for the XPath streaming code. Daniel by Daniel Veillard · 19 years ago
  15. 0a59852 Integrated the streaming pattern from the pattern module. Fixed some IDC by Kasimier T. Buchcik · 19 years ago
  16. 16ef800 bugfixes around the streaming patterns Daniel by Daniel Veillard · 19 years ago
  17. f9d1691 added first test for the patterns a few fixes Daniel by Daniel Veillard · 19 years ago
  18. 8f2efae Oops desabling debug, Daniel by Daniel Veillard · 19 years ago
  19. 2fc6df9 added a streaming pattern detector for a subset of XPath, should help by Daniel Veillard · 19 years ago
  20. d3210bc fixed an untested pointer dereference and a & vs && Daniel by Daniel Veillard · 19 years ago
  21. e125b31 implementation of xmlTextReaderReadString by Bjorn Reese Daniel by Daniel Veillard · 19 years ago
  22. 87250a9 Corrected an ambigious symbol-space for local attribute declarations. by Kasimier T. Buchcik · 19 years ago
  23. 48bc062 oops forgot to add the bakefile, Daniel by Daniel Veillard · 19 years ago
  24. 5351695 files for the Bakefile generator for Makefiles from Francesco Montorsi by Daniel Veillard · 19 years ago
  25. f59507d fixed xmlCopyDoc to also copy the doc->URL as pointed by Martijn Faassen by Daniel Veillard · 19 years ago
  26. e8a550b Added an initial skeleton for indentity-constraints. This is all defined by Kasimier T. Buchcik · 19 years ago
  27. c394f73 had to fix generation and rebuild. the testapi found a bug in the last by Daniel Veillard · 19 years ago
  28. 2ae1338 fixing the way testapi.c is generated, fixes bug #161386 fix a comment by Daniel Veillard · 19 years ago
  29. 8f8a9dd found and fixed 2 problems in the internal subset scanning code affecting by Daniel Veillard · 19 years ago
  30. cee2b3a warning patches from Peter Breitenlohner serious DTD parsing speedups, by Daniel Veillard · 19 years ago
  31. b9e2f26 more hash dictionary interning changes Daniel by Daniel Veillard · 19 years ago
  32. 316a5c3 added xmlHashCreateDict where the hash reuses the dictionnary for internal by Daniel Veillard · 19 years ago
  33. 7da9270 small speedup in skipping blanks characters interning the entities strings by Daniel Veillard · 19 years ago
  34. 4c778d8 boosting common commnent parsing code, it was really slow. added sprecific by Daniel Veillard · 19 years ago
  35. 0714c5b small optimization back. Daniel by Daniel Veillard · 19 years ago
  36. 1441251 a single lock version mostly avoid the cost penalty of the lock in case of by Daniel Veillard · 19 years ago
  37. 1bb16a1 patch from Gary Coady to fix a race in dict reference counting in by Daniel Veillard · 19 years ago
  38. b8590d4 fixed bug #164556 where non-fatal errors stopped push parsing and by Daniel Veillard · 19 years ago
  39. f500aec Corrected targetNamespace in xmlSchemaElementDump. Cosmetic changes to the by Kasimier T. Buchcik · 20 years ago
  40. 298d964 preparing release of 2.6.17, updated and rebuilt the docs Daniel by Daniel Veillard · 20 years ago
  41. df292f7 better fix for #151694 not killing c14n regression tests fixing bug by Daniel Veillard · 20 years ago
  42. e3740ed fixing bug #151694, line should always be set in the elements. Daniel by Daniel Veillard · 20 years ago
  43. 6fc5db0 trying to fix at least the message from bug #158628 added first xmlsave by Daniel Veillard · 20 years ago
  44. 1cd4dae make __str__ call serialize() on nodes, c.f. bug #157872 Daniel by Daniel Veillard · 20 years ago
  45. db43925 applied patch from Dan McNichol for compilation on AIX Daniel by Daniel Veillard · 20 years ago
  46. 9186a1f fixed bug #157633 in relaxng choice optimization added regression tests by Daniel Veillard · 20 years ago
  47. 31113c7 Exposed targetNamespace for simple/complex types, model groups, attribute by Kasimier T. Buchcik · 20 years ago
  48. 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
  49. c3af19d Integrated xmlRegExecErrInfo and xmlRegExecNextValues from xmlregexp.c to by Kasimier T. Buchcik · 20 years ago
  50. dcd9390 trying to work around the compilation problem on HP-UX Daniel by Daniel Veillard · 20 years ago
  51. c7c9fb1 fixed the fixed size array structure problem reported by Patrick Streule by Daniel Veillard · 20 years ago
  52. f47d2e3 regenerated the API description, rebuilt, improved navigation in by Daniel Veillard · 20 years ago
  53. cc026dc extended xmlRegExecErrInfo() and xmlRegExecNextValues() to return error by Daniel Veillard · 20 years ago
  54. 618732b fixed bug #163641 when the value passed for an atomic list type is NULL. by Daniel Veillard · 20 years ago
  55. a73f45b fixed dependency on python 2.3, also small improvement for cygwin (bug by William M. Brack · 20 years ago
  56. fc0b6f6 William noticed I forgot to add special support for xmlmodules.c define by Daniel Veillard · 20 years ago
  57. 99906ad added an FAQ under Developer for setting up a "private" library (after by William M. Brack · 20 years ago
  58. 9070015 fixing behaviour for xmlRegExecErrInfo in case of rollback Daniel by Daniel Veillard · 20 years ago
  59. 7bd8b4b small update trying to add an API to get useful error informations back by Daniel Veillard · 20 years ago
  60. cd65bc9 fixed problem with xmlXPathErr when error number subscript was out of by William M. Brack · 20 years ago
  61. f3cf1a1 fixed problem with xmlURIEscape when query part was empty (actually fixed by William M. Brack · 20 years ago
  62. 8fdc32a fixing col information in xmlParserInput and propagating column into xmlError by Aleksey Sanin · 20 years ago
  63. c742609 Added informations about wxXml2 wrappers, Daniel by Daniel Veillard · 20 years ago
  64. 48df961 fixed namespace bug in push mode reported by Rob Richards added it to the by Daniel Veillard · 20 years ago
  65. be076e9 applied patch from Bjorn Reese, plus some cleanups fixed the stylesheet to by Daniel Veillard · 20 years ago
  66. f6b71bd making DSO support an option code and documentation cleanups regenerated by Daniel Veillard · 20 years ago
  67. ce1648b applied DSO support patch 2 from Joel Reed Daniel by Daniel Veillard · 20 years ago
  68. 7a3447a applied patch from Marcin Konicki for BeOS Daniel by Daniel Veillard · 20 years ago
  69. d671e28 GetLineNumber and GetColumnNumber functions for xmlReader by Aleksey Sanin · 20 years ago
  70. 21e4ef2 Re-examined the problems of configuring a "minimal" library. by William M. Brack · 20 years ago
  71. b78757b Added link for XMLLib osax, Daniel by Daniel Veillard · 20 years ago
  72. 1cb689b fixed a typo, Daniel by Daniel Veillard · 20 years ago
  73. 1d8c9b2 fixed to skip (if necessary) the BOM for encoding 'utf-16'. Completes the by William M. Brack · 20 years ago
  74. ff34911 added most required entires to foreign encoding table, plus some by William M. Brack · 20 years ago
  75. 106cad6 enhanced for enabling build in a different directory. Added (optional) by William M. Brack · 20 years ago
  76. b759b30 doc/site.xsl, doc/xml.html, plus rebuilt all the html pages Change by MST 2004 John Fleck · 20 years ago
  77. 230c550 reset input->base within xmlStopParser removed call to xmlUTF8Strlen from by William M. Brack · 20 years ago
  78. e4d526f changed xmlErrValidWarning to use ctxt->warning instead of ctxt->error for by William M. Brack · 20 years ago
  79. dbbcf8e modified to allow the ns and nsDefs accessors to return None instead of by William M. Brack · 20 years ago
  80. 5a9c1fd changed maintainer-clean dependency with suggestion from Crispin Flowerday by William M. Brack · 20 years ago
  81. 91b955c fixed ID deallocation problem based on patch from Steve Shepard fixes bug by Daniel Veillard · 20 years ago
  82. ad0e67c fixed up some gcc warnings, no change to logic. New macro XML_CAST_FPTR to by William M. Brack · 20 years ago
  83. 7eca35f fixed a memory leak on errors in some circumstances #159812 Daniel by Daniel Veillard · 20 years ago
  84. 66e40b1 added a check within xmlOutputBufferWriteEscape to prevent a dead loop on by William M. Brack · 20 years ago
  85. 5dd55d9 Fixed strict/lax element wildcards: the children of elements for which a by Kasimier T. Buchcik · 20 years ago
  86. 29614c7 make sure xmlCtxtReadFile and htmlCtxtReadFile go through the catalog by Daniel Veillard · 20 years ago
  87. 6bb3e86 added xmlDictExists() to the dictionnary interface. applying by Daniel Veillard · 20 years ago
  88. 8b41817 tiny enhancement for content model error reports (#157190, #143948). by Kasimier T. Buchcik · 20 years ago
  89. b884124 Moved execution of xmlSchemaCheckDefaults to xmlSchemaTypeFixup; this by Kasimier T. Buchcik · 20 years ago
  90. 094dd86 further enhancement, now all compilation warnings have been fixed. added by William M. Brack · 20 years ago
  91. f13f77f trivial change (changed CHECK_CONTEXT to CHECK_CTXT on a couple of lines) by William M. Brack · 20 years ago
  92. 48307f4 Un-commented a TODO in xmlSchemaParseElement. by Kasimier T. Buchcik · 20 years ago
  93. 91feaf8 Correct symbol space for 'all' and 'choice'. Added 'replace' normalization by Kasimier T. Buchcik · 20 years ago
  94. aba37df forgot a $(srcdir) stupid error wrong name #157976 Daniel by Daniel Veillard · 20 years ago
  95. c3d7cb4 preparing release of libxml2-2.6.16 Daniel by Daniel Veillard · 20 years ago
  96. 850ce9b Applied patch from Brent Hendricks adding support for late DTD validation. by Daniel Veillard · 20 years ago
  97. 8eba3f3 Tue nov 9 19:29:04 CET 2004 Dodji Seketeli <dodji@seketeli.org> by Dodji Seketeli · 20 years ago
  98. d0cf7f6 integrated in "make tests" added -q option, and more conditional features by Daniel Veillard · 20 years ago
  99. a521d28 better handling of conditional features more testing on parser contexts by Daniel Veillard · 20 years ago
  100. 645a924 fixed problem concerning XPath context corruption during function argument by William M. Brack · 20 years ago