From: Dave Love Date: Thu, 9 Jul 1998 03:59:25 +0000 (+0000) Subject: Update version info. X-Git-Tag: prereleases/egcs-1.1-prerelease~352 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=57c417e5cb435abc56e71d40c919eb7bef58a459;p=thirdparty%2Fgcc.git Update version info. From-SVN: r21030 --- diff --git a/libf2c/libI77/Version.c b/libf2c/libI77/Version.c index 4bd5897ce6b0..e070d2064edf 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 feb8777835f9..8b728c228e76 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";