aboutsummaryrefslogtreecommitdiffstats
path: root/vm_eval.c
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * array.c: Documentation: change => in call-seq to ->.marcandre2010-05-171-17/+17
* * proc.c (proc_binding): don't propagative filename and line_no ofmame2010-05-161-1/+1
* * array.c: Harmonize documentation, in particular regarding:marcandre2010-05-131-1/+4
* * vm_eval.c (eval_string_with_cref): propagative filename and line_nomame2010-05-091-0/+4
* * vm.c (vm_backtrace_each): get rid of use of malloc from signalnobu2010-04-151-2/+10
* * proc.c (rb_method_location): return attr's location if it is setup.wanabe2010-03-221-2/+2
* * compile.c, iseq.c, ruby.c, vm.c, vm_core.h, vm_eval.c: add absolutemame2010-03-161-0/+10
* * vm_insnhelper.c (vm_call_cfunc): removed unused variable.nobu2010-02-171-1/+5
* * vm_eval.c (rb_backtrace): "circular require" warning was output tomame2010-01-271-1/+1
* * eval.c, vm.c, vm_eval.c, vm_insnhelper.c: fix issues aboutko12010-01-241-1/+14
* * vm_eval.c (rb_iterate): remove SEGV (retry).mame2009-12-201-1/+1
* * vm_eval.c (rb_iterate): remove SEGV (use the original patch).mame2009-12-201-11/+13
* * vm_eval.c (rb_iterate): pass current block when the argument bl_procmame2009-12-201-7/+11
* * vm_eval.c (check_funcall): reset method_missing_reason beforenobu2009-12-191-0/+1
* * vm_eval.c (yield_under): yields self the same as 1.8.shugo2009-12-101-5/+0