aboutsummaryrefslogtreecommitdiff
path: root/contrib/libf2c/libF77/Version.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/libf2c/libF77/Version.c')
-rw-r--r--contrib/libf2c/libF77/Version.c15
1 files changed, 13 insertions, 2 deletions
diff --git a/contrib/libf2c/libF77/Version.c b/contrib/libf2c/libF77/Version.c
index a1cb51fe4144..ad367f4d95db 100644
--- a/contrib/libf2c/libF77/Version.c
+++ b/contrib/libf2c/libF77/Version.c
@@ -1,9 +1,9 @@
-static char junk[] = "\n@(#)LIBF77 VERSION 19991115\n";
+static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
/*
*/
-char __G77_LIBF77_VERSION__[] = "0.5.26 20000711 (prerelease)";
+char __G77_LIBF77_VERSION__[] = "0.5.26 20011023 (release)";
/*
2.00 11 June 1980. File version.c added to library.
@@ -69,6 +69,17 @@ char __G77_LIBF77_VERSION__[] = "0.5.26 20000711 (prerelease)";
also vanishes or not. VERSION not changed.
15 Nov. 1999: s_rnge.c: add casts for the case of
sizeof(ftnint) == sizeof(int) < sizeof(long).
+ 10 March 2000: z_log.c: improve accuracy of Real(log(z)) for, e.g.,
+ z near (+-1,eps) with |eps| small. For the old
+ evaluation, compile with -DPre20000310 .
+ 20 April 2000: s_cat.c: tweak argument types to accord with
+ calls by f2c when ftnint and ftnlen are of
+ different sizes (different numbers of bits).
+ 4 July 2000: adjustments to permit compilation by C++ compilers;
+ VERSION string remains unchanged. NOT APPLIED FOR G77.
+ 29 Sept. 2000: dtime_.c, etime_.c: use floating-point divide.
+ dtime_.d, erf_.c, erfc_.c, etime.c: for use with
+ "f2c -R", compile with -DREAL=float.
*/
#include <stdio.h>