diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-05-11 06:26:06 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-05-11 06:26:06 +0000 |
| commit | d8f7f55170225d8a28989e9714f449a54c04a3ee (patch) | |
| tree | 1b7c05efbb1ece601f161683e1adcfe8863e7673 /ChangeLog | |
| parent | 2555892c81779d46414ad916d9a3a6d6d7341c72 (diff) | |
| download | ruby-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-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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. |
