summaryrefslogtreecommitdiff
path: root/vm_eval.c
AgeCommit message (Expand)Author
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
2009-09-15* vm_eval.c (rb_catch_obj, rb_catch, rb_f_catch): No longer use the obsolete ...marcandre
2009-09-01* vm_eval.c (eval_string_with_cref): fix to check local_table_size.ko1
2009-08-29Doxygen comment.yugui
2009-08-29* vm_eval.c (rb_call0): gets rid of checking method cache twice.yugui
2009-08-28* method.h (rb_method_definition_t): split from rb_method_entry_tnobu
2009-08-16* vm.c (vm_backtrace_each, vm_backtrace_push),nobu
2009-07-16* vm_eval.c: adjusted indent.nobu
2009-07-15* method.h, vm_core.h: add rb_method_entry_t. Remove nodes aroundko1
2009-06-15* vm_eval.c (rb_call0): refine exception message for hidden objects.akr
2009-06-14* thread.c, vm_eval.c: add Thread.backtrace.ko1
2009-06-12* vm_eval.c (rb_f_local_variables): now returns symbols. a patch fromnobu
2009-06-12* vm_eval.c (rb_f_catch): updated rdoc about generalized argument,nobu
2009-06-12* vm_eval.c (rb_f_throw): fixed rdoc about execption.nobu
2009-05-20* include/ruby/ruby.h (rb_long2int, RARRAY_LENINT): check long tonobu
2009-05-20* vm_eval.c, vm_insnhelper.c: argument number is restricted tonobu
2009-05-09* vm_eval.c (rb_f_catch): gets rid of issue with gcc 4.4. a patchnobu
2009-03-30* vm_eval.c (eval_string_with_cref): replaces the message ifnobu
2009-03-13* vm_eval.c (rb_throw_obj): inverted call flow. [ruby-core:22872]nobu
2009-02-28* vm_eval.c (rb_iterate): use volatile to suppress warnings.akr
2009-02-28* eval_error.c (error_print): use volatile to suppress warnings.akr