- 26 Sep, 2002 3 commits
-
-
Daniel Veillard authored
* doc/*: added the 3 new modules xmlregexp xmlautomata and xmlunicode and regenerated the docs and web site Daniel
-
Daniel Veillard authored
* xinclude.c xmlschemas.c xmlschemastypes.c xpath.c: make sure ATTRIBUTE_UNUSED is always put after the attribute declaration, not before Daniel
-
Daniel Veillard authored
* python/generator.py python/libxml2class.txt: fixed a stupid error breaking the python API Daniel
-
- 25 Sep, 2002 2 commits
-
-
Daniel Veillard authored
* trio.c trio.h triodef.h trionan.c trionan.h triop.h triostr.c triostr.h: applied a trio update patch from Bjorn Reese which should work with MinGW Daniel
-
Daniel Veillard authored
* tree.c: improving some documentation comments * xmlregexp.c: found and fixed a mem leak with python regression tests * doc/*: rebuilt the doc and the API XML file including the xmlregexp.h xmlautomata.h and xmlunicode.h headers * python/generator.py python/libxml2class.txt python/libxml_wrap.h python/types.c: added access to the XML Schemas regexps from python * python/tests/Makefile.am python/tests/regexp.py: added a simple regexp bindings test Daniel
-
- 24 Sep, 2002 2 commits
-
-
MDT 2002 John Fleck authored
Tue Sep 24 08:10:48 MDT 2002 John Fleck <jfleck@inkstain.net> * doc/xml.html fixing ftp links - thanks to Vitaly Ostanin
-
Daniel Veillard authored
* xmlregexp.c: fixed the data callback on transition functionality which was broken when using the compact form * result/schemas/*: updated the results, less verbose, all tests pass like before * DOCBparser.c testAutomata.c testC14N.c testSchemas.c testThreads.c testXPath.c valid.c xinclude.c xmllint.c xmlregexp.c xmlschemas.c xmlschemastypes.c xpath.c python/libxml.c: removed a bunch of annoying warnings * xpath.c: try to provide better error report when possible Daniel
-
- 21 Sep, 2002 1 commit
-
-
Daniel Veillard authored
* Makefile.am: fixed a breakage raised by Jacob Daniel
-
- 20 Sep, 2002 8 commits
-
-
Igor Zlatkovic authored
-
Igor Zlatkovic authored
-
Igor Zlatkovic authored
-
Igor Zlatkovic authored
-
Igor Zlatkovic authored
-
Igor Zlatkovic authored
-
Daniel Veillard authored
* xmlschemastypes.c: as pointed by Igor Float and Double parsing ain't finished yet Daniel
-
Daniel Veillard authored
* Makefile.am configure.in: trying to fix #88412 by bypassing all the python subdir if python ain't detected daniel
-
- 19 Sep, 2002 1 commit
-
-
Daniel Veillard authored
* Makefile.am configure.in include/libxml/xmlversion.h.in: made configuring with regexps/automata/unicode the default but without schemas ATM * testRegexp.c valid.c xmlregexp.c include/libxml/xmlregexp.h: fixed the regexp based DTD validation performance and memory problem by switching to a compact form for determinist regexps and detecting the determinism property in the process. Seems as fast as the old DTD validation specific engine :-) despite the regexp built and compaction process. Daniel
-
- 18 Sep, 2002 1 commit
-
-
Daniel Veillard authored
* valid.c: determinism is debugged, new DTD checking code now works but xmlFAComputesDeterminism takes far too much CPU and the whole set usues too much memory to be really usable as-is Daniel
-
- 17 Sep, 2002 4 commits
-
-
Daniel Veillard authored
* tree.c: fixed another stupid bug in xmlGetNodePath() * xmllint.c: --version now report the options compiled in Daniel
-
Daniel Veillard authored
* HTMLparser.c: small cleanup * valid.c xmlregexp.c: switched DTD validation to use only regexp when configured with them. A bit of debugging around the determinism checks is still needed Daniel
-
Daniel Veillard authored
* python/libxml_wrap.h: stupid bug found by mattam@netcourrier.com Daniel
-
Daniel Veillard authored
* xmlIO.c: small portability glitch fixed. Daniel
-
- 16 Sep, 2002 1 commit
-
-
Daniel Veillard authored
* xmlschemastypes.c: incomplete steps for real/double support * testAutomata.c include/libxml/xmlautomata.h include/libxml/xmlregexp.h: avoiding a compilation problem * valid.c include/libxml/valid.h: starting the work toward using the regexps for actual DTD validation Daniel
-
- 13 Sep, 2002 1 commit
-
-
Daniel Veillard authored
* hash.c: cosmetic cleanup * valid.c include/libxml/tree.h include/libxml/valid.h: started integrating a DTD validation layer based on the regexps Daniel
-
- 12 Sep, 2002 2 commits
-
-
Daniel Veillard authored
* xmlregexp.c xmlschemas.c: fixed a bug reported by Jeff Goff, the determinism was tested before eliminating the epsilon transitions :-( Daniel
-
Daniel Veillard authored
* python/generator.py python/libxml.c python/libxml.py python/libxml2-python-api.xml python/libxml2class.txt python/libxml_wrap.h python/types.c: updated the python bindings, added code for easier File I/O, and the ability to define a resolver from Python fixing bug #91635 * python/tests/Makefile.am python/tests/inbuf.py python/tests/outbuf.py python/tests/pushSAXhtml.py python/tests/resolver.py python/tests/serialize.py: updated and augmented the set of Python tests. Daniel
-
- 10 Sep, 2002 4 commits
-
-
Igor Zlatkovic authored
-
Igor Zlatkovic authored
-
Daniel Veillard authored
* xmlIO.c: fixed a stupid out of bound array error Daniel
-
Daniel Veillard authored
* include/libxml/xmlIO.h xmlIO.c parser.c HTMLparser.c DOCBparser.c: messing around with support for Windows path, cleanups, trying to identify and fix the various code path to the filename access. Added xmlNormalizeWindowsPath() Daniel
-
- 09 Sep, 2002 1 commit
-
-
Daniel Veillard authored
-
- 05 Sep, 2002 7 commits
-
-
Daniel Veillard authored
* error.c valid.c: working on better error reporting of validity errors, especially providing an accurate context. * result/valid/xlink.xml.err result/valid/rss.xml.err: better error reports in those cases. Daniel
-
Daniel Veillard authored
* DOCBparser.c HTMLparser.c c14n.c entities.c list.c parser.c parserInternals.c xmlIO.c: get rid of all the perror() calls made in the library execution paths. This should fix both #92059 and #92385 Daniel
-
Daniel Veillard authored
* xmllint.c: memory leak reporting was broken after a change of the preprocessor symbol used to activate it. Daniel
-
Daniel Veillard authored
* tree.c: try to make the copy function work for node of type XML_DOCUMENT_FRAG_NODE, they are only created by the DOM layers though, not libxml2 itself. Daniel
-
Daniel Veillard authored
* valid.c: try to provide file and line informations, not all messages are covered, but it's a (good) start Daniel
-
Daniel Veillard authored
* xinclude.c: reimplemented a large part of the XInclude processor, trying to minimize resources used, James Henstridge provided a huge test case which was exhibiting severe memory consumption problems. Daniel
-
Daniel Veillard authored
* python/Makefile.am: applied patch from Christophe Merlet to reestablish DESTDIR Daniel
-
- 04 Sep, 2002 2 commits
-
-
Daniel Veillard authored
* libxml.spec.in: fixes libary path for x86_64 AMD Daniel
-
John Fleck authored
Sep 3 21:14:19 MDT 2002 John Fleck <jfleck@inkstain.net> * doc/tutorial/includekeyword.c * doc/tutorial/xmltutorial.xml (plus resulting generated html files) fixing one spot I missed in the tutorial where I hadn't freed memory properly
-