From c967ebdb0b16d3c17d5e9e2b769c5c654d0a9bc9 Mon Sep 17 00:00:00 2001 From: nobu Date: Sat, 26 Sep 2009 14:29:13 +0000 Subject: * st.c: moved murmur hash from string.c. [ruby-dev:39376] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@25106 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 57ccdf2fc..f4f84ba62 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Sat Sep 26 23:29:11 2009 Nobuyoshi Nakada + + * st.c: moved murmur hash from string.c. [ruby-dev:39376] + Sun Sep 26 00:24:14 2009 Alexander Zavorine * symbian/setup: Updated .mmp file generation due to blockinlining.c removal. -- cgit