index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
yarvtest
Age
Commit message (
Expand
)
Author
2007-11-04
* eval.c (rb_f_send): allow send/__send__ to call methods of all
matz
2007-02-24
* yarvtest/test_method.rb: removed (merged to bootstraptest).
aamine
2007-02-23
* test/ruby/test_yield.rb: new test.
aamine
2007-02-23
* test/ruby/test_optimization.rb: new test (merges test_opts.rb).
aamine
2007-02-23
* test/ruby/test_assignment.rb: merge yarvtest/test_massign.
aamine
2007-02-23
* test/ruby/test_primitive.rb: new test.
aamine
2007-02-12
set svn:eol-style
shyouhei
2007-02-08
* yarvtest/yarvtest.rb: check target command names.
ko1
2007-02-06
* compile.c (iseq_compile_each): fix setting is_local flag.
ko1
2007-02-06
* compile.c, insns.def: remove (get|set)instancevariable2 and add a
ko1
2007-02-05
* proc.c: support Binding#eval.
ko1
2007-01-06
* insns.def (send) : fix to optimize send() with Symbol.
ko1
2007-01-06
* insns.def : support direct method dispatch with "send" or "funcall".
ko1
2007-01-05
* yarvtest/yarvtest.rb : fix to compare results
ko1
2007-01-04
* common.mk : rename yarv-test-[all/each] to compare-test[/-each].
ko1
2006-12-31
* Merge YARV
ko1