set svn:eol-style
0 lines of code changed in:
* parse.y (block_param): restrict block parameters to be local
variables only.
* test/ruby/test_iterator.rb (TestIterator::test_nested_iterator):
update test suite to conform the last change.
13 lines of code changed in:
* sample/optparse/subcommand.rb: a sample for sub commands like
cvs. contributed by Minero Aoki.
19 lines of code changed in:
* eval.c (rb_require_safe): preserve old ruby_errinfo.
[ruby-talk:95409]
* eval.c (rb_f_raise): should not clear backtrace information if
exception object already have one.
* parse.y (assoc_list): allow {sym: val} style Hash. [Ruby2]
this change is done by Nobuyoshi Nakada <nobu@ruby-lang.org>.
1 lines of code changed in:
* sample/optparse/opttest.rb: added.
85 lines of code changed in: