aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2003-04-25 23:12:22 +0000
committerDaniel Veillard <veillard@src.gnome.org>2003-04-25 23:12:22 +0000
commit1c960272c29dfe3ce32e85413f63ea6c974b7e33 (patch)
tree5ce30c3f4a77cbc8ab713b165304c32285657cae
parentc557346417e8107627af529d59bbb47df07a033a (diff)
downloadandroid_external_libxml2-1c960272c29dfe3ce32e85413f63ea6c974b7e33.tar.gz
android_external_libxml2-1c960272c29dfe3ce32e85413f63ea6c974b7e33.tar.bz2
android_external_libxml2-1c960272c29dfe3ce32e85413f63ea6c974b7e33.zip
applied patch from Craig A. Berry to get libxml-2.5.7 to compile on
* triodef.h vms/build_libxml.com: applied patch from Craig A. Berry to get libxml-2.5.7 to compile on OpenVMS Daniel
-rw-r--r--ChangeLog5
-rw-r--r--triodef.h2
-rwxr-xr-xvms/build_libxml.com6
3 files changed, 10 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 628d64cc..ad68dec0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Sat Apr 26 01:10:48 CEST 2003 Daniel Veillard <daniel@veillard.com>
+
+ * triodef.h vms/build_libxml.com: applied patch from Craig A. Berry
+ to get libxml-2.5.7 to compile on OpenVMS
+
Fri Apr 25 18:42:35 CEST 2003 Daniel Veillard <daniel@veillard.com>
* parser.c: fixing an xmlParseDTD bug raised by Petr Pajas
diff --git a/triodef.h b/triodef.h
index f4a7a02b..0fd32fb7 100644
--- a/triodef.h
+++ b/triodef.h
@@ -194,7 +194,7 @@ typedef void * trio_pointer_t;
*/
# pragma message disable (UNDERFLOW, FLOATOVERFL)
-# if (__CRTL_VER > 80000000)
+# if (__CRTL_VER < 80000000)
/*
* Although the compiler supports C99 language constructs, the C
* run-time library does not contain all C99 functions.
diff --git a/vms/build_libxml.com b/vms/build_libxml.com
index 21e554d3..f09f726b 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)
-$! Last update : 28 September 2002 Craig Berry (craigberry@mac.com)
+$! Update history : 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
$! miscellaneous enhancements to build process
$!
@@ -44,7 +46,7 @@ $ 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"
+$ sources = sources + " triostr.c trio.c xmlreader.c relaxng.c"
$!
$!- list of main modules to compile and link. Compare this list to the
$! definition of bin_PROGRAMS in MAKEFILE.IN