aboutsummaryrefslogtreecommitdiffstats
path: root/vm_eval.c
Commit message (Expand)AuthorAgeFilesLines
...
* vm_eval.c: expanded eval_stringnobu2017-12-271-13/+8
* vm_eval.c: split eval_string_with_crefnobu2017-12-271-44/+41
* vm_eval.c: refactor eval_make_iseqnobu2017-12-271-34/+28
* parse.y: warning for locationsnobu2017-12-261-4/+28
* vm_eval.c: strange message in evalnobu2017-12-261-40/+5
* iseq.c: dump type of branchiftype on disasmk0kubun2017-12-131-1/+1
* make a func static.ko12017-11-161-1/+1
* make a func static.ko12017-11-161-1/+1
* make a func static.ko12017-11-161-8/+8
* th->ec: dtraceko12017-11-071-2/+2
* * vm_eval.c (rescue_funcall_args): th->ecko12017-11-071-3/+3
* * eval_intern.h: rename macros rb_thread_raised_* toko12017-11-071-5/+3
* move `rb_thread_t::method_missing_reason` to ec.ko12017-11-071-5/+5
* move rb_thread_t::interrupt_flag and maskko12017-11-061-2/+2
* * vm_eval.c (current_vm_stack_arg): accepts `ec`.ko12017-10-291-4/+4
* * vm_eval.c (vm_catch_protect): accepts `ec` instead of `th`.ko12017-10-291-11/+11
* use `GET_EC()`.ko12017-10-291-4/+4
* use `GET_EC()`.ko12017-10-291-3/+3
* `th` -> `ec` for `rb_iterate0`.ko12017-10-291-11/+11
* `th` -> `ec` for rb_raise_method_missing().ko12017-10-291-8/+8
* `rb_call0()` accepts `ec`.ko12017-10-291-10/+11
* * vm_eval.c (rb_current_receiver): use `GET_EC()`.ko12017-10-291-2/+3
* `th` -> `ec` for vm_call_super().ko12017-10-291-7/+7
* rb_ec_stack_check()ko12017-10-291-1/+1
* EXEC_EVENT_HOOK(ec, ...)ko12017-10-291-2/+2
* `th` -> `ec` for backtrace functions.ko12017-10-281-4/+4
* `th` -> `ec` for method management functions.ko12017-10-281-29/+31
* `th` -> `ec` for rb_vm_call()ko12017-10-281-2/+2
* `th` -> `ec` for rb_vm_rewind_cfp.ko12017-10-281-2/+2
* `th` -> `ec` for vm_exec().ko12017-10-281-4/+4
* `th` -> `ec` for vm_set_*_stack.ko12017-10-281-11/+11
* move fields from `th` to `ec`.ko12017-10-281-14/+13
* `th` -> `ec` for block related functions.ko12017-10-271-18/+18
* `vm_call_handler` and related functions accept `ec` instead of `th`.ko12017-10-271-32/+31
* ec->th for vm_cref_push() and constify.ko12017-10-271-3/+3
* refactoring (rb_|)threadptr_stack_overflow.ko12017-10-271-1/+1
* vm_get_ruby_level_caller_cfp() accepts `ec` instead of `th`.ko12017-10-271-11/+10
* introduce EC_*_TAG() instead of TH_*_TAG()ko12017-10-261-18/+18
* vm_pop_frame() accepts `ec` instead of `th`.ko12017-10-261-1/+1
* vm_push_frame() accepts `ec` instead of `th`.ko12017-10-261-1/+1
* some functions accept `ec` instead of `th`.ko12017-10-261-3/+3
* Use rb_execution_context_t instead of rb_thread_tko12017-10-261-31/+31
* vm_eval.c: all value type casesnobu2017-10-241-1/+2
* vm_eval.c: uncallable_objectnobu2017-10-241-34/+40
* Revert "vm_eval.c: add rb_yield_assoc_or_values()"glass2017-10-021-12/+0
* vm_eval.c: add rb_yield_assoc_or_values()glass2017-10-021-0/+12
* check_funcall_missing() should call respond_to_missing?(name, priv=true)eregon2017-09-201-3/+1
* signal.c: fatal stacknobu2017-08-221-1/+1
* prevent stack overflownobu2017-08-211-1/+1
* Partially revert "suppress warning: assigned but unused variable - line"naruse2017-08-151-6/+6