summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-01-20 04:02:42 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-01-20 04:02:42 +0000
commit84b8a2911b2e8b979287411246e36b6cdb1f9e41 (patch)
treed03fdf183420b7c4aed212617794a40a1d038847 /ChangeLog
parentdd6abd6320033e08a78dd2a54eb5f121aa0129cf (diff)
downloadruby-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--ChangeLog5
1 files changed, 5 insertions, 0 deletions
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 <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.