aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/ChangeLog
diff options
context:
space:
mode:
authorPaul Thomas <pault@gcc.gnu.org>2005-10-24 20:20:40 +0000
committerPaul Thomas <pault@gcc.gnu.org>2005-10-24 20:20:40 +0000
commit7ba18cea5442cd8b2bc67ab4c07e73297963627b (patch)
tree5c5fd990d242774c49c6f17cc3197d870ec10922 /libgfortran/ChangeLog
parent83d890b9ba13c57aec4dcee1de9901ceab6e9a84 (diff)
downloadgcc-7ba18cea5442cd8b2bc67ab4c07e73297963627b.zip
gcc-7ba18cea5442cd8b2bc67ab4c07e73297963627b.tar.gz
gcc-7ba18cea5442cd8b2bc67ab4c07e73297963627b.tar.bz2
re PR libfortran/24416 (Wrong reading following namelist reading)
2005-10-24 Paul Thomas <pault@gcc.gnu.org> PR fortran/24416 * libgfortran/io/list_read.c (namelist_read): Exit with call to free_saved () so that character strings do not accumulate. 2005-10-24 Paul Thomas <pault@gcc.gnu.org> PR fortran/24416 gfortran.dg/namelist_char_only.f90: New test. From-SVN: r105862
Diffstat (limited to 'libgfortran/ChangeLog')
-rw-r--r--libgfortran/ChangeLog14
1 files changed, 10 insertions, 4 deletions
diff --git a/libgfortran/ChangeLog b/libgfortran/ChangeLog
index 6dd2359..52ad1a9 100644
--- a/libgfortran/ChangeLog
+++ b/libgfortran/ChangeLog
@@ -1,9 +1,15 @@
+2005-10-24 Paul Thomas <pault@gcc.gnu.org>
+
+ PR fortran/24416
+ * libgfortran/io/list_read.c (namelist_read): Exit with call to
+ free_saved () so that character strings do not accumulate.
+
2005-10-23 Jerry DeLisle <jvdelisle@verizon.net>
- PR libgfortran/24489
- * io/transfer.c (read_block): Change the order of execution to not read
- past end-of-record.
- (read_block_direct): Same change.
+ PR libgfortran/24489
+ * io/transfer.c (read_block): Change the order of execution to not read
+ past end-of-record.
+ (read_block_direct): Same change.
2005-10-23 Francois-Xavier Coudert <coudert@clipper.ens.fr>