summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-05-11 06:26:06 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-05-11 06:26:06 +0000
commitd8f7f55170225d8a28989e9714f449a54c04a3ee (patch)
tree1b7c05efbb1ece601f161683e1adcfe8863e7673 /ChangeLog
parent2555892c81779d46414ad916d9a3a6d6d7341c72 (diff)
downloadruby-d8f7f55170225d8a28989e9714f449a54c04a3ee.tar.gz
ruby-d8f7f55170225d8a28989e9714f449a54c04a3ee.tar.xz
ruby-d8f7f55170225d8a28989e9714f449a54c04a3ee.zip
* iseq.c (iseq_data_to_ary): internal IDs must not be exposed.
[ruby-core:11073] * parse.y (internal_id_gen): now returns scope local ID instead of global one. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12273 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 265bf20f0..bb24d948a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+Fri May 11 15:27:09 2007 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * iseq.c (iseq_data_to_ary): internal IDs must not be exposed.
+ [ruby-core:11073]
+
+ * parse.y (internal_id_gen): now returns scope local ID instead of
+ global one.
+
Thu May 10 15:15:53 2007 NAKAMURA Usaku <usa@ruby-lang.org>
* test/ruby/test_super.rb: add tests.