aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_lambda.rb
Commit message (Expand)AuthorAgeFilesLines
* test/ruby: suppress parser warningsnobu2016-02-191-3/+3
* Add frozen_string_literal: false for all filesnaruse2015-12-161-0/+1
* * test/ruby/test_lambda.rb: Fix typo yeild -> yieldgogotanaka2015-03-151-1/+1
* vm_insnhelper.c: allow to_arynobu2014-10-301-0/+26
* vm_insnhelper.c: relax arity checknobu2014-03-131-1/+12
* * test/ruby: get rid of warnings.usa2014-03-051-2/+2
* test_lambda.rb: fix messagesnobu2013-09-191-2/+2
* parse.y: adjust position of lambdanobu2013-09-191-0/+24
* * vm_insnhelper.c (vm_invoke_block): returning from lambda procktsj2013-08-091-0/+20
* * vm_insnhelper.c (argument_error): use line number at the beginningnobu2012-03-161-0/+19
* * compile.c (iseq_compile_each): call on special object instead ofnobu2012-02-261-0/+7
* * compile.c (setup_args), vm.c (invoke_block_from_c),nobu2010-12-201-3/+0
* * compile.c (setup_args), vm.c (invoke_block_from_c),nobu2010-12-181-0/+1
* * test: assert_raises has been deprecated since a long time ago.nobu2008-09-241-12/+12
* * parse.y (new_yield), compile.c (iseq_compile_each): fixko12007-06-051-10/+15
* * parse.y, node.h, compile.c: change node tree structure. a purposeko12007-02-241-0/+2
* * compile.c (iseq_compile_each, set_block_local_tbl) :ko12007-01-051-14/+14
* * Merge YARVko12006-12-311-0/+8
* * test/ruby/test_lambda.rb (TestLambdaParameters::test_lambda_as_iterator):matz2006-07-041-1/+1
* * lib/ostruct.rb (new_ostruct_member): Object#send no longer callnobu2005-09-121-1/+1
* * parse.y (f_block_arg), eval.c (rb_yield_0): deal with dynamicnobu2005-08-081-0/+53