index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
vm_eval.c
Age
Commit message (
Expand
)
Author
2017-11-07
th->ec: dtrace
ko1
2017-11-07
* vm_eval.c (rescue_funcall_args): th->ec
ko1
2017-11-07
* eval_intern.h: rename macros rb_thread_raised_* to
ko1
2017-11-07
move `rb_thread_t::method_missing_reason` to ec.
ko1
2017-11-06
move rb_thread_t::interrupt_flag and mask
ko1
2017-10-29
* vm_eval.c (current_vm_stack_arg): accepts `ec`.
ko1
2017-10-29
* vm_eval.c (vm_catch_protect): accepts `ec` instead of `th`.
ko1
2017-10-29
use `GET_EC()`.
ko1
2017-10-29
use `GET_EC()`.
ko1
2017-10-29
`th` -> `ec` for `rb_iterate0`.
ko1
2017-10-29
`th` -> `ec` for rb_raise_method_missing().
ko1
2017-10-29
`rb_call0()` accepts `ec`.
ko1
2017-10-29
* vm_eval.c (rb_current_receiver): use `GET_EC()`.
ko1
2017-10-29
`th` -> `ec` for vm_call_super().
ko1
2017-10-29
rb_ec_stack_check()
ko1
2017-10-29
EXEC_EVENT_HOOK(ec, ...)
ko1
2017-10-28
`th` -> `ec` for backtrace functions.
ko1
2017-10-28
`th` -> `ec` for method management functions.
ko1
2017-10-28
`th` -> `ec` for rb_vm_call()
ko1
2017-10-28
`th` -> `ec` for rb_vm_rewind_cfp.
ko1
2017-10-28
`th` -> `ec` for vm_exec().
ko1
2017-10-28
`th` -> `ec` for vm_set_*_stack.
ko1
2017-10-28
move fields from `th` to `ec`.
ko1
2017-10-27
`th` -> `ec` for block related functions.
ko1
2017-10-27
`vm_call_handler` and related functions accept `ec` instead of `th`.
ko1
2017-10-27
ec->th for vm_cref_push() and constify.
ko1
2017-10-27
refactoring (rb_|)threadptr_stack_overflow.
ko1
2017-10-27
vm_get_ruby_level_caller_cfp() accepts `ec` instead of `th`.
ko1
2017-10-26
introduce EC_*_TAG() instead of TH_*_TAG()
ko1
2017-10-26
vm_pop_frame() accepts `ec` instead of `th`.
ko1
2017-10-26
vm_push_frame() accepts `ec` instead of `th`.
ko1
2017-10-26
some functions accept `ec` instead of `th`.
ko1
2017-10-26
Use rb_execution_context_t instead of rb_thread_t
ko1
2017-10-24
vm_eval.c: all value type cases
nobu
2017-10-24
vm_eval.c: uncallable_object
nobu
2017-10-02
Revert "vm_eval.c: add rb_yield_assoc_or_values()"
glass
2017-10-02
vm_eval.c: add rb_yield_assoc_or_values()
glass
2017-09-20
check_funcall_missing() should call respond_to_missing?(name, priv=true)
eregon
2017-08-22
signal.c: fatal stack
nobu
2017-08-21
prevent stack overflow
nobu
2017-08-15
Partially revert "suppress warning: assigned but unused variable - line"
naruse
2017-08-15
suppress warning: assigned but unused variable - line
naruse
2017-07-18
vm_eval.c: rb_lambda_call
nobu
2017-06-28
move fields to ec.
ko1
2017-06-26
move several fields from rb_thread_t to rb_execution_context_t.
ko1
2017-06-23
move "state" to rb_vm_tag.
ko1
2017-06-23
rename th->state to th->tag_state.
ko1
2017-06-23
rb_catch_protect() accepts enum ruby_tag_type *.
ko1
2017-06-23
use "enum ruby_tag_type" and TAG_NONE.
ko1
2017-06-14
remove OPT_CALL_CFUNC_WITHOUT_FRAME.
ko1
[next]