diff options
author | obrien <obrien@FreeBSD.org> | 2000-06-04 08:30:31 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2000-06-04 08:30:31 +0000 |
commit | dbfeddd336557220b675ba403dcd056ac793c80f (patch) | |
tree | 6c8efa98b1dbe4422b55079f3eacc9fd3d9ebe86 /contrib/libf2c/libF77/Version.c | |
parent | b98ca06a57c4e10b0fef3580c32b03a8cefa4191 (diff) | |
download | FreeBSD-src-dbfeddd336557220b675ba403dcd056ac793c80f.zip FreeBSD-src-dbfeddd336557220b675ba403dcd056ac793c80f.tar.gz |
Import of a GCC 2.96 SNAPSHOT taken from the trunk of the GCC anoncvs
server on 3-June-2000.
Diffstat (limited to 'contrib/libf2c/libF77/Version.c')
-rw-r--r-- | contrib/libf2c/libF77/Version.c | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/contrib/libf2c/libF77/Version.c b/contrib/libf2c/libF77/Version.c index 5763727..8705161 100644 --- a/contrib/libf2c/libF77/Version.c +++ b/contrib/libf2c/libF77/Version.c @@ -1,9 +1,9 @@ -static char junk[] = "\n@(#)LIBF77 VERSION 19990503\n"; +static char junk[] = "\n@(#)LIBF77 VERSION 19991115\n"; /* */ -char __G77_LIBF77_VERSION__[] = "0.5.25 19991024 (release)"; +char __G77_LIBF77_VERSION__[] = "0.5.25 20000603 (prerelease)"; /* 2.00 11 June 1980. File version.c added to library. @@ -61,6 +61,14 @@ char __G77_LIBF77_VERSION__[] = "0.5.25 19991024 (release)"; overlapping arguments caused by equivalence. 3 May 1999: "invisible" tweaks to omit compiler warnings in abort_.c, ef1asc_.c, s_rnge.c, s_stop.c. + 7 Sept. 1999: [cz]_div.c: arrange for compilation under + -DIEEE_COMPLEX_DIVIDE to make these routines + avoid calling sig_die when the denominator + vanishes; instead, they return pairs of NaNs + or Infinities, depending whether the numerator + 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). */ #include <stdio.h> |