aboutsummaryrefslogtreecommitdiffstats
path: root/vm_eval.c
Commit message (Expand)AuthorAgeFilesLines
* * 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
* avoid SEGV in instance_eval without block.shugo2009-12-041-1/+6
* * compile.c (compile_cpath, iseq_compile_each): revertedshugo2009-12-031-4/+6
* * vm_eval.c (check_funcall_failed): pass ID. [ruby-core:26934]nobu2009-11-291-1/+1
* * vm_eval.c (check_funcall_failed): should rescue user raisedmatz2009-11-281-3/+2
* * vm_eval.c (rb_search_method_entry): refine error message.akr2009-11-251-9/+14
* * vm_eval.c (rb_search_method_entry): show flags and klass value inakr2009-11-211-10/+21
* * vm_eval.c (rb_search_method_entry): avoid trigraph.akr2009-11-201-1/+1
* * vm_eval.c (rb_search_method_entry): show the type of the hiddenakr2009-11-181-6/+52
* * vm_insnhelper.c (vm_call_method): protected singleton methods ofshugo2009-11-161-1/+1
* fix typos.akr2009-11-031-1/+1
* * enum.c (enum_count): remove optimization using #size.matz2009-10-311-15/+3
* * vm_eval.c (check_funcall): logic updated according tomatz2009-10-311-16/+56
* * vm_eval.c (enum call_type): get rid of last comma.nobu2009-10-301-0/+1
* * vm_eval.c (vm_call0, vm_call_super, rb_f_send, rb_f_public_send):nobu2009-10-301-7/+8
* * vm_eval.c (rb_search_method_emtry, rb_method_call_status): splitnobu2009-10-301-73/+67
* * enum.c (enum_count): call #size using rb_funcall_no_recursive()matz2009-10-291-0/+42
* * array.c (rb_ary_to_ary): do not use #respond_to? to detectmatz2009-10-291-2/+12
* * vm_eval.c (eval_string): rdoc fix [ruby-core:26086]marcandre2009-10-141-5/+4
* git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25129 b2dd03c8-39d4-4d8f-98...matz2009-09-281-0/+8
* * compile.c, cont.c, gc.c, insns.def, iseq.c, iseq.h, process.c,nobu2009-09-211-3/+5
* * vm_eval.c (rb_catch_obj, rb_catch, rb_f_catch): No longer use the obsolete ...marcandre2009-09-151-32/+24
* * vm_eval.c (eval_string_with_cref): fix to check local_table_size.ko12009-09-011-1/+1
* Doxygen comment.yugui2009-08-291-0/+59
* * vm_eval.c (rb_call0): gets rid of checking method cache twice.yugui2009-08-291-1/+1
* * method.h (rb_method_definition_t): split from rb_method_entry_tnobu2009-08-281-14/+17
* * vm.c (vm_backtrace_each, vm_backtrace_push),nobu2009-08-161-2/+3