aboutsummaryrefslogtreecommitdiffstats
path: root/eval.c
Commit message (Expand)AuthorAgeFilesLines
...
* * vm_insnhelper.h: define struct THROW_DATA to representko12015-03-101-2/+2
* * internal.h: define rb_cref_t and change to use it.ko12015-03-081-10/+10
* * internal.h: define CREF accessor macros.ko12015-03-081-16/+16
* * internal.h: remove struct method_table_wrapper.ko12015-03-051-2/+2
* eval.c: use the given threadnobu2015-02-241-12/+12
* eval.c: static IDsnobu2015-02-231-1/+8
* * eval.c (ruby_init): Print ruby_setup() error only in debug mode.akr2015-01-021-1/+2
* thread.c: get rid of invalid ID symbolnobu2014-12-091-0/+13
* * internal.h: Gather declarations in non-header files.akr2014-11-181-3/+0
* id.def: move IDs for exceptionnobu2014-11-161-3/+1
* * internal.h: Include ruby.h and ruby/encoding.h to beakr2014-11-151-2/+1
* eval.c: obsolete comment [ci skip]nobu2014-11-131-2/+0
* protoize no-arguments functionsnobu2014-09-301-1/+1
* eval.c: fix message as same as previous versionsnobu2014-09-131-1/+14
* ruby/ruby.h: freeze singleton classnobu2014-09-121-4/+0
* vm_method.c: should not modify frozen objectsnobu2014-09-121-0/+4
* * vm.c (rb_vm_register_special_exception): make new function toko12014-09-111-4/+1
* string.c: move frozen_strings table to rb_vm_tnormal2014-08-291-0/+1
* eval.c: no overwrite SystemStackError backtracenobu2014-06-281-6/+8
* eval.c: no method calls at stack overflownobu2014-06-281-13/+10
* eval.c: reduce machine stack overflow backtracenobu2014-06-271-1/+13
* eval.c: suppress a warningnobu2014-06-261-1/+1
* * eval.c (setup_exception): "mesg == sysstack_error" andnaruse2014-06-231-18/+6
* Backtrace for SystemStackErrornobu2014-06-231-3/+8
* * vm.c (rb_vm_rewind_cfp): add new function to rewind specified cfpko12014-06-191-2/+2
* constify parametersnobu2014-06-181-3/+3
* eval.c: pass unknown optionsnobu2014-06-171-4/+3
* * eval.c (rb_using_refinement): add write-barriers forko12014-06-021-2/+2
* eval.c: method namenobu2014-05-061-0/+5
* vm.c: Init_vm_objectsnobu2014-05-041-0/+1
* * include/ruby/intern.h (rb_obj_call_init, rb_class_new_instance):ko12014-03-201-1/+1
* * eval.c: remove needless space.hsbt2014-03-091-1/+1
* eval.c: suppress a warningnobu2014-02-261-1/+1
* eval.c: preserve encodingnobu2014-02-261-6/+6
* eval.c: preserve errinfonobu2014-02-261-0/+3
* eval.c: remove unneeded GC guardnobu2014-02-261-1/+1
* eval.c: singleton class constantsnobu2014-01-171-2/+2
* * vm.c (rb_vm_pop_cfunc_frame): added. It cares c_return event.ko12014-01-091-7/+0
* eval.c: extra modifiernobu2014-01-011-1/+1
* eval.c: raise with causenobu2013-12-311-11/+48
* eval.c: unused declarationnobu2013-12-241-2/+0
* eval.c: reuse tagnobu2013-12-131-18/+14
* * error.c: add Exception#backtrace_locations.ko12013-12-131-0/+2
* eval.c: clear cachenobu2013-12-131-4/+1
* eval.c: indentnobu2013-12-131-3/+3
* * eval.c (rb_raise_jump): call c_return hook immediately afterko12013-12-111-1/+1
* revert r44133. See https://bugs.ruby-lang.org/issues/8886 detailsko12013-12-111-2/+2
* * eval.c (rb_raise_jump): pop frame after setup exception.ko12013-12-111-2/+2
* * include/ruby/ruby.h (struct RClass): Add wrapper struct aroundtmm12013-12-031-1/+2
* eval.c: determine exit status and signal before finalizationnobu2013-11-301-6/+7