summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-03-04 01:21:06 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-03-04 01:21:06 +0000
commitc8febec9c5c469192068112f3cb118e1c3acddb4 (patch)
tree26742a04a61fde2e256be1900556ca0ea578e049 /ChangeLog
parent652c48e2aa9b4a2b859d26badbbc11d6cd075336 (diff)
downloadruby-c8febec9c5c469192068112f3cb118e1c3acddb4.tar.gz
ruby-c8febec9c5c469192068112f3cb118e1c3acddb4.tar.xz
ruby-c8febec9c5c469192068112f3cb118e1c3acddb4.zip
* gc.c (add_heap): use binary search to find the place to insert the
new heap slot. [ruby-dev:33983] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15683 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2ce2f58a8..67d2acf33 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Tue Mar 4 10:21:03 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * gc.c (add_heap): use binary search to find the place to insert the
+ new heap slot. [ruby-dev:33983]
+
Tue Mar 04 05:30:31 2008 NARUSE, Yui <naruse@ruby-lang.org>
* io.c (open_key_args): use rb_io_open instead of rb_f_open.