| Commit message (Expand) | Author | Age | Files | Lines |
* | * removed trailing spaces. | nobu | 2010-05-29 | 1 | -2/+2 |
* | * vm_eval.c (rb_f_caller): update rdoc. a patch from Nobuhiro IMAI | mame | 2010-05-24 | 1 | -7/+8 |
* | * vm.c (vm_backtrace_each), vm_eval.c (rb_catch_obj): suppress | nobu | 2010-05-21 | 1 | -1/+1 |
* | * vm_eval.c (rb_f_caller): update rdoc. a patch from Nobuhiro IMAI | mame | 2010-05-20 | 1 | -1/+5 |
* | * vm.c (vm_backtrace_each): now takes an init function to distinguish | mame | 2010-05-20 | 1 | -6/+4 |
* | * vm_eval.c (rb_f_caller): return [] instead of nil when the function | mame | 2010-05-19 | 1 | -2/+4 |
* | * array.c: Documentation: change => in call-seq to ->. | marcandre | 2010-05-17 | 1 | -17/+17 |
* | * proc.c (proc_binding): don't propagative filename and line_no of | mame | 2010-05-16 | 1 | -1/+1 |
* | * array.c: Harmonize documentation, in particular regarding: | marcandre | 2010-05-13 | 1 | -1/+4 |
* | * vm_eval.c (eval_string_with_cref): propagative filename and line_no | mame | 2010-05-09 | 1 | -0/+4 |
* | * vm.c (vm_backtrace_each): get rid of use of malloc from signal | nobu | 2010-04-15 | 1 | -2/+10 |
* | * proc.c (rb_method_location): return attr's location if it is setup. | wanabe | 2010-03-22 | 1 | -2/+2 |
* | * compile.c, iseq.c, ruby.c, vm.c, vm_core.h, vm_eval.c: add absolute | mame | 2010-03-16 | 1 | -0/+10 |
* | * vm_insnhelper.c (vm_call_cfunc): removed unused variable. | nobu | 2010-02-17 | 1 | -1/+5 |
* | * vm_eval.c (rb_backtrace): "circular require" warning was output to | mame | 2010-01-27 | 1 | -1/+1 |
* | * eval.c, vm.c, vm_eval.c, vm_insnhelper.c: fix issues about | ko1 | 2010-01-24 | 1 | -1/+14 |
* | * vm_eval.c (rb_iterate): remove SEGV (retry). | mame | 2009-12-20 | 1 | -1/+1 |
* | * vm_eval.c (rb_iterate): remove SEGV (use the original patch). | mame | 2009-12-20 | 1 | -11/+13 |
* | * vm_eval.c (rb_iterate): pass current block when the argument bl_proc | mame | 2009-12-20 | 1 | -7/+11 |
* | * vm_eval.c (check_funcall): reset method_missing_reason before | nobu | 2009-12-19 | 1 | -0/+1 |
* | * vm_eval.c (yield_under): yields self the same as 1.8. | shugo | 2009-12-10 | 1 | -5/+0 |
* | avoid SEGV in instance_eval without block. | shugo | 2009-12-04 | 1 | -1/+6 |
* | * compile.c (compile_cpath, iseq_compile_each): reverted | shugo | 2009-12-03 | 1 | -4/+6 |
* | * vm_eval.c (check_funcall_failed): pass ID. [ruby-core:26934] | nobu | 2009-11-29 | 1 | -1/+1 |
* | * vm_eval.c (check_funcall_failed): should rescue user raised | matz | 2009-11-28 | 1 | -3/+2 |
* | * vm_eval.c (rb_search_method_entry): refine error message. | akr | 2009-11-25 | 1 | -9/+14 |
* | * vm_eval.c (rb_search_method_entry): show flags and klass value in | akr | 2009-11-21 | 1 | -10/+21 |
* | * vm_eval.c (rb_search_method_entry): avoid trigraph. | akr | 2009-11-20 | 1 | -1/+1 |
* | * vm_eval.c (rb_search_method_entry): show the type of the hidden | akr | 2009-11-18 | 1 | -6/+52 |
* | * vm_insnhelper.c (vm_call_method): protected singleton methods of | shugo | 2009-11-16 | 1 | -1/+1 |
* | fix typos. | akr | 2009-11-03 | 1 | -1/+1 |
* | * enum.c (enum_count): remove optimization using #size. | matz | 2009-10-31 | 1 | -15/+3 |
* | * vm_eval.c (check_funcall): logic updated according to | matz | 2009-10-31 | 1 | -16/+56 |
* | * vm_eval.c (enum call_type): get rid of last comma. | nobu | 2009-10-30 | 1 | -0/+1 |
* | * vm_eval.c (vm_call0, vm_call_super, rb_f_send, rb_f_public_send): | nobu | 2009-10-30 | 1 | -7/+8 |
* | * vm_eval.c (rb_search_method_emtry, rb_method_call_status): split | nobu | 2009-10-30 | 1 | -73/+67 |
* | * enum.c (enum_count): call #size using rb_funcall_no_recursive() | matz | 2009-10-29 | 1 | -0/+42 |
* | * array.c (rb_ary_to_ary): do not use #respond_to? to detect | matz | 2009-10-29 | 1 | -2/+12 |
* | * vm_eval.c (eval_string): rdoc fix [ruby-core:26086] | marcandre | 2009-10-14 | 1 | -5/+4 |
* | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25129 b2dd03c8-39d4-4d8f-98... | matz | 2009-09-28 | 1 | -0/+8 |
* | * compile.c, cont.c, gc.c, insns.def, iseq.c, iseq.h, process.c, | nobu | 2009-09-21 | 1 | -3/+5 |
* | * vm_eval.c (rb_catch_obj, rb_catch, rb_f_catch): No longer use the obsolete ... | marcandre | 2009-09-15 | 1 | -32/+24 |
* | * vm_eval.c (eval_string_with_cref): fix to check local_table_size. | ko1 | 2009-09-01 | 1 | -1/+1 |
* | Doxygen comment. | yugui | 2009-08-29 | 1 | -0/+59 |
* | * vm_eval.c (rb_call0): gets rid of checking method cache twice. | yugui | 2009-08-29 | 1 | -1/+1 |
* | * method.h (rb_method_definition_t): split from rb_method_entry_t | nobu | 2009-08-28 | 1 | -14/+17 |
* | * vm.c (vm_backtrace_each, vm_backtrace_push), | nobu | 2009-08-16 | 1 | -2/+3 |
* | * vm_eval.c: adjusted indent. | nobu | 2009-07-16 | 1 | -58/+58 |
* | * method.h, vm_core.h: add rb_method_entry_t. Remove nodes around | ko1 | 2009-07-15 | 1 | -114/+134 |
* | * vm_eval.c (rb_call0): refine exception message for hidden objects. | akr | 2009-06-15 | 1 | -2/+5 |