aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/ChangeLog
diff options
context:
space:
mode:
authorJerry DeLisle <jvdelisle@gcc.gnu.org>2009-09-13 03:41:41 +0000
committerJerry DeLisle <jvdelisle@gcc.gnu.org>2009-09-13 03:41:41 +0000
commitee3eb6a416c996acf33fca5ecb5cd281b2c70c09 (patch)
treec6c335c0e6e5abcfe1decf752fb951e29ab32235 /libgfortran/ChangeLog
parentefcc709b4fe72f8b5c4415b31e542a089599bd1d (diff)
downloadgcc-ee3eb6a416c996acf33fca5ecb5cd281b2c70c09.zip
gcc-ee3eb6a416c996acf33fca5ecb5cd281b2c70c09.tar.gz
gcc-ee3eb6a416c996acf33fca5ecb5cd281b2c70c09.tar.bz2
re PR fortran/41328 (bad iostat when reading DOS file in a character array (non-advancing))
2009-09-12 Jerry DeLisle <jvdelisle@gcc.gnu.org> PR libgfortran/41328 * io/transfer.c (read_sf): Adjust fbuf position and do proper fbuf reads to traverse CR, CR-LF, and LF style line ends. From-SVN: r151665
Diffstat (limited to 'libgfortran/ChangeLog')
-rw-r--r--libgfortran/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/libgfortran/ChangeLog b/libgfortran/ChangeLog
index 1b2e961..3469814 100644
--- a/libgfortran/ChangeLog
+++ b/libgfortran/ChangeLog
@@ -1,5 +1,11 @@
2009-09-12 Jerry DeLisle <jvdelisle@gcc.gnu.org>
+ PR libgfortran/41328
+ * io/transfer.c (read_sf): Adjust fbuf position and do proper
+ fbuf reads to traverse CR, CR-LF, and LF style line ends.
+
+2009-09-12 Jerry DeLisle <jvdelisle@gcc.gnu.org>
+
PR libgfortran/41219
* io/write.c (write_a_char4): Use correct type for crlf constant.