summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-09-04 18:23:27 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-09-04 18:23:27 +0000
commitf0bf74a07b98e0c5cf8875b1a4eb258083fd991e (patch)
tree38ea34ffe61daa8c611a3ef11b00a393ca994ba5 /ChangeLog
parentd803c452346a2bec2b34e2cd0502ff34f21663f3 (diff)
* iseq.c (iseq_data_to_ary): make it static.
* thread.c (thgroup_enclose): ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19146 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 64a20e3b23..950761a83e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Fri Sep 5 03:09:48 2008 Koichi Sasada <ko1@atdot.net>
+
+ * iseq.c (iseq_data_to_ary): make it static.
+
+ * thread.c (thgroup_enclose): ditto.
+
Fri Sep 5 02:56:37 2008 Koichi Sasada <ko1@atdot.net>
* vm.c (thread_recycle_stack_slot, thread_recycle_stack_count):