summaryrefslogtreecommitdiff
path: root/vm_eval.c
AgeCommit message (Expand)Author
2014-01-09* vm.c (rb_vm_pop_cfunc_frame): added. It cares c_return event.ko1
2014-01-01* vm_eval.c (method_missing): use ALLOCV_N() instead ofglass
2013-12-20* include/ruby/ruby.h: rename OBJ_WRITE and OBJ_WRITTEN intoko1
2013-12-08gc.c: promote long-lived NODE_CREF objects to oldgentmm1
2013-12-05vm_eval.c: suppress warningnobu
2013-12-03vm_eval.c: rb_catch_protectnobu
2013-11-30vm_eval.c: blockargnobu
2013-11-29vm_eval.c: rb_yield_blocknobu
2013-11-29ruby/ruby.h, enum.c, vm_eval.c: constify argvnobu
2013-11-26* compile.c: Use rb_fstring() to de-duplicate string literals in code. [ruby...tmm1
2013-11-18eval_intern.h: refine stack overflow detectionnobu
2013-11-08* dir.c, pack.c, ruby.c, struct.c, vm_eval.c: use RARRAY_CONST_PTR().glass
2013-09-25* include/ruby/ruby.h: rename RARRAY_RAWPTR() to RARRAY_CONST_PTR().ko1
2013-09-07* vm_eval.c (vm_call0): fix prototype, the id parameter should be ofcharliesome
2013-08-27vm_eval.c: constifynobu
2013-08-26* array.c (rb_ary_splice): use RARRAY_PTR_USE() without WB becauseko1
2013-08-18* error.c, file.c, gc.c, hash.c, thread.c, variable.c, vm_eval.c, bin/erb:ktsj
2013-08-16vm_eval.c: suppress warningnobu
2013-08-06* vm_insnhelper.c (vm_push_frame): fix stack overflow check codes.ko1
2013-08-06* vm_eval.c (eval_string_with_cref): copy cref to limit the scope ofshugo
2013-07-29parse.y, vm_eval.c: file encoding in evalnobu
2013-07-29vm_eval.c: fix argument typenobu
2013-07-22vm_eval.c: Check_TypedStructnobu
2013-07-22vm_eval.c: use file argumentnobu
2013-06-26intern.h: define rb_enumerator_size_funcnobu
2013-06-24* compile.c (make_name_for_block): use PRIsVALUE in format stringcharliesome
2013-06-21* vm_eval.c (eval_string_with_cref): fix WB miss.ko1
2013-06-17* include/ruby/ruby.h, vm_eval.c (rb_funcall_with_block):ktsj
2013-06-15vm_eval.c: suppress warningnobu
2013-06-14vm_eval.c: __dir__ in evalnobu
2013-06-01* vm_eval.c (rb_mod_module_eval): mention in docs that arguments passedcharliesome
2013-05-31vm_eval.c: new names of rb_funcall familynobu
2013-05-16* vm_eval.c (rb_catch_obj): add volatile to tag to prevent crashnaruse
2013-05-15vm.c: suppress warningsnobu
2013-05-15vm_eval.c: suppress warningnobu
2013-05-13* include/ruby/ruby.h: constify RBasic::klass and addko1
2013-05-13* *.c, parse.y, insns.def: use RARRAY_AREF/ASET macroko1
2013-03-23vm_eval.c: preserve passed_blocknobu
2013-03-06prefix global symbolsnobu
2013-02-24* object.c: Document methods receiving string and convert to symbolzzak
2013-02-18* vm_eval.c (vm_call0_body): check interrupts after method dispatchko1
2012-12-25* vm_core.h, eval_intern.h (CHECK_STACK_OVERFLOW): moveko1
2012-12-23marshal.c: rb_check_funcall_with_hooknobu
2012-12-17* method.h: remove `VM_METHOD_TYPE_CFUNC_FRAMELESS' method type.ko1
2012-12-13* method.h: remove "VM_METHOD_TYPE__MAX" from rb_method_type_t.ko1
2012-12-12method.h: NOEX_SAFE_SHIFT_OFFSETnobu
2012-12-08* eval.c (rb_mod_refine), vm_eval.c (rb_yield_refine_block):shugo
2012-12-07* vm_eval.c (yield_under, eval_under): do not activate refinementsshugo
2012-12-06* revised r37993 to avoid SEGV/ILL in tests. In r37993, a methodshugo
2012-12-05vm_eval.c: public_send does not consider how it is callednobu