| Commit message (Expand) | Author | Age | Files | Lines |
* | * vm_eval.c: [DOC] Fix rdoc formatting of patch from [Bug #9551] | zzak | 2014-07-27 | 1 | -14/+11 |
* | * vm_eval.c: [DOC] [Bug #9551] Improve clarity of Kernel::catch | zzak | 2014-07-27 | 1 | -25/+42 |
* | vm.c: rb_vm_env_local_variables | nobu | 2014-07-01 | 1 | -8/+20 |
* | vm.c: constify | nobu | 2014-07-01 | 1 | -1/+1 |
* | * vm_eval.c (rb_catch_protect): fix same problem of [Bug #9961]. | ko1 | 2014-06-19 | 1 | -2/+3 |
* | * vm.c (rb_vm_rewind_cfp): add new function to rewind specified cfp | ko1 | 2014-06-19 | 1 | -12/+1 |
* | constify parameters | nobu | 2014-06-18 | 1 | -9/+11 |
* | * vm_eval.c: [DOC] [ci skip] Improve instance_eval description when given a | zzak | 2014-05-24 | 1 | -6/+16 |
* | vm_eval.c: hide intermediate hash | nobu | 2014-05-07 | 1 | -3/+3 |
* | vm_eval.c: symbol identity | nobu | 2014-05-07 | 1 | -1/+12 |
* | vm_eval.c: valid name IDs only | nobu | 2014-05-07 | 1 | -13/+20 |
* | vm.c: clear intermediate hash | nobu | 2014-05-07 | 1 | -1/+4 |
* | vm_eval.c: exclude hidden variables | nobu | 2014-05-07 | 1 | -3/+5 |
* | rename variables | nobu | 2014-05-07 | 1 | -5/+5 |
* | eval_intern.h: VAR_INITIALIZED | nobu | 2014-04-04 | 1 | -0/+2 |
* | * vm_eval.c (eval_string_with_cref): Unify to use NIL_P. | sorah | 2014-03-18 | 1 | -1/+1 |
* | * vm_eval.c (eval_string_with_cref): Use file path even if scope is | sorah | 2014-03-18 | 1 | -4/+5 |
* | * enumerator.c (enumerator_block_call): use PARRAY_CONST_PTR() | ko1 | 2014-03-17 | 1 | -2/+2 |
* | vm_eval.c: use RARRAY_CONST_PTR to aid RGenGC performance | normal | 2014-03-07 | 1 | -2/+3 |
* | vm_eval.c: fix misplaced GC guard | normal | 2014-03-07 | 1 | -4/+7 |
* | vm_eval.c: compare method type | nobu | 2014-01-30 | 1 | -1/+1 |
* | vm_eval.c: fix NoMethodError message | nobu | 2014-01-30 | 1 | -2/+3 |
* | vm_eval.c: fix NoMethodError message | nobu | 2014-01-30 | 1 | -1/+2 |
* | vm_eval.c: omit klass | nobu | 2014-01-30 | 1 | -11/+10 |
* | vm_eval.c: error message encoding | nobu | 2014-01-30 | 1 | -10/+10 |
* | * vm.c (rb_vm_pop_cfunc_frame): added. It cares c_return event. | ko1 | 2014-01-09 | 1 | -7/+6 |
* | * vm_eval.c (method_missing): use ALLOCV_N() instead of | glass | 2014-01-01 | 1 | -10/+3 |
* | * include/ruby/ruby.h: rename OBJ_WRITE and OBJ_WRITTEN into | ko1 | 2013-12-20 | 1 | -1/+1 |
* | gc.c: promote long-lived NODE_CREF objects to oldgen | tmm1 | 2013-12-08 | 1 | -1/+1 |
* | vm_eval.c: suppress warning | nobu | 2013-12-05 | 1 | -1/+1 |
* | vm_eval.c: rb_catch_protect | nobu | 2013-12-03 | 1 | -3/+13 |
* | vm_eval.c: blockarg | nobu | 2013-11-30 | 1 | -1/+3 |
* | vm_eval.c: rb_yield_block | nobu | 2013-11-29 | 1 | -0/+11 |
* | ruby/ruby.h, enum.c, vm_eval.c: constify argv | nobu | 2013-11-29 | 1 | -3/+3 |
* | * compile.c: Use rb_fstring() to de-duplicate string literals in code. [ruby... | tmm1 | 2013-11-26 | 1 | -0/+5 |
* | eval_intern.h: refine stack overflow detection | nobu | 2013-11-18 | 1 | -1/+1 |
* | * dir.c, pack.c, ruby.c, struct.c, vm_eval.c: use RARRAY_CONST_PTR(). | glass | 2013-11-08 | 1 | -2/+2 |
* | * include/ruby/ruby.h: rename RARRAY_RAWPTR() to RARRAY_CONST_PTR(). | ko1 | 2013-09-25 | 1 | -1/+1 |
* | * vm_eval.c (vm_call0): fix prototype, the id parameter should be of | charliesome | 2013-09-07 | 1 | -1/+1 |
* | vm_eval.c: constify | nobu | 2013-08-27 | 1 | -4/+4 |
* | * array.c (rb_ary_splice): use RARRAY_PTR_USE() without WB because | ko1 | 2013-08-26 | 1 | -1/+1 |
* | * error.c, file.c, gc.c, hash.c, thread.c, variable.c, vm_eval.c, bin/erb: | ktsj | 2013-08-18 | 1 | -22/+3 |
* | vm_eval.c: suppress warning | nobu | 2013-08-16 | 1 | -1/+2 |
* | * vm_insnhelper.c (vm_push_frame): fix stack overflow check codes. | ko1 | 2013-08-06 | 1 | -2/+1 |
* | * vm_eval.c (eval_string_with_cref): copy cref to limit the scope of | shugo | 2013-08-06 | 1 | -0/+9 |
* | parse.y, vm_eval.c: file encoding in eval | nobu | 2013-07-29 | 1 | -20/+27 |
* | vm_eval.c: fix argument type | nobu | 2013-07-29 | 1 | -2/+2 |
* | vm_eval.c: Check_TypedStruct | nobu | 2013-07-22 | 1 | -7/+2 |
* | vm_eval.c: use file argument | nobu | 2013-07-22 | 1 | -1/+4 |
* | intern.h: define rb_enumerator_size_func | nobu | 2013-06-26 | 1 | -1/+1 |