summaryrefslogtreecommitdiff
path: root/vm_eval.c
AgeCommit message (Expand)Author
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
2009-12-20* vm_eval.c (rb_iterate): remove SEGV (use the original patch).mame
2009-12-20* vm_eval.c (rb_iterate): pass current block when the argument bl_procmame
2009-12-19* vm_eval.c (check_funcall): reset method_missing_reason beforenobu
2009-12-10* vm_eval.c (yield_under): yields self the same as 1.8.shugo
2009-12-04avoid SEGV in instance_eval without block.shugo
2009-12-03* compile.c (compile_cpath, iseq_compile_each): revertedshugo
2009-11-29* vm_eval.c (check_funcall_failed): pass ID. [ruby-core:26934]nobu
2009-11-28* vm_eval.c (check_funcall_failed): should rescue user raisedmatz
2009-11-25* vm_eval.c (rb_search_method_entry): refine error message.akr
2009-11-21* vm_eval.c (rb_search_method_entry): show flags and klass value inakr
2009-11-20* vm_eval.c (rb_search_method_entry): avoid trigraph.akr
2009-11-18* vm_eval.c (rb_search_method_entry): show the type of the hiddenakr
2009-11-16* vm_insnhelper.c (vm_call_method): protected singleton methods ofshugo
2009-11-03fix typos.akr
2009-10-31* enum.c (enum_count): remove optimization using #size.matz
2009-10-31* vm_eval.c (check_funcall): logic updated according tomatz
2009-10-30* vm_eval.c (enum call_type): get rid of last comma.nobu
2009-10-30* vm_eval.c (vm_call0, vm_call_super, rb_f_send, rb_f_public_send):nobu
2009-10-30* vm_eval.c (rb_search_method_emtry, rb_method_call_status): splitnobu
2009-10-29* enum.c (enum_count): call #size using rb_funcall_no_recursive()matz
2009-10-29* array.c (rb_ary_to_ary): do not use #respond_to? to detectmatz
2009-10-14* vm_eval.c (eval_string): rdoc fix [ruby-core:26086]marcandre
2009-09-28git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25129 b2dd03c8-39d4-4d8f-98...matz
2009-09-21* compile.c, cont.c, gc.c, insns.def, iseq.c, iseq.h, process.c,nobu