From 63cb03494e6cd6f8fc3a800305e5e12399e11e5c Mon Sep 17 00:00:00 2001 From: matz Date: Mon, 12 May 2008 03:28:10 +0000 Subject: [PATCH] * string.c (sym_to_i): really removed. [ruby-dev:34641] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@16374 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ChangeLog b/ChangeLog index b45697912e..8d8f4cfe7a 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.