aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornari <nari@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-06-11 10:51:51 +0000
committernari <nari@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-06-11 10:51:51 +0000
commit11c43f7ae9b9264171c9e5394772f155aa18afa4 (patch)
tree9501ff4af9662d8becfaef6b16945e6b423695a3 /ChangeLog
parentf53a117c7b8ad99a6af73a20c7c6840f30fce361 (diff)
downloadruby-11c43f7ae9b9264171c9e5394772f155aa18afa4.tar.gz
* gc.c: expand heap if initial_heap_min_slots is bigger than
HEAP_MIN_SLOTS. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32007 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 5e948d91f3..b324698c82 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Sat Jun 11 19:40:45 2011 Narihiro Nakamura <authornari@gmail.com>
+
+ * gc.c: expand heap if initial_heap_min_slots is bigger than
+ HEAP_MIN_SLOTS.
+
Sat Jun 11 19:42:50 2011 WATANABE Hirofumi <eban@ruby-lang.org>
* ChangeLog (vim): set shiftwidth to 2.