summaryrefslogtreecommitdiff
path: root/eval_jump.c
AgeCommit message (Expand)Author
2019-08-29drop-in type check for rb_define_global_function卜部昌平
2019-08-13* expand tabs.git
2019-08-13Renamed ruby_finalize_{0,1}Nobuyoshi Nakada
2017-12-28`$SAFE` as a process global state. [Feature #14250]ko1
2017-12-06remove `PUSH_TAG`/`EXEC_AG`/`POP_TAG`/`JUMO_TAG`.ko1
2017-10-29* eval_jump.c (rb_exec_end_proc): use `GET_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-06-28move fields to ec.ko1
2017-06-23use "enum ruby_tag_type" and TAG_NONE.ko1
2016-04-22eval_jump.c: restore previous error infonobu
2015-02-24eval.c: use the given threadnobu
2014-04-04eval_intern.h: VAR_INITIALIZEDnobu
2013-11-19eval_jump.c: reuse same tagnobu
2013-11-18eval_jump.c: refix [Bug #9110]nobu
2013-11-15 * eval_jump.c (rb_exec_end_proc): fix double free or corruption errorglass
2012-03-18volatile errinfonobu
2012-03-12* eval_jump.c (rb_exec_end_proc): remember the latest exit status.nobu
2011-03-07cancel subversion backfire. sorrymatz
2011-03-07* gc.c (rb_gc_set_params): allow GC parameter configuration bymatz
2011-02-26* eval_jump.c (rb_exec_end_proc): remove unused variable.nobu
2011-02-16* eval_jump.c (rb_exec_end_proc): changed at_exit and END prockosaki
2009-02-28* eval_error.c (error_print): use volatile to suppress warnings.akr
2008-06-10* include/ruby/intern.h, proc.c: revert rb_proc_call() andko1
2008-06-09* include/ruby/ruby.h, vm_core.h: add a type rb_blockptr.mame
2008-06-08* array.c, bignum.c, cont.c, dir.c, dln.c, encoding.c, enumerator.c,ko1
2008-05-24* eval_method.c: renamed from vm_method.c. "vm_method.c" is includedko1
2008-03-05* numeric.c (fix_to_s): avoid rb_scan_args() when no argumentmatz
2008-01-03* eval_jump.c (rb_f_catch): Resotre cfp if catched thrown object.ko1
2007-12-20* common.mk, *.ci: renamed to *.c.ko1