From 57c417e5cb435abc56e71d40c919eb7bef58a459 Mon Sep 17 00:00:00 2001 From: Dave Love Date: Thu, 9 Jul 1998 03:59:25 +0000 Subject: [PATCH] Update version info. From-SVN: r21030 --- libf2c/libI77/Version.c | 10 +++++++++- libf2c/libU77/Version.c | 2 +- 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";