Update version info.

From-SVN: r21030
This commit is contained in:
Dave Love 1998-07-09 03:59:25 +00:00
parent bf1ba58c34
commit 57c417e5cb
2 changed files with 10 additions and 2 deletions

View File

@ -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. */

View File

@ -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";