aboutsummaryrefslogtreecommitdiffstats
path: root/vm_eval.c
Commit message (Expand)AuthorAgeFilesLines
* vm_eval.c: rb_current_receivernobu2014-11-161-0/+10
* vm_eval.c: define IDsnobu2014-11-161-4/+8
* id.def: move IDs for exceptionnobu2014-11-161-3/+2
* vm_eval.c: UncaughtThrowErrornobu2014-11-151-3/+78
* vm_eval.c (rb_eval_cmd): use pre-defined idCallnormal2014-11-141-1/+1
* vm_eval.c (rb_yield_splat): add missing GC guardnormal2014-11-141-0/+1
* vm.c: super in bmethodnobu2014-11-091-1/+1
* * rewrite method/block parameter fitting logic to optimizeko12014-11-021-0/+1
* vm_eval.c: fix super from eval with scopenobu2014-09-191-1/+2
* * vm_eval.c: [DOC] Fix rdoc formatting of patch from [Bug #9551]zzak2014-07-271-14/+11
* * vm_eval.c: [DOC] [Bug #9551] Improve clarity of Kernel::catchzzak2014-07-271-25/+42
* vm.c: rb_vm_env_local_variablesnobu2014-07-011-8/+20
* vm.c: constifynobu2014-07-011-1/+1
* * vm_eval.c (rb_catch_protect): fix same problem of [Bug #9961].ko12014-06-191-2/+3
* * vm.c (rb_vm_rewind_cfp): add new function to rewind specified cfpko12014-06-191-12/+1
* constify parametersnobu2014-06-181-9/+11
* * vm_eval.c: [DOC] [ci skip] Improve instance_eval description when given azzak2014-05-241-6/+16
* vm_eval.c: hide intermediate hashnobu2014-05-071-3/+3
* vm_eval.c: symbol identitynobu2014-05-071-1/+12
* vm_eval.c: valid name IDs onlynobu2014-05-071-13/+20
* vm.c: clear intermediate hashnobu2014-05-071-1/+4
* vm_eval.c: exclude hidden variablesnobu2014-05-071-3/+5
* rename variablesnobu2014-05-071-5/+5
* eval_intern.h: VAR_INITIALIZEDnobu2014-04-041-0/+2
* * vm_eval.c (eval_string_with_cref): Unify to use NIL_P.sorah2014-03-181-1/+1
* * vm_eval.c (eval_string_with_cref): Use file path even if scope issorah2014-03-181-4/+5
* * enumerator.c (enumerator_block_call): use PARRAY_CONST_PTR()ko12014-03-171-2/+2
* vm_eval.c: use RARRAY_CONST_PTR to aid RGenGC performancenormal2014-03-071-2/+3
* vm_eval.c: fix misplaced GC guardnormal2014-03-071-4/+7
* vm_eval.c: compare method typenobu2014-01-301-1/+1
* vm_eval.c: fix NoMethodError messagenobu2014-01-301-2/+3
* vm_eval.c: fix NoMethodError messagenobu2014-01-301-1/+2
* vm_eval.c: omit klassnobu2014-01-301-11/+10
* vm_eval.c: error message encodingnobu2014-01-301-10/+10
* * vm.c (rb_vm_pop_cfunc_frame): added. It cares c_return event.ko12014-01-091-7/+6
* * vm_eval.c (method_missing): use ALLOCV_N() instead ofglass2014-01-011-10/+3
* * include/ruby/ruby.h: rename OBJ_WRITE and OBJ_WRITTEN intoko12013-12-201-1/+1
* gc.c: promote long-lived NODE_CREF objects to oldgentmm12013-12-081-1/+1
* vm_eval.c: suppress warningnobu2013-12-051-1/+1
* vm_eval.c: rb_catch_protectnobu2013-12-031-3/+13
* vm_eval.c: blockargnobu2013-11-301-1/+3
* vm_eval.c: rb_yield_blocknobu2013-11-291-0/+11
* ruby/ruby.h, enum.c, vm_eval.c: constify argvnobu2013-11-291-3/+3
* * compile.c: Use rb_fstring() to de-duplicate string literals in code. [ruby...tmm12013-11-261-0/+5
* eval_intern.h: refine stack overflow detectionnobu2013-11-181-1/+1
* * dir.c, pack.c, ruby.c, struct.c, vm_eval.c: use RARRAY_CONST_PTR().glass2013-11-081-2/+2
* * include/ruby/ruby.h: rename RARRAY_RAWPTR() to RARRAY_CONST_PTR().ko12013-09-251-1/+1
* * vm_eval.c (vm_call0): fix prototype, the id parameter should be ofcharliesome2013-09-071-1/+1
* vm_eval.c: constifynobu2013-08-271-4/+4
* * array.c (rb_ary_splice): use RARRAY_PTR_USE() without WB becauseko12013-08-261-1/+1