summaryrefslogtreecommitdiff
path: root/test/ruby/test_yield.rb
AgeCommit message (Expand)Author
2015-12-16Add frozen_string_literal: false for all filesnaruse
2015-09-27test/unit/assertions.rb: all_assertionsnobu
2015-08-21* vm_insnhelper.c (vm_invoke_block): we should not expect ci->argc isko1
2015-01-02test_yield.rb: assert_all_sentencesnobu
2014-09-13test_yield.rb: use temporary instancenobu
2014-03-13vm_insnhelper.c: relax arity checknobu
2013-06-02* vm_insnhelper.c (vm_yield_setup_block_args): partially revert r41019.naruse
2010-01-27suppress warnings.akr
2008-10-25* test/ruby/test_proc.rb (test_proc_args_unleashed): test fornobu
2008-04-12* prelude.rb (require_relative): move require_relative frommatz
2008-02-18use require_relative to require marshaltestlib and sentence.akr
2007-11-28add test for enumerator.akr
2007-11-28* insnhelper.ci (vm_invoke_block): should splat args.ko1
2007-08-18sentence.rb documented.akr
2007-08-18* test/ruby/test_yield.rb (TestYieldGen): relax array size checkakr
2007-08-18lambda yield emulator refactored.akr
2007-08-18* test/ruby/test_yield.rb (TestYieldGen): add test for yielding toakr
2007-08-16fix "&" handling in block parameter.akr
2007-08-16* test/ruby/sentence.rb: Sentence class implementedakr
2007-08-15TestRubyYieldGen#test_yield needs too long time.akr
2007-08-09update syntax (f_marg_list).akr
2007-08-08variable renaming refined.akr
2007-08-06add test using sentgen.akr
2007-07-04revert variable renaming. [ruby-dev:31001]akr
2007-06-15* hash.c: exchange semantics of Hash#each and Hash#each_pair.ko1
2007-06-15* vm.c (th_yield_setup_args): |v| should work as |v,|.ko1
2007-02-23* test/ruby/test_yield.rb: new test.aamine