summaryrefslogtreecommitdiffstats
path: root/contrib/libf2c/libI77/Version.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/libf2c/libI77/Version.c')
-rw-r--r--contrib/libf2c/libI77/Version.c13
1 files changed, 11 insertions, 2 deletions
diff --git a/contrib/libf2c/libI77/Version.c b/contrib/libf2c/libI77/Version.c
index 64b31bc..0ff447f 100644
--- a/contrib/libf2c/libI77/Version.c
+++ b/contrib/libf2c/libI77/Version.c
@@ -1,9 +1,9 @@
-static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 19991115\n";
+static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
/*
*/
-char __G77_LIBI77_VERSION__[] = "0.5.26 20000711 (prerelease)";
+char __G77_LIBI77_VERSION__[] = "0.5.26 20011023 (release)";
/*
2.01 $ format added
@@ -314,6 +314,15 @@ wrtfmt.c:
/* Compiling libf2c with -DALWAYS_FLUSH should prevent losing */
/* any data in buffers should the program fault. It also */
/* makes the program run more slowly. */
+/* 20 April 2000: rsne.c, xwsne.c: tweaks that only matter if ftnint and */
+/* ftnlen are of different fundamental types (different numbers */
+/* of bits). Since these files will not compile when this */
+/* change matters, the above VERSION string remains unchanged. */
+/* 4 July 2000: adjustments to permit compilation by C++ compilers; */
+/* VERSION string remains unchanged. NOT APPLIED FOR G77 */
+/* 5 Dec. 2000: lread.c: under namelist input, when reading a logical array, */
+/* treat Tstuff= and Fstuff= as new assignments rather than as */
+/* logical constants. */
OpenPOWER on IntegriCloud