- 14 May, 2004 3 commits
-
-
William M. Brack authored
* parser.c: enhanced the enhancement, fixed another couple of special cases.
-
William M. Brack authored
* parser.c: small enhancement to dtd handling of (a?)+ (bug 142487)
-
Daniel Veillard authored
* xmlIO.c xmlsave.c include/libxml/xmlIO.h: second pass on escaping handling, start to looks better, need to be completed and added directly at the saving context level. Daniel
-
- 13 May, 2004 1 commit
-
-
Daniel Veillard authored
* xmlIO.c xmlsave.c include/libxml/xmlIO.h: first pass at refactoring the escape on save routines for better performances (less malloc) and more flexibility using the new saving context. Preliminary work, interface will change. Daniel
-
- 12 May, 2004 3 commits
-
-
William M. Brack authored
* xmlschemas.c: added code in xmlSchemaBuildAContentModel to handle element reference within the xs:all construct (bug 139897)
-
William M. Brack authored
* xinclude.c: a little further fixing of fallback processing, this time for fallback with children (bug 139520).
-
William M. Brack authored
* xmlschemas.c: added code in xmlSchemaBuildContentModel to allow ref in group definition (bug 134411). Also fixed misc compilation warning messages. * result/schema/group0_0_0, result/schema/group0_0_0.err: regenerated (now no error reported).
-
- 11 May, 2004 3 commits
-
-
Daniel Veillard authored
* xmlIO.c: fix to the fix for #141864 from Paul Elseth * HTMLparser.c result/HTML/doc3.htm: apply fix from David Gatwood for #141195 about text between comments. Daniel
-
William M. Brack authored
* xmlschemas.c, include/libxml/schemasInternals.h, include/libxml/xmlerror.h: Applied patches supplied by Kasimier Buchcik. * test/schemas/po1_0.xml, test/schemas/po1_0.xsd: changed test to account for above patch.
-
Daniel Veillard authored
* python/tests/tstLastError.py: better portability fix for f(*args), use apply(f, args) as Stephane Bidoul suggested Daniel
-
- 10 May, 2004 2 commits
-
-
William M. Brack authored
* xmlregexp.c: enhanced xmlRegStateAddTrans to check if transition is already present and, if so, to ignore the request to add it. This has a very dramatic effect on memory requirements as well as efficiency. It also fixes bug 141762.
-
Daniel Veillard authored
* Makefile.am python/tests/Makefile.am python/tests/tstLastError.py: applied patch from Ed Davis to allow "make tests" to work with Python 1.5 Daniel
-
- 09 May, 2004 3 commits
-
-
Daniel Veillard authored
* xmlsave.c: apply fix for XHTML1 formating from Nick Wellnhofer fixes bug #141266 * test/xhtmlcomp result//xhtmlcomp*: added the specific regression test Daniel
-
Daniel Veillard authored
* Makefile.am: fix for a pedantic make check without make all request Daniel
-
Daniel Veillard authored
* uri.c xmlIO.c: fixing some problems in URI unescaping and output buffer opening, this should fix #141864 Daniel
-
- 08 May, 2004 1 commit
-
-
Daniel Veillard authored
* valid.c include/libxml/valid.h: fixes the use of 'list' as a parameter * xmlIO.c include/libxml/xmlIO.h: added xmlPopInputCallback for Matt Sergeant Daniel
-
- 06 May, 2004 3 commits
-
-
Daniel Veillard authored
-
Daniel Veillard authored
-
William M. Brack authored
* xmlregexp.c: enhanced the handling of subexpression ranges which have a minOccurs of 0 (bug 140478 again); cleaned up comments throughout the module.
-
- 05 May, 2004 1 commit
-
-
Daniel Veillard authored
-
- 03 May, 2004 1 commit
-
-
Daniel Veillard authored
* xmllint.c: adding a --maxmem option to check memory used. Daniel
-
- 30 Apr, 2004 3 commits
-
-
Daniel Veillard authored
* xmllint.c xmlsave.c python/generator.py python/libxml.c: Fixed bug #141529 i.e. various problems when building with --without-html Daniel
-
Daniel Veillard authored
* xmllint.c xmlreader.c: fixing bug #141384 where the reader didn't call the deregistering functions. Also added the check to xmllint --stream --chkregister . Daniel
-
Daniel Veillard authored
* win32/Makefile.msvc: applied a second patch from Mark Vakoc for regression tests on Windows Daniel
-
- 29 Apr, 2004 3 commits
-
-
Daniel Veillard authored
* xmlreader.c: never commit without running make tests first ! Daniel
-
Daniel Veillard authored
* xmlreader.c: fix a nasty problem with reading over the end * xmlsave.c: fix a reported memory leak apparently Daniel
-
Daniel Veillard authored
* win32/Makefile.msvc: patch from Mark Vakoc for regression tests on Windows. * xpath.c: the NaN problem also shows up on Borland Daniel
-
- 26 Apr, 2004 1 commit
-
-
William M. Brack authored
* xmlregexp.c: enhanced xmlFARegExec range evaluation for min occurs 0 problems - fixes bug 140478.
-
- 22 Apr, 2004 1 commit
-
-
Daniel Veillard authored
* rngparser.c: tiny path fixes the "xmlConvertCRNGFile" function name from Kasimier Buchcik * xmlschemas.c: recursive xs:extension fix from taihei goi Daniel
-
- 20 Apr, 2004 7 commits
-
-
Daniel Veillard authored
* tree.c: small buffer resizing improvement from Morten Welinder closes #140629 Daniel
-
Daniel Veillard authored
* xpath.c: last version of the fix for MSC version 1200 Daniel
-
Daniel Veillard authored
* parser.c: killing the strncmp vs. memcmp controversy and #140593 Daniel
-
Daniel Veillard authored
-
Daniel Veillard authored
* include/libxml/SAX2.h: Kasimier Buchcik pointed out some inexistent functions, cleaned them out. Daniel
-
Daniel Veillard authored
* error.c: Johnson Cameron pointed out that initGenericErrorDefaultFunc() was really wrong. * xmlreader.c include/libxml/xmlreader.h: xmlTextReaderMode enum must be made public, added some missing comments on the XMLReader header. * c14n.c: Alexsey fixed C14N bug with processing namespaces from attributes Daniel
-
Aleksey Sanin authored
-
- 19 Apr, 2004 1 commit
-
-
Daniel Veillard authored
* xpath.c: fixed a stupid () error + Mark name. Daniel
-
- 18 Apr, 2004 3 commits
-
-
Daniel Veillard authored
-
Daniel Veillard authored
* configure.in: preparing 2.6.9 release * doc/* News: updated and rebuilt the docs Daniel
-
Daniel Veillard authored
* xpath.c: relaxed id() to not check taht the name(s) passed are actually NCName, decided this in agreement with Aleksey Sanin since existing specs like Visa3D broke that conformance checking and other tools seems to not implement it sigh... * SAX2.c: check attribute decls for xml:id and the value is an NCName. * test/xmlid/id_err* result/xmlid/id_err*: added error testing Daniel
-