aboutsummaryrefslogtreecommitdiffstats
path: root/eval_jump.c
Commit message (Expand)AuthorAgeFilesLines
* drop-in type check for rb_define_global_function卜部昌平2019-08-291-1/+1
* * expand tabs.git2019-08-131-1/+1
* Renamed ruby_finalize_{0,1}Nobuyoshi Nakada2019-08-131-4/+3
* `$SAFE` as a process global state. [Feature #14250]ko12017-12-281-5/+0
* remove `PUSH_TAG`/`EXEC_AG`/`POP_TAG`/`JUMO_TAG`.ko12017-12-061-1/+1
* * eval_jump.c (rb_exec_end_proc): use `GET_EC()`.ko12017-10-291-8/+7
* introduce EC_*_TAG() instead of TH_*_TAG()ko12017-10-261-4/+4
* Use rb_execution_context_t instead of rb_thread_tko12017-10-261-5/+5
* move fields to ec.ko12017-06-281-5/+5
* use "enum ruby_tag_type" and TAG_NONE.ko12017-06-231-3/+3
* eval_jump.c: restore previous error infonobu2016-04-221-3/+5
* eval.c: use the given threadnobu2015-02-241-2/+2
* eval_intern.h: VAR_INITIALIZEDnobu2014-04-041-0/+1
* eval_jump.c: reuse same tagnobu2013-11-191-37/+27
* eval_jump.c: refix [Bug #9110]nobu2013-11-181-15/+8
* * eval_jump.c (rb_exec_end_proc): fix double free or corruption errorglass2013-11-151-1/+14
* volatile errinfonobu2012-03-181-1/+1
* * eval_jump.c (rb_exec_end_proc): remember the latest exit status.nobu2012-03-121-0/+5
* cancel subversion backfire. sorrymatz2011-03-071-1/+0
* * gc.c (rb_gc_set_params): allow GC parameter configuration bymatz2011-03-071-0/+1
* * eval_jump.c (rb_exec_end_proc): remove unused variable.nobu2011-02-261-1/+0
* * eval_jump.c (rb_exec_end_proc): changed at_exit and END prockosaki2011-02-161-36/+26
* * eval_error.c (error_print): use volatile to suppress warnings.akr2009-02-281-1/+2
* * include/ruby/intern.h, proc.c: revert rb_proc_call() andko12008-06-101-1/+1
* * include/ruby/ruby.h, vm_core.h: add a type rb_blockptr.mame2008-06-091-1/+1
* * array.c, bignum.c, cont.c, dir.c, dln.c, encoding.c, enumerator.c,ko12008-06-081-2/+2
* * eval_method.c: renamed from vm_method.c. "vm_method.c" is includedko12008-05-241-158/+0
* * numeric.c (fix_to_s): avoid rb_scan_args() when no argumentmatz2008-03-051-1/+3
* * eval_jump.c (rb_f_catch): Resotre cfp if catched thrown object.ko12008-01-031-0/+2
* * common.mk, *.ci: renamed to *.c.ko12007-12-201-0/+305