- 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
- 8d24cc1 make sure SAX endDocument is always called as this could result in a by Daniel Veillard · 23 years ago
- 158a4d2 fixed a push/encoding bug reported by Michael on librsvg Daniel by Daniel Veillard · 23 years ago
- d54fa3e found and fixed a couple of allocation bugs 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
- 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
- 82ac6b0 fixed #71741 supid typo an a bug about encoding parsing stayed there for 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
- 0ba5923 Tentatively fixed #69655 , make compiling with -Wredundant-decls clean. by Daniel Veillard · 23 years ago
- 9d06d30 Build a new version hopefully near complete and fully documented of the by Daniel Veillard · 23 years ago
- db5850a Keith Isdale complained rightly that xmlInitParser() did not preserve by Daniel Veillard · 23 years ago
- 8107a22 integrated a couple of fixes and a new API function by Daniel Veillard · 23 years ago
- 3c5ed91 Applied following patches from Robert Collins and make sure IN_LIBXML is by Daniel Veillard · 23 years ago
- 401c211 Jirka Kosek pointer out a bug in xmlParseTextDecl() when the version info by Daniel Veillard · 23 years ago
- aa39a0f patch from Jack J Franklin to remove a bug in xmlCreatePushParserCtxt() by Daniel Veillard · 23 years ago
- 5344c60 Fixed a few other problems raised by Charlie Bozeman. fixed the output by Daniel Veillard · 23 years ago
- cbaf399 applied 42 documentation patches from Charlie Bozeman. Regenerated the by Daniel Veillard · 23 years ago
- d3b0882 integrated Eric Lavigne (sp???) contribution to build libxml2 on MacOS by Daniel Veillard · 23 years ago
- 1984094 Robin Berjon <robin@knowscape.com> found a case where non-wellformed XML by Daniel Veillard · 23 years ago
- 5a37bde more include cleanups, export cleanly one html output + format function. by CET 2001 Daniel Veillard · 23 years ago
- 635ef72 apply fixes to close #63271 and avoid segfaults when the error routine by Daniel Veillard · 23 years ago
- 5151c06 fixed an erroneous validation bug when PE refs occurs in external parsed by Daniel Veillard · 23 years ago
- ce2c2f0 fixed a very serious (looping) validation bug Daniel by Daniel Veillard · 23 years ago
- 3c01b1d - include/libxml/globals.h include/libxml/threads.h threads.c by Daniel Veillard · 23 years ago
- 6f35029 debugged and fixed initialization problems which were giving troubles on by Daniel Veillard · 23 years ago
- d046356 Applied the last patches from Gary, cleanup, activated threading all user by Daniel Veillard · 23 years ago
- b44025c started integrating the non-controversial parts of Gary Pennington by Daniel Veillard · 23 years ago
- a293c32 adding xmlSAXParseFileWithData following Marco Stipek suggestion Daniel by Daniel Veillard · 23 years ago
- f6ed8bc Igor Zlatkovic patches fixed typos Daniel by Daniel Veillard · 23 years ago
- 319a742 fixed bug #59981 related to handling of '&' in attributes when entities by Daniel Veillard · 23 years ago
- 05c13a2 John Fleck fixed typos in the options output fix ignorable white space SAX by Daniel Veillard · 23 years ago
- a050d23 warn if version is not 1.0 but it's not strictly speaking an error after by Daniel Veillard · 23 years ago
- 5d96fff doc updates from Heiko Rupp 2 sanity checks from Heiko Rupp Daniel by Daniel Veillard · 23 years ago
- 9f7b84b preparing for a 2.4.3 release even if it may not be ready yet redirected by Daniel Veillard · 23 years ago
- 5d90b6c added support and APIs needed for the catalog PI cleanup Daniel by Daniel Veillard · 23 years ago
- e2940dd starts to look okay, really plugged the new framework, cleaned a lot of by Daniel Veillard · 23 years ago
- cda9692 more work on the XML catalog support. small cleanup seems using list as a by Daniel Veillard · 23 years ago
- f300b7e small fix fixing bug #58539 reported by coolo, in entity substitution mode by Daniel Veillard · 23 years ago
- 50f3437 applied Win32 Facelift No.2 patches from Igor Zlatkovic for Windows/MSC by Daniel Veillard · 23 years ago
- 5e3eecb when the internal subset uses a PE, then the included entity can use by Daniel Veillard · 23 years ago
- 4aafa79 don't override existing encoding specified before starting by Daniel Veillard · 23 years ago
- 50822cb applied const patches from Tom Moog #58002 Daniel by Daniel Veillard · 23 years ago
- 6dd398f fixed bugs #58073 reported by Greg Shtilman Daniel by Daniel Veillard · 23 years ago
- 2454ab9 fixes bug #57652 reported by Morus Walter Daniel by Daniel Veillard · 23 years ago
- a53c688 fixed the xmlLineNumbersDefault() errors, lesson don't add new functions by Daniel Veillard · 23 years ago
- d9bad13 removing history/readline changed this slightly make element content line by Daniel Veillard · 23 years ago
- 5e2dace Cleanup, cleanup .. removed libxml softlink for good cleanup to get 100% by Daniel Veillard · 23 years ago
- 7db3773 store the line numbder in element->content, may break some software, need by Daniel Veillard · 23 years ago
- 7583a59 trying to fix #56948, this led to an XPath fix, improvements of SAX by Daniel Veillard · 23 years ago
- 62f313b - SAX.c entities.c parser.c: changed completely the way entities by Daniel Veillard · 23 years ago
- 7704473 xmlStrstr args are both const small cleanup reformated, fixed problems if by Daniel Veillard · 23 years ago
- 0e4cd17 - parser.c: fixed UTF8 BOM support in push mode by Daniel Veillard · 23 years ago
- 1164810 - configure.in doc/xml.html include/libxml/xmlwin32version.h: by Daniel Veillard · 23 years ago
- c5d6434 Summer's cleanup, a really big one: by Daniel Veillard · 23 years ago
- 87a764e - parser.c parserInternals.c encoding.c: Since Notepad on Win2k by Daniel Veillard · 23 years ago
- a9142e7 - valid.c tree.c parserInternals.c parser.c: Stephan Kulow by Daniel Veillard · 23 years ago
- 3ed27bd - parser.c: Stephan Kulow also raised the fact that line number by Daniel Veillard · 23 years ago
- a97a19b - parser.c: fixed propagation context info when parsing an by Daniel Veillard · 23 years ago
- 76d66f4 - xpath.c tree.c parser.c: speed optimizations at the parser level by Daniel Veillard · 23 years ago
- fd7ddca - parser.c parser.h parserInternals.h: fixed a couple of by Daniel Veillard · 23 years ago
- a737459 - Makefile.am xmlversion.h.in configure.in include/Makefile.am: by Daniel Veillard · 24 years ago
- 257d910 - parser.c: added xmlParseExternalEntityPrivate() to allow by Daniel Veillard · 24 years ago
- 02141ea - tree.c parser.c encoding.c: spent a bit more time looking by Daniel Veillard · 24 years ago
- 3ed155f How to bump raw SAX parsing speed from 5.8M/s to 7.4M/s in 4 lines of code: by Daniel Veillard · 24 years ago
- 30211a0 - parser.c: applied fixes from Christian Glahn bug report #53391 Daniel by Daniel Veillard · 24 years ago
- 70a9da5 trio upgrade and integration by Bjorn Reese · 24 years ago
- dab4cb3 Geez, this one was painful ! I still need to handle entities references by Daniel Veillard · 24 years ago
- e470df7 3 hours of debug, this was hell: by Daniel Veillard · 24 years ago
- 5058211 parser.c: fixed line number reporting on error Daniel by Daniel Veillard · 24 years ago
- 04be4f5 - parser.c: Sullivan and Darin found a parser bug, applied the patch. Daniel by Daniel Veillard · 24 years ago
- 56a4cb8 Huge cleanup, I switched to compile with by Daniel Veillard · 24 years ago
- 146c912 - parser.c: fixed a reported bug in NOTATION parsing by Daniel Veillard · 24 years ago
- e020c3a A typo and an obscure bug fix: by Daniel Veillard · 24 years ago
- 0b6b55b Someone found a bug hiding in a corner, caught it ! by Daniel Veillard · 24 years ago
- 82ab81e - parser.c: and Matt Sergeant found one in the XML push by Daniel Veillard · 24 years ago
- 80f3257 - parser.c SAX.c: the new content parsing code raised an by Daniel Veillard · 24 years ago
- 29631a8 10 mn hacking while waiting for doctor appointment: by Daniel Veillard · 24 years ago
- 2f36224 - parser.c: one must report spaces even if the Dtd element 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
- 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
- 142adbf More bugfixes due to DocBook: by Daniel Veillard · 24 years ago
- e0e2651 - tree.[ch] parser.c xpath.c: fixed the problem of addressing by Daniel Veillard · 24 years ago
- 0f2a53c Bug fixes and an extension found and required by XSLT: 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
- 167bd53 Old but effective optimization patch: by Daniel Veillard · 24 years ago
- a6d8eb6 Finally had a bit of time to resynch both trees: by Daniel Veillard · 24 years ago
- ce6e98d Big OpenVMS patch: - nanohttp.c parser.[ch] tree.[ch] xmlIO.[ch] xmllint.c by Daniel Veillard · 24 years ago
- 41e0651 A few serious bugfixes: by Daniel Veillard · 24 years ago
- c2def84 Various patches and bug fixes, and XInclude progresses: by Daniel Veillard · 24 years ago
- a4964b7 - HTMLparser.c: fixed loop on invalid char in scripts by Daniel Veillard · 24 years ago
- 2ffc359 - parser.[ch]: added xmlIOParseDTD() by Daniel Veillard · 24 years ago
- d6d7f7b patched to redirrect all "out of context" error messages to by Daniel Veillard · 24 years ago
- 126f279 Bunch of fixes, finishing moving datastructures to the hash stuff: by Daniel Veillard · 24 years ago