aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/ChangeLog
diff options
context:
space:
mode:
authorBud Davis <bdavis9659@comcast.net>2004-12-02 04:29:00 +0000
committerBud Davis <bdavis9659@comcast.net>2004-12-02 04:29:00 +0000
commit7fae805a28d4042b27b3c9252d173438ba91e4ca (patch)
tree745d1aebc5887dc0f235b340b7d4bbafb28bbc61 /libgfortran/ChangeLog
parent3b5c49c770792ea56ca6884adbcb8776c1e6e086 (diff)
2004-12-02 Bud Davis <bdavis9659@comcast.net>
PR libfortran/18284 * io/unix.c (fd_alloc_w_at): Update file_length when extending. * io/backspace.c (formatted_backspace): Reset endfile after backspace. PR fortran/18284 * gfortran.dg/backspace.f90 git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@91612 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgfortran/ChangeLog')
-rw-r--r--libgfortran/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/libgfortran/ChangeLog b/libgfortran/ChangeLog
index e90c0faa47e..a0b3ec12cf4 100644
--- a/libgfortran/ChangeLog
+++ b/libgfortran/ChangeLog
@@ -1,5 +1,11 @@
2004-12-02 Bud Davis <bdavis9659@comcast.net>
+ PR libfortran/18284
+ * io/unix.c (fd_alloc_w_at): Update file_length when extending.
+ * io/backspace.c (formatted_backspace): Reset endfile after backspace.
+
+2004-12-02 Bud Davis <bdavis9659@comcast.net>
+
* io/inquire.c (inquire_via_unit): do not allow a direct access
file to be opened for sequential I/O.