summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-05-12 02:34:37 +0000
committeryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-05-12 02:34:37 +0000
commit183970f49e3d015732f63af3ca1549072bf3b118 (patch)
tree2d7ace324893bb671ea8721772b11131f2b801be
parent7c104f88eb97ba97c2061e6387284f180e4752cf (diff)
* 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
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
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) <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