aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/ChangeLog
diff options
context:
space:
mode:
authorJerry DeLisle <jvdelisle@verizon.net>2005-07-22 17:43:31 +0000
committerPaul Thomas <pault@gcc.gnu.org>2005-07-22 17:43:31 +0000
commitd1cc97e081d63dd6c9a89014d2e2af6ac32c378e (patch)
tree3a95dd409ddf3995841755400554a8e4fff1e5a4 /libgfortran/ChangeLog
parent9881e3e5e8b19559f67332ea3f027c315933aed0 (diff)
downloadgcc-d1cc97e081d63dd6c9a89014d2e2af6ac32c378e.zip
gcc-d1cc97e081d63dd6c9a89014d2e2af6ac32c378e.tar.gz
gcc-d1cc97e081d63dd6c9a89014d2e2af6ac32c378e.tar.bz2
re PR libfortran/22570 (Null Characters instead of blanks in text output.)
2005-07-22 Jerry DeLisle <jvdelisle@verizon.net> PR libfortran/22570 * io/unit.c (init_units): Replace BLANK_ZERO with BLANK_UNSPECIFIED. From-SVN: r102288
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 b9bfc49..747ef9e 100644
--- a/libgfortran/ChangeLog
+++ b/libgfortran/ChangeLog
@@ -1,5 +1,11 @@
2005-07-22 Jerry DeLisle <jvdelisle@verizon.net>
+ PR libfortran/22570
+ * io/unit.c (init_units): Replace BLANK_ZERO with
+ BLANK_UNSPECIFIED.
+
+2005-07-22 Jerry DeLisle <jvdelisle@verizon.net>
+
PR libfortran/21875 (FM111.f)
* io/read.c (next_char): Return a ' ' character when BLANK_ZERO
or BLANK_NULL are active.