summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-05-12 03:30:34 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-05-12 03:30:34 +0000
commit2c012e01db6c80abb336ec27207b9f978b1f2da7 (patch)
treef8916088c69751b511c99a063c11551d307185ef /ChangeLog
parent63cb03494e6cd6f8fc3a800305e5e12399e11e5c (diff)
* gc.c (assign_heap_slot): fix condition for number of objects in
a heap. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@16375 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 8d8f4cfe7a..fc0045f9a3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Mon May 12 12:27:55 2008 Tanaka Akira <akr@fsij.org>
+
+ * gc.c (assign_heap_slot): fix condition for number of objects in
+ a heap.
+
Mon May 12 12:24:48 2008 Yukihiro Matsumoto <matz@ruby-lang.org>
* string.c (sym_to_i): really removed. [ruby-dev:34641]