| Commit message (Expand) | Author | Age | Files | Lines |
* | id.def: move IDs for exception | nobu | 2014-11-16 | 1 | -3/+1 |
* | * internal.h: Include ruby.h and ruby/encoding.h to be | akr | 2014-11-15 | 1 | -2/+1 |
* | eval.c: obsolete comment [ci skip] | nobu | 2014-11-13 | 1 | -2/+0 |
* | protoize no-arguments functions | nobu | 2014-09-30 | 1 | -1/+1 |
* | eval.c: fix message as same as previous versions | nobu | 2014-09-13 | 1 | -1/+14 |
* | ruby/ruby.h: freeze singleton class | nobu | 2014-09-12 | 1 | -4/+0 |
* | vm_method.c: should not modify frozen objects | nobu | 2014-09-12 | 1 | -0/+4 |
* | * vm.c (rb_vm_register_special_exception): make new function to | ko1 | 2014-09-11 | 1 | -4/+1 |
* | string.c: move frozen_strings table to rb_vm_t | normal | 2014-08-29 | 1 | -0/+1 |
* | eval.c: no overwrite SystemStackError backtrace | nobu | 2014-06-28 | 1 | -6/+8 |
* | eval.c: no method calls at stack overflow | nobu | 2014-06-28 | 1 | -13/+10 |
* | eval.c: reduce machine stack overflow backtrace | nobu | 2014-06-27 | 1 | -1/+13 |
* | eval.c: suppress a warning | nobu | 2014-06-26 | 1 | -1/+1 |
* | * eval.c (setup_exception): "mesg == sysstack_error" and | naruse | 2014-06-23 | 1 | -18/+6 |
* | Backtrace for SystemStackError | nobu | 2014-06-23 | 1 | -3/+8 |
* | * vm.c (rb_vm_rewind_cfp): add new function to rewind specified cfp | ko1 | 2014-06-19 | 1 | -2/+2 |
* | constify parameters | nobu | 2014-06-18 | 1 | -3/+3 |
* | eval.c: pass unknown options | nobu | 2014-06-17 | 1 | -4/+3 |
* | * eval.c (rb_using_refinement): add write-barriers for | ko1 | 2014-06-02 | 1 | -2/+2 |
* | eval.c: method name | nobu | 2014-05-06 | 1 | -0/+5 |
* | vm.c: Init_vm_objects | nobu | 2014-05-04 | 1 | -0/+1 |
* | * include/ruby/intern.h (rb_obj_call_init, rb_class_new_instance): | ko1 | 2014-03-20 | 1 | -1/+1 |
* | * eval.c: remove needless space. | hsbt | 2014-03-09 | 1 | -1/+1 |
* | eval.c: suppress a warning | nobu | 2014-02-26 | 1 | -1/+1 |
* | eval.c: preserve encoding | nobu | 2014-02-26 | 1 | -6/+6 |
* | eval.c: preserve errinfo | nobu | 2014-02-26 | 1 | -0/+3 |
* | eval.c: remove unneeded GC guard | nobu | 2014-02-26 | 1 | -1/+1 |
* | eval.c: singleton class constants | nobu | 2014-01-17 | 1 | -2/+2 |
* | * vm.c (rb_vm_pop_cfunc_frame): added. It cares c_return event. | ko1 | 2014-01-09 | 1 | -7/+0 |
* | eval.c: extra modifier | nobu | 2014-01-01 | 1 | -1/+1 |
* | eval.c: raise with cause | nobu | 2013-12-31 | 1 | -11/+48 |
* | eval.c: unused declaration | nobu | 2013-12-24 | 1 | -2/+0 |
* | eval.c: reuse tag | nobu | 2013-12-13 | 1 | -18/+14 |
* | * error.c: add Exception#backtrace_locations. | ko1 | 2013-12-13 | 1 | -0/+2 |
* | eval.c: clear cache | nobu | 2013-12-13 | 1 | -4/+1 |
* | eval.c: indent | nobu | 2013-12-13 | 1 | -3/+3 |
* | * eval.c (rb_raise_jump): call c_return hook immediately after | ko1 | 2013-12-11 | 1 | -1/+1 |
* | revert r44133. See https://bugs.ruby-lang.org/issues/8886 details | ko1 | 2013-12-11 | 1 | -2/+2 |
* | * eval.c (rb_raise_jump): pop frame after setup exception. | ko1 | 2013-12-11 | 1 | -2/+2 |
* | * include/ruby/ruby.h (struct RClass): Add wrapper struct around | tmm1 | 2013-12-03 | 1 | -1/+2 |
* | eval.c: determine exit status and signal before finalization | nobu | 2013-11-30 | 1 | -6/+7 |
* | * cont.c : Introdule ensure rollback mechanism. Please see below. | tarui | 2013-11-15 | 1 | -2/+8 |
* | eval.c: refactor exception cause | nobu | 2013-11-15 | 1 | -6/+29 |
* | error.c: Exception#cause | nobu | 2013-11-10 | 1 | -0/+4 |
* | eval.c: suppress warning | nobu | 2013-11-05 | 1 | -5/+4 |
* | * insns.def, vm.c, vm_insnhelper.c, vm_insnhelper.h, vm_method.c: split | charliesome | 2013-10-29 | 1 | -2/+2 |
* | eval.c, vm_insnhelper.c: adjust style | nobu | 2013-09-09 | 1 | -1/+2 |
* | * class.c, compile.c, eval.c, gc.h, insns.def, internal.h, method.h, | charliesome | 2013-09-04 | 1 | -2/+2 |
* | * eval.c (Init_eval): Make Module#include and Module#prepend public | a_matsuda | 2013-09-03 | 1 | -2/+3 |
* | * eval.c (rb_mod_refine, mod_using, top_using): don't show | shugo | 2013-07-31 | 1 | -14/+0 |