summaryrefslogtreecommitdiffstats
path: root/lib/libF77/Version.c
diff options
context:
space:
mode:
authorjmz <jmz@FreeBSD.org>1997-04-13 01:16:58 +0000
committerjmz <jmz@FreeBSD.org>1997-04-13 01:16:58 +0000
commit438bdd8a9c9d390f13a4b05980c19b18e974d16c (patch)
treee809113557ae09d5ce13e9239ae81534708bd955 /lib/libF77/Version.c
parent5d93c9d5fb208d10eacf608b44ee02d3cd5b4a16 (diff)
downloadFreeBSD-src-438bdd8a9c9d390f13a4b05980c19b18e974d16c.zip
FreeBSD-src-438bdd8a9c9d390f13a4b05980c19b18e974d16c.tar.gz
Upgrade to the 1997/02/26 version.
Diffstat (limited to 'lib/libF77/Version.c')
-rw-r--r--lib/libF77/Version.c10
1 files changed, 9 insertions, 1 deletions
diff --git a/lib/libF77/Version.c b/lib/libF77/Version.c
index df2434a..eb4fa2d 100644
--- a/lib/libF77/Version.c
+++ b/lib/libF77/Version.c
@@ -1,4 +1,4 @@
-static char junk[] = "\n@(#)LIBF77 VERSION 2.01 6 Sept. 1995\n";
+static char junk[] = "\n@(#)LIBF77 VERSION 19970226\n";
/*
2.00 11 June 1980. File version.c added to library.
@@ -38,4 +38,12 @@ static char junk[] = "\n@(#)LIBF77 VERSION 2.01 6 Sept. 1995\n";
30 May 1995: added subroutine exit(rc) integer rc. Version not changed.
29 Aug. 1995: add F77_aloc.c; use it in s_cat.c and system_.c.
6 Sept. 1995: fix return type of system_ under -DKR_headers.
+ 19 Dec. 1995: s_cat.c: fix bug when 2nd or later arg overlaps lhs.
+ 19 Mar. 1996: s_cat.c: supply missing break after overlap detection.
+ 13 May 1996: add [lq]bitbits.c and [lq]bitshft.c (f90 bit intrinsics).
+ 19 June 1996: add casts to unsigned in [lq]bitshft.c.
+ 26 Feb. 1997: adjust functions with a complex output argument
+ to permit aliasing it with input arguments.
+ (For now, at least, this is just for possible
+ benefit of g77.)
*/
OpenPOWER on IntegriCloud