Age | Commit message (Expand) | Author |
2011-10-20 | * vm_eval.c (check_funcall): set array elements one-by-one to fix | ngoto |
2011-10-06 | fix typos | kazu |
2011-10-06 | * vm_eval.c (make_no_method_execption): extract from | nobu |
2011-09-29 | * use RB_TYPE_P which is optimized for constant types, instead of | nobu |
2011-09-29 | * vm_eval.c (rb_eval_cmd): fix indent. | nobu |
2011-08-05 | * test/ruby/test_object.rb: tests that respond_to? returns false. | nobu |
2011-08-05 | * vm_eval.c (check_funcall): try respond_to? first if redefined. | nobu |
2011-07-29 | * array.c (rb_ary_set_len): new function to set array length. | nobu |
2011-07-29 | * vm_eval.c (rb_apply): get rid of too large alloca. | nobu |
2011-07-10 | * thread_pthread.c (rb_thread_create_timer_thread): removed | kosaki |
2011-06-18 | * method.h, internal.h iseq.h: declare internal functions. | akr |
2011-03-07 | cancel subversion backfire. sorry | matz |
2011-03-07 | * gc.c (rb_gc_set_params): allow GC parameter configuration by | matz |
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 use | nobu |
2011-01-26 | * vm_eval.c (rb_throw_obj): add GC guard to prevent intermediate | nagachika |
2010-11-15 | * vm_eval.c (rb_funcall): ensure va_end after va_init_list. Coverity | mame |
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 IMAI | mame |
2010-05-21 | * vm.c (vm_backtrace_each), vm_eval.c (rb_catch_obj): suppress | nobu |
2010-05-20 | * vm_eval.c (rb_f_caller): update rdoc. a patch from Nobuhiro IMAI | mame |
2010-05-20 | * vm.c (vm_backtrace_each): now takes an init function to distinguish | mame |
2010-05-19 | * vm_eval.c (rb_f_caller): return [] instead of nil when the function | mame |
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 of | mame |
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_no | mame |
2010-04-15 | * vm.c (vm_backtrace_each): get rid of use of malloc from signal | nobu |
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 absolute | mame |
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 to | mame |
2010-01-24 | * eval.c, vm.c, vm_eval.c, vm_insnhelper.c: fix issues about | ko1 |
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_proc | mame |
2009-12-19 | * vm_eval.c (check_funcall): reset method_missing_reason before | nobu |
2009-12-10 | * vm_eval.c (yield_under): yields self the same as 1.8. | shugo |
2009-12-04 | avoid SEGV in instance_eval without block. | shugo |
2009-12-03 | * compile.c (compile_cpath, iseq_compile_each): reverted | shugo |
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 raised | matz |
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 in | akr |
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 hidden | akr |
2009-11-16 | * vm_insnhelper.c (vm_call_method): protected singleton methods of | shugo |