aboutsummaryrefslogtreecommitdiffstats
path: root/vm_eval.c
Commit message (Expand)AuthorAgeFilesLines
* * vm_core.h: remove VM_FRAME_MAGIC_FINISH (finish frame type).ko12012-06-151-5/+2
* * vm_core.h: remove lfp (local frame pointer) and renameko12012-06-111-15/+15
* * vm_insnhelper.h: remove magical code "lfp[0] & 0x02".ko12012-06-041-3/+1
* * vm_core.h (rb_location_t): fix type and field name.ko12012-06-041-4/+4
* * common.mk: fix to build vm_backtrace.c only itself (vm_backtrace.cko12012-06-021-126/+2
* * vm.c (backtrace_*): change type of lev and n from size_t to int.ko12012-05-261-2/+2
* * vm.c (RubyVM::FrameInfo): add a class to access each frameko12012-05-261-1/+31
* * vm_eval.c (rb_f_caller): caller() method accepts second optionalko12012-05-251-9/+21
* * vm.c: refactoring backtrace related funcitons.ko12012-05-251-35/+6
* vm_eval.c: fix typesnobu2012-05-241-2/+2
* * vm.c: add RubyVM::Backtrace object (btobj).ko12012-05-241-8/+16
* * vm_core.h: add a data type rb_location_t to store iseq locationko12012-05-221-1/+1
* * variable.c (trace_ev): Removed "not reached" comment as this line isdrbrain2012-04-141-2/+2
* * vm_eval.c (rb_mod_module_eval): fix the documentation ofshugo2012-03-161-4/+4
* * vm_eval.c (rb_mod_module_eval): fix the documentation ofshugo2012-03-161-4/+5
* * vm_eval.c (check_funcall): Raise ArgumentError if respond_to?drbrain2012-03-141-1/+4
* * include/ruby/intern.h: Add rb_check_arity, rb_error_arity [#6085]marcandre2012-03-141-28/+12
* * vm_eval.c (check_funcall): Call respond_to? with matching arity fordrbrain2012-02-111-1/+4
* * vm_eval.c (check_funcall): adjust indent.nobu2012-02-111-3/+3
* * vm_eval.c (vm_call0): should pass block to enumerators. patchednobu2012-01-301-0/+3
* * vm.c (rb_iter_break_value): new function to break a block withnobu2012-01-241-0/+1
* * vm_eval.c (rb_f_send): fix [Bug #5125] [ruby-core:38633]ayumin2011-12-301-2/+2
* * vm_eval.c (send_internal): PASS_PASSED_BLOCK_TH must be placedktsj2011-12-231-1/+1
* * class.c (rb_obj_methods), compile.c (iseq_compile_each),nobu2011-12-051-3/+0
* * vm_eval.c (check_funcall): set array elements one-by-one to fixngoto2011-10-201-1/+4
* fix typoskazu2011-10-061-3/+3
* * vm_eval.c (make_no_method_execption): extract fromnobu2011-10-061-21/+36
* * use RB_TYPE_P which is optimized for constant types, instead ofnobu2011-09-291-4/+4
* * vm_eval.c (rb_eval_cmd): fix indent.nobu2011-09-291-1/+1
* * test/ruby/test_object.rb: tests that respond_to? returns false.nobu2011-08-051-2/+4
* * vm_eval.c (check_funcall): try respond_to? first if redefined.nobu2011-08-051-4/+13
* * array.c (rb_ary_set_len): new function to set array length.nobu2011-07-291-0/+1
* * vm_eval.c (rb_apply): get rid of too large alloca.nobu2011-07-291-1/+9
* * thread_pthread.c (rb_thread_create_timer_thread): removedkosaki2011-07-101-1/+0
* * method.h, internal.h iseq.h: declare internal functions.akr2011-06-181-1/+0
* cancel subversion backfire. sorrymatz2011-03-071-4/+4
* * gc.c (rb_gc_set_params): allow GC parameter configuration bymatz2011-03-071-4/+4
* * class.c: fix camelCase to snake_case in documentation code examples.naruse2011-03-051-4/+4
* * prevent temporary objects from GC, and should not usenobu2011-02-201-1/+2
* * vm_eval.c (rb_throw_obj): add GC guard to prevent intermediatenagachika2011-01-261-0/+1
* * vm_eval.c (rb_funcall): ensure va_end after va_init_list. Coveritymame2010-11-151-1/+2
* * string.c (sym_call), vm.c (invoke_block_from_c),nobu2010-09-241-0/+8
* * vm_eval.c (vm_call0): fix for VM_METHOD_TYPE_NOTIMPLEMENTED.nobu2010-08-071-0/+1
* * eval.c (frame_func_id), vm_eval.c (rb_iterate),nobu2010-07-141-0/+1
* * removed trailing spaces.nobu2010-05-291-2/+2
* * vm_eval.c (rb_f_caller): update rdoc. a patch from Nobuhiro IMAImame2010-05-241-7/+8
* * vm.c (vm_backtrace_each), vm_eval.c (rb_catch_obj): suppressnobu2010-05-211-1/+1
* * vm_eval.c (rb_f_caller): update rdoc. a patch from Nobuhiro IMAImame2010-05-201-1/+5
* * vm.c (vm_backtrace_each): now takes an init function to distinguishmame2010-05-201-6/+4
* * vm_eval.c (rb_f_caller): return [] instead of nil when the functionmame2010-05-191-2/+4