summaryrefslogtreecommitdiff
path: root/eval.c
AgeCommit message (Expand)Author
2015-01-02* eval.c (ruby_init): Print ruby_setup() error only in debug mode.akr
2014-12-09thread.c: get rid of invalid ID symbolnobu
2014-11-18* internal.h: Gather declarations in non-header files.akr
2014-11-16id.def: move IDs for exceptionnobu
2014-11-15* internal.h: Include ruby.h and ruby/encoding.h to beakr
2014-11-13eval.c: obsolete comment [ci skip]nobu
2014-09-30protoize no-arguments functionsnobu
2014-09-13eval.c: fix message as same as previous versionsnobu
2014-09-12ruby/ruby.h: freeze singleton classnobu
2014-09-12vm_method.c: should not modify frozen objectsnobu
2014-09-11* vm.c (rb_vm_register_special_exception): make new function toko1
2014-08-29string.c: move frozen_strings table to rb_vm_tnormal
2014-06-28eval.c: no overwrite SystemStackError backtracenobu
2014-06-28eval.c: no method calls at stack overflownobu
2014-06-27eval.c: reduce machine stack overflow backtracenobu
2014-06-26eval.c: suppress a warningnobu
2014-06-23* eval.c (setup_exception): "mesg == sysstack_error" andnaruse
2014-06-23Backtrace for SystemStackErrornobu
2014-06-19* vm.c (rb_vm_rewind_cfp): add new function to rewind specified cfpko1
2014-06-18constify parametersnobu
2014-06-17eval.c: pass unknown optionsnobu
2014-06-02* eval.c (rb_using_refinement): add write-barriers forko1
2014-05-06eval.c: method namenobu
2014-05-04vm.c: Init_vm_objectsnobu
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-26eval.c: suppress a warningnobu
2014-02-26eval.c: preserve encodingnobu
2014-02-26eval.c: preserve errinfonobu
2014-02-26eval.c: remove unneeded GC guardnobu
2014-01-17eval.c: singleton class constantsnobu
2014-01-09* vm.c (rb_vm_pop_cfunc_frame): added. It cares c_return event.ko1
2014-01-01eval.c: extra modifiernobu
2013-12-31eval.c: raise with causenobu
2013-12-24eval.c: unused declarationnobu
2013-12-13eval.c: reuse tagnobu
2013-12-13* error.c: add Exception#backtrace_locations.ko1
2013-12-13eval.c: clear cachenobu
2013-12-13eval.c: indentnobu
2013-12-11* eval.c (rb_raise_jump): call c_return hook immediately afterko1
2013-12-11revert r44133. See https://bugs.ruby-lang.org/issues/8886 detailsko1
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 aroundtmm1
2013-11-30eval.c: determine exit status and signal before finalizationnobu
2013-11-15 * cont.c : Introdule ensure rollback mechanism. Please see below.tarui
2013-11-15eval.c: refactor exception causenobu
2013-11-10error.c: Exception#causenobu
2013-11-05eval.c: suppress warningnobu
2013-10-29* insns.def, vm.c, vm_insnhelper.c, vm_insnhelper.h, vm_method.c: splitcharliesome
2013-09-09eval.c, vm_insnhelper.c: adjust stylenobu