summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authoryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-10-28 16:11:12 +0000
committeryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-10-28 16:11:12 +0000
commitb5717a7b71fee71e8775f987e764b40026b365c3 (patch)
tree2e4c378f2efd8da7e85d9f29dc25684b3b7b09ef /ChangeLog
parent7ed8000cd4973cdac814c09108c198ac36af50ae (diff)
merges r24659 from trunk into ruby_1_9_1.
-- * vm.c (collect_local_variables_in_env): skips internal variables. [ruby-core:25125] git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@25545 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 6fe33daef..80df23811 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Wed Aug 26 12:36:58 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * vm.c (collect_local_variables_in_env): skips internal variables.
+ [ruby-core:25125]
+
Mon Aug 24 16:35:57 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
* st.c (st_delete_safe): deals with packed entries.