aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/ChangeLog
diff options
context:
space:
mode:
authorJerry DeLisle <jvdelisle@gcc.gnu.org>2017-11-21 02:17:11 +0000
committerJerry DeLisle <jvdelisle@gcc.gnu.org>2017-11-21 02:17:11 +0000
commit8c098567886e155a07aabfeea764d5c67eadbdaf (patch)
tree0079454f1190fece42b63c7212011aa660f64fa4 /libgfortran/ChangeLog
parent34b81eb96cd1df28d7f878bc1f3df607746507da (diff)
downloadgcc-8c098567886e155a07aabfeea764d5c67eadbdaf.zip
gcc-8c098567886e155a07aabfeea764d5c67eadbdaf.tar.gz
gcc-8c098567886e155a07aabfeea764d5c67eadbdaf.tar.bz2
re PR libfortran/78549 (Very slow formatted internal file output)
2017-11-20 Jerry DeLisle <jvdelisle@gcc.gnu.org> PR libgfortran/78549 * io/io.h (newunit_free): Add declaration. Clean some whitespace. * io/transfer.c (st_read_done, st_write_done): Call newunit_free. * io/unit.c (newunit_free): Change type from static void to void. From-SVN: r254982
Diffstat (limited to 'libgfortran/ChangeLog')
-rw-r--r--libgfortran/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/libgfortran/ChangeLog b/libgfortran/ChangeLog
index 2408451..f37850c 100644
--- a/libgfortran/ChangeLog
+++ b/libgfortran/ChangeLog
@@ -1,3 +1,10 @@
+2017-11-20 Jerry DeLisle <jvdelisle@gcc.gnu.org>
+
+ PR libgfortran/78549
+ * io/io.h (newunit_free): Add declaration. Clean some whitespace.
+ * io/transfer.c (st_read_done, st_write_done): Call newunit_free.
+ * io/unit.c (newunit_free): Change type from static void to void.
+
2017-11-19 Janne Blomqvist <jb@gcc.gnu.org>
PR fortran/44292