aboutsummaryrefslogtreecommitdiffstats
path: root/trionan.c
Commit message (Collapse)AuthorAgeFilesLines
* Big space and tab cleanupDaniel Veillard2012-09-111-37/+37
| | | | Remove all space before tabs and space and tabs at end of lines.
* Borland C fix from Moritz Both regenerate, workaround a problem for bufferDaniel Veillard2008-09-011-0/+4
| | | | | | | | | | | | | | | | | | | * trionan.c: Borland C fix from Moritz Both * testapi.c: regenerate, workaround a problem for buffer testing * xmlIO.c HTMLtree.c: new internal entry point to hide even better xmlAllocOutputBufferInternal * tree.c: harden the code around buffer allocation schemes * parser.c: restore the warning when namespace names are not absolute URIs * runxmlconf.c: continue regression tests if we get the expected number of errors * Makefile.am: run the python tests on make check * xmlsave.c: handle the HTML documents and trees * python/libxml.c: convert python serialization to the xmlSave APIs and avoid some horrible hacks Daniel svn path=/trunk/; revision=3790
* VMS patch from Craig A. Berry DanielDaniel Veillard2003-10-151-1/+1
| | | | | * vms/build_libxml.com trionan.c: VMS patch from Craig A. Berry Daniel
* took away the requirement for automake-1.4, changed the messages forWilliam M. Brack2003-08-131-2/+6
| | | | | | | | | | | | * autogen.sh: took away the requirement for automake-1.4, changed the messages for getting auto* tools to current gnu pages. * configure.in, configure: added check for Linux Dec alpha requiring -ieee flag, fixed test for ipv6 * trionan.c: fixed problem for compiling on Linux Dec alpha using native compiler * doc/Makefile.am: implemented regeneration of win32/libxml2.def.src whenever libxml2-api.xml is changed.
* further small changes to elminate most of the remaining warnings.William M. Brack2003-08-061-1/+6
| | | | | | * error.c trionan.[ch] testThreads.c python/generator.py: further small changes to elminate most of the remaining warnings.
* Bjorn sent an update for the TRIO portability layer. DanielDaniel Veillard2003-04-031-102/+90
| | | | | | * trio.c trio.h triodef.h trionan.c trionan.h triop.h triostr.c triostr.h: Bjorn sent an update for the TRIO portability layer. Daniel
* Applied the VMS update patch from Craig A. Berry update DanielDaniel Veillard2002-10-221-2/+2
| | | | | | | | | | | * vms/build_libxml.com vms/config.vms vms/readme.vms include/libxml/parser.h include/libxml/parserInternals.h include/libxml/tree.h include/libxml/xmlIO.h HTMLparser.c catalog.c debugXML.c parser.c parserInternals.c tree.c triodef.h trionan.c uri.c xmlIO.c xpath.c: Applied the VMS update patch from Craig A. Berry * doc/*.html: update Daniel
* applied a trio update patch from Bjorn Reese which should work with MinGWDaniel Veillard2002-09-251-65/+120
| | | | | | | * 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
* Fixed crash on OSF/1Bjorn Reese2002-04-191-1/+1
|
* more patches from Richard Jinks Updated tests though they show aDaniel Veillard2002-03-271-27/+273
| | | | | | | | | | | * 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
* Added Igor Zlatkovic as official maintainer Albert Chin pointed thatDaniel Veillard2002-03-271-0/+41
| | | | | | | * AUTHORS HACKING: Added Igor Zlatkovic as official maintainer * python/Makefile.am python/tests/Makefile.am: Albert Chin pointed that $(datadir) should be used for docs Daniel
* Upgraded to trio baseline 1.6Bjorn Reese2002-01-191-38/+68
|
* applied 42 documentation patches from Charlie Bozeman. Regenerated theDaniel Veillard2001-12-311-1/+1
| | | | | | * *.c include/libxml/*.h doc/html/*: applied 42 documentation patches from Charlie Bozeman. Regenerated the HTML docs. Daniel
* const and volatile fixBjorn Reese2001-08-311-13/+16
|
* more work on the XML catalog support. small cleanup seems using list as aDaniel Veillard2001-08-211-5/+5
| | | | | | | | | | | | * 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
* Re-worked NaN and Inf supportBjorn Reese2001-08-211-0/+538