aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJanne Blomqvist <jb@gcc.gnu.org>2006-03-14 22:49:52 +0200
committerJanne Blomqvist <jb@gcc.gnu.org>2006-03-14 22:49:52 +0200
commita277877c3122725837b36ea63a5d8d0669c01743 (patch)
treeb40996705e7b6dae6676a68f58ee1bad31c8604c
parent5b94780fcbd92a2e4c31449d8ab1817ce8d53468 (diff)
downloadgcc-a277877c3122725837b36ea63a5d8d0669c01743.zip
gcc-a277877c3122725837b36ea63a5d8d0669c01743.tar.gz
gcc-a277877c3122725837b36ea63a5d8d0669c01743.tar.bz2
Re-add ChangeLog entry that somehow managed to get itself missing in action.
From-SVN: r112068
-rw-r--r--libgfortran/ChangeLog20
1 files changed, 16 insertions, 4 deletions
diff --git a/libgfortran/ChangeLog b/libgfortran/ChangeLog
index 01c7cee..c83a01f 100644
--- a/libgfortran/ChangeLog
+++ b/libgfortran/ChangeLog
@@ -1,14 +1,26 @@
2006-03-13 Paul Thomas <pault@gcc.gnu.org>
PR fortran/25378
- * libgfortran/m4/minloc1.m4: Set the initial position to zero and modify the condition for
- updating it, to implement the F2003 requirement for all(mask).eq.false.
+ * libgfortran/m4/minloc1.m4: Set the initial position to zero and
+ modify the condition for updating it, to implement the F2003
+ requirement for all(mask).eq.false.
* libgfortran/m4/maxloc1.m4: The same.
* libgfortran/m4/iforeach.m4: The same.
* libgfortran/m4/minloc0.m4: The same.
* libgfortran/m4/maxloc0.m4: The same.
- * libgfortran/generated/maxloc0_16_i16.c: Regenerated, together with 41 others.
- * libgfortran/generated/minloc0_16_i16.c: Regenerated, together with 41 others.
+ * libgfortran/generated/maxloc0_16_i16.c: Regenerated, together
+ with 41 others.
+ * libgfortran/generated/minloc0_16_i16.c: Regenerated, together
+ with 41 others.
+
+2006-03-09 Jerry DeLisle <jvdelisle@gcc.gnu.org>
+
+ PR libgfortran/26499
+ * io/file_pos (st_rewind): Flush always.
+ * io/unix.c (fd_truncate): Return SUCCESS rather than FAILURE for
+ special files like /dev/null.
+ * io/transfer.c (st_write_done): Remove broken logic that
+ prevented calling fd_truncate.
2006-03-05 Jerry DeLisle <jvdelisle@gcc.gnu.org>