aboutsummaryrefslogtreecommitdiff
path: root/libf2c
diff options
context:
space:
mode:
authorDave Love <fx@gcc.gnu.org>1998-07-09 03:59:25 +0000
committerDave Love <fx@gcc.gnu.org>1998-07-09 03:59:25 +0000
commit57c417e5cb435abc56e71d40c919eb7bef58a459 (patch)
tree71dbb671729ead29dbce20f56397480b2179ae45 /libf2c
parentbf1ba58c3401f4ac7b75bcaa5270c94c8efeabf6 (diff)
Update version info.
From-SVN: r21030
Diffstat (limited to 'libf2c')
-rw-r--r--libf2c/libI77/Version.c10
-rw-r--r--libf2c/libU77/Version.c2
2 files changed, 10 insertions, 2 deletions
diff --git a/libf2c/libI77/Version.c b/libf2c/libI77/Version.c
index 4bd5897ce6b..e070d2064ed 100644
--- a/libf2c/libI77/Version.c
+++ b/libf2c/libI77/Version.c
@@ -1,4 +1,4 @@
-static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 19980405\n";
+static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 19980617\n";
/*
*/
@@ -285,6 +285,14 @@ wrtfmt.c:
where trial fopen calls are used. */
/* 5 April 1998: wsfe.c: make $ format item work: this was lost in the
changes of 17 March 1998. */
+/* 28 May 1998: backspace.c dfe.c due.c iio.c lread.c rsfe.c sue.c wsfe.c:
+ set f__curunit sooner so various error messages will
+ correctly identify the I/O unit involved. */
+/* 17 June 1998: lread.c: unless compiled with
+ ALLOW_FLOAT_IN_INTEGER_LIST_INPUT #defined, treat
+ floating-point numbers (containing either a decimal point
+ or an exponent field) as errors when they appear as list
+ input for integer data. */
diff --git a/libf2c/libU77/Version.c b/libf2c/libU77/Version.c
index feb8777835f..8b728c228e7 100644
--- a/libf2c/libU77/Version.c
+++ b/libf2c/libU77/Version.c
@@ -1,4 +1,4 @@
-static char junk[] = "\n@(#) LIBU77 VERSION 19970919\n";
+static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
char __G77_LIBU77_VERSION__[] = "0.5.23";