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