]> gcc.gnu.org Git - gcc.git/commitdiff
Re-add ChangeLog entry that somehow managed to get itself missing in action.
authorJanne Blomqvist <jb@gcc.gnu.org>
Tue, 14 Mar 2006 20:49:52 +0000 (22:49 +0200)
committerJanne Blomqvist <jb@gcc.gnu.org>
Tue, 14 Mar 2006 20:49:52 +0000 (22:49 +0200)
From-SVN: r112068

libgfortran/ChangeLog

index 01c7cee6dab45008020cb5ef08ed3560f3e2ca4a..c83a01fed84948c678ffd42ae6d804c49096563b 100644 (file)
@@ -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>
 
This page took 0.069538 seconds and 5 git commands to generate.