From d8f7f55170225d8a28989e9714f449a54c04a3ee Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 11 May 2007 06:26:06 +0000 Subject: * 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 --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') 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 + + * 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 * test/ruby/test_super.rb: add tests. -- cgit