summaryrefslogtreecommitdiffstats
path: root/libf2c/libI77/Version.c
diff options
context:
space:
mode:
Diffstat (limited to 'libf2c/libI77/Version.c')
-rw-r--r--libf2c/libI77/Version.c11
1 files changed, 10 insertions, 1 deletions
diff --git a/libf2c/libI77/Version.c b/libf2c/libI77/Version.c
index 67d88453b37..fe3c959bc25 100644
--- a/libf2c/libI77/Version.c
+++ b/libf2c/libI77/Version.c
@@ -1,4 +1,4 @@
-static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 19990627\n";
+static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 19991115\n";
/*
*/
@@ -305,6 +305,15 @@ wrtfmt.c:
/* 27 June 1999: rsne.c: fix bug in namelist input: a misplaced increment */
/* could cause wrong array elements to be assigned; e.g., */
/* "&input k(5)=10*1 &end" assigned k(5) and k(15..23) */
+/* 15 Nov. 1999: endfile.c: set state to writing (b->uwrt = 1) when an */
+/* endfile statement requires copying the file. */
+/* (Otherwise an immediately following rewind statement */
+/* could make the file appear empty.) Also, supply a */
+/* missing (long) cast in the sprintf call. */
+/* sfe.c: add #ifdef ALWAYS_FLUSH logic, for formatted I/O: */
+/* Compiling libf2c with -DALWAYS_FLUSH should prevent losing */
+/* any data in buffers should the program fault. It also */
+/* makes the program run more slowly. */
OpenPOWER on IntegriCloud