From 601354bd6b661950663746bc41fe364b67bb8cd5 Mon Sep 17 00:00:00 2001 From: matz Date: Fri, 1 Aug 2003 02:52:21 +0000 Subject: * eval.c (BEGIN_CALLARGS): should not always reset ruby_iter, need to restore previous value. [ruby-talk:77577] * array.c (rb_ary_fill): array length may be changed during the block execution. [ruby-talk:77579] * array.c (rb_ary_zip): ditto. * array.c (rb_ary_fill): ditto. * hash.c (env_reject_bang): length may be changed during the block execution. * hash.c (env_clear): ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4254 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/shell.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'lib') diff --git a/lib/shell.rb b/lib/shell.rb index acc4adec0b..039f849ef5 100644 --- a/lib/shell.rb +++ b/lib/shell.rb @@ -267,4 +267,3 @@ class Shell CommandProcessor.initialize CommandProcessor.run_config end - -- cgit v1.2.3