1. 5d4644e revamped the elfgcchack.h format to cope with gcc4 change of aliasing by Daniel Veillard · 19 years ago
  2. 316a5c3 added xmlHashCreateDict where the hash reuses the dictionnary for internal by Daniel Veillard · 19 years ago
  3. 7da9270 small speedup in skipping blanks characters interning the entities strings by Daniel Veillard · 19 years ago
  4. ce682bc autogenerate a minimal NULL value sequence for unknown pointer types This by Daniel Veillard · 20 years ago
  5. 8e725fb fixed a compilation problem on a recent change Daniel by Daniel Veillard · 20 years ago
  6. ce244ad fixed the way the generator works, extended the testing, especially with by Daniel Veillard · 20 years ago
  7. 62040be avoid returning default namespace when searching from an attribute reverse by Daniel Veillard · 20 years ago
  8. 18ab872 fixed an XML entites content serialization potentially triggered by by Daniel Veillard · 21 years ago
  9. d453255 fixed #127877, never output " in element content this changes the by Daniel Veillard · 21 years ago
  10. 9e66059 fixed problem reported on the mailing list by Melvyn Sopacua - wrong by William M. Brack · 21 years ago
  11. 76e95df Changed all (?) occurences where validation macros (IS_xxx) had by William M. Brack · 21 years ago
  12. b2517d8 Fix error on output of high codepoint charref like  , reported by Daniel Veillard · 21 years ago
  13. d3a2e4c made the predefined entities static predefined structures to avoid the by Daniel Veillard · 21 years ago
  14. 652327a Adding a configure option to remove tree manipulation code which is not by Daniel Veillard · 21 years ago
  15. a9cce9c Okay this is scary but it is just adding a configure option to disable by Daniel Veillard · 21 years ago
  16. 4432df2 cleanup, creating a new legacy.c module, made sure make tests ran in by Daniel Veillard · 21 years ago
  17. 9ee35f3 fix a bug raised by the Mips compiler. move the SAXv1 block definitions to by Daniel Veillard · 21 years ago
  18. 899e64a minor change to avoid compilation warnings on some (e.g. AIX) systems by William M. Brack · 21 years ago
  19. 34ba387 removed some warnings by casting xmlChar to unsigned int and a couple of by Daniel Veillard · 21 years ago
  20. 8265a18 do not generate " for " outside of attributes this changes the output by Daniel Veillard · 21 years ago
  21. 19ab45b fixes again one of the problem raised by James Clark in #106788 Daniel by Daniel Veillard · 21 years ago
  22. 0046c0f another fix for nodeinfo in entities problem fixed bug #106788 from James by Daniel Veillard · 21 years ago
  23. 2d84a89 Fixed a really nasty problem raised by a DocBook XSLT transform provided by Daniel Veillard · 22 years ago
  24. 3487c8d get rid of all the perror() calls made in the library execution paths. by Daniel Veillard · 22 years ago
  25. 34ce8be preparing 2.4.18 updated and rebuilt the web site implement the new by Daniel Veillard · 22 years ago
  26. 2875770 fixed a couple of conformances issues deep into the validation code by Daniel Veillard · 22 years ago
  27. 8ee9c8f applied patch from Anthony Jones to implement copy of DTD subtree too. Had by Daniel Veillard · 22 years ago
  28. 3606581 another set of patches from Anthony Jones for copy operations cleanup and by Daniel Veillard · 22 years ago
  29. 845cce4 Anthony Jones pointed a bug in xmlCopyEntity() Daniel by Daniel Veillard · 23 years ago
  30. cbaf399 applied 42 documentation patches from Charlie Bozeman. Regenerated the 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. 1669828 do not output hexadecimal charrefs when serializing HTML since some by Daniel Veillard · 23 years ago
  34. 05c13a2 John Fleck fixed typos in the options output fix ignorable white space SAX by Daniel Veillard · 23 years ago
  35. 2209073 cleanup of global variables, marking some const or private. Daniel by Daniel Veillard · 23 years ago
  36. 62f313b - SAX.c entities.c parser.c: changed completely the way entities by Daniel Veillard · 23 years ago
  37. c5d6434 Summer's cleanup, a really big one: by Daniel Veillard · 23 years ago
  38. d79bcd1 attempt to work around what seemed a gcc optimizer bug when handling by Daniel Veillard · 23 years ago
  39. 122376b Staring to receive bug reports on 2.3.7: by Daniel Veillard · 23 years ago
  40. 70a9da5 trio upgrade and integration by Bjorn Reese · 23 years ago
  41. 92ad210 Spring cleanup ...: - configure.in Makefile.am config.h.in by Daniel Veillard · 23 years ago
  42. 56a4cb8 Huge cleanup, I switched to compile with by Daniel Veillard · 23 years ago
  43. 48b2f89 Okay time to improve performances, gprof session: by Daniel Veillard · 23 years ago
  44. 3473f88 Revert directory structure changes by Owen Taylor · 23 years ago
  45. 64636e7 moved to libxml directory - this allow simplify automake/autoconf. Now by CET 2001 Tomasz K³oczko · 23 years ago
  46. d6d7f7b patched to redirrect all "out of context" error messages to by Daniel Veillard · 24 years ago
  47. 126f279 Bunch of fixes, finishing moving datastructures to the hash stuff: by Daniel Veillard · 24 years ago
  48. 52afe80 Started working on the hash table module integration, fixed a bug: by Daniel Veillard · 24 years ago
  49. 8b5dd83 - configure.in: releasing 2.2.4 by Daniel Veillard · 24 years ago
  50. 39c7d71 Jumbo patch, resync of W3C/Gnome CVS trees: by Daniel Veillard · 24 years ago
  51. 4b5b80c Fixed cases where doc is NULL when looking up entities, daniel by Daniel Veillard · 24 years ago
  52. f0cc7cc libxml now grok Docbook-3.1.5 and Docbook-4.1.1 DTDs, this by Daniel Veillard · 24 years ago
  53. 32bc74e - doc/encoding.html doc/xml.html: added I18N doc by Daniel Veillard · 24 years ago
  54. be80396 - Large resync between W3C and Gnome tree by Daniel Veillard · 24 years ago
  55. 361d845 Work done on the plane, ready to release libxml2-2.0.0, Daniel by Daniel Veillard · 24 years ago
  56. cf46199 This is the 2.0.0-beta, lots and lots and lots of changes by Daniel Veillard · 24 years ago
  57. 0142b84 Oops, it seems I forgot to commit 1.8.4 changes by Daniel Veillard · 24 years ago
  58. dbfd641 - Lots of improvements, too long to list here by Daniel Veillard · 25 years ago
  59. 3c558c3 - fix for PIs name starting with xml by Daniel Veillard · 25 years ago
  60. a0555cc - Updated HTML test outputs by Daniel Veillard · 25 years ago
  61. a594bf4 - added the patch from Carl Nygard <cnygard@bellatlantic.net> by Daniel Veillard · 25 years ago
  62. 7c1206f Revamped HTML parsing, lots of bug fixes for HTML stuff, by Daniel Veillard · 25 years ago
  63. dd6b367 Fixed CHAR, errno, alpha RPM compile, updated doc, Daniel by Daniel Veillard · 25 years ago
  64. 7f7d111 Ready for 1.7.0, major changes, nanohttp, cleanup, binary compat with 1.4, by Daniel Veillard · 25 years ago
  65. 6454aec Added memory debug wrappers, killed all detected memory leaks, Daniel by Daniel Veillard · 25 years ago
  66. 1ff7ae3 Fixing two stupid bugs on entities and HTML tree deallocation, Daniel. by Daniel Veillard · 25 years ago
  67. b96e643 Release 1.6, lot of fixes, more validation, code cleanup, added namespace by Daniel Veillard · 25 years ago
  68. b05deb7 Huge commit: 1.5.0, XML validation, Xpath, bugfixes, examples .... Daniel by Daniel Veillard · 25 years ago
  69. be70ff7 Closing reported bugs: 617 1591 1592, adding an HTML parser, Daniel by Daniel Veillard · 25 years ago
  70. 14fff06 Big changes, seems that 1.2.0 wasn't commited, here is 1.3.0, Daniel by Daniel Veillard · 25 years ago
  71. 011b63c Release of libxml-1.1, Daniel. by Daniel Veillard · 25 years ago
  72. 5099ae8 Removal of threading problems, update documentation, added SAX tests, Daniel by Daniel Veillard · 25 years ago
  73. 1e346af Serious upgrade of internal subset support, setup for gtk-doc, Daniel by Daniel Veillard · 25 years ago
  74. 39a1f9a Speed, conformance testing, more parsing, general improvements, Daniel. by Daniel Veillard · 25 years ago
  75. be36afe Added copy operations for node/tree/documents, Daniel. by Daniel Veillard · 26 years ago
  76. 8cc0d1f Better entities and char ref encoding, error msg formatting, Daniel. by Daniel Veillard · 26 years ago
  77. 242590e simple bug hunting done during rpm2html and rpmfind integration. by Daniel Veillard · 26 years ago
  78. da4d3c4 Update of libtool files, use of HAVE_SNPRINTF, Daniel. by Daniel Veillard · 26 years ago
  79. 442321c Use g_snprintf insteda of snprintf. by Miguel de Icaza · 26 years ago
  80. 0ba4d53 CharRef handling, comments, formatting, pre UTF-8 handling, Daniel. by Daniel Veillard · 26 years ago
  81. 25940b7 Cleanup, bug fixing, entities improvement, more documentation, Daniel. by Daniel Veillard · 26 years ago
  82. ccb0963 Changed the internals a lot for DOM, entity support, slight changes of API, by Daniel Veillard · 26 years ago
  83. e7f12e6 replaced malloc.h with stdlib.h to quiet compiler by Seth Alves · 26 years ago
  84. 260a68f Release 0.2, 80% rewrite, nothing left intact ... Daniel by Daniel Veillard · 26 years ago