summaryrefslogtreecommitdiff
path: root/trionan.h
Commit message (Collapse)AuthorAgeFilesLines
* further small changes to elminate most of the remaining warnings.William M. Brack2003-08-061-2/+5
| | | | | | * error.c trionan.[ch] testThreads.c python/generator.py: further small changes to elminate most of the remaining warnings.
* applied a trio update patch from Bjorn Reese which should work with MinGWDaniel Veillard2002-09-251-9/+14
| | | | | | | * 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
* more patches from Richard Jinks Updated tests though they show aDaniel Veillard2002-03-271-0/+20
| | | | | | | | | | | * trionan.c trionan.h xpath.c: more patches from Richard Jinks * test/XPath/expr/compare test/XPath/expr/equality test/XPath/expr/floats test/XPath/expr/functions test/XPath/expr/strings result/XPath/expr/compare result/XPath/expr/equality result/XPath/expr/floats result/XPath/expr/functions result/XPath/expr/strings: Updated tests though they show a divergence on Linux Daniel
* Upgraded to trio baseline 1.6Bjorn Reese2002-01-191-18/+10
|
* more work on the XML catalog support. small cleanup seems using list as aDaniel Veillard2001-08-211-0/+64
* Makefile.am catalog.c xmlcatalog.c include/libxml/catalog.h: more work on the XML catalog support. * parser.c include/libxml/parser.h: small cleanup seems using list as a public parameter name can give portability troubles * trionan.c trionan.h xpath.c include/libxml/trionan.h include/libxml/xpath.h include/libxml/Makefile.am: removed trionan from the libxml API, added xmlXPathIsInf and xmlXPathIsNaN wrappers Daniel