| Commit message (Expand) | Author | Age | Files | Lines |
* | * class.c (rb_obj_methods), compile.c (iseq_compile_each), | nobu | 2011-12-05 | 1 | -3/+0 |
* | * vm_eval.c (check_funcall): set array elements one-by-one to fix | ngoto | 2011-10-20 | 1 | -1/+4 |
* | fix typos | kazu | 2011-10-06 | 1 | -3/+3 |
* | * vm_eval.c (make_no_method_execption): extract from | nobu | 2011-10-06 | 1 | -21/+36 |
* | * use RB_TYPE_P which is optimized for constant types, instead of | nobu | 2011-09-29 | 1 | -4/+4 |
* | * vm_eval.c (rb_eval_cmd): fix indent. | nobu | 2011-09-29 | 1 | -1/+1 |
* | * test/ruby/test_object.rb: tests that respond_to? returns false. | nobu | 2011-08-05 | 1 | -2/+4 |
* | * vm_eval.c (check_funcall): try respond_to? first if redefined. | nobu | 2011-08-05 | 1 | -4/+13 |
* | * array.c (rb_ary_set_len): new function to set array length. | nobu | 2011-07-29 | 1 | -0/+1 |
* | * vm_eval.c (rb_apply): get rid of too large alloca. | nobu | 2011-07-29 | 1 | -1/+9 |
* | * thread_pthread.c (rb_thread_create_timer_thread): removed | kosaki | 2011-07-10 | 1 | -1/+0 |
* | * method.h, internal.h iseq.h: declare internal functions. | akr | 2011-06-18 | 1 | -1/+0 |
* | cancel subversion backfire. sorry | matz | 2011-03-07 | 1 | -4/+4 |
* | * gc.c (rb_gc_set_params): allow GC parameter configuration by | matz | 2011-03-07 | 1 | -4/+4 |
* | * class.c: fix camelCase to snake_case in documentation code examples. | naruse | 2011-03-05 | 1 | -4/+4 |
* | * prevent temporary objects from GC, and should not use | nobu | 2011-02-20 | 1 | -1/+2 |
* | * vm_eval.c (rb_throw_obj): add GC guard to prevent intermediate | nagachika | 2011-01-26 | 1 | -0/+1 |
* | * vm_eval.c (rb_funcall): ensure va_end after va_init_list. Coverity | mame | 2010-11-15 | 1 | -1/+2 |
* | * string.c (sym_call), vm.c (invoke_block_from_c), | nobu | 2010-09-24 | 1 | -0/+8 |
* | * vm_eval.c (vm_call0): fix for VM_METHOD_TYPE_NOTIMPLEMENTED. | nobu | 2010-08-07 | 1 | -0/+1 |
* | * eval.c (frame_func_id), vm_eval.c (rb_iterate), | nobu | 2010-07-14 | 1 | -0/+1 |
* | * 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 |