From 074ca549b9eb2be07909d56417d48dd76e078396 Mon Sep 17 00:00:00 2001 From: matz Date: Mon, 12 May 2008 03:28:10 +0000 Subject: * string.c (sym_to_i): really removed. [ruby-dev:34641] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@16374 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ChangeLog b/ChangeLog index b45697912..8d8f4cfe7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Mon May 12 12:24:48 2008 Yukihiro Matsumoto + + * string.c (sym_to_i): really removed. [ruby-dev:34641] + Mon May 12 11:15:55 2008 Yuki Sonoda (Yugui) * gc.c (assign_heap_slot): put the binary search routine in order. -- cgit