aboutsummaryrefslogtreecommitdiffstats
path: root/vm_eval.c
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * vm.c: add a return hook when a method raises an exception.tenderlove2012-11-291-3/+3
* * vm_method.c (rb_method_entry_make): add a method entry withshugo2012-11-291-14/+35
* * probes.d: Change function-entry probe to method-entry.tenderlove2012-11-281-5/+5
* * vm_trace.c: add two methods:ko12012-11-201-5/+5
* * vm_insnhelper.c (vm_call_cfunc_with_frame): don't use ci afterko12012-11-131-14/+18
* * probes.d: add DTrace probe declarations. [ruby-core:27448]tenderlove2012-11-121-0/+5
* adjust stylenobu2012-11-061-1/+2
* * vm_eval.c (rb_f_loop): Support for loop.sizemarcandre2012-11-061-1/+6
* * string.c (sym_to_proc, sym_call): A Proc created by Symbol#to_procshugo2012-11-021-8/+23
* * eval_error.c (error_print), vm_eval.c (eval_string_with_cref),ko12012-10-231-3/+3