summaryrefslogtreecommitdiff
path: root/strio.h
Commit message (Collapse)AuthorAgeFilesLines
* Upgraded to trio baseline 1.4Bjorn Reese2001-06-051-9/+17
|
* - 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-5/+8
|
* Spring cleanup ...: - configure.in Makefile.am config.h.inDaniel Veillard2001-03-271-0/+216
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