diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-08-01 02:52:21 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-08-01 02:52:21 +0000 |
| commit | 4e095bff4d9cbf1835c3d4278028242eca2fff16 (patch) | |
| tree | 0d3a28d2d017105b74cc60301cf522134b0a4692 /lib | |
| parent | e97c2cc99df6065046657ac2c110c4c3f01b5859 (diff) | |
| download | ruby-4e095bff4d9cbf1835c3d4278028242eca2fff16.tar.gz ruby-4e095bff4d9cbf1835c3d4278028242eca2fff16.tar.xz ruby-4e095bff4d9cbf1835c3d4278028242eca2fff16.zip | |
* 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: http://svn.ruby-lang.org/repos/ruby/trunk@4254 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/shell.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/shell.rb b/lib/shell.rb index acc4adec0..039f849ef 100644 --- a/lib/shell.rb +++ b/lib/shell.rb @@ -267,4 +267,3 @@ class Shell CommandProcessor.initialize CommandProcessor.run_config end - |
