From 84b8a2911b2e8b979287411246e36b6cdb1f9e41 Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 20 Jan 2009 04:02:42 +0000 Subject: * 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 --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 63b62fc16..ebb317db6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Tue Jan 20 13:03:50 2009 Nobuyoshi Nakada + + * string.c (hash): fixed the tail bytes handling in the aligned + access case. + Tue Jan 20 09:26:05 2009 NAKAMURA Usaku * ext/nkf/nkf-utf8/nkf.c (nkf_buf_push): maybe a bug. -- cgit