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_intern.h
Age
Commit message (
Expand
)
Author
2018-07-30
reduce copy & paste
shyouhei
2018-01-18
eval_intern.h: duplicate check
nobu
2017-12-06
eval_intern.h: fix a typo
mame
2017-12-06
eval_intern.h: prevent core dump with clang and make test-all
mame
2017-12-06
remove `PUSH_TAG`/`EXEC_AG`/`POP_TAG`/`JUMO_TAG`.
ko1
2017-11-16
make a func static.
ko1
2017-11-16
make a func static.
ko1
2017-11-07
`rb_execution_context_t *` should not be `th`
ko1
2017-11-07
fix comment
ko1
2017-11-07
* eval_intern.h (rb_threadptr_tag_state): rename to rb_ec_tag_state.
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-10-29
`th` -> `ec` for rb_raise_method_missing().
ko1
2017-10-29
rb_ec_stack_check()
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
move fields from `th` to `ec`.
ko1
2017-10-26
introduce EC_*_TAG() instead of TH_*_TAG()
ko1
2017-10-26
Use rb_execution_context_t instead of rb_thread_t
ko1
2017-09-25
vm.c: unused function
nobu
2017-07-30
UNALIGNED_MEMBER_ACCESS only for clang
nobu
2017-07-30
UNALIGNED_MEMBER_ACCESS
nobu
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
use "enum ruby_tag_type" and TAG_NONE.
ko1
2017-06-08
vm_block_handler_verify() should not return any value.
ko1
2017-05-09
rb_execution_context_t: move stack, stack_size and cfp from rb_thread_t
normal
2017-04-17
vm_backtrace.c: backtrace functions per threads
nobu
2017-04-17
gc.c: rb_threadptr_stack_check
nobu
2016-09-26
eval_intern.h: make TH_PUSH_TAG() initialize rb_vm_tag::tag with Qundef
rhe
2016-07-28
* vm_core.h: revisit the structure of frame, block and env.
ko1
2016-06-18
Suppress false warnings
nobu
2016-05-08
* configure.in: check function attirbute const and pure,
naruse
2016-01-03
Use `rb_method_visibility_t` instead of `int` in `rb_print_undef`
yui-knk
2015-11-20
* vm.c (rb_vm_cref_replace_with_duplicated_cref): added.
ko1
2015-11-13
* refactoring CREF related code.
ko1
2015-11-13
* method.h: constify rb_cref_t::scope_visi;
ko1
2015-10-05
eval_intern.h: pass_passed_block
nobu
2015-07-17
compile.c: use ruby_tag_type
nobu
2015-06-05
* internal.h: move definition of rb_cref_t to method.h.
ko1
2015-06-03
* vm_method.c: rename `rb_frame_...' to `rb_scope_...'.
ko1
2015-06-03
* method.h: split rb_method_definition_t::flag to several flags.
ko1
2015-05-31
* eval_intern.h, vm_method.c: move macros to functions.
ko1
2015-03-11
* internal.h, eval_intern.h: move CREF accessors.
ko1
2015-03-11
* vm_insnhelper.h: use T_IMEMO to create THROW_DATA.
ko1
2015-03-10
* eval_intern.h (THROW_DATA_P): use RB_TYPE_P() instead of
ko1
2015-03-10
* vm_insnhelper.h: define struct THROW_DATA to represent
ko1
2015-03-08
* internal.h: define rb_cref_t and change to use it.
ko1
[next]