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