diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-06-22 07:14:32 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-06-22 07:14:32 +0000 |
| commit | c7375301726b4a4627c924cd5d11bd0afc5806d8 (patch) | |
| tree | 557e8cff9e08198799b642475d83c6959c12f68f /ChangeLog | |
| parent | 3d6df001eeafbbf5f873340fa7bd42abaf2e0a82 (diff) | |
| download | ruby-c7375301726b4a4627c924cd5d11bd0afc5806d8.tar.gz ruby-c7375301726b4a4627c924cd5d11bd0afc5806d8.tar.xz ruby-c7375301726b4a4627c924cd5d11bd0afc5806d8.zip | |
* compile.c (iseq_set_arguments, iseq_compile_each): internal
arrays must be hidden. [ruby-dev:38613]
* vm.c (Init_top_self): ditto.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@23815 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +Mon Jun 22 16:14:30 2009 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * compile.c (iseq_set_arguments, iseq_compile_each): internal + arrays must be hidden. [ruby-dev:38613] + + * vm.c (Init_top_self): ditto. + Mon Jun 22 14:41:47 2009 Nobuyoshi Nakada <nobu@ruby-lang.org> * ruby.c (process_options), enc/prelude.rb: encdb and transdb are |
