summaryrefslogtreecommitdiff
path: root/eval_intern.h
AgeCommit message (Expand)Author
2020-11-11Threads in a ractor will be killed with the ractorKoichi Sasada
2020-10-26Ignore <internal: entries from core library methods for Kernel#warn(message, ...Benoit Daloze
2020-10-14fix releasing timing.Koichi Sasada
2020-10-14support exception when lock_rec > 0Koichi Sasada
2019-12-13Create backtrace location array directlyNobuyoshi Nakada
2019-11-14delete unused functions卜部昌平
2019-08-08solve "duplicate :raise event" [Bug #15877]Koichi Sasada
2019-05-31Use UNALIGNED_MEMBER_PTRNobuyoshi Nakada
2019-05-31Also GCC 9 provides -Waddress-of-packed-memberNobuyoshi Nakada
2018-07-30reduce copy & pasteshyouhei
2018-01-18eval_intern.h: duplicate checknobu
2017-12-06eval_intern.h: fix a typomame
2017-12-06eval_intern.h: prevent core dump with clang and make test-allmame
2017-12-06remove `PUSH_TAG`/`EXEC_AG`/`POP_TAG`/`JUMO_TAG`.ko1
2017-11-16make a func static.ko1
2017-11-16make a func static.ko1
2017-11-07`rb_execution_context_t *` should not be `th`ko1
2017-11-07fix commentko1
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_* toko1
2017-11-07rename to rb_ec_set_raised().ko1
2017-11-07th->ec: rb_threadptr_reset_raised()ko1
2017-10-29`th` -> `ec` for rb_raise_method_missing().ko1
2017-10-29rb_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-28move fields from `th` to `ec`.ko1
2017-10-26introduce EC_*_TAG() instead of TH_*_TAG()ko1
2017-10-26Use rb_execution_context_t instead of rb_thread_tko1
2017-09-25vm.c: unused functionnobu
2017-07-30UNALIGNED_MEMBER_ACCESS only for clangnobu
2017-07-30UNALIGNED_MEMBER_ACCESSnobu
2017-06-26move several fields from rb_thread_t to rb_execution_context_t.ko1
2017-06-23move "state" to rb_vm_tag.ko1
2017-06-23rename th->state to th->tag_state.ko1
2017-06-23use "enum ruby_tag_type" and TAG_NONE.ko1
2017-06-08vm_block_handler_verify() should not return any value.ko1
2017-05-09rb_execution_context_t: move stack, stack_size and cfp from rb_thread_tnormal
2017-04-17vm_backtrace.c: backtrace functions per threadsnobu
2017-04-17gc.c: rb_threadptr_stack_checknobu
2016-09-26eval_intern.h: make TH_PUSH_TAG() initialize rb_vm_tag::tag with Qundefrhe
2016-07-28* vm_core.h: revisit the structure of frame, block and env.ko1
2016-06-18Suppress false warningsnobu
2016-05-08* configure.in: check function attirbute const and pure,naruse
2016-01-03Use `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-05eval_intern.h: pass_passed_blocknobu
2015-07-17compile.c: use ruby_tag_typenobu