aboutsummaryrefslogtreecommitdiffstats
path: root/vm_eval.c
Commit message (Expand)AuthorAgeFilesLines
* * include/ruby/ruby.h: rename OBJ_WRITE and OBJ_WRITTEN intoko12013-12-201-1/+1
* gc.c: promote long-lived NODE_CREF objects to oldgentmm12013-12-081-1/+1
* vm_eval.c: suppress warningnobu2013-12-051-1/+1
* vm_eval.c: rb_catch_protectnobu2013-12-031-3/+13
* vm_eval.c: blockargnobu2013-11-301-1/+3
* vm_eval.c: rb_yield_blocknobu2013-11-291-0/+11
* ruby/ruby.h, enum.c, vm_eval.c: constify argvnobu2013-11-291-3/+3
* * compile.c: Use rb_fstring() to de-duplicate string literals in code. [ruby...tmm12013-11-261-0/+5
* eval_intern.h: refine stack overflow detectionnobu2013-11-181-1/+1
* * dir.c, pack.c, ruby.c, struct.c, vm_eval.c: use RARRAY_CONST_PTR().glass2013-11-081-2/+2
* * include/ruby/ruby.h: rename RARRAY_RAWPTR() to RARRAY_CONST_PTR().ko12013-09-251-1/+1
* * vm_eval.c (vm_call0): fix prototype, the id parameter should be ofcharliesome2013-09-071-1/+1
* vm_eval.c: constifynobu2013-08-271-4/+4
* * array.c (rb_ary_splice): use RARRAY_PTR_USE() without WB becauseko12013-08-261-1/+1
* * error.c, file.c, gc.c, hash.c, thread.c, variable.c, vm_eval.c, bin/erb:ktsj2013-08-181-22/+3
* vm_eval.c: suppress warningnobu2013-08-161-1/+2
* * vm_insnhelper.c (vm_push_frame): fix stack overflow check codes.ko12013-08-061-2/+1
* * vm_eval.c (eval_string_with_cref): copy cref to limit the scope ofshugo2013-08-061-0/+9
* parse.y, vm_eval.c: file encoding in evalnobu2013-07-291-20/+27
* vm_eval.c: fix argument typenobu2013-07-291-2/+2
* vm_eval.c: Check_TypedStructnobu2013-07-221-7/+2
* vm_eval.c: use file argumentnobu2013-07-221-1/+4
* intern.h: define rb_enumerator_size_funcnobu2013-06-261-1/+1
* * compile.c (make_name_for_block): use PRIsVALUE in format stringcharliesome2013-06-241-2/+1
* * vm_eval.c (eval_string_with_cref): fix WB miss.ko12013-06-211-1/+1
* * include/ruby/ruby.h, vm_eval.c (rb_funcall_with_block):ktsj2013-06-171-0/+17
* vm_eval.c: suppress warningnobu2013-06-151-1/+1
* vm_eval.c: __dir__ in evalnobu2013-06-141-1/+3
* * vm_eval.c (rb_mod_module_eval): mention in docs that arguments passedcharliesome2013-06-011-0/+2
* vm_eval.c: new names of rb_funcall familynobu2013-05-311-2/+2
* * vm_eval.c (rb_catch_obj): add volatile to tag to prevent crashnaruse2013-05-161-1/+2
* vm.c: suppress warningsnobu2013-05-151-1/+1
* vm_eval.c: suppress warningnobu2013-05-151-1/+1
* * include/ruby/ruby.h: constify RBasic::klass and addko12013-05-131-1/+1
* * *.c, parse.y, insns.def: use RARRAY_AREF/ASET macroko12013-05-131-3/+3
* vm_eval.c: preserve passed_blocknobu2013-03-231-2/+5
* prefix global symbolsnobu2013-03-061-2/+2
* * object.c: Document methods receiving string and convert to symbolzzak2013-02-241-3/+10
* * vm_eval.c (vm_call0_body): check interrupts after method dispatchko12013-02-181-8/+21
* * vm_core.h, eval_intern.h (CHECK_STACK_OVERFLOW): moveko12012-12-251-2/+2
* marshal.c: rb_check_funcall_with_hooknobu2012-12-231-27/+63
* * method.h: remove `VM_METHOD_TYPE_CFUNC_FRAMELESS' method type.ko12012-12-171-6/+0
* * method.h: remove "VM_METHOD_TYPE__MAX" from rb_method_type_t.ko12012-12-131-2/+0
* method.h: NOEX_SAFE_SHIFT_OFFSETnobu2012-12-121-0/+2
* * eval.c (rb_mod_refine), vm_eval.c (rb_yield_refine_block):shugo2012-12-081-24/+19
* * vm_eval.c (yield_under, eval_under): do not activate refinementsshugo2012-12-071-2/+0
* * revised r37993 to avoid SEGV/ILL in tests. In r37993, a methodshugo2012-12-061-15/+31
* vm_eval.c: public_send does not consider how it is callednobu2012-12-051-10/+17
* * variable.c (rb_class_path_no_cache): add a function to get the classtenderlove2012-12-011-5/+5
* * revert r37993 to avoid SEGV in tests.shugo2012-11-301-35/+14