re PR libfortran/31052 ([4.2 only] Bad IOSTAT values when readings NAMELISTs past...
authorJerry DeLisle <jvdelisle@gcc.gnu.org>
Fri, 23 Mar 2007 00:13:19 +0000 (00:13 +0000)
committerJerry DeLisle <jvdelisle@gcc.gnu.org>
Fri, 23 Mar 2007 00:13:19 +0000 (00:13 +0000)
commit9a7b6ea7276e446c352e2d7b758419082fd8f75e
treeebb6f19d686e7bc7043bbf86c7dabbafe6051e15
parent46ecc2bc5c8455615f9739847277cbc5fe746c25
re PR libfortran/31052 ([4.2 only] Bad IOSTAT values when readings NAMELISTs past EOF)

2007-03-22  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

PR libgfortran/31052
* file_pos.c: Update Copyright year.
* io/open.c (test_endfile): Restore test_endfile to fix SPEC regression.
Update Copyright year.
* io/io.h: Same.
* io/unix.c (is_special): Add missing type for this function.
Update Copyright year.
* io/transfer.c (next_record_r): Restore test_endfile.
(st_read): Fix whitespace.  Update Copyright year

From-SVN: r123139
libgfortran/ChangeLog
libgfortran/io/file_pos.c
libgfortran/io/io.h
libgfortran/io/open.c
libgfortran/io/transfer.c
libgfortran/io/unix.c