aboutsummaryrefslogtreecommitdiffstats
path: root/bootstraptest/test_method.rb
Commit message (Expand)AuthorAgeFilesLines
* relax error message formatnobu2015-10-241-2/+2
* * bootstraptest/test_method.rb: remove a test because $SAFE=2 wasko12015-06-181-12/+0
* * include/ruby/ruby.h: $SAFE=3 is now obsolete.hsbt2015-06-171-16/+0
* FreeBSD 10 SEGVs this less than 4M + 12K bytes.naruse2014-01-151-2/+2
* * bootstraptest/test_autoload.rb, bootstraptest/test_method.rb:shugo2013-06-131-44/+0
* * vm_insnhelper.c (vm_caller_setup_args): save and restoreko12012-11-131-0/+58
* * vm_insnhelper.c (vm_call_method): disable CI_SET_FASTPATH() ifko12012-10-151-0/+20
* * compile.c (iseq_compile_each): fix return value of obj[a,*b]=c.naruse2011-06-171-0/+4
* * remove trailing spaces.nobu2011-05-151-3/+3
* * bootstraptest/test_method.rb: fix last commit.ko12010-09-211-1/+1
* bootstraptest/test_method.rb: add a test for [ruby-core:30534].ko12010-09-211-0/+5
* * vm_method.c (rb_unlink_method_entry, rb_sweep_method_entry):ko12010-05-051-0/+14
* * compile.c (iseq_compile_each): fix stack consistency error.mame2009-07-301-0/+10
* * vm_eval.c (method_missing): should not pop cfp if missing methodnobu2009-02-221-0/+11
* * vm_insnhelper.c (vm_method_search): return rb_cObject if there is noko12008-12-251-0/+37
* * vm_insnhelper.c (vm_call_method): use class of method definedko12008-12-241-0/+19
* * parse.y (arg_concat_gen): concat target node should be NODE_ARRAY.ko12008-10-211-0/+15
* * vm_insnhelper.c (vm_call_method): copy arguments to allocatedko12008-08-291-0/+11
* * bootstraptests/method.rb: increase RLIMIT_STACK size to 4M+8Kbytesnaruse2008-07-271-2/+3
* * eval.c (rb_f_block_given_p): fix to skip class frame.ko12008-06-151-0/+31
* * lib/uri/generic.rb: revert r15442. 2nd argument of String#sub parsenaruse2008-02-131-1/+1
* * bootstraptest/runner.rb, bootstraptest/test_method.rb, enc/depend,naruse2008-02-121-1/+1
* * eval.c (rb_f_public_send): rename invoke_method to public_send.matz2007-12-101-3/+3
* * eval.c (rb_method_missing): fix stack trace.ko12007-11-271-0/+5
* * insns.def, compile.c: fix to allow dsym for alias/undef.ko12007-11-271-0/+22
* * eval.c (rb_f_send): allow send/__send__ to call methods of allmatz2007-11-041-6/+4
* * proc.c (proc_dup): proc->block.proc should be self.ko12007-10-011-0/+15
* check exception on Process.setrlimit.akr2007-10-011-1/+5
* * bootstraptest/test_method.rb: use assert_normal_exit to testakr2007-10-011-2/+1
* * bootstraptest/test_knownbug.rb: move fixed tests.ko12007-09-261-0/+26
* * insnhelper.ci (vm_call_method): fix to relaxant safe level checkko12007-08-251-0/+41
* * eval.c (rb_f_send_bang): abandon the name funcall for privatematz2007-08-241-4/+4
* * compile.c (iseq_compile_each): fix to allow self.x=ko12007-08-181-0/+10
* * eval.c (rb_call), eval_method.ci (rb_add_method, rb_alias),ko12007-08-171-0/+44
* * compile.c (compile_array): ignore NODE_ZARRAY.ko12007-07-031-0/+15
* * compile.c (iseq_compile_each): support v[&b]= type method call.ko12007-07-031-0/+19
* * insnhelper.h: change CHECK_STACK_OVERFLOW() to throw exception.ko12007-06-241-0/+27
* * vm.c (callee_setup_arg): added. support correct post arg.ko12007-06-241-5/+503
* * bootstraptest/test_class.rb: new file.aamine2007-02-241-0/+27
* * bootstraptest: new test suite.aamine2007-02-241-0/+278