1. 76e95df Changed all (?) occurences where validation macros (IS_xxx) had by William M. Brack · 21 years ago
  2. a9cce9c Okay this is scary but it is just adding a configure option to disable by Daniel Veillard · 21 years ago
  3. 7a985a1 fixed 2 bugs pointed in #116448 Daniel by Daniel Veillard · 21 years ago
  4. c06bb62 included libxml/uri.h for xmlCanonicPath declaration by Igor Zlatkovic · 21 years ago
  5. 85095e2 try to find more places where xmlCanonicPath() must be used to convert by Daniel Veillard · 21 years ago
  6. 580ced8 fixed Red Hat bug #86118 use libxml2.spec instead of libxml.spec fixed by Daniel Veillard · 21 years ago
  7. 01c13b5 code cleanup, especially the function comments. fixed a small bug when by Daniel Veillard · 22 years ago
  8. e645e8c Applied the VMS update patch from Craig A. Berry update Daniel by Daniel Veillard · 22 years ago
  9. 1e20822 adding a grep command to --shell in xmllint for T.V. Raman Daniel by Daniel Veillard · 22 years ago
  10. 01992e0 Joe Marcus Clarke reported a segfault on FBsd this was due to by Daniel Veillard · 22 years ago
  11. 321be0c applied patch from Mark Vakoc except the API change, preserved it. updated by Daniel Veillard · 22 years ago
  12. 49cc975 replaced sprintf() with snprintf() to prevent possible buffer overflow by Aleksey Sanin · 22 years ago
  13. 34ce8be preparing 2.4.18 updated and rebuilt the web site implement the new by Daniel Veillard · 22 years ago
  14. 75be013 speedup some node selection operations, this can have a significant impact by Daniel Veillard · 22 years ago
  15. 9ff8817 Fixing #74186, made sure all boolean expressions get fully parenthesized, by Daniel Veillard · 22 years ago
  16. 0ba5923 Tentatively fixed #69655 , make compiling with -Wredundant-decls clean. by Daniel Veillard · 22 years ago
  17. 7db3871 cleanup always use stdout if output is NULL don't close filedescriptors by Daniel Veillard · 22 years ago
  18. 2070c48 added an xpath function to the shell for T. V. Raman Daniel by Daniel Veillard · 22 years ago
  19. 5e926fa patch from Anthony Jones to catch NULL nodes in debug routines. Daniel by Daniel Veillard · 22 years ago
  20. 9d06d30 Build a new version hopefully near complete and fully documented of the by Daniel Veillard · 22 years ago
  21. cfa0d81 fixed the funxtion to set the xml: attributes added "setbase" to test it. by Daniel Veillard · 22 years ago
  22. e6a5519 some cleanup after an unsuccessful attempt at fixing #61290 :-( Daniel by Daniel Veillard · 22 years ago
  23. cbaf399 applied 42 documentation patches from Charlie Bozeman. Regenerated the by Daniel Veillard · 23 years ago
  24. 8faa783 moved xmlGetLineNo() and xmlGetNodePath() into the main tree module, they by Daniel Veillard · 23 years ago
  25. cd337f0 some cleanups when chasing unappropriate stdout output. Daniel by Daniel Veillard · 23 years ago
  26. c6e013a add xmlGetNodePath() a cleaned up version of the Pwd shell string by Daniel Veillard · 23 years ago
  27. 5004f42 Stefan Kost provided an help command for the shell Daniel by Daniel Veillard · 23 years ago
  28. a6825e8 Heiko Rupp pointed that the shell would crash on empty nodesets returns. by Daniel Veillard · 23 years ago
  29. 66870c7 applied an improvement to xmlGetLineNo() from Keith Isdale Daniel by Daniel Veillard · 23 years ago
  30. ebd38c5 bool can be a reserved keyword. Daniel by Daniel Veillard · 23 years ago
  31. 3c01b1d - include/libxml/globals.h include/libxml/threads.h threads.c by Daniel Veillard · 23 years ago
  32. b44025c started integrating the non-controversial parts of Gary Pennington by Daniel Veillard · 23 years ago
  33. 78d1209 integrating Keith Isdale patches for the XSLT debugger interfaces. Some by Daniel Veillard · 23 years ago
  34. d3d0672 deprecate the non-boundchecking Sprintf functions, add Snprintf this by Daniel Veillard · 23 years ago
  35. 567e1b4 fixed a bug when walking the descendants and the current node has no by Daniel Veillard · 23 years ago
  36. 5e2dace Cleanup, cleanup .. removed libxml softlink for good cleanup to get 100% by Daniel Veillard · 23 years ago
  37. 7db3773 store the line numbder in element->content, may break some software, need by Daniel Veillard · 23 years ago
  38. b8c9be9 fixed XML Base computation which was broken added a base function to the by Daniel Veillard · 23 years ago
  39. c5d6434 Summer's cleanup, a really big one: by Daniel Veillard · 23 years ago
  40. 61d80a2 - parserInternals.c xpath.[ch]: some UTF8 cleanup on by Daniel Veillard · 23 years ago
  41. eae522a Time to work on helping the Gnome Doc project, first step is reintegrating by Daniel Veillard · 23 years ago
  42. 70a9da5 trio upgrade and integration by Bjorn Reese · 23 years ago
  43. a10efa8 - debugXML.c hash.c tree.h valid.c : some changes related to by Daniel Veillard · 23 years ago
  44. 92ad210 Spring cleanup ...: - configure.in Makefile.am config.h.in by Daniel Veillard · 23 years ago
  45. c86a4fa - HTMLparser.c HTMLtree.c SAX.c debugXML.c error.c parserInternals.c by Daniel Veillard · 23 years ago
  46. 56a4cb8 Huge cleanup, I switched to compile with by Daniel Veillard · 23 years ago
  47. 3473f88 Revert directory structure changes by Owen Taylor · 23 years ago
  48. 64636e7 moved to libxml directory - this allow simplify automake/autoconf. Now by CET 2001 Tomasz K³oczko · 23 years ago
  49. e456646 More work, bugfixes for problems detected by XSLT, and addition of by Daniel Veillard · 23 years ago
  50. 389e6b7 Patches bug fixes and on new function: by Daniel Veillard · 23 years ago
  51. 9e8bfae XInclude and other stuff while travelling. Contributed patches: by Daniel Veillard · 24 years ago
  52. a4964b7 - HTMLparser.c: fixed loop on invalid char in scripts by Daniel Veillard · 24 years ago
  53. d6d7f7b patched to redirrect all "out of context" error messages to by Daniel Veillard · 24 years ago
  54. 126f279 Bunch of fixes, finishing moving datastructures to the hash stuff: by Daniel Veillard · 24 years ago
  55. 52afe80 Started working on the hash table module integration, fixed a bug: by Daniel Veillard · 24 years ago
  56. b71379b - moved xml-error.h to xmlerror.h: seems this allowed to bypass by Daniel Veillard · 24 years ago
  57. 7e99c63 Tried to build libxml2-2.2.5 by Daniel Veillard · 24 years ago
  58. 55b91f2 Massive XPath implementation cleanup: by Daniel Veillard · 24 years ago
  59. ac26030 More work and fixes on XPath: by Daniel Veillard · 24 years ago
  60. 740abf5 Big XPath cleanup continues, one URI fix: by Daniel Veillard · 24 years ago
  61. 8b5dd83 - configure.in: releasing 2.2.4 by Daniel Veillard · 24 years ago
  62. 281f8ff Got an OSF/1 bug report fixing related problems: by Daniel Veillard · 24 years ago
  63. 04698d9 New set of cleanups, released 2.2.3: by Daniel Veillard · 24 years ago
  64. 39c7d71 Jumbo patch, resync of W3C/Gnome CVS trees: by Daniel Veillard · 24 years ago
  65. e0854c3 Bunch of new parser cleanup work: by Daniel Veillard · 24 years ago
  66. f0cc7cc libxml now grok Docbook-3.1.5 and Docbook-4.1.1 DTDs, this by Daniel Veillard · 24 years ago
  67. 32bc74e - doc/encoding.html doc/xml.html: added I18N doc by Daniel Veillard · 24 years ago
  68. be80396 - Large resync between W3C and Gnome tree by Daniel Veillard · 24 years ago
  69. 361d845 Work done on the plane, ready to release libxml2-2.0.0, Daniel by Daniel Veillard · 24 years ago
  70. cf46199 This is the 2.0.0-beta, lots and lots and lots of changes by Daniel Veillard · 24 years ago
  71. 5feb849 - Removing warnings on various paltforms - closing bug #5281 Daniel by Daniel Veillard · 24 years ago
  72. aeea04f - cleaned up the FTP module, did the API, extracted docs by Daniel Veillard · 24 years ago
  73. dbfd641 - Lots of improvements, too long to list here by Daniel Veillard · 25 years ago
  74. 3c558c3 - fix for PIs name starting with xml by Daniel Veillard · 25 years ago
  75. 5cb5ab8 - release 1.8.2 - HTML handling improvement - new tree handling functions by Daniel Veillard · 25 years ago
  76. 10a2c65 Large commit of changes done while travelling to XML'99 by Daniel Veillard · 25 years ago
  77. f5c2c87 - added the patch from Carl Nygard <cnygard@bellatlantic.net> by Daniel Veillard · 25 years ago
  78. 7c1206f Revamped HTML parsing, lots of bug fixes for HTML stuff, by Daniel Veillard · 25 years ago
  79. dd6b367 Fixed CHAR, errno, alpha RPM compile, updated doc, Daniel by Daniel Veillard · 25 years ago
  80. b96e643 Release 1.6, lot of fixes, more validation, code cleanup, added namespace by Daniel Veillard · 25 years ago
  81. 1566d3a Added XPath code (http://www.w3.org/TR/xpath), updated HTML support and docs, Daniel by Daniel Veillard · 25 years ago
  82. 39a1f9a Speed, conformance testing, more parsing, general improvements, Daniel. by Daniel Veillard · 25 years ago
  83. baf4cd5 Added debugging code, a bit of parser cleanup, Daniel by Daniel Veillard · 26 years ago