aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-09-04 17:58:53 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-09-04 17:58:53 +0000
commitd803c452346a2bec2b34e2cd0502ff34f21663f3 (patch)
tree4ccead96bd59f17514816b80734a79d949bc2be7 /ChangeLog
parentca253f40dbabfd4ce910155089ae5213b36340e8 (diff)
downloadruby-d803c452346a2bec2b34e2cd0502ff34f21663f3.tar.gz
* vm.c (thread_recycle_stack_slot, thread_recycle_stack_count):
make it static. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19145 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 85a4344f8f..64a20e3b23 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Fri Sep 5 02:56:37 2008 Koichi Sasada <ko1@atdot.net>
+
+ * vm.c (thread_recycle_stack_slot, thread_recycle_stack_count):
+ make it static.
+
Fri Sep 5 02:40:38 2008 Koichi Sasada <ko1@atdot.net>
* thread.c (rb_thread_critical): removed.