1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* 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
This commit is contained in:
yugui 2008-05-12 02:34:37 +00:00
parent 7c104f88eb
commit 183970f49e

View file

@ -1,3 +1,7 @@
Mon May 12 11:15:55 2008 Yuki Sonoda (Yugui) <yugui@yugui.jp>
* gc.c (assign_heap_slot): put the binary search routine in order.
Mon May 12 10:52:51 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
* ruby.c (ruby_init_gems), gem_prelude.rb: check if Gem is defined