summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-11-21 08:50:40 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-11-21 08:50:40 +0000
commit20fa0c26c9c4216926c5240678fbe27878ce9cca (patch)
tree31d0179f4c7a97a0144ae28ae900332c6178e6f3 /ChangeLog
parenta638a44b4845cffccc46efec5ece87af7e0660f9 (diff)
* gc.c: rename initial_xxx variables to gc_params.xxx.
They are not only used initial values. Chikanaga-san: Congratulations on RubyPrize! git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43757 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6c5dc2b81f..7a614ac6a7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+Thu Nov 21 17:43:29 2013 Koichi Sasada <ko1@atdot.net>
+
+ * gc.c: rename initial_xxx variables to gc_params.xxx.
+ They are not only used initial values.
+
+ Chikanaga-san: Congratulations on RubyPrize!
+
Thu Nov 21 17:16:00 2013 Koichi Sasada <ko1@atdot.net>
* gc.c: enable "RGENGC_ESTIMATE_OLDSPACE" option as default.