diff options
author | obrien <obrien@FreeBSD.org> | 1999-11-01 07:32:56 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1999-11-01 07:32:56 +0000 |
commit | ea2ef55af9997c81fb7111bcfc65c83495afa46e (patch) | |
tree | 49c53176652d263c8583d258e8d93cd96af9511a /contrib/libf2c | |
parent | 874263d914b640b56b9a64d544a2c66fffc33ca9 (diff) | |
download | FreeBSD-src-ea2ef55af9997c81fb7111bcfc65c83495afa46e.zip FreeBSD-src-ea2ef55af9997c81fb7111bcfc65c83495afa46e.tar.gz |
Virgin import of GCC 2.95.2's libf2c
Diffstat (limited to 'contrib/libf2c')
-rw-r--r-- | contrib/libf2c/ChangeLog | 4 | ||||
-rw-r--r-- | contrib/libf2c/libF77/Version.c | 2 | ||||
-rw-r--r-- | contrib/libf2c/libI77/Version.c | 2 | ||||
-rw-r--r-- | contrib/libf2c/libU77/Version.c | 2 |
4 files changed, 7 insertions, 3 deletions
diff --git a/contrib/libf2c/ChangeLog b/contrib/libf2c/ChangeLog index 2fb044d..4e9eccc 100644 --- a/contrib/libf2c/ChangeLog +++ b/contrib/libf2c/ChangeLog @@ -1,3 +1,7 @@ +Sun Oct 24 23:54:10 PDT 1999 Jeff Law (law@cygnus.com) + + * gcc-2.95.2 Released. + Mon Aug 16 01:29:24 PDT 1999 Jeff Law (law@cygnus.com) * gcc-2.95.1 Released. diff --git a/contrib/libf2c/libF77/Version.c b/contrib/libf2c/libF77/Version.c index a7c9346..5763727 100644 --- a/contrib/libf2c/libF77/Version.c +++ b/contrib/libf2c/libF77/Version.c @@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 19990503\n"; /* */ -char __G77_LIBF77_VERSION__[] = "0.5.25 19990816 (release)"; +char __G77_LIBF77_VERSION__[] = "0.5.25 19991024 (release)"; /* 2.00 11 June 1980. File version.c added to library. diff --git a/contrib/libf2c/libI77/Version.c b/contrib/libf2c/libI77/Version.c index a056dff..ca5870c 100644 --- a/contrib/libf2c/libI77/Version.c +++ b/contrib/libf2c/libI77/Version.c @@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 19990503\n"; /* */ -char __G77_LIBI77_VERSION__[] = "0.5.25 19990816 (release)"; +char __G77_LIBI77_VERSION__[] = "0.5.25 19991024 (release)"; /* 2.01 $ format added diff --git a/contrib/libf2c/libU77/Version.c b/contrib/libf2c/libU77/Version.c index de0964d..0d72381 100644 --- a/contrib/libf2c/libU77/Version.c +++ b/contrib/libf2c/libU77/Version.c @@ -1,6 +1,6 @@ static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n"; -char __G77_LIBU77_VERSION__[] = "0.5.25 19990816 (release)"; +char __G77_LIBU77_VERSION__[] = "0.5.25 19991024 (release)"; #include <stdio.h> |