1. 3648fcb let's see how much of a pain murrayc is really gonna be. Daniel by Daniel Veillard · 21 years ago
  2. f96cf4e Applied fix for bug #123481 reported by Peter Derr Daniel by Daniel Veillard · 21 years ago
  3. d3a2e4c made the predefined entities static predefined structures to avoid the by Daniel Veillard · 21 years ago
  4. 73b013f added a new configure option --with-push, some cleanups, chased code size by Daniel Veillard · 21 years ago
  5. cd10104 Ignore the new generated *.pc file. by AEST 2003 Malcolm Tredinnick · 21 years ago
  6. 0643112 New file for building against uninstalled libxml2 builds. Support the by AEST 2003 Malcolm Tredinnick · 21 years ago
  7. 8127390 added 2 new configure option: --with-reader --with-sax1 to allow removing by Daniel Veillard · 21 years ago
  8. 652327a Adding a configure option to remove tree manipulation code which is not by Daniel Veillard · 21 years ago
  9. 89f7f27 last finishing touch to the BeOS patch from Marcin 'Shard' Konicki Daniel by Daniel Veillard · 21 years ago
  10. a9cce9c Okay this is scary but it is just adding a configure option to disable by Daniel Veillard · 21 years ago
  11. c064b47 better fix, avoids breaking the python bindings Daniel by Daniel Veillard · 21 years ago
  12. fb43bd6 fix a compilation problem when configuring with debug but without by Daniel Veillard · 21 years ago
  13. 8940fd5 Forgot to commit the new file !!! Daniel by Daniel Veillard · 21 years ago
  14. 4432df2 cleanup, creating a new legacy.c module, made sure make tests ran in by Daniel Veillard · 21 years ago
  15. 9ee35f3 fix a bug raised by the Mips compiler. move the SAXv1 block definitions to by Daniel Veillard · 21 years ago
  16. 7b9154b further (final?) minor changes for compilation warnings. No change to by William M. Brack · 21 years ago
  17. b670e2e fixed small problem with missing entities (test/ent2) by William M. Brack · 21 years ago
  18. 9d8c1df William's change allowed to spot a nasty bug in xmlDoRead if the result is by Daniel Veillard · 21 years ago
  19. 7d51575 other patches from William Brack to avoid compilation warnings on AIX. by Daniel Veillard · 21 years ago
  20. 899e64a minor change to avoid compilation warnings on some (e.g. AIX) systems by William M. Brack · 21 years ago
  21. 11476b4 fixed a backward compatibility problem when formatting "deprecated SAXv1 by Daniel Veillard · 21 years ago
  22. dca8cc7 rebuilt the API added the new options --nocdata and --nsclean to remove by Daniel Veillard · 21 years ago
  23. 9475a35 added the same htmlRead APIs than their XML counterparts new parser by Daniel Veillard · 21 years ago
  24. 60942de Changed the new xmlRead/xmlCtxtRead APIs to have an extra base URL by Daniel Veillard · 21 years ago
  25. 092643b preparing a beta3 solving the ABI problems make sure the global variables by Daniel Veillard · 21 years ago
  26. 7a02cfe fixing some comments to avoid warnings from apibuild.py Daniel by Daniel Veillard · 21 years ago
  27. 70b1856 patch from Stephane Bidoul for configuring the beta2 version #123104 by Daniel Veillard · 21 years ago
  28. e96a2a4 adding repeated parsing and validating tests make the new DOM tree by Daniel Veillard · 21 years ago
  29. 16fa96c adding a new set of API for parsing xmlReadDoc() xmlReadFile() ... by Daniel Veillard · 21 years ago
  30. 1f40d68 revert xmlCreateDocParserCtxt() since this break the parseDoc() python by Daniel Veillard · 21 years ago
  31. 309f81d make sure xmlDetectSAX2() is called only at parsing time to avoid breaking by Daniel Veillard · 21 years ago
  32. 9ec2653 applied patch from Markus Keim fixing a problem with I/O callback by Daniel Veillard · 21 years ago
  33. f85ce8e the uri arg to xmlNodeSetBase is really a const xmlChar* addin the by Daniel Veillard · 21 years ago
  34. 6984830 fixed a warning message (trivial) removed incorrect warning message when by William M. Brack · 21 years ago
  35. e72c508 preparing a 2.6.0-beta2 release avoid a warning avoid duplicate code in by Daniel Veillard · 21 years ago
  36. d9e9c9d fixing namespace DTD validations the output of defaulted namespaces is by Daniel Veillard · 21 years ago
  37. 4ac494b Added a link to XSH, daniel by Daniel Veillard · 21 years ago
  38. 5335055 add streaming on memory regression tests, found bad bugs in the reader by Daniel Veillard · 21 years ago
  39. c44cfdd the last patch broke unicity of returned strings, removed Daniel by Daniel Veillard · 21 years ago
  40. 536fad5 valgrind found a newly introduced bug Daniel by Daniel Veillard · 21 years ago
  41. f6bc7c2 add a Timingtests target to check bad behaviour from the streaming engine by Daniel Veillard · 21 years ago
  42. ccc4d2b two small improvements Daniel by Daniel Veillard · 21 years ago
  43. a66b1d1 avoid a leak with previous patch Daniel by Daniel Veillard · 21 years ago
  44. 007d51e use stderr and not stdout for default errors in python environment bug by Daniel Veillard · 21 years ago
  45. 8d8bf2c small fix from Rob Richards for input filename fixes for --repeat and by Daniel Veillard · 21 years ago
  46. 1989505 more performance hunting reducing memory allocation and free and avoiding by Daniel Veillard · 21 years ago
  47. 9f7eb0b started messing seriously with per-document dict and element and attribute by Daniel Veillard · 21 years ago
  48. 81514ba do string allocations in large pools, allowing to find if a string pertain by Daniel Veillard · 21 years ago
  49. 9582d6c Added link to IRC channel, Daniel by Daniel Veillard · 21 years ago
  50. 8a44e59 starting work on reusing the parser dictionary for the element and by Daniel Veillard · 21 years ago
  51. 62998c0 starting to cleanup some of the problems exposed by the W3C/NIST by Daniel Veillard · 21 years ago
  52. bc92eca more parser error factoring Daniel by Daniel Veillard · 21 years ago
  53. 3a6da76 Fixed bug 121394 - missing ns on attributes by William M. Brack · 21 years ago
  54. bdbe0d4 factoring of more error handling code, serious size reduction and more by Daniel Veillard · 21 years ago
  55. 4e52f2f fixed bug 121759 - early declaration of attribute-list in external DTD by William M. Brack · 21 years ago
  56. 899abaf Forgot to add some more tests for namespace error handling, Daniel by Daniel Veillard · 21 years ago
  57. 1afc9f3 starting cleaning up error handling, factorize error processing update of by Daniel Veillard · 21 years ago
  58. 877a7bd removing the broken pseudo SGML DocBook parser code. Daniel by Daniel Veillard · 21 years ago
  59. 5dd3c96 fix a problem with strcpy() in xmlXPathFormatNumber() valgrind pointed out by Daniel Veillard · 21 years ago
  60. 2a3fea3 applied speedup to xmlSearchNs() as suggested by Luca Padovani. Cleaned up by Daniel Veillard · 21 years ago
  61. e72f42c Ooops forgot to commit them, Daniel by Daniel Veillard · 21 years ago
  62. 3b7840c adding namespace checkings while making sure they still parse as by Daniel Veillard · 21 years ago
  63. 5f1e1f8 backport of a thread bugfix from 2_5_X branch Daniel by Daniel Veillard · 21 years ago
  64. c6e20e4 fixed a bug in one corner case of attribute parsing. Daniel by Daniel Veillard · 21 years ago
  65. 07cb822 Time to commit 3 days of work rewriting the parser internal, by Daniel Veillard · 21 years ago
  66. 8e36e6a 2.6.0beta1 changes Fixing attribute normalization, might not be totally by Daniel Veillard · 21 years ago
  67. e57ec79 Time to commit 3 days of work rewriting the parser internal, by Daniel Veillard · 21 years ago
  68. eec1ae9 Added infor about 2.5.11, Daniel by Daniel Veillard · 21 years ago
  69. c07329e Implemented detection of compressed files, setting doc->compressed by William M. Brack · 21 years ago
  70. f2a941f 2.6.0beta1 changes Fixing attribute normalization, might not be totally by Daniel Veillard · 21 years ago
  71. bbeb9f9 try to cope with the fact that apps may still have allocated smaller SAX by Daniel Veillard · 21 years ago
  72. 0fb1893 allow to give -1 for undefined length in lookups first round of work on by Daniel Veillard · 21 years ago
  73. 4811ba3 fixed bug #121210 (callback to sax->error, sax->warning with wrong by William M. Brack · 21 years ago
  74. 93625d3 patch from Stéphane Bidoul to export globals entry points to the python by Daniel Veillard · 21 years ago
  75. 40412cd when creating a DOCTYPE use "html" lowercase by default instead of "HTML" by Daniel Veillard · 21 years ago
  76. 4b1577f removing the SAXresults tree, keeping result in the same tree, added by Daniel Veillard · 21 years ago
  77. ac097cc 2.6.0beta1 changes Fixing attribute normalization, might not be totally by Daniel Veillard · 21 years ago
  78. 3d1e00c removing the SAXresults tree, keeping result in the same tree, added by Daniel Veillard · 21 years ago
  79. 6c57dca Added a link and image for the protest against software patents, rebuilt by Daniel Veillard · 21 years ago
  80. 5e483c8 additional macros, mingw section by Igor Zlatkovic · 21 years ago
  81. 471cae4 *** empty log message *** by Igor Zlatkovic · 21 years ago
  82. 008c06b fixed problem parsing xhtml docs small modification to avoid problem in by William M. Brack · 21 years ago
  83. 10acc2f patch from Mark Vakoc that allows compiling with XInclude but without by Daniel Veillard · 21 years ago
  84. e855373 Applied a patch from Kevin P. Fleming to add --libtool-libs option to by Daniel Veillard · 21 years ago
  85. 4fc5281 2.6.0beta1 changes Fixing attribute normalization, might not be totally by Daniel Veillard · 21 years ago
  86. 90d165b Applied a patch from Kevin P. Fleming to add --libtool-libs option to by Daniel Veillard · 21 years ago
  87. 3f47950 new file added, giving some description of the documentation generation by William M. Brack · 21 years ago
  88. 47a428d updates by Eric Zurcher by Igor Zlatkovic · 21 years ago
  89. f5f3718 *** empty log message *** by Igor Zlatkovic · 21 years ago
  90. e24c7dc 2.6.0beta1 changes Fixing attribute normalization, might not be totally by Daniel Veillard · 21 years ago
  91. cdfa286 enhanced code to compensate for pollution from Igor's header taint (quick by William M. Brack · 21 years ago
  92. 6790694 fixed a namespace error on attribute reporting bug pointed out by Tobias by Daniel Veillard · 21 years ago
  93. 01d9995 fixed typos reported by Mark Vakoc by Igor Zlatkovic · 21 years ago
  94. 6590125 *** empty log message *** by Igor Zlatkovic · 21 years ago
  95. bc6734a add: doc/tutorial/api.html doc/tutorial/ar01s09.html by MDT 2003 John Fleck · 21 years ago
  96. db0793a *** empty log message *** by Igor Zlatkovic · 21 years ago
  97. 9e0acaa Added support for Borland C++ by Igor Zlatkovic · 21 years ago
  98. 19b8764 fixed time inclusion for various compilers by Igor Zlatkovic · 21 years ago
  99. 01c0ced minor path fix by Igor Zlatkovic · 21 years ago
  100. d37c139 added few casts to shut the compiler warnings by Igor Zlatkovic · 21 years ago