Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * suppress warnings with -Wwrite-string. | nobu | 2008-05-31 | 1 | -2/+2 |
| | | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@16716 b2dd03c8-39d4-4d8f-98ff-823fe69b080e | ||||
* | * eval_error.c (error_handle): SystemExit and SignalException throws | nobu | 2008-05-27 | 1 | -2/+4 |
| | | | | | | | TAG_RAISE but not TAG_FATAL. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@16652 b2dd03c8-39d4-4d8f-98ff-823fe69b080e | ||||
* | * eval_method.c: renamed from vm_method.c. "vm_method.c" is included | ko1 | 2008-05-24 | 1 | -28/+6 |
| | | | | | | | | | | | | | | | by "vm.c". * vm_eval.c: added. Some codes are moved from "eval.c" * common.mk: fix for above changes. * compile.c: make a vm_eval(0) * eval.c, eval_error.c, eval_intern.h, eval_jump.c, proc.c, vm.c, id.c, id.h, vm_core.h, vm_dump.c, vm_evalbody.c, vm_insnhelper.c, blockinlining.c: fix for above changes. and do some refactoring. this changes improve rb_yield() performance. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@16576 b2dd03c8-39d4-4d8f-98ff-823fe69b080e | ||||
* | * eval_error.c (error_handle): commit miss. | nobu | 2008-02-28 | 1 | -2/+2 |
| | | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15627 b2dd03c8-39d4-4d8f-98ff-823fe69b080e | ||||
* | * eval_error.c (error_print): append a newline to rest lines. | nobu | 2008-02-14 | 1 | -0/+1 |
| | | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15474 b2dd03c8-39d4-4d8f-98ff-823fe69b080e | ||||
* | * common.mk, *.ci: renamed to *.c. | ko1 | 2007-12-20 | 1 | -0/+291 |
* eval_laod.c: renamed to load.c. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14364 b2dd03c8-39d4-4d8f-98ff-823fe69b080e |