aboutsummaryrefslogtreecommitdiffstats
path: root/eval_jump.c
Commit message (Expand)AuthorAgeFilesLines
* 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