diff options
author | jvdelisle <jvdelisle@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-03-23 00:13:19 +0000 |
---|---|---|
committer | jvdelisle <jvdelisle@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-03-23 00:13:19 +0000 |
commit | 0947818440f6358a5f23f41ba7bd9849ca05ab30 (patch) | |
tree | ebb6f19d686e7bc7043bbf86c7dabbafe6051e15 /libgfortran/ChangeLog | |
parent | 7c660b5b54deced6ef16faacec97acccc14f27f9 (diff) | |
download | gcc-0947818440f6358a5f23f41ba7bd9849ca05ab30.tar.gz |
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
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@123139 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgfortran/ChangeLog')
-rw-r--r-- | libgfortran/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/libgfortran/ChangeLog b/libgfortran/ChangeLog index 2bf034e066d..1281bbb12ca 100644 --- a/libgfortran/ChangeLog +++ b/libgfortran/ChangeLog @@ -1,3 +1,15 @@ +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 + 2007-03-20 Francois-Xavier Coudert <coudert@clipper.ens.fr> * configure.ac: Add missing check for gettimeofday. |