summaryrefslogtreecommitdiff
path: root/trio.c
Commit message (Collapse)AuthorAgeFilesLines
* Bjorn sent an update for the TRIO portability layer. DanielDaniel Veillard2003-04-031-76/+171
| | | | | | * 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 a trio update patch from Bjorn Reese which should work with MinGWDaniel Veillard2002-09-251-812/+1779
| | | | | | | * 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
* Upgraded to trio baseline 1.6Bjorn Reese2002-01-191-566/+817
|
* applied 42 documentation patches from Charlie Bozeman. Regenerated theDaniel Veillard2001-12-311-4/+4
| | | | | | * *.c include/libxml/*.h doc/html/*: applied 42 documentation patches from Charlie Bozeman. Regenerated the HTML docs. Daniel
* Re-worked NaN and Inf supportBjorn Reese2001-08-211-106/+16
|
* MSVC fixBjorn Reese2001-06-221-2/+8
|
* Upgraded to trio baseline 1.4Bjorn Reese2001-06-051-525/+1230
|
* - strio.h trio.c: Dan McNichol suggested a couple of smallDaniel Veillard2001-04-301-1/+1
| | | | | fixes for AIX 4.3.3 using Visual Age 5.0.2 compiler Daniel
* trio upgrade and integrationBjorn Reese2001-04-211-519/+1721
|
* Fixed a make distched problem w.r.t. includes from the new files, DanielDaniel Veillard2001-03-271-1/+1
|
* Spring cleanup ...: - configure.in Makefile.am config.h.inDaniel Veillard2001-03-271-0/+3719
Spring cleanup ...: - configure.in Makefile.am config.h.in xmlversion.h.in: detect if we need string functions - trio.[ch] strio.[ch]: embedded the Trio-0.23 string functions to be able to use them where needed. Applied some changes to reduce name linking pollution and compile in only what's needed. - HTMLtree.c debugXML.c entities.c error.c nanoftp.c valid.c xlink.c xmlversion.h.in xpath.c: got rid of the #ifdef for the string manipulation functions - xmlmemory.[ch]: removed DEBUG_MEMORY_FREED and added it automatically to the free() function of xmlmemory.c - entities.c HTMLtree.c parserInternals.c tree.c uri.c valid.c xinclude.c xmlIO.c xpath.c xpointer.c: removed the MEM_CLEANUP usage. Daniel