summaryrefslogtreecommitdiff
path: root/vms
Commit message (Collapse)AuthorAgeFilesLines
* Remove remaining definitions of STDC_HEADERSNick Wellnhofer2022-04-201-3/+0
| | | | Sync with Autotools build.
* Move regexp tests to runtestNick Wellnhofer2022-04-041-1/+1
|
* Remove major parts of old test suiteNick Wellnhofer2022-04-041-2/+1
| | | | | | | | | | | | | | | | | | | Remove all the parts of the old test suite which are covered by runtest.c for quite some time. The following test programs are removed: - testC14N - testHTML - testReader - testRelax - testSAX - testSchemas - testURI - testXPath This also removes a few results of unimportant tests only run by the old test suite.
* Remove ICONV_CONST testNick Wellnhofer2022-03-041-2/+0
| | | | We can simply cast the offending pointer to (void *).
* Don't check for standard C89 library functionsNick Wellnhofer2022-03-021-15/+0
| | | | | | | | | | | | | | | | | | | Don't check for - fprintf - localtime - printf - rand - sprintf - srand - sscanf - strftime - time - vfprintf - vsprintf If the C99 functions snprintf and vsnprintf are missing, Trio is enabled.
* Don't check for standard C89 headersNick Wellnhofer2022-03-021-30/+0
| | | | | | | | | | | | | | | | | | | | Don't check for - ctype.h - errno.h - float.h - limits.h - math.h - signal.h - stdarg.h - stdlib.h - string.h - time.h Stop including non-standard headers - malloc.h - strings.h
* configure: remove unused checks for functionsBen Boeckel2022-01-161-4/+0
| | | | | | | Nothing uses the results from these checks, so remove the checks. There are some "uses" in order to suppress macro shadowing in MSVC's implementation of `isinf` and `isnan` as macros, but those are hard-coded and do not require checks to manage.
* configure: remove unused checks for librariesBen Boeckel2022-01-161-1/+0
| | | | | These libraries are queried for, but no code cares about the results, so remove the checks.
* configure: remove unused checks for headersBen Boeckel2022-01-161-12/+0
| | | | | These headers are checked for at configure time, but the code never cares about the results of these checks, so skip them.
* Remove unused AC_CHECKsNick Wellnhofer2017-11-271-42/+0
|
* Fix libz and liblzma detectionNick Wellnhofer2017-11-271-3/+0
| | | | | | | | | If libz or liblzma are detected with pkg-config, AC_CHECK_HEADERS must not be run because the correct CPPFLAGS aren't set. It is actually not required have separate checks for LIBXML_ZLIB_ENABLED and HAVE_ZLIB_H. Only check for LIBXML_ZLIB_ENABLED and remove HAVE_ZLIB_H macro. Fixes bug 764657, bug 787041.
* Build test programs only when neededNick Wellnhofer2017-06-171-3/+3
| | | | | | Add test programs to 'check_PROGRAMS' instead of 'noinst_PROGRAMS'. Fixes bug 760457.
* Various portability patches for OpenVMSJacob (Jouk) Jansen2013-12-172-5/+19
| | | | Available from http://nchrem.tnw.tudelft.nl/openvms/software2.html
* update from Tycho Hilhorst, should fix #523378 DanielDaniel Veillard2008-03-191-20/+25
| | | | | | | * vms/build_libxml.com: update from Tycho Hilhorst, should fix #523378 Daniel svn path=/trunk/; revision=3710
* cleanup from Albert Chin html/index.sgml doesn't exist anymore DanielDaniel Veillard2005-10-281-9/+0
| | | | | | | * config.h.in configure.in vms/config.vms macos/src/config-mac.h: cleanup from Albert Chin * doc/Makefile.am: html/index.sgml doesn't exist anymore Daniel
* added --timing --copy timing for the copy applied patch from Craig BerryDaniel Veillard2004-09-201-7/+7
| | | | | | | * xmllint.c: added --timing --copy timing for the copy * vms/build_libxml.com: applied patch from Craig Berry to build with recent releases Daniel
* VMS patch from Craig A. Berry DanielDaniel Veillard2003-10-151-4/+7
| | | | | * vms/build_libxml.com trionan.c: VMS patch from Craig A. Berry Daniel
* applied patch from Craig A. Berry to get libxml-2.5.7 to compile onDaniel Veillard2003-04-251-2/+4
| | | | | | * triodef.h vms/build_libxml.com: applied patch from Craig A. Berry to get libxml-2.5.7 to compile on OpenVMS Daniel
* applied Craig A. Berry patches for VMS DanielDaniel Veillard2002-12-221-2/+20
| | | | | * testC14N.c vms/config.vms: applied Craig A. Berry patches for VMS Daniel
* Applied the VMS update patch from Craig A. Berry update DanielDaniel Veillard2002-10-223-262/+266
| | | | | | | | | | | * 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
* updated instructions and diffs from John A Fotheringham DanielDaniel Veillard2001-11-133-25/+460
| | | | | * vms/*: updated instructions and diffs from John A Fotheringham Daniel
* a few VMS updates from John A Fotheringham addedDaniel Veillard2001-10-291-60/+204
| | | | | | | | | * vms/readme.vms vms/build_libxml.com nanoftp.c include/libxml/xmlversion.h.in: a few VMS updates from John A Fotheringham * include/libxml/xmlIO.h xmlIO.c: added xmlCleanupInputCallbacks() and xmlCleanupOutputCallbacks() for the Perl binding people. Daniel
* Big OpenVMS patch: - nanohttp.c parser.[ch] tree.[ch] xmlIO.[ch] xmllint.cDaniel Veillard2000-11-252-0/+208
Big OpenVMS patch: - nanohttp.c parser.[ch] tree.[ch] xmlIO.[ch] xmllint.c xpath.c parserInternals.h vms/build_libxml.com vms/config.vms Makefile.am: integrated a set of OpenVMS changes from Howard Taylor <Howard.Taylor@pacoast.com> Daniel