- 16 Jan, 2005 4 commits
-
-
Daniel Veillard authored
* configure.in NEWS doc/*: preparing release of 2.6.17, updated and rebuilt the docs Daniel
-
Daniel Veillard authored
* parser.c: better fix for #151694 not killing c14n regression tests * xmlschemastypes.c: fixing bug #157653 Daniel
-
Daniel Veillard authored
* parser.c: fixing bug #151694, line should always be set in the elements. Daniel
-
Daniel Veillard authored
* xmlschemastypes.c: trying to fix at least the message from bug #158628 * include/libxml/xmlsave.h xmlsave.c: added first xmlsave option for format, c.f. bug #159997 Daniel
-
- 15 Jan, 2005 3 commits
-
-
Daniel Veillard authored
* python/libxml.py: make __str__ call serialize() on nodes, c.f. bug #157872 Daniel
-
Daniel Veillard authored
* nanoftp.c: applied patch from Dan McNichol for compilation on AIX Daniel
-
Daniel Veillard authored
* relaxng.c: fixed bug #157633 in relaxng choice optimization * result/relaxng/choice0* test/relaxng/choice0*: added regression tests about it. * doc/*: rebuilt * testdso.c: removed a warning due to a missing void in signature. Daniel
-
- 13 Jan, 2005 4 commits
-
-
Kasimier T. Buchcik authored
* include/libxml/schemasInternals.h xmlschemas.c: Exposed targetNamespace for simple/complex types, model groups, attribute groups and notations (reported by Michael Hewarth to the mailing list). Added targetNamespace to xmlSchemaType, xmlSchemaAttributeGroup and xmlSchemaNotation. Tiny cosmetic change to the content model error report output. * result//all_*.err result//any3_0_0.err result//choice_*.err result//list0_0_1.err result//list0_1_1.err: Adapted output of regression tests.
-
Kasimier T. Buchcik authored
* xmlschemas.c: Put the fix of Daniel (from Tue Jan 11 14:41:47 CET) back in, since I missed to update xmlschemas.c before doing the previous commit.
-
Kasimier T. Buchcik authored
* xmlschemas.c: Integrated xmlRegExecErrInfo and xmlRegExecNextValues from xmlregexp.c to report expected elements on content model errors. * all_*.err any3_0_0.err choice_*.err list0_0_1.err list0_1_1.err: Adapted output of regression tests.
-
Daniel Veillard authored
* config.h.in configure.in xmlmodule.c: trying to work around the compilation problem on HP-UX Daniel
-
- 12 Jan, 2005 3 commits
-
-
Daniel Veillard authored
* pattern.c: fixed the fixed size array structure problem reported by Patrick Streule Daniel
-
Daniel Veillard authored
* elfgcchack.h testapi.c doc/libxml2-api.xml doc/*: regenerated the API description, rebuilt, improved navigation in documentation a bit. Daniel
-
Daniel Veillard authored
* include/libxml/xmlregexp.h xmlregexp.c: extended xmlRegExecErrInfo() and xmlRegExecNextValues() to return error transition strings too, and sink state detection and handling. Daniel
-
- 11 Jan, 2005 2 commits
-
-
Daniel Veillard authored
* xmlschemas.c: fixed bug #163641 when the value passed for an atomic list type is NULL. Daniel
-
William M. Brack authored
* Makefile.am configure.in: fixed dependency on python 2.3, also small improvement for cygwin (bug 163273)
-
- 09 Jan, 2005 2 commits
-
-
Daniel Veillard authored
* gentest.py testapi.c: William noticed I forgot to add special support for xmlmodules.c define * xmlregexp.c include/libxml/xmlregexp.h: added terminal to xmlRegExecErrInfo() API, adding new xmlRegExecNextValues() entry point and refactored to use both code. Daniel
-
William M. Brack authored
* doc/xml.html, doc/FAQ.html: added an FAQ under Developer for setting up a "private" library (after some list posts about people having trouble doing it)
-
- 08 Jan, 2005 1 commit
-
-
Daniel Veillard authored
* xmlregexp.c: fixing behaviour for xmlRegExecErrInfo in case of rollback Daniel
-
- 07 Jan, 2005 1 commit
-
-
Daniel Veillard authored
* TODO: small update * xmlregexp.c: trying to add an API to get useful error informations back from a failing regexp context. Daniel
-
- 06 Jan, 2005 2 commits
-
-
William M. Brack authored
* xpath.c: fixed problem with xmlXPathErr when error number subscript was out of range (bug 163055)
-
William M. Brack authored
* uri.c: fixed problem with xmlURIEscape when query part was empty (actually fixed xmlURIEscapeStr to return an empty string rather than NULL for empty string input) (bug 163079)
-
- 05 Jan, 2005 2 commits
-
-
Aleksey Sanin authored
-
Daniel Veillard authored
-
- 04 Jan, 2005 5 commits
-
-
Daniel Veillard authored
* parser.c: fixed namespace bug in push mode reported by Rob Richards * test/ns6 result//ns6*: added it to the regression tests * xmlmodule.c testModule.c include/libxml/xmlmodule.h: added an extra option argument to module opening and defined a couple of flags to the API. Daniel
-
Daniel Veillard authored
* xmlmodule.c include/libxml/xmlmodule.h: applied patch from Bjorn Reese, plus some cleanups * elfgcchack.h doc/elfgcchack.xsl: fixed the stylesheet to add the new header * doc/* testapi.c: regenerated the API Daniel
-
Daniel Veillard authored
* configure.in: making DSO support an option * xmlmodule.c xmlreader.c include/libxml/xmlmodule.h: code and documentation cleanups * elfgcchack.h testapi.c doc/*: regenerated the docs and checks for new module * test/valid/REC-xml-19980210.xml: fix a small change introduced previously Daniel
-
Daniel Veillard authored
* Makefile.am config.h.in configure.in error.c libxml-2.0.pc.in testModule.c testdso.c xml2-config.in xmllint.c xmlmodule.c include/libxml/Makefile.am include/libxml/xmlerror.h include/libxml/xmlmodule.h include/libxml/xmlversion.h.in include/libxml/xmlwin32version.h.in: applied DSO support patch 2 from Joel Reed Daniel
-
Daniel Veillard authored
* configure.in: applied patch from Marcin Konicki for BeOS Daniel
-
- 03 Jan, 2005 1 commit
-
-
Aleksey Sanin authored
-
- 02 Jan, 2005 1 commit
-
-
William M. Brack authored
Synchronized the header files with the library code in order to assure that all the various conditionals (LIBXML_xxxx_ENABLED) were the same in both. Modified the API database content to more accurately reflect the conditionals. Enhanced the generation of that database. Although there was no substantial change to any of the library code's logic, a large number of files were modified to achieve the above, and the configuration script was enhanced to do some automatic enabling of features (e.g. --with-xinclude forces --with-xpath). Additionally, all the format errors discovered by apibuild.py were corrected. * configure.in: enhanced cross-checking of options * doc/apibuild.py, doc/elfgcchack.xsl, doc/libxml2-refs.xml, doc/libxml2-api.xml, gentest.py: changed the usage of the <cond> element in module descriptions * elfgcchack.h, testapi.c: regenerated with proper conditionals * HTMLparser.c, SAX.c, globals.c, tree.c, xmlschemas.c, xpath.c, testSAX.c: cleaned up conditionals * include/libxml/[SAX.h, SAX2.h, debugXML.h, encoding.h, entities.h, hash.h, parser.h, parserInternals.h, schemasInternals.h, tree.h, valid.h, xlink.h, xmlIO.h, xmlautomata.h, xmlreader.h, xpath.h]: synchronized the conditionals with the corresponding module code * doc/examples/tree2.c, doc/examples/xpath1.c, doc/examples/xpath2.c: added additional conditions required for compilation * doc/*.html, doc/html/*.html: rebuilt the docs
-
- 30 Dec, 2004 1 commit
-
-
Daniel Veillard authored
-
- 26 Dec, 2004 1 commit
-
-
Daniel Veillard authored
-
- 25 Dec, 2004 1 commit
-
-
William M. Brack authored
* parserInternals.c: fixed to skip (if necessary) the BOM for encoding 'utf-16'. Completes the fix for bug #152286. * tree.c, parser.c: minor warning cleanup, no change to logic
-
- 24 Dec, 2004 1 commit
-
-
William M. Brack authored
* python/generator.py: added most required entires to foreign encoding table, plus some additional logic to assure only the 1st param uses the 't#' format. Fixes bug #152286, but may still have some other UTF-16 problems.
-
- 23 Dec, 2004 1 commit
-
-
William M. Brack authored
* Makefile.am, gentest.py: enhanced for enabling build in a different directory. Added (optional) param to gentest.py to specify the source directory (bug #155468) * doc/Makefile.am: changed destination of NEWS from (top_srcdir) to (top_builddir) (bug #155468) * python/Makefile.am, python/generator.py: enhanced for enabling build in a different directory(bug #155468). Added (optional) param to generator.py to specify the source directory. Added a new table of functions which have possible "foreign" encodings (e.g. UTF16), and code to use python 't' format instead of 'z' format (mostly solving bug #152286, but still need to populate the table).
-
- 21 Dec, 2004 1 commit
-
-
MST 2004 John Fleck authored
Tue Dec 21 08:10:44 MST 2004 John Fleck <jfleck@inkstain.net> * doc/site.xsl, doc/xml.html, plus rebuilt all the html pages Change reference to new site for Solaris binaries, fixing bug 160598
-
- 20 Dec, 2004 1 commit
-
-
William M. Brack authored
* parser.c: reset input->base within xmlStopParser * xmlstring.c: removed call to xmlUTF8Strlen from within xmlUTF8Strpos (Bill Moseley pointed out it was not useful)
-
- 18 Dec, 2004 1 commit
-
-
William M. Brack authored
* valid.c: changed xmlErrValidWarning to use ctxt->warning instead of ctxt->error for its reports (bug #160662)
-
- 17 Dec, 2004 1 commit
-
-
William M. Brack authored
* python/generator.py: modified to allow the ns and nsDefs accessors to return None instead of error when no namespace is present (bug #)
-