summaryrefslogtreecommitdiff
path: root/libgfortran
diff options
context:
space:
mode:
authortkoenig <tkoenig@138bc75d-0d04-0410-961f-82ee72b054a4>2005-07-12 20:39:11 +0000
committertkoenig <tkoenig@138bc75d-0d04-0410-961f-82ee72b054a4>2005-07-12 20:39:11 +0000
commitaa7416bed7a17e5f4c23c4883739c1750a25c095 (patch)
tree4e464dbf805d1b758a75129f2214c43b443b2124 /libgfortran
parentfbd74ce075e0c0453498cee02166204ea423bb62 (diff)
downloadgcc-aa7416bed7a17e5f4c23c4883739c1750a25c095.tar.gz
2005-07-12 Thomas Koenig <Thomas.Koenig@online.de>
PR libfortran/21593 gfortran.dg/dev_null.f90: Remove outdated comment about PR libfortran/21593. libgfortran/ChangeLog: Add PR to entry. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@101940 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgfortran')
-rw-r--r--libgfortran/ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/libgfortran/ChangeLog b/libgfortran/ChangeLog
index e96c422bc3b..093043d7108 100644
--- a/libgfortran/ChangeLog
+++ b/libgfortran/ChangeLog
@@ -1,5 +1,6 @@
2005-07-12 Thomas Koenig <Thomas.Koenig@online.de>
+ PR libfortran/21593
io/unix.c: Add member special_file to type unix_stream.
(fd_truncate): Don't call ftruncate or chsize if
s refers to a special file.