aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/ChangeLog
diff options
context:
space:
mode:
authorPaul Brook <paul@codesourcery.com>2004-05-16 20:17:04 +0000
committerPaul Brook <pbrook@gcc.gnu.org>2004-05-16 20:17:04 +0000
commit6d3e9d84546050e45a24a63b5bab723f513d75ce (patch)
treefbe01f6d077690a4c808299e3bedb0ae885cfb39 /libgfortran/ChangeLog
parent9152dcf43e3972bb029c9bc252d26e909d1b8891 (diff)
downloadgcc-6d3e9d84546050e45a24a63b5bab723f513d75ce.zip
gcc-6d3e9d84546050e45a24a63b5bab723f513d75ce.tar.gz
gcc-6d3e9d84546050e45a24a63b5bab723f513d75ce.tar.bz2
* io/format.c (write_real): Don't include padding in format.
From-SVN: r81922
Diffstat (limited to 'libgfortran/ChangeLog')
-rw-r--r--libgfortran/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/libgfortran/ChangeLog b/libgfortran/ChangeLog
index 2b897dd..4612664 100644
--- a/libgfortran/ChangeLog
+++ b/libgfortran/ChangeLog
@@ -1,5 +1,9 @@
2004-05-16 Paul Brook <paul@codesourcery.com>
+ * io/format.c (write_real): Don't include padding in format.
+
+2004-05-16 Paul Brook <paul@codesourcery.com>
+
* io/format.c (format_lex): Make c an int.
2004-05-16 Janne Blomqvist <jblomqvi@cc.hut.fi>