aboutsummaryrefslogtreecommitdiffstats
path: root/triodef.h
Commit message (Collapse)AuthorAgeFilesLines
* applied patch from Olli Savia for LynxOS DanielDaniel Veillard2006-05-311-0/+2
| | | | | * libxml.h triodef.h: applied patch from Olli Savia for LynxOS Daniel
* applied patch from Craig A. Berry to get libxml-2.5.7 to compile onDaniel Veillard2003-04-251-1/+1
| | | | | | * triodef.h vms/build_libxml.com: applied patch from Craig A. Berry to get libxml-2.5.7 to compile on OpenVMS Daniel
* Bjorn sent an update for the TRIO portability layer. DanielDaniel Veillard2003-04-031-19/+57
| | | | | | * 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-1/+13
| | | | | | | | | | | * 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-9/+59
| | | | | | | * 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-3/+39
|
* Applied following patches from Robert Collins and make sure IN_LIBXML isDaniel Veillard2002-01-081-0/+2
| | | | | | | | | | | | | | | | | * libxml.h: Applied following patches from Robert Collins and make sure IN_LIBXML is defined when compiling it ------- * include/libxml/xmlversion.h.in (LIBXML_DLL_IMPORT): Use on Cygwin as well as Visual C. * parser.c (XML_DIR_SEP): Don't use '\\' for Cygwin. * parserInternals.c (XML_DIR_SEP): Don't use '\\' for Cygwin. * strio.c (PLATFORM_UNIX): Define for Cygwin. * triodef.h (TRIO_PLATFORM_UNIX): Define for Cygwin. * xmlIO.c (xmlFileOpen): Use unix behaviour for Cygwin. Use binary mode opens for Cygwin (xmlFileOpenW xmlParserGetDirectory xmlSysIDExists xmlNoNetExists). * xmllint.c: Don't include winsock2.h for Cygwin. Daniel
* Re-worked NaN and Inf supportBjorn Reese2001-08-211-0/+82