| Commit message (Expand) | Author | Age | Files | Lines |
* | [Bug #19016] re-order error handling at cleanup | Nobuyoshi Nakada | 2022-11-22 | 1 | -1/+1 |
* | Expand tabs [ci skip] | Takashi Kokubun | 2022-07-21 | 1 | -18/+18 |
* | Protoized old pre-ANSI K&R style declarations and definitions | Nobuyoshi Nakada | 2021-05-07 | 1 | -1/+1 |
* | drop-in type check for rb_define_global_function | 卜部昌平 | 2019-08-29 | 1 | -1/+1 |
* | * expand tabs. | git | 2019-08-13 | 1 | -1/+1 |
* | Renamed ruby_finalize_{0,1} | Nobuyoshi Nakada | 2019-08-13 | 1 | -4/+3 |
* | `$SAFE` as a process global state. [Feature #14250] | ko1 | 2017-12-28 | 1 | -5/+0 |
* | remove `PUSH_TAG`/`EXEC_AG`/`POP_TAG`/`JUMO_TAG`. | ko1 | 2017-12-06 | 1 | -1/+1 |
* | * eval_jump.c (rb_exec_end_proc): use `GET_EC()`. | ko1 | 2017-10-29 | 1 | -8/+7 |
* | introduce EC_*_TAG() instead of TH_*_TAG() | ko1 | 2017-10-26 | 1 | -4/+4 |
* | Use rb_execution_context_t instead of rb_thread_t | ko1 | 2017-10-26 | 1 | -5/+5 |
* | move fields to ec. | ko1 | 2017-06-28 | 1 | -5/+5 |
* | use "enum ruby_tag_type" and TAG_NONE. | ko1 | 2017-06-23 | 1 | -3/+3 |
* | eval_jump.c: restore previous error info | nobu | 2016-04-22 | 1 | -3/+5 |
* | eval.c: use the given thread | nobu | 2015-02-24 | 1 | -2/+2 |
* | eval_intern.h: VAR_INITIALIZED | nobu | 2014-04-04 | 1 | -0/+1 |
* | eval_jump.c: reuse same tag | nobu | 2013-11-19 | 1 | -37/+27 |
* | eval_jump.c: refix [Bug #9110] | nobu | 2013-11-18 | 1 | -15/+8 |
* | * eval_jump.c (rb_exec_end_proc): fix double free or corruption error | glass | 2013-11-15 | 1 | -1/+14 |
* | volatile errinfo | nobu | 2012-03-18 | 1 | -1/+1 |
* | * eval_jump.c (rb_exec_end_proc): remember the latest exit status. | nobu | 2012-03-12 | 1 | -0/+5 |
* | cancel subversion backfire. sorry | matz | 2011-03-07 | 1 | -1/+0 |
* | * gc.c (rb_gc_set_params): allow GC parameter configuration by | matz | 2011-03-07 | 1 | -0/+1 |
* | * eval_jump.c (rb_exec_end_proc): remove unused variable. | nobu | 2011-02-26 | 1 | -1/+0 |
* | * eval_jump.c (rb_exec_end_proc): changed at_exit and END proc | kosaki | 2011-02-16 | 1 | -36/+26 |
* | * eval_error.c (error_print): use volatile to suppress warnings. | akr | 2009-02-28 | 1 | -1/+2 |
* | * include/ruby/intern.h, proc.c: revert rb_proc_call() and | ko1 | 2008-06-10 | 1 | -1/+1 |
* | * include/ruby/ruby.h, vm_core.h: add a type rb_blockptr. | mame | 2008-06-09 | 1 | -1/+1 |
* | * array.c, bignum.c, cont.c, dir.c, dln.c, encoding.c, enumerator.c, | ko1 | 2008-06-08 | 1 | -2/+2 |
* | * eval_method.c: renamed from vm_method.c. "vm_method.c" is included | ko1 | 2008-05-24 | 1 | -158/+0 |
* | * numeric.c (fix_to_s): avoid rb_scan_args() when no argument | matz | 2008-03-05 | 1 | -1/+3 |
* | * eval_jump.c (rb_f_catch): Resotre cfp if catched thrown object. | ko1 | 2008-01-03 | 1 | -0/+2 |
* | * common.mk, *.ci: renamed to *.c. | ko1 | 2007-12-20 | 1 | -0/+305 |