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
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
eval.c
Age
Commit message (
Expand
)
Author
2017-12-28
`$SAFE` as a process global state. [Feature #14250]
ko1
2017-12-06
remove `PUSH_TAG`/`EXEC_AG`/`POP_TAG`/`JUMO_TAG`.
ko1
2017-12-03
The superclass of a refinement should have BasicObject as its ancestor.
shugo
2017-12-02
Modules should not have subclasses.
shugo
2017-11-16
remove an unused function.
ko1
2017-11-16
`rb_source_loc` -> `rb_source_location_cstr`
ko1
2017-11-07
th->ec: rb_threadptr_setup_exception
ko1
2017-11-07
* eval_intern.h: rename macros rb_thread_raised_* to
ko1
2017-11-07
rename to rb_ec_set_raised().
ko1
2017-11-07
th->ec: rb_threadptr_reset_raised()
ko1
2017-11-06
move rb_thread_t::interrupt_flag and mask
ko1
2017-10-29
use `GET_EC()`.
ko1
2017-10-29
`rb_ec_error_print()`.
ko1
2017-10-29
EXEC_EVENT_HOOK(ec, ...)
ko1
2017-10-28
`th` -> `ec` for backtrace functions.
ko1
2017-10-28
`th` -> `ec` for rb_longjmp() and related functions.
ko1
2017-10-28
`th` -> `ec` for rb_vm_rewind_cfp.
ko1
2017-10-26
replace `GET_THREAD()->ec` to `GET_EC()`.
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
some functions accept `ec` instead of `th`.
ko1
2017-10-26
Use rb_execution_context_t instead of rb_thread_t
ko1
2017-09-30
eval.c: check type
nobu
2017-08-21
vm_core.h: ruby_error_stackfatal
nobu
2017-08-18
vm_insnhelper.c: raise ruby_error_sysstack_gc
nobu
2017-08-10
rename rb_execution_context_t::stack(_size) to vm_stack(_size).
ko1
2017-08-02
eval.c: suppress warnings
nobu
2017-08-02
eval.c: fix state type
nobu
2017-07-26
Fix typos [ci skip]
kazu
2017-07-22
* remove trailing spaces.
svn
2017-07-22
Add Doxygen comments
yugui
2017-07-20
Remove dead code
yugui
2017-06-28
move fields to ec.
ko1
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
use "enum ruby_tag_type" and TAG_NONE.
ko1
2017-05-09
rb_execution_context_t: move stack, stack_size and cfp from rb_thread_t
normal
2017-04-18
eval.c: fix exit inside TAG
nobu
2017-04-17
eval.c: copy before cause setup
nobu
2017-04-17
eval.c: copy special exceptions before raise
nobu
2017-04-17
vm_backtrace.c: backtrace functions per threads
nobu
2017-04-17
eval.c: share rb_longjmp
nobu
2017-02-03
eval.c: hide internal objects
nobu
2017-01-24
eval.c: copy special exception
nobu
2016-12-21
eval.c: fix circular cause
nobu
2016-12-07
Add clang volatile fixes from FreeBSD and NetBSD.
shugo
2016-11-13
error.c: redefined backtrace
nobu
2016-11-13
error.c: rb_get_backtrace
nobu
2016-11-06
include and prepend check no args
nobu
2016-11-05
* vm_trace.c (tracepoint_attr_callee_id, rb_tracearg_callee_id):
ktsj
[next]