From 183970f49e3d015732f63af3ca1549072bf3b118 Mon Sep 17 00:00:00 2001 From: yugui Date: Mon, 12 May 2008 02:34:37 +0000 Subject: [PATCH] * ChangeLog: changelog of the changeset 16372. It was: "gc.c (assign_heap_slot): put the binary-search routine in order." git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@16373 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ChangeLog b/ChangeLog index 62a099ab43..b45697912e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Mon May 12 11:15:55 2008 Yuki Sonoda (Yugui) + + * gc.c (assign_heap_slot): put the binary search routine in order. + Mon May 12 10:52:51 2008 Nobuyoshi Nakada * ruby.c (ruby_init_gems), gem_prelude.rb: check if Gem is defined