| Age | Commit message (Expand) | Author |
|---|---|---|
| 2019-08-29 | drop-in type check for rb_define_global_function | 卜部昌平 |
| 2019-08-13 | * expand tabs. | git |
| 2019-08-13 | Renamed ruby_finalize_{0,1} | Nobuyoshi Nakada |
| 2017-12-28 | `$SAFE` as a process global state. [Feature #14250] | ko1 |
| 2017-12-06 | remove `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-26 | introduce EC_*_TAG() instead of TH_*_TAG() | ko1 |
| 2017-10-26 | Use rb_execution_context_t instead of rb_thread_t | ko1 |
| 2017-06-28 | move fields to ec. | ko1 |
| 2017-06-23 | use "enum ruby_tag_type" and TAG_NONE. | ko1 |
| 2016-04-22 | eval_jump.c: restore previous error info | nobu |
| 2015-02-24 | eval.c: use the given thread | nobu |
| 2014-04-04 | eval_intern.h: VAR_INITIALIZED | nobu |
| 2013-11-19 | eval_jump.c: reuse same tag | nobu |
| 2013-11-18 | eval_jump.c: refix [Bug #9110] | nobu |
| 2013-11-15 | * eval_jump.c (rb_exec_end_proc): fix double free or corruption error | glass |