diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-01-20 04:02:42 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-01-20 04:02:42 +0000 |
| commit | 84b8a2911b2e8b979287411246e36b6cdb1f9e41 (patch) | |
| tree | d03fdf183420b7c4aed212617794a40a1d038847 /ChangeLog | |
| parent | dd6abd6320033e08a78dd2a54eb5f121aa0129cf (diff) | |
| download | ruby-84b8a2911b2e8b979287411246e36b6cdb1f9e41.tar.gz ruby-84b8a2911b2e8b979287411246e36b6cdb1f9e41.tar.xz ruby-84b8a2911b2e8b979287411246e36b6cdb1f9e41.zip | |
* string.c (hash): fixed the tail bytes handling in the aligned
access case.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@21684 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +Tue Jan 20 13:03:50 2009 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * string.c (hash): fixed the tail bytes handling in the aligned + access case. + Tue Jan 20 09:26:05 2009 NAKAMURA Usaku <usa@ruby-lang.org> * ext/nkf/nkf-utf8/nkf.c (nkf_buf_push): maybe a bug. |
