summaryrefslogtreecommitdiff
path: root/eval_intern.h
AgeCommit message (Expand)Author
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
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 ofko1
2015-03-10* vm_insnhelper.h: define struct THROW_DATA to representko1
2015-03-08* internal.h: define rb_cref_t and change to use it.ko1
2015-03-08* internal.h: define CREF accessor macros.ko1
2015-01-16* eval_intern.h, vm.c, vm_eval.c, vm_insnhelper.c:ktsj
2014-07-26eval_error.c: rb_print_inaccessiblenobu
2014-06-18constify parametersnobu
2014-05-28eval_intern.h: suppress warning by gcc 4.6nobu
2014-05-15Handle machine stack overflow on mingwnobu
2014-04-04eval_intern.h: VAR_INITIALIZEDnobu
2014-04-02eval_intern.h: __builtin_longjmp requires literal 1 on gcc 4.9nobu
2014-02-05eval_intern.h: use TH_TMPPOP_TAG and TH_REPUSH_TAGnobu
2013-11-21* eval_intern.h (SAVE_ROOT_JMPBUF): workaround for the failure ofusa
2013-11-19eval_jump.c: reuse same tagnobu
2013-11-18eval_intern.h: refine stack overflow detectionnobu
2013-11-05eval_intern.h: rename prefixnobu
2013-11-04eval_intern.h: avoid undefined behavior of setjmpnobu
2013-05-18vm_core.h: move jmpbuf between tag and prevnobu