diff options
author | Tobias Schlüter <tobi@gcc.gnu.org> | 2004-08-26 15:25:16 +0200 |
---|---|---|
committer | Tobias Schlüter <tobi@gcc.gnu.org> | 2004-08-26 15:25:16 +0200 |
commit | 20edd06b2f06e2ec2d5454793487fb97aeb9fa61 (patch) | |
tree | e0aa4e7853fccc036aaae48570949ca520dc680a | |
parent | b72e46f0007c0fe09a47ffd8113b03636fa505fe (diff) | |
download | gcc-20edd06b2f06e2ec2d5454793487fb97aeb9fa61.zip gcc-20edd06b2f06e2ec2d5454793487fb97aeb9fa61.tar.gz gcc-20edd06b2f06e2ec2d5454793487fb97aeb9fa61.tar.bz2 |
io.h, [...]: Fix formatting issues, update copyright years.
* io/io.h, io/list_read.c, io/open.c, io/transfer.c, io/write.c:
Fix formatting issues, update copyright years.
(Add Previously missing ChangeLog entry)
From-SVN: r86621
-rw-r--r-- | libgfortran/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libgfortran/ChangeLog b/libgfortran/ChangeLog index aff020d..33e16c9 100644 --- a/libgfortran/ChangeLog +++ b/libgfortran/ChangeLog @@ -15,6 +15,11 @@ * Makefile.am (libgfortran_la_LDFLAGS): Add -lm. * Makefile.in: Rebuilt. +2004-08-23 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de> + + * io/io.h, io/list_read.c, io/open.c, io/transfer.c, io/write.c: + Fix formatting issues, update copyright years. + 2004-08-21 Bud Davis <bdavis9659@comcast.net> PR 16908 |