summaryrefslogtreecommitdiff
path: root/vm_eval.c
AgeCommit message (Expand)Author
2015-05-08vm_eval.c: resolve refined method entrynobu
2015-05-06vm_eval.c: undefined refined check_funcallnobu
2015-04-23vm_eval.c: allow symbols to instance_eval/execnobu
2015-04-03vm_core.h: update for OPT_CALL_CFUNC_WITHOUT_FRAMEnobu
2015-03-28vm_eval.c: suppress warningsnobu
2015-03-28vm_eval.c: simplifynobu
2015-03-27vm_eval.c: simplify rb_iteratenobu
2015-03-11* node.h: remove NODE_IFUNC, NEW_IFUNC.ko1
2015-03-11* vm_insnhelper.h: use T_IMEMO to create THROW_DATA.ko1
2015-03-11* include/ruby/ruby.h: introduce new type T_IMEMO.ko1
2015-03-10* vm_eval.c (rb_catch_protect): use THROW_DATA_VAL().ko1
2015-03-10* vm_insnhelper.h: define struct IFUNC.ko1
2015-03-10* vm_insnhelper.h: define struct THROW_DATA to representko1
2015-03-08* internal.h: define rb_cref_t and change to use it.ko1
2015-03-08* internal.h: define CREF accessor macros.ko1
2015-03-06* fix namespace issue on singleton class expressions. [Bug #10943]ko1
2015-03-06vm_eval.c: next super class from the originalnobu
2015-03-05* vm_eval.c (eval_string_with_cref): A binding should keepshugo
2015-02-06vm_eval.c: no use of SYM2IDnobu
2015-02-05convert method name to a Symbolnobu
2015-02-04* vm_eval.c: Fix symbol leak with non optimized +send+ and method_missing [#1...marcandre
2015-01-16* eval_intern.h, vm.c, vm_eval.c, vm_insnhelper.c:ktsj
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