index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
bootstraptest
/
test_block.rb
Age
Commit message (
Expand
)
Author
2015-01-23
vm_insnhelper.c: break from nested rescue
nobu
2012-10-10
* bootstraptest/test_block.rb: add tests for block with super.
ko1
2011-05-15
* remove trailing spaces.
nobu
2008-12-15
* vm_insnhelper.c (vm_callee_setup_arg_complex): uses cfp from
nobu
2007-12-25
* vm.c: check frame is FINAL when creating env.
ko1
2007-12-23
* string.c (sym_call): use exact argument array interface.
nobu
2007-12-20
* insnhelper.ci, vm.c, vm_core.h: change interface of
ko1
2007-12-19
* bootstraptest/test_knownbug.rb, test_block.rb:
ko1
2007-12-01
* insnhelper.ci (vm_yield_with_cfunc): fix to passing argc on third
ko1
2007-08-18
add test for [ruby-dev:31472].
akr
2007-08-18
* compile.c (iseq_set_arguments), insnhelper.ci
ko1
2007-08-16
* compile.c (iseq_set_arguments), insnhelper.ci
ko1
2007-08-16
add test for [ruby-dev:31437].
akr
2007-08-15
* parse.y: fix rules around f_margs. "make test" passes all tests.
ko1
2007-08-06
add a test: def m() yield end; p m {|((*))|}.
akr
2007-07-13
add test for [ruby-dev:31153].
akr
2007-07-13
add test for [ruby-dev:31160].
akr
2007-07-07
* parse.y: fix node construction (around f_margs).
ko1
2007-07-07
* insnhelper.ci (vm_yield_setup_args), vm.c, insns.def:
ko1
2007-06-27
* bootstraptest/runner.rb: fix to show file name.
ko1