summaryrefslogtreecommitdiff
path: root/libgfortran/ChangeLog
diff options
context:
space:
mode:
authorfxcoudert <fxcoudert@138bc75d-0d04-0410-961f-82ee72b054a4>2005-06-18 20:09:28 +0000
committerfxcoudert <fxcoudert@138bc75d-0d04-0410-961f-82ee72b054a4>2005-06-18 20:09:28 +0000
commit5df4b62febf4a92175add2e154726fc4ae5850a8 (patch)
treeb98611657cf582d51ede3abf82e19a3c0e43efb4 /libgfortran/ChangeLog
parentc44b9c58374637dd7b300bc52255a81ac120217b (diff)
downloadgcc-5df4b62febf4a92175add2e154726fc4ae5850a8.tar.gz
* unix.c (stream_at_bof): Don't assume that all non-mmapped files
are non-seekable. (stream_at_eof): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@101164 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 2e7a7a264ce..dceddf6d509 100644
--- a/libgfortran/ChangeLog
+++ b/libgfortran/ChangeLog
@@ -1,3 +1,9 @@
+2005-06-18 Janne Blomqvist <jblomqvi@cc.hut.fi>
+
+ * unix.c (stream_at_bof): Don't assume that all non-mmapped files
+ are non-seekable.
+ (stream_at_eof): Likewise.
+
2005-06-18 Francois-Xavier Coudert <coudert@clipper.ens.fr>
PR libfortran/19155