summaryrefslogtreecommitdiff
path: root/vm_eval.c
AgeCommit message (Expand)Author
2012-05-22* vm_core.h: add a data type rb_location_t to store iseq locationko1
2012-04-14* variable.c (trace_ev): Removed "not reached" comment as this line isdrbrain
2012-03-16* vm_eval.c (rb_mod_module_eval): fix the documentation ofshugo
2012-03-16* vm_eval.c (rb_mod_module_eval): fix the documentation ofshugo
2012-03-14 * vm_eval.c (check_funcall): Raise ArgumentError if respond_to?drbrain
2012-03-14* include/ruby/intern.h: Add rb_check_arity, rb_error_arity [#6085]marcandre
2012-02-11* vm_eval.c (check_funcall): Call respond_to? with matching arity fordrbrain
2012-02-11* vm_eval.c (check_funcall): adjust indent.nobu
2012-01-30* vm_eval.c (vm_call0): should pass block to enumerators. patchednobu
2012-01-24* vm.c (rb_iter_break_value): new function to break a block withnobu
2011-12-30* vm_eval.c (rb_f_send): fix [Bug #5125] [ruby-core:38633]ayumin
2011-12-23* vm_eval.c (send_internal): PASS_PASSED_BLOCK_TH must be placedktsj
2011-12-05* class.c (rb_obj_methods), compile.c (iseq_compile_each),nobu
2011-10-20* vm_eval.c (check_funcall): set array elements one-by-one to fixngoto
2011-10-06fix typoskazu
2011-10-06* vm_eval.c (make_no_method_execption): extract fromnobu
2011-09-29* use RB_TYPE_P which is optimized for constant types, instead ofnobu
2011-09-29* vm_eval.c (rb_eval_cmd): fix indent.nobu
2011-08-05* test/ruby/test_object.rb: tests that respond_to? returns false.nobu
2011-08-05* vm_eval.c (check_funcall): try respond_to? first if redefined.nobu
2011-07-29* array.c (rb_ary_set_len): new function to set array length.nobu
2011-07-29* vm_eval.c (rb_apply): get rid of too large alloca.nobu
2011-07-10* thread_pthread.c (rb_thread_create_timer_thread): removedkosaki
2011-06-18* method.h, internal.h iseq.h: declare internal functions.akr
2011-03-07cancel subversion backfire. sorrymatz
2011-03-07* gc.c (rb_gc_set_params): allow GC parameter configuration bymatz
2011-03-05* class.c: fix camelCase to snake_case in documentation code examples.naruse
2011-02-20* prevent temporary objects from GC, and should not usenobu
2011-01-26 * vm_eval.c (rb_throw_obj): add GC guard to prevent intermediatenagachika
2010-11-15* vm_eval.c (rb_funcall): ensure va_end after va_init_list. Coveritymame
2010-09-24* string.c (sym_call), vm.c (invoke_block_from_c),nobu
2010-08-07* vm_eval.c (vm_call0): fix for VM_METHOD_TYPE_NOTIMPLEMENTED.nobu
2010-07-14* eval.c (frame_func_id), vm_eval.c (rb_iterate),nobu
2010-05-29* removed trailing spaces.nobu
2010-05-24* vm_eval.c (rb_f_caller): update rdoc. a patch from Nobuhiro IMAImame
2010-05-21* vm.c (vm_backtrace_each), vm_eval.c (rb_catch_obj): suppressnobu
2010-05-20* vm_eval.c (rb_f_caller): update rdoc. a patch from Nobuhiro IMAImame
2010-05-20* vm.c (vm_backtrace_each): now takes an init function to distinguishmame
2010-05-19* vm_eval.c (rb_f_caller): return [] instead of nil when the functionmame
2010-05-17* array.c: Documentation: change => in call-seq to ->.marcandre
2010-05-16* proc.c (proc_binding): don't propagative filename and line_no ofmame
2010-05-13* array.c: Harmonize documentation, in particular regarding:marcandre
2010-05-09* vm_eval.c (eval_string_with_cref): propagative filename and line_nomame
2010-04-15* vm.c (vm_backtrace_each): get rid of use of malloc from signalnobu
2010-03-22* proc.c (rb_method_location): return attr's location if it is setup.wanabe
2010-03-16* compile.c, iseq.c, ruby.c, vm.c, vm_core.h, vm_eval.c: add absolutemame
2010-02-17* vm_insnhelper.c (vm_call_cfunc): removed unused variable.nobu
2010-01-27* vm_eval.c (rb_backtrace): "circular require" warning was output tomame
2010-01-24* eval.c, vm.c, vm_eval.c, vm_insnhelper.c: fix issues aboutko1
2009-12-20* vm_eval.c (rb_iterate): remove SEGV (retry).mame