summaryrefslogtreecommitdiff
path: root/test/ruby/test_proc.rb
AgeCommit message (Expand)Author
2012-04-23* parse.y (primary): remove wrong "fixpos" that caused incorrectmame
2011-12-12* vm_insnhelper.c (vm_yield_setup_block_args): splat singlenobu
2011-12-10* test/ruby/test_proc.rb (TestProc): renamed argument tests.nobu
2011-08-05* vm_eval.c (check_funcall): try respond_to? first if redefined.nobu
2010-09-24* string.c (sym_call), vm.c (invoke_block_from_c),nobu
2010-08-29* vm.c (rb_thread_method_id_and_class): curried proc has nonobu
2010-06-08* test/ruby/test_proc.rb (test_parameters): require is no longer built-in.nobu
2010-04-29* test/ruby: fixed nonsense assertions.nobu
2010-03-22add a test.wanabe
2010-02-14avoid method redefinition.akr
2010-01-25supress warnings.akr
2010-01-22* test/ruby/test_array.rb: add a test for Array#rotate, rotate!.mame
2009-12-04* parse.y (k_def): adjust the location of method definition to thenobu
2009-09-21* proc.c (proc_binding): allow proc from method. [ruby-core:25589]nobu
2009-07-06* proc.c (make_curry_proc): should propagate lambda-ness.nobu
2009-07-04* vm_insnhelper.c (vm_yield_setup_block_args): restores the firstnobu
2009-03-08* test/ruby/test_proc.rb: add some tests.mame
2009-03-06* {ext,lib,test}/**/*.rb: removed trailing spaces.nobu
2009-02-13* test/ruby/test_{proc,method}.rb: updated tests.nobu
2008-12-05* iseq.c (rb_iseq_parameters): proc arguments are always optional.nobu
2008-11-28* iseq.c (simple_default_value): extracts simplest defaultnobu
2008-10-28* test/ruby/test_proc.rb: filled all patterns for testingyugui
2008-10-27* vm_insnhelper.c (vm_yield_setup_args): supports optional parameters.yugui
2008-10-25* test/ruby/test_proc.rb (test_proc_args_unleashed): test fornobu
2008-05-19* bootstraptest/test_knownbug.rb: move solved tests.ko1
2008-02-13* eval.c (eval): allow to eval in a binding that has a singleton method.mame
2008-02-13* proc.c (proc_curry): new method. [ruby-dev:33676]mame
2007-11-18use ML ref. for assertion message.akr
2007-05-01* yarvcore.h, compile.c (set_arguments): support post arguments.ko1
2006-12-31 * Merge YARVko1
2004-06-19* eval.c (proc_set_safe_level, proc_invoke, rb_mod_define_method): notnobu
2004-05-25* eval.c (rb_yield_0, proc_invoke, proc_arity): allow passing a blocknobu
2004-03-18* eval.c (proc_eq): avoid false positive by using scope andmatz
2004-02-18 * test/*: should not depend on $KCODE.nahi
2004-02-06* test/ruby/test_proc.rb (TestProc::test_eq): added aakira
2004-02-06* test/ruby/test_proc.rb (TestProc::test_eq): added tests forakira
2003-11-27* test/ruby/test_proc.rb (test_arity): added.nobu
2003-09-05* lib/optparse.rb (OptionParser#order, #permute, #parse): allow annobu
2003-09-05* test/ruby/test_*.rb: replace 'assert(a == b)' with assert_equal(a, b)'nahi
2003-09-04* test/ruby: tests for ruby itself.nahi