From 1c380f3cb0201d2eec20c2c694cbbe1487350476 Mon Sep 17 00:00:00 2001 From: yugui Date: Mon, 12 May 2008 02:34:37 +0000 Subject: * ChangeLog: changelog of the changeset 16372. It was: "gc.c (assign_heap_slot): put the binary-search routine in order." git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@16373 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 62a099ab4..b45697912 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 -- cgit