diff options
Diffstat (limited to 'libf2c/libF77/Version.c')
-rw-r--r-- | libf2c/libF77/Version.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/libf2c/libF77/Version.c b/libf2c/libF77/Version.c index 3e46ce8..a31379f 100644 --- a/libf2c/libF77/Version.c +++ b/libf2c/libF77/Version.c @@ -1,4 +1,4 @@ -static char junk[] = "\n@(#)LIBF77 VERSION 19970919\n"; +static char junk[] = "\n@(#)LIBF77 VERSION 19990502\n"; /* */ @@ -55,6 +55,10 @@ char __G77_LIBF77_VERSION__[] = "0.5.24"; affect systems using gratuitous extra precision). 19 Sept. 1997: [de]time_.c (Unix systems only): change return type to double. + 2 May 1999: getenv_.c: omit environ in favor of getenv(). + c_cos.c, c_exp.c, c_sin.c, d_cnjg.c, r_cnjg.c, + z_cos.c, z_exp.c, z_log.c, z_sin.c: cope fully with + overlapping arguments caused by equivalence. */ #include <stdio.h> |