aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--trionan.c2
-rwxr-xr-xvms/build_libxml.com11
3 files changed, 12 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 705b2d65..92738154 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Wed Oct 15 10:16:47 CEST 2003 Daniel Veillard <daniel@veillard.com>
+
+ * vms/build_libxml.com trionan.c: VMS patch from Craig A. Berry
+
Mon Oct 13 21:46:25 CEST 2003 Daniel Veillard <daniel@veillard.com>
* Makefile.am: small fix from Bjorn Reese
diff --git a/trionan.c b/trionan.c
index 1927ef36..6eb616a5 100644
--- a/trionan.c
+++ b/trionan.c
@@ -798,7 +798,7 @@ TRIO_ARGS2((prefix, number),
printf("%-6s: %s %-15s %g\n",
prefix,
trio_signbit(number) ? "-" : "+",
- getClassification(trio_fpclassify(number)),
+ getClassification(TRIO_FPCLASSIFY(number)),
number);
}
diff --git a/vms/build_libxml.com b/vms/build_libxml.com
index f09f726b..323c36fe 100755
--- a/vms/build_libxml.com
+++ b/vms/build_libxml.com
@@ -15,7 +15,9 @@ $!
$! Change History
$! --------------
$! Command file author : John A Fotheringham (jaf@jafsoft.com)
-$! Update history : 25 April 2003 Craig Berry (craigberry@mac.com)
+$! Update history : 13 October 2003 Craig Berry (craigberry@mac.com)
+$! more new module additions
+$! : 25 April 2003 Craig Berry (craigberry@mac.com)
$! added xmlreader.c and relaxng.c to source list
$! : 28 September 2002 Craig Berry (craigberry@mac.com)
$! updated to work with current sources
@@ -46,7 +48,8 @@ $ sources = sources + " xlink.c HTMLparser.c HTMLtree.c debugXML.c xpath.c "
$ sources = sources + " xpointer.c xinclude.c nanohttp.c nanoftp.c "
$ sources = sources + " DOCBparser.c catalog.c globals.c threads.c c14n.c "
$ sources = sources + " xmlregexp.c xmlschemas.c xmlschemastypes.c xmlunicode.c "
-$ sources = sources + " triostr.c trio.c xmlreader.c relaxng.c"
+$ sources = sources + " triostr.c trio.c xmlreader.c relaxng.c dict.c SAX2.c"
+$ sources = sources + " legacy.c xmldwalk.c chvalid.c"
$!
$!- list of main modules to compile and link. Compare this list to the
$! definition of bin_PROGRAMS in MAKEFILE.IN
@@ -56,8 +59,8 @@ $!
$!- list of test modules to compile and link. Compare this list to the
$! definition of noinst_PROGRAMS in MAKEFILE.
$!
-$ noinst_PROGRAMS = "testSchemas testSAX testHTML testXPath testURI testDocbook " -
- + "testThreads testC14N testAutomata testRegexp"
+$ noinst_PROGRAMS = "testSchemas testRelax testSAX testHTML testXPath testURI " -
+ + "testThreads testC14N testAutomata testRegexp testReader"
$!
$!- set up build logicals -----------------------------------------------------\
$!