aboutsummaryrefslogtreecommitdiffstats
path: root/yarvtest
Commit message (Expand)AuthorAgeFilesLines
* * eval.c (rb_f_send): allow send/__send__ to call methods of allmatz2007-11-041-2/+2
* * yarvtest/test_method.rb: removed (merged to bootstraptest).aamine2007-02-242-1399/+0
* * test/ruby/test_yield.rb: new test.aamine2007-02-231-207/+0
* * test/ruby/test_optimization.rb: new test (merges test_opts.rb).aamine2007-02-231-118/+0
* * test/ruby/test_assignment.rb: merge yarvtest/test_massign.aamine2007-02-231-417/+0
* * test/ruby/test_primitive.rb: new test.aamine2007-02-231-585/+0
* set svn:eol-styleshyouhei2007-02-1213-4969/+4969
* * yarvtest/yarvtest.rb: check target command names.ko12007-02-081-2/+4
* * compile.c (iseq_compile_each): fix setting is_local flag.ko12007-02-061-0/+21
* * compile.c, insns.def: remove (get|set)instancevariable2 and add ako12007-02-061-0/+19
* * proc.c: support Binding#eval.ko12007-02-051-213/+221
* * insns.def (send) : fix to optimize send() with Symbol.ko12007-01-061-0/+8
* * insns.def : support direct method dispatch with "send" or "funcall".ko12007-01-061-0/+59
* * yarvtest/yarvtest.rb : fix to compare resultsko12007-01-051-1/+1
* * common.mk : rename yarv-test-[all/each] to compare-test[/-each].ko12007-01-042-146/+119
* * Merge YARVko12006-12-3117-0/+5806