- 56b2db7 fixing #76043, got fed up with non-portability of that piece of code. by Daniel Veillard · 23 years ago
- 6f4561a Never commit without running "make tests" :-( fix a couple of stupidities by Daniel Veillard · 23 years ago
- d85f4f4 fixed bug #76168, attribute redeclared in the internal subset should not by Daniel Veillard · 23 years ago
- ac97f6e Windows command-line build components added. by Igor Zlatkovic · 23 years ago
- 5bd2689 *** empty log message *** by Igor Zlatkovic · 23 years ago
- 56cd18b Richard Jinks also raised some rounding problems this tries to fix them by Daniel Veillard · 23 years ago
- 4e2df54 Richard Jinks spotted an incoherent memory allocation behaviour in by Daniel Veillard · 23 years ago
- db55291 fixed a bug in the ISO-Latin 1 to UTF8 encoder raised by Morus Walter by Daniel Veillard · 23 years ago
- 9e53793 applied 2 fixups from Igor Daniel by Daniel Veillard · 23 years ago
- 6fbcf42 fixing #75619, related to a problem when trying to evaluate condition when by Daniel Veillard · 23 years ago
- 1840ef0 patch from Mark Vakoc to build C14N if DocBook and HTML support is not by Daniel Veillard · 23 years ago
- 561b7f8 dohh I really didn't intended to commit this test version :-( Daniel by Daniel Veillard · 23 years ago
- e50f3b5 I wanted to see the real speed at the SAX interface after a little too by Daniel Veillard · 23 years ago
- c62a147 valgrind spotted another error that time when running on libxslt by Daniel Veillard · 23 years ago
- 4b3a84f adding "make valgrind" running the full regression tests (except python by Daniel Veillard · 23 years ago
- 28cac6b pretty insane thing, the xmlXPathFormatNumber() was not serializing 1 as by Daniel Veillard · 23 years ago
- 34ce8be preparing 2.4.18 updated and rebuilt the web site implement the new by Daniel Veillard · 23 years ago
- 5997aca humm, changed the way the SAX parser work when by Daniel Veillard · 23 years ago
- b5a60ec Wilfried Teiken provided a hackish but working way to get context reported by Daniel Veillard · 23 years ago
- 1eb2424 Added a link about binding on top of the presentation, Daniel by Daniel Veillard · 23 years ago
- 0bbefe7 Fixed a small pbm in one xmlIO example, Daniel by Daniel Veillard · 23 years ago
- 2d347fa applied a new patch from Aleksey Sanin updated the documentation to by Daniel Veillard · 23 years ago
- 38bf6f0 small fix to avoid potential problem due to ordering of freeing data by Daniel Veillard · 23 years ago
- d237901 Cleanup of the python Makefiles based on Jacob and James feedback, fixed by Daniel Veillard · 23 years ago
- e7dd2b8 it was reported quite a few times that xml2-config --cflags should not by Daniel Veillard · 23 years ago
- 6f293b1 another patch from Aleksey Sanin Daniel by Daniel Veillard · 23 years ago
- 5c39654 applied patch from Aleksey Sanin fixing a problem in the canonicalization by Daniel Veillard · 23 years ago
- 9be6586 remove LDADD and CFLAGS as this is broken usage, redundant, and gcc by jacob berkman · 23 years ago
- 75be013 speedup some node selection operations, this can have a significant impact by Daniel Veillard · 23 years ago
- 61f2617 Heiko W. Rupp fixed a lot of comments to generate better API descriptions by Daniel Veillard · 23 years ago
- 9ff8817 Fixing #74186, made sure all boolean expressions get fully parenthesized, by Daniel Veillard · 23 years ago
- bb4e46d applied patch from Dodji Seketeli fixing an uninitailized variable in by Daniel Veillard · 23 years ago
- db1bdba fixed a few comments regenerated the docs and added the C14N API fixups by Daniel Veillard · 23 years ago
- a6d2e9e config.py* was missing, Daniel by Daniel Veillard · 23 years ago
- fa49d87 fix to adapt varaiations in the bindings fixed to have the version of the by Daniel Veillard · 23 years ago
- a3db2e3 fixed a bug newly introduced and pointed by Uwe Fechner in xmlCopyProp() by Daniel Veillard · 23 years ago
- af43f63 preparing 2.4.17 release updated and rebuilt the docs fixed a comment by Daniel Veillard · 23 years ago
- ef6c46f fixed xmlHasNsProp() bugs for defaulted from DTD attribs, added a specific by Daniel Veillard · 23 years ago
- 90bc371 owen pointed out a problem with the ftime fix, gettimeofday() was not by Daniel Veillard · 23 years ago
- 8c1ae60 trying to fix #71457 for timing precision when gettimeofday() is not by Daniel Veillard · 23 years ago
- f5a457a Fixed #73408 missing images are now copied on install and part of the by Daniel Veillard · 23 years ago
- 7b41613 trying to avoid bug #72150 which was apparently caused by a gcc bug (or a by Daniel Veillard · 23 years ago
- f742d34 fixed xmlReconciliateNs(), added a Python test/example for inter-document by Daniel Veillard · 23 years ago
- 4e0e297 fixed some htmlSetMetaEncoding() problems fixup and integrated tests for by Daniel Veillard · 23 years ago
- e915b2d Fixed bug #72570 moved the libxml man page to section 3 Daniel by Daniel Veillard · 23 years ago
- 1e77438 fix bug #72490 added methods serialize() and saveTo() to all node by Daniel Veillard · 23 years ago
- ddffd2a closed #73430, don't read from an input source which indicated an by Daniel Veillard · 23 years ago
- 8d24cc1 make sure SAX endDocument is always called as this could result in a by Daniel Veillard · 23 years ago
- ba5e18a applied patch fixing #73450 Daniel by Daniel Veillard · 23 years ago
- bcf64c0 Oops forgot to add c14n.h to the makefile.am, Daniel by Daniel Veillard · 23 years ago
- 044fc6b fixing #61290 "namespace nodes have no parent" long standing divergence by Daniel Veillard · 23 years ago
- d4f41aa patch from Boris Erdmann fixing some namespace odities with xmlCopyNode() by Daniel Veillard · 23 years ago
- c661304 fix bug #72706 when loading a NULL entity Daniel by Daniel Veillard · 23 years ago
- c0fef77 Fixed #72346, about handling of xmlns:foo="", this could actually change by Daniel Veillard · 23 years ago
- 79426f2 added the possibility of returning nodesets from XPath extension functions by Daniel Veillard · 23 years ago
- a94ec6f commiting some Python bindings work done while travelling Daniel by Daniel Veillard · 23 years ago
- 9730051 close #72663 and #72658, don't memdump unless compiled explicitely with by Daniel Veillard · 23 years ago
- 0b79dfe Updated the Python doc with installation informations, Daniel by Daniel Veillard · 23 years ago
- 6361da0 Added wrapper for the xmlURIPtr type, provided accessors, fixed the by Daniel Veillard · 23 years ago
- 0fea6f4 added the 'usual' setup.py to allow building a libxml2-python module based by Daniel Veillard · 23 years ago
- fcbfa2d Fixed a small prob, Daniel by Daniel Veillard · 23 years ago
- 9eb146b Broken a line to help formatting python.html by Daniel Veillard · 23 years ago
- 4316211 Rebuilt those pages too, Daniel by Daniel Veillard · 23 years ago
- 373a475 Removed the CSS font size, Daniel by Daniel Veillard · 23 years ago
- b9e469a Added pointer to Tcl bindings, Daniel by Daniel Veillard · 23 years ago
- 158a4d2 fixed a push/encoding bug reported by Michael on librsvg Daniel by Daniel Veillard · 23 years ago
- 7839e16 fixes a misplaced #endif Daniel by Daniel Veillard · 23 years ago
- d54fa3e found and fixed a couple of allocation bugs Daniel by Daniel Veillard · 23 years ago
- 6dbcaf8 added a Python and binding page describing the current state of the Python by Daniel Veillard · 23 years ago
- a539356 Added link, Daniel by Daniel Veillard · 23 years ago
- 5b16f58 Updated the conformance state, Daniel by Daniel Veillard · 23 years ago
- 5f4b599 preparing 2.4.16 updated and rebuilt the docs, rebuilt the API and web by Daniel Veillard · 23 years ago
- 8aff247 oops broke automatic defaulting of namespaces attributes. Daniel by Daniel Veillard · 23 years ago
- 8dc16a6 had to change 2 internal parsing API when processing document content to by Daniel Veillard · 23 years ago
- d6dc4cb implemented E59 spaces in CDATA does not match the nonterminal S Daniel by Daniel Veillard · 23 years ago
- 878eab0 more validation test fixups added duration info for the tests Daniel by Daniel Veillard · 23 years ago
- d01fd3e a couple of errors were reported but not saved back as such in the parsing by Daniel Veillard · 23 years ago
- 4a7ae50 isExtender was missing a char % are acceptable in the internal subset if by Daniel Veillard · 23 years ago
- 8ab0f58 more work on the conformance suite. Took the step to finally block by Daniel Veillard · 23 years ago
- 55253e2 fixed the test script after some discussion on the semantic of by Daniel Veillard · 23 years ago
- 2875770 fixed a couple of conformances issues deep into the validation code by Daniel Veillard · 23 years ago
- 82ac6b0 fixed #71741 supid typo an a bug about encoding parsing stayed there for by Daniel Veillard · 23 years ago
- 7aea52d fixed #71740 NotationDecl with a required field missing Daniel by Daniel Veillard · 23 years ago
- c761299 improved the behaviour a bit as well as the logs fixed a few more bugs by Daniel Veillard · 23 years ago
- bb7ddb3 python script to run regression tests against the XML Test suite of by Daniel Veillard · 23 years ago
- 9f28f30 avoid a warning bug #71594 Daniel by Daniel Veillard · 23 years ago
- 144024e Jesse Perry provided a patch to remove a few warning on alpha/Tru64 Daniel by Daniel Veillard · 23 years ago
- e4301c8 fixing a comment fixing some troubles with validity check on namespaces by Daniel Veillard · 23 years ago
- a6d0538 Fixing #71342 serializing '\n' in attribute values added a specific test. by Daniel Veillard · 23 years ago
- 3f4c40f Remove the mailto links and point back to the help page, Daniel by Daniel Veillard · 23 years ago
- e46182c Updated FAQ item #3 with Heiko W. Rupp update, Daniel by Daniel Veillard · 23 years ago
- 797a565 couple of bug fixes Daniel by Daniel Veillard · 23 years ago
- 01a6d41 removed tabs and used spaces. Daniel by Daniel Veillard · 23 years ago
- 397ff11 preparing 2.4.15 rebuilt some docs Daniel by Daniel Veillard · 23 years ago
- 0351754 trying to close Red Hat bug #58707 by Daniel Veillard · 23 years ago
- 6c4ffaf trying to fix the include mess Daniel by Daniel Veillard · 23 years ago
- 1a612ed reverted part of the previous attempt to provide #69655, this was breaking by Daniel Veillard · 23 years ago
- 0ba5923 Tentatively fixed #69655 , make compiling with -Wredundant-decls clean. by Daniel Veillard · 23 years ago
- c5f05ad fix #68882, cleanup the XInclude copying of node, merge back IDs in the by Daniel Veillard · 23 years ago
- 1c18e30 seems some version of automake didn't generate the dependancies right as by Daniel Veillard · 23 years ago