summaryrefslogtreecommitdiff
path: root/vm_eval.c
AgeCommit message (Expand)Author
2014-12-09vm_eval.c: fix `rb_eval_string_wrap` rdocnobu
2014-11-25vm_eval.c: preserve encodingnobu
2014-11-16vm_eval.c: rb_current_receivernobu
2014-11-16vm_eval.c: define IDsnobu
2014-11-16id.def: move IDs for exceptionnobu
2014-11-15vm_eval.c: UncaughtThrowErrornobu
2014-11-14vm_eval.c (rb_eval_cmd): use pre-defined idCallnormal
2014-11-14vm_eval.c (rb_yield_splat): add missing GC guardnormal
2014-11-09vm.c: super in bmethodnobu
2014-11-02* rewrite method/block parameter fitting logic to optimizeko1
2014-09-19vm_eval.c: fix super from eval with scopenobu
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::catchzzak
2014-07-01vm.c: rb_vm_env_local_variablesnobu
2014-07-01vm.c: constifynobu
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 cfpko1
2014-06-18constify parametersnobu
2014-05-24* vm_eval.c: [DOC] [ci skip] Improve instance_eval description when given azzak
2014-05-07vm_eval.c: hide intermediate hashnobu
2014-05-07vm_eval.c: symbol identitynobu
2014-05-07vm_eval.c: valid name IDs onlynobu
2014-05-07vm.c: clear intermediate hashnobu
2014-05-07vm_eval.c: exclude hidden variablesnobu
2014-05-07rename variablesnobu
2014-04-04eval_intern.h: VAR_INITIALIZEDnobu
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 issorah
2014-03-17* enumerator.c (enumerator_block_call): use PARRAY_CONST_PTR()ko1
2014-03-07vm_eval.c: use RARRAY_CONST_PTR to aid RGenGC performancenormal
2014-03-07vm_eval.c: fix misplaced GC guardnormal
2014-01-30vm_eval.c: compare method typenobu
2014-01-30vm_eval.c: fix NoMethodError messagenobu
2014-01-30vm_eval.c: fix NoMethodError messagenobu
2014-01-30vm_eval.c: omit klassnobu
2014-01-30vm_eval.c: error message encodingnobu
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 ofglass
2013-12-20* include/ruby/ruby.h: rename OBJ_WRITE and OBJ_WRITTEN intoko1
2013-12-08gc.c: promote long-lived NODE_CREF objects to oldgentmm1
2013-12-05vm_eval.c: suppress warningnobu
2013-12-03vm_eval.c: rb_catch_protectnobu
2013-11-30vm_eval.c: blockargnobu
2013-11-29vm_eval.c: rb_yield_blocknobu
2013-11-29ruby/ruby.h, enum.c, vm_eval.c: constify argvnobu
2013-11-26* compile.c: Use rb_fstring() to de-duplicate string literals in code. [ruby...tmm1
2013-11-18eval_intern.h: refine stack overflow detectionnobu
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 ofcharliesome