Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * bootstraptest/test_proc.rb: suppress error message. | mame | 2009-01-02 | 1 | -0/+3 |
* | * eval.c (get_errinfo): return th->errinfo value | ko1 | 2008-12-27 | 1 | -0/+8 |
* | * proc.c (proc_new): should use proc_dup() if block has Proc. | ko1 | 2008-12-25 | 1 | -0/+24 |
* | * string.c (str_gsub): should preserve last successful match | matz | 2008-06-19 | 1 | -1/+0 |
* | * proc.c (proc_new): fix to return Proc object if block is already | ko1 | 2008-06-19 | 1 | -0/+17 |
* | * vm_insnhelper.c (vm_throw): fix "return" process from "lambda". | ko1 | 2008-06-19 | 1 | -0/+14 |
* | * vm.c, vm_insnhelper.c: fix escape process with "braek" and "return" | ko1 | 2008-06-17 | 1 | -0/+88 |
* | * vm.c, eval_intern.h (PASS_PASSED_BLOCK): | ko1 | 2008-06-10 | 1 | -0/+17 |
* | * bootstraptest/test_proc.rb: fixed wrong expected result. pointed | nobu | 2008-01-12 | 1 | -3/+2 |
* | * proc.c (proc_mark): needs to mark the receiver too. a patch from | nobu | 2008-01-11 | 1 | -0/+7 |
* | * bootstraptest/runner.rb: fix to show file name. | ko1 | 2007-06-27 | 1 | -0/+255 |