diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-03-14 01:04:02 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-03-14 01:04:02 +0000 |
commit | 887e930e02d7da5bc988fb21e7678279daea9a09 (patch) | |
tree | efb5a4a7ebe0571fbf0891ae36c41990166d7247 /ChangeLog | |
parent | 512752d9215f20c294ec980d80dd1f4b91edd7ba (diff) | |
download | ruby-887e930e02d7da5bc988fb21e7678279daea9a09.tar.gz ruby-887e930e02d7da5bc988fb21e7678279daea9a09.tar.xz ruby-887e930e02d7da5bc988fb21e7678279daea9a09.zip |
* string.c (UNALIGNED_WORD_ACCESS): IA64 cannot access unaligned word.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15770 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,3 +1,7 @@ +Fri Mar 14 10:03:59 2008 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * string.c (UNALIGNED_WORD_ACCESS): IA64 cannot access unaligned word. + Thu Mar 13 21:00:50 2008 Yukihiro Matsumoto <matz@ruby-lang.org> * array.c (rb_ary_slice_bang): should not use rb_ary_subseq() |