aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/ChangeLog
diff options
context:
space:
mode:
authorDavid Edelsohn <edelsohn@gnu.org>2004-12-13 16:06:57 +0000
committerDavid Edelsohn <edelsohn@gnu.org>2004-12-13 16:06:57 +0000
commitf4d51aaa39c366eea0023f1c4bb63f6cf1a54964 (patch)
treee2bac9465f6fb71a028af9ed18ec22aafecaa5a4 /libgfortran/ChangeLog
parent68b734e3048ef7c5623d8d40347e23fd5e84e38f (diff)
* io/transfer.c (read_sf): Change bitwise "and" to logical "and".
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@92094 138bc75d-0d04-0410-961f-82ee72b054a4
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 9397aa9839d..0b4134c23ea 100644
--- a/libgfortran/ChangeLog
+++ b/libgfortran/ChangeLog
@@ -1,3 +1,7 @@
+2004-12-13 David Edelsohn <edelsohn@gnu.org>
+
+ * io/transfer.c (read_sf): Change bitwise "and" to logical "and".
+
2004-12-12 Richard Henderson <rth@redhat.com>
* intrinsics/cshift0.c, intrinsics/eoshift0.c, intrinsics/eoshift2.c,