|
Rob Richards Sat May 3 14:33:29 CEST - dict.c: check for stdint.h and define types when using MSVC
Daniel Veillard Mon Apr 28 20:06:12 CEST - parserInternals.c: applied patch from Ashwin to avoid a potential double-free
Daniel Veillard Thu Apr 24 13:56:53 CEST - uri.c: applied patch from Ashwin fixing a number of realloc problems
- HTMLparser.c: improve handling for misplaced html/head/body
Daniel Veillard Tue Apr 22 10:27:17 CEST - dict.c: improvement on the hashing of the dictionnary, with visible speed up as the number of strings in the hash increases, work from Stefan Behnel
Daniel Veillard Fri Apr 11 14:44:00 CEST - include/libxml/xmlschemas.h xmlschemas.c: added new function xmlSchemaValidCtxtGetParserCtxt based on Holger Kaelberer patch
- doc/apibuild.py doc/*: regenerated the doc, chased why the new function didn't got any documentation, added more checking in the generator
- include/libxml/relaxng.h include/libxml/schematron.h include/libxml/xmlschemas.h include/libxml/c14n.h include/libxml/xmlregexp.h include/libxml/globals.h include/libxml/xmlreader.h threads.c xmlschemas.c: various changes and cleanups following the new reports
Daniel Veillard Thu Apr 10 10:07:00 CEST - Makefile.am: extend the cleanup rule
- xmlschemas.c: space cleanup
Rob Richards Wed Apr 9 19:43:25 CEST - include/wsockcompat.h: support older win32 platforms when building with newer versions of VS
Daniel Veillard Tue Apr 8 16:56:07 CEST - configure.in NEWS doc/*: preparing release of 2.6.32
Daniel Veillard Tue Apr 8 10:19:01 CEST - tree.c: fix a bug introduced when fixing #438208 and reported by Ashwin
- python/generator.py: fix an infinite loop bug
Daniel Veillard Mon Apr 7 14:44:51 CEST - xmlreader.c: fix a link to XmlNodeType doc reported by Martijn Arts
- docs/*: rebuilt
Daniel Veillard Fri Apr 4 18:09:50 CEST - parser.c: improve the *Recover* functions documentation
Daniel Veillard Thu Apr 3 14:57:15 CEST - parser.c: patch from Mark Rowe fixing BOM or encoding detection in external parsed entities, should fix #440415
Daniel Veillard Thu Apr 3 13:16:01 CEST - tree.c: fix some problems with the *EatName functions when running out of memory raised by Eric Schrock , should fix #438208
Daniel Veillard Thu Apr 3 12:41:29 CEST - xmlschemastypes.c: horror around the definition of the lexical values for decimal and derived types, fixing to reject empty values, should fix #503268
Daniel Veillard Thu Apr 3 11:44:57 CEST - encoding.c: buffer may not be large enough to convert to UCS4, patch from Christian Fruth , fixes #504015
Daniel Veillard Thu Apr 3 11:02:02 CEST - HTMLparser.c: apparently it's okay to forget the semicolumn after entity refs in HTML, fixing char refs parsing accordingly based on T. Manske patch, this should fix #517653
Daniel Veillard Thu Apr 3 09:30:29 CEST - error.c: avoid a scary realloc() loop should fix #520383
Daniel Veillard Thu Apr 3 08:22:52 CEST - parser.c: more realloc problems pointed out by Ashwin
Daniel Veillard Thu Apr 3 07:40:13 CEST - xstc/Makefile.am: applied patch from Mike Hommey fixing distclean, fixes #520387
Daniel Veillard Thu Apr 3 06:52:32 CEST - include/libxml/xpath.h: small doc improvement for xmlXPathContext from Jack Jansen, fixes #524759
- doc/newapi.xsl doc/*: fixed a problem and regenerated the docs
Daniel Veillard Tue Apr 1 09:59:22 CEST - xpath.c: two patches from Alvaro Herrera to avoid problem when running out of memory in XPath evaluations.
Daniel Veillard Mon Mar 31 11:23:19 CEST - parser.c: lot of out of memory handling fixes from Ashwin
- elfgcchack.h doc/elfgcchack.xsl: work around a problem with xmlDllMain
- include/libxml/threads.h: indenting cleanups
Daniel Veillard Mon Mar 31 10:25:37 CEST - parser.c docs/*: trying to clarify even more the xmlCleanupParser() use and the memory documentation
Daniel Veillard Wed Mar 26 18:39:58 CET - parser.c: changes based on Alex Khesin patch where xmlParseCharRef seems to not be checked correctly, fixes #520198
Daniel Veillard Wed Mar 26 15:03:49 CET - parser.c: patch from Ashwin to avoid a problem of attribute redefinition in the DTD. Remove a warning too.
Daniel Veillard Wed Mar 26 14:38:31 CET - xmlschemas.c: fix a problem in externalSubsetSplit with a patch from Ashwin
Daniel Veillard Tue Mar 25 17:48:02 CET - parser.c: fix various attribute normalisation problems reported by Ashwin
- result/c14n/without-comments/example-4 result/c14n/with-comments/example-4: this impacted the result of two c14n tests :-\
- test/att9 test/att10 test/att11 result//att9* result//att10* result//att11*: added 3 specific regression tests coming from the XML spec revision and from Ashwin
Daniel Veillard Tue Mar 25 14:20:49 CET - uri.c: fix saving for file:///X:/ URI embedding Windows file paths should fix #524253
Daniel Veillard Mon Mar 24 21:42:33 CET - parser.c: fix a problem reported by Ashwin for system parameter entities referenced from entities in external subset, add a specific loading routine.
- test/valid/dtds/external.ent test/valid/dtds/external2.ent test/valid/t11.xml result/valid/t11.xml*: added the test to the regression suite
Daniel Veillard Mon Mar 24 15:04:54 CET - xmlschemas.c: fix an XML Schemas crash raised by Stefan Behnel when testing with W3C test suite
Daniel Veillard Mon Mar 24 12:12:00 CET - threads.c: check some allocation with Ashwin patch
Daniel Veillard Wed Mar 19 16:41:52 CET - vms/build_libxml.com: update from Tycho Hilhorst, should fix #523378
Daniel Veillard Tue Mar 18 09:23:05 CET - threads.c: check some malloc returns with Ashwin patch, add error messages and reindent the module.
Daniel Veillard Fri Mar 14 15:28:43 CET - xmlreader.c: patch from Ashwin removing duplicate tests
Daniel Veillard Fri Mar 14 13:44:29 CET - include/libxml/schematron.h include/libxml/xmlerror.h schematron.c: applied patch from Tobias Minich to allow plugin schematron error reporting in the normal error system, should fix #513998
Daniel Veillard Fri Mar 14 11:52:09 CET - parser.c xinclude.c: patch from Vasily Chekalkin fixes memory leaks, should fix 512647
Daniel Veillard Thu Mar 13 08:17:58 CET - xmlregexp.c: found a nasty bug in regexp automata build, reported by Ashwin and Bjorn Reese
Daniel Veillard Wed Mar 12 18:56:22 CET - HTMLparser.c: patch from Arnold Hendriks improving parsing of html within html bogus data, still not a complete fix though
Daniel Veillard Wed Mar 12 10:22:01 CET - python/types.c: fix a memory errro when using namespace nodes returned from XPath queries, should fix #521699
- python/tests/Makefile.am python/tests/xpathns.py: add a specific regression test for it
Rob Richards Mon Mar 10 16:25:32 CET - include/win32config.h: add ICONV_CONST define for win32 build to satisfy encoding.c change in rev 3693
Daniel Veillard Fri Mar 7 17:45:27 CET - xmlsave.c parser.c: fix handling of empty CDATA nodes as reported and discussed around #514181 and associated patches
- test/emptycdata.xml result/emptycdata.xml* result/noent/emptycdata.xml: added a specific test in the regression suite.
Daniel Veillard Thu Mar 6 15:23:10 CET - encoding.c: poblem with encoding detection for UTF-16 reported by Ashwin and found by Bill
- test/valid/dtds/utf16b.ent test/valid/dtds/utf16l.ent test/valid/UTF16Entity.xml result/valid/UTF16Entity.xml*: added the example to the regression tests
Daniel Veillard Tue Mar 4 14:16:38 CET - xmlwriter.c: patch from Alex Khesin fixing CDATA output after a text node.
- parser.c: fixed the comment for xmlParserCleanup
- globals.c: fixed indentation
Daniel Veillard Mon Feb 25 16:42:19 CET - testModule.c: patch from Florent Guiliani to fix build on SCO OpenServer
Daniel Veillard Thu Feb 21 22:46:08 CET - debugXML.c: made one of the changes suggested by Brian Krahmer
- testRegexp.c: allow to pass '--' on the command line to allow regexps starting with the character '-'
Daniel Veillard Tue Feb 19 08:49:32 CET - python/Makefile.am python/tests/Makefile.am: applied cleanup patches for cross compilation and MinGW from Roumen Petrov
Daniel Veillard Sat Feb 16 11:06:54 CET - xmlIO.c: fix output bug reported by Petr Pajas and analyzed by Bill
Daniel Veillard Fri Feb 15 09:32:11 CET - include/libxml/xmlerror.h tree.c: patch from Julien Charbon to simplify the processing of xmlSetProp()
Daniel Veillard Fri Feb 15 08:45:32 CET - config.h.in configure.in encoding.c: patch from Roumen Petrov to detect if iconv() needs a const for the second parameter
Daniel Veillard Fri Feb 15 08:41:31 CET - macos/src/XMLTestPrefix2.h win32/Makefile.msvc: EOL cleanups from Florent Guiliani
Daniel Veillard
|