- 9e7160d Completely changed the way the XPath evaluation is done, likely to break by Daniel Veillard · 24 years ago
- 480363b Updated instruction for libxml2 and libxml coexistence, Daniel by Daniel Veillard · 24 years ago
- d574f78 - configure.in: fixed a couple of problems reported by by Daniel Veillard · 24 years ago
- 0a6c358 - doc/Makefile.am configure.in: yearke@eng.buffalo.edu suggested by Daniel Veillard · 24 years ago
- a022fe0 First patch from SCO :-) - xmlIO.c: one function comment cleanup. Daniel by Daniel Veillard · 24 years ago
- 25239c1 - SAX.c: external subset notations were improperly registered by Daniel Veillard · 24 years ago
- 3f3b4f3 Bob Wilkinson sent grammatical errors fixes in the FAQ :-) Daniel by Daniel Veillard · 24 years ago
- 2c4754f - README.cvs-commits: added, pointing to HACKING - HACKING: updated Daniel by Daniel Veillard · 24 years ago
- 82ab81e - parser.c: and Matt Sergeant found one in the XML push by Daniel Veillard · 24 years ago
- 68d7b67 - xpath.c: ptittom found a small bug in UnaryExpr Daniel by Daniel Veillard · 24 years ago
- e356c28 Preparing for 2.3.4 release: by Daniel Veillard · 24 years ago
- 80f3257 - parser.c SAX.c: the new content parsing code raised an by Daniel Veillard · 24 years ago
- 6c83120 Seems there is still bugs hiding, someone has some flytox ? by Daniel Veillard · 24 years ago
- 33a6780 Removed unneeded references to rpmfind.net, use xmlsoft.org, fixed by Daniel Veillard · 24 years ago
- 8178110 Updated to point to bugzilla, Daniel by Daniel Veillard · 24 years ago
- 4af6b6e - xpath.c: Bjorn found the error related to strictness of comparison. Daniel by Daniel Veillard · 24 years ago
- 29631a8 10 mn hacking while waiting for doctor appointment: by Daniel Veillard · 24 years ago
- 14be0a1 Small fixups: - xml2Conf.sh.in: fixes pointed out by Fredrik Hallenberg - by Daniel Veillard · 24 years ago
- e1dc011 xmlXPathNodeCollectAndTest fixed (by William Brack) by Bjorn Reese · 24 years ago
- f9533d1 - HTMLparser.c: fixed loop reported by Marc Sanfacon Daniel by Daniel Veillard · 24 years ago
- 2f36224 - parser.c: one must report spaces even if the Dtd element by Daniel Veillard · 24 years ago
- b402c07 Released libxml-2.3.3: by Daniel Veillard · 24 years ago
- 7785171 Minimal changes for XSLT node-set() extra function: by Daniel Veillard · 24 years ago
- ec70e91 I'm slightly time warped... by Daniel Veillard · 24 years ago
- 8730c56 - valid.c: new patch from Gary Pennington Daniel by Daniel Veillard · 24 years ago
- 91e9d58 - doc/xml.html: applied patch from Ankh Daniel by Daniel Veillard · 24 years ago
- edac3c9 - xinclude.c: fixed a problem building on Mac Daniel by Daniel Veillard · 24 years ago
- 21a0f91 - parser.c: more work on increasing parsing ferformances Daniel by Daniel Veillard · 24 years ago
- 48b2f89 Okay time to improve performances, gprof session: by Daniel Veillard · 24 years ago
- 59a3bd3 Small fix for the release, Daniel by Daniel Veillard · 24 years ago
- 7168110 Preparing 2.3.2 release: by Daniel Veillard · 24 years ago
- bbd51d5 - xpath.c: found a memleak and fixed a nasty bug Daniel by Daniel Veillard · 24 years ago
- f7cd481 - xmllint.[c1] : added return code errors for xmllint by Daniel Veillard · 24 years ago
- 3473f88 Revert directory structure changes by Owen Taylor · 24 years ago
- 64636e7 moved to libxml directory - this allow simplify automake/autoconf. Now by CET 2001 Tomasz K³oczko · 24 years ago
- 4b63707 - xpath.c: finally implemented xmlXPathCompareNodeSets by Daniel Veillard · 24 years ago
- f714aa3 - tree.c: fixed xmlNodeGetContent, it was not recursing on child by Daniel Veillard · 24 years ago
- bca64ef cut and past error in Changelog, Daniel by Daniel Veillard · 24 years ago
- e0c3a62 - Makefile.am valid.c list.[ch]: Gary Pennington provided a by Daniel Veillard · 24 years ago
- a8abee6 - configure.in: fixed iconv detection on AIX (stric) Daniel by Daniel Veillard · 24 years ago
- 88f8f6f - xpath.c: fixed "*" (unbelievable !) and a couple of warnings Daniel by Daniel Veillard · 24 years ago
- fd9b09b *** empty log message *** by Bjorn Reese · 24 years ago
- 081543f xmlXPathNodeSetSort now uses Shell's sorting algorithm by Bjorn Reese · 24 years ago
- 142adbf More bugfixes due to DocBook: by Daniel Veillard · 24 years ago
- f23e009 - xpath.c: xmlXPathEqualNodeSetFloat the arg is really a double now Daniel by Daniel Veillard · 24 years ago
- e0e2651 - tree.[ch] parser.c xpath.c: fixed the problem of addressing by Daniel Veillard · 24 years ago
- 6e6a6cc couple of fixes before release: by Daniel Veillard · 24 years ago
- 760f442 Couple of fixes, getting ready for 2.3.1: by Daniel Veillard · 24 years ago
- d194dd2 - hash.[ch]: added Paolo Casarini patch to provide Delete from by Daniel Veillard · 24 years ago
- f41fbbf testing and bug fixing related to XSLT: by Daniel Veillard · 24 years ago
- 5dd2f0a Well the bugs I was chasing on XSLT were ... in libxml ... grrrr: by Daniel Veillard · 24 years ago
- d12b69d bit of testing, a bit of fixing, a bit of testing, a bit of fixing ... by Daniel Veillard · 24 years ago
- a666359 Fixed last point, Daniel by Daniel Veillard · 24 years ago
- 62bccd5 Fixed formatting, Daniel. by Daniel Veillard · 24 years ago
- 7f41b3e Fixed some old stuff, added the faq about blanks, Daniel by Daniel Veillard · 24 years ago
- 6a2e406 - README: a bit of cleanup - configure.in: preparing for 2.3.0 release Daniel by Daniel Veillard · 24 years ago
- 1f83d39 - hash.[ch]: added a first version of xmlHashSize() by Daniel Veillard · 24 years ago
- 5eef622 - valid.c: couple of bug fixes pointed by Gary Pennington by Daniel Veillard · 24 years ago
- 2c257ec How to remove 20% of XSLT execution time in less than 20 lines of code by Daniel Veillard · 24 years ago
- 0f2a53c Bug fixes and an extension found and required by XSLT: by Daniel Veillard · 24 years ago
- 2c833b6 Dohhhhhh: - xmliO.c: Harry Blundell pointed out that xmlCheckFilename by Daniel Veillard · 24 years ago
- b6e7fdb Rewrite/cleanup/tests of URI normalization: by Daniel Veillard · 24 years ago
- ea28ce6 - uri.c: applied Marc Sanfacon's patch for xmlNormalizeURIPath Daniel by Daniel Veillard · 24 years ago
- e99a476 fixed a number of problems in XPATH_XSLT_TREE processing Daniel by Daniel Veillard · 24 years ago
- 2b325a0 XSLT debug side effect: * xpath.c: fixed mod operator Daniel by Daniel Veillard · 24 years ago
- de55cf6 First libxml head patch from the Gnome community since a looong time :-) by Daniel Veillard · 24 years ago
- 2f913b7 Fixes inherited from XSLT testing: by Daniel Veillard · 24 years ago
- 9cb5ff4 Fixed generated doc, Daniel by Daniel Veillard · 24 years ago
- b42042b Renamed the library to libxml2 and made the changes needed to have by Daniel Veillard · 24 years ago
- ee0a466 - Makefile.am configure.in libxml-2.0.pc.in: started working on getting by Daniel Veillard · 24 years ago
- 5eb0594 Makefile/doc maintenance: by Daniel Veillard · 24 years ago
- f37927f auto*, Daniel by Daniel Veillard · 24 years ago
- 65c295d - tree.c: patch from Bjorn Reese on xmlBufferCCat Daniel by Daniel Veillard · 24 years ago
- 8e19990 Some packaging cleanup: by Daniel Veillard · 24 years ago
- 9308666 - xpath.h: added a hook in the context structure allowing to by Daniel Veillard · 24 years ago
- f17e09b Incorporated patches, some cleanup: by Daniel Veillard · 24 years ago
- 48177c2 Fixed a problem with EXTRA_DiST, Daniel. by Daniel Veillard · 24 years ago
- 383b147 Added link to FEATURES in lxr, Daniel by Daniel Veillard · 24 years ago
- b83ba40 took me nearly 2 years to find the way to not build in SUBDIRS before by Daniel Veillard · 24 years ago
- 8268716 - doc/xml.html: updated with an XSLT section, removed pointer to by Daniel Veillard · 24 years ago
- 8a7642f Memory issues on the new type: by Daniel Veillard · 24 years ago
- e456646 More work, bugfixes for problems detected by XSLT, and addition of by Daniel Veillard · 24 years ago
- 8a7efd0 grrr there was still a static decl left, Daniel by Daniel Veillard · 24 years ago
- 701c736 Just mad a function public: by Daniel Veillard · 24 years ago
- 5a2b697 - xpath.c: seems I finally killed that ugly path evaluation by Daniel Veillard · 24 years ago
- 8f4d975 added xmlXPathRegisterVariableLookup() for XSLT Daniel by Daniel Veillard · 24 years ago
- d8aa7cb off by 1 and stupidity bug fix: by Daniel Veillard · 24 years ago
- cb126ac Updated Email, forgot one place where the noencoding should be tested, Daniel by Daniel Veillard · 24 years ago
- f6eea27 Bugfixes, extesion and optimizations for XSLT: by Daniel Veillard · 24 years ago
- ccc86a7 Updated to include all Win32 makefiles, daniel by Daniel Veillard · 24 years ago
- 0cede08 small bit forgotten from Gary Pennington's patch, Daniel by Daniel Veillard · 24 years ago
- 8f2cc57 Contributed Win2000 Makefiles: by Daniel Veillard · 24 years ago
- f831bfb tree.c : xmlSaveFile, xmlSaveFileEnc, applied patch from Gary Pennington, Daniel by Daniel Veillard · 24 years ago
- 389e6b7 Patches bug fixes and on new function: by Daniel Veillard · 24 years ago
- dbce3d4 Fixed my debbugs-test-submit@bugzilla.gnome.org mess. by Martin Baulig · 24 years ago
- ceb4a87 Added debbugs-test-submit@bugzilla.gnome.org everywhere. by Martin Baulig · 24 years ago
- 167bd53 Old but effective optimization patch: by Daniel Veillard · 24 years ago
- 503b893 - configure.in: preparing 2.2.11 by Daniel Veillard · 24 years ago
- c2f4df2 One new set of patches: by Daniel Veillard · 24 years ago
- e248819 - encoding.c xmlIO.c: Fixing the problem reported by Marc Sanfacon Daniel by Daniel Veillard · 24 years ago