diff options
author | jvdelisle <jvdelisle@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-12-05 00:51:26 +0000 |
---|---|---|
committer | jvdelisle <jvdelisle@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-12-05 00:51:26 +0000 |
commit | 659469f5896d10141c2ab949447fd8cd92bfb0b1 (patch) | |
tree | 183a941f2c393552c39658128aff3a7f90722949 /libgfortran/ChangeLog | |
parent | dcead90ecd299239015124a21bff7243a03fe9d3 (diff) | |
download | gcc-659469f5896d10141c2ab949447fd8cd92bfb0b1.tar.gz |
2006-12-04 Jerry DeLisle <jvdelisle@gcc.gnu.org>
PR libfortran/30005
* io/open.c: Add errno.h include.
(new_unit): Add new error messages with file name for file open.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@119530 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgfortran/ChangeLog')
-rw-r--r-- | libgfortran/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libgfortran/ChangeLog b/libgfortran/ChangeLog index ca823924d0b..8844e9ad336 100644 --- a/libgfortran/ChangeLog +++ b/libgfortran/ChangeLog @@ -1,3 +1,9 @@ +2006-12-04 Jerry DeLisle <jvdelisle@gcc.gnu.org> + + PR libfortran/30005 + * io/open.c: Add errno.h include. + (new_unit): Add new error messages with file name for file open. + 2006-12-01 Thomas Koenig <Thomas.Koenig@online.de> PR libfortran/29568 |