| Commit message (Expand) | Author | Age | Files | Lines |
* | * proc.c (proc_to_s): used a variable before initialized. | nobu | 2007-06-24 | 1 | -10/+10 |
* | * proc.c (proc_to_s): suppress warning, and reduced duplicated code. | nobu | 2007-06-24 | 1 | -4/+4 |
* | * proc.c (proc_to_s): revert the change from %p to %lx at YARV | akr | 2007-06-22 | 1 | -1/+1 |
* | * proc.c (proc_to_s): show is_lambda. | akr | 2007-06-22 | 1 | -3/+5 |
* | * parse.y (new_yield), compile.c (iseq_compile_each): fix | ko1 | 2007-06-05 | 1 | -0/+11 |
* | * proc.c (Init_Proc): remove a line break. | ko1 | 2007-06-02 | 1 | -2/+1 |
* | * proc.c (proc_arity): fix an arity bug ([ruby-core:11060]). | ko1 | 2007-05-01 | 1 | -7/+14 |
* | * yarvcore.h, compile.c (set_arguments): support post arguments. | ko1 | 2007-05-01 | 1 | -14/+14 |
* | * eval_intern.h (PUSH_TAG): no argument now. | nobu | 2007-04-25 | 1 | -1/+1 |
* | * compile.c, parse.y, eval.c, intern.h, iseq.c, lex.c, node.h, | ko1 | 2007-03-21 | 1 | -1/+1 |
* | * yarvcore.h: | ko1 | 2007-02-25 | 1 | -1/+1 |
* | * blockinlining.c, error.c, eval.c, eval_error.h, eval_intern.h, | ko1 | 2007-02-08 | 1 | -2/+2 |
* | * blockinlining.c, compile.c, compile.h, error.c, eval.c, | ko1 | 2007-02-06 | 1 | -108/+42 |
* | * proc.c: support Binding#eval. | ko1 | 2007-02-05 | 1 | -3/+7 |
* | * proc.c: refactoring (remove K&R style, move Binding stuffs from | ko1 | 2007-02-05 | 1 | -45/+24 |
* | * proc.c (yarv_proc_alloc): needs return. | nobu | 2007-02-02 | 1 | -1/+1 |
* | * *.def, proc.c, vm_opts.h.base, template/*: set properties. | nobu | 2007-02-02 | 1 | -1610/+1610 |
* | * eval_proc.c (method_receiver): add new method to get the bound | matz | 2007-01-20 | 1 | -0/+53 |
* | * some refactoring around yarvcore and proc. | ko1 | 2007-01-17 | 1 | -0/+1557 |