aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/ChangeLog
diff options
context:
space:
mode:
authorSteve Ellcey <sje@cup.hp.com>2004-12-14 16:34:08 +0000
committerSteve Ellcey <sje@cup.hp.com>2004-12-14 16:34:08 +0000
commit17e5db7d44e859a3c0efcb8f28950a749a258308 (patch)
tree3c213ca52a962036fb35fd4927257e6f48391718 /libgfortran/ChangeLog
parent487047f5dc2a1d8e927fff00e56ed495bae3736d (diff)
* libgfortran/io/transfer.c (us_read): Use memcpy/memset
instead of assignment to fill unaligned buffer. (us_write): Ditto. (next_record_w): Ditto. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@92143 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgfortran/ChangeLog')
-rw-r--r--libgfortran/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/libgfortran/ChangeLog b/libgfortran/ChangeLog
index 2a6ecf68281..a4d2e44d2b1 100644
--- a/libgfortran/ChangeLog
+++ b/libgfortran/ChangeLog
@@ -1,3 +1,10 @@
+2004-12-14 Steve Ellcey <sje@cup.hp.com>
+
+ * libgfortran/io/transfer.c (us_read): Use memcpy/memset
+ instead of assignment to fill unaligned buffer.
+ (us_write): Ditto.
+ (next_record_w): Ditto.
+
2004-12-05 Steven G. Kargl <kargls@comcast.net>
PR libfortran/18966