summaryrefslogtreecommitdiff
path: root/eval.c
AgeCommit message (Expand)Author
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
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 publica_matsuda
2013-07-31* eval.c (rb_mod_refine, mod_using, top_using): don't showshugo
2013-07-01* eval.c (rb_using_module): activate refinements in the ancestors ofshugo
2013-06-24* eval_error.c (warn_printf): use rb_vsprintf instead so ruby specificcharliesome
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
2013-06-13eval.c: use local variablenobu
2013-06-12* eval.c (mod_using): new method Module#using, which activatesshugo
2013-06-12* safe.c (rb_set_safe_level, safe_setter): raise an ArgumentErrorshugo
2013-06-07* internal.h (numberof): Gathered from various files.akr
2013-05-25eval.c: rb_frame_callee returns current namenobu
2013-05-19fix typos. Patch by k_takata.ktsj
2013-05-13* include/ruby/ruby.h: constify RBasic::klass and addko1
2013-05-01eval.c: use predefined IDsnobu
2013-04-04reduce overhead of TYPEnobu
2013-02-08eval.c: preserve errinfonobu
2013-01-24re-fix documentsnobu