| Commit message (Expand) | Author | Age | Files | Lines |
* | * parse.y (k_def): adjust the location of method definition to the | nobu | 2009-12-04 | 1 | -3/+4 |
* | * proc.c (proc_binding): allow proc from method. [ruby-core:25589] | nobu | 2009-09-21 | 1 | -0/+1 |
* | * proc.c (make_curry_proc): should propagate lambda-ness. | nobu | 2009-07-06 | 1 | -0/+7 |
* | * vm_insnhelper.c (vm_yield_setup_block_args): restores the first | nobu | 2009-07-04 | 1 | -0/+7 |
* | * test/ruby/test_proc.rb: add some tests. | mame | 2009-03-08 | 1 | -0/+31 |
* | * {ext,lib,test}/**/*.rb: removed trailing spaces. | nobu | 2009-03-06 | 1 | -3/+3 |
* | * test/ruby/test_{proc,method}.rb: updated tests. | nobu | 2009-02-13 | 1 | -13/+13 |
* | * iseq.c (rb_iseq_parameters): proc arguments are always optional. | nobu | 2008-12-05 | 1 | -9/+9 |
* | * iseq.c (simple_default_value): extracts simplest default | nobu | 2008-11-28 | 1 | -0/+43 |
* | * test/ruby/test_proc.rb: filled all patterns for testing | yugui | 2008-10-28 | 1 | -0/+197 |
* | * vm_insnhelper.c (vm_yield_setup_args): supports optional parameters. | yugui | 2008-10-27 | 1 | -0/+160 |
* | * test/ruby/test_proc.rb (test_proc_args_unleashed): test for | nobu | 2008-10-25 | 1 | -0/+7 |
* | * bootstraptest/test_knownbug.rb: move solved tests. | ko1 | 2008-05-19 | 1 | -0/+12 |
* | * eval.c (eval): allow to eval in a binding that has a singleton method. | mame | 2008-02-13 | 1 | -0/+97 |
* | * proc.c (proc_curry): new method. [ruby-dev:33676] | mame | 2008-02-13 | 1 | -0/+63 |
* | use ML ref. for assertion message. | akr | 2007-11-18 | 1 | -8/+4 |
* | * yarvcore.h, compile.c (set_arguments): support post arguments. | ko1 | 2007-05-01 | 1 | -3/+5 |
* | * Merge YARV | ko1 | 2006-12-31 | 1 | -2/+19 |
* | * eval.c (proc_set_safe_level, proc_invoke, rb_mod_define_method): not | nobu | 2004-06-19 | 1 | -0/+31 |
* | * eval.c (rb_yield_0, proc_invoke, proc_arity): allow passing a block | nobu | 2004-05-25 | 1 | -0/+5 |
* | * eval.c (proc_eq): avoid false positive by using scope and | matz | 2004-03-18 | 1 | -2/+2 |
* | * test/*: should not depend on $KCODE. | nahi | 2004-02-18 | 1 | -2/+0 |
* | * test/ruby/test_proc.rb (TestProc::test_eq): added a | akira | 2004-02-06 | 1 | -3/+6 |
* | * test/ruby/test_proc.rb (TestProc::test_eq): added tests for | akira | 2004-02-06 | 1 | -0/+17 |
* | * test/ruby/test_proc.rb (test_arity): added. | nobu | 2003-11-27 | 1 | -13/+39 |
* | * lib/optparse.rb (OptionParser#order, #permute, #parse): allow an | nobu | 2003-09-05 | 1 | -9/+9 |
* | * test/ruby/test_*.rb: replace 'assert(a == b)' with assert_equal(a, b)' | nahi | 2003-09-05 | 1 | -5/+5 |
* | * test/ruby: tests for ruby itself. | nahi | 2003-09-04 | 1 | -0/+45 |