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
/
test
/
ruby
/
test_eval.rb
Age
Commit message (
Expand
)
Author
2008-05-19
* eval.c, vm_insnhelper.c: fix cref in instance_eval
ko1
2008-05-17
* test/ruby/test_eval.rb (test_define_method_block): new test
nobu
2008-05-14
* test/ruby/test_object.rb: new tests to achieve over 90% test
mame
2007-12-22
* eval.c (rb_obj_instance_eval): use class of immediate objects.
ko1
2007-12-21
test/ruby/test_eval.rb: class variable test updated.
matz
2007-11-26
* test/ruby/test_eval.rb (TestEval::test_instance_eval_cvar):
matz
2007-11-18
use ML ref. for assertion message.
akr
2007-11-04
* eval.c (rb_f_send): allow send/__send__ to call methods of all
matz
2007-08-24
* test/ruby/test_dir.rb (TestDir::setup): ?c now makes a string.
matz
2006-12-31
* Merge YARV
ko1
2005-10-22
* ext/tk/lib/tk/font.rb, ext/tk/lib/tkextlib/ICONS/icons.rb,
nobu
2005-09-12
* lib/ostruct.rb (new_ostruct_member): Object#send no longer call
nobu
2004-09-07
add test for [ruby-dev:24060], [ruby-dev:24065], [ruby-dev:24103],
akr
2004-02-18
* test/*: should not depend on $KCODE.
nahi
2003-09-05
* lib/optparse.rb (OptionParser#order, #permute, #parse): allow an
nobu
2003-09-05
* test/ruby/test_*.rb: replace 'assert(a == b)' with assert_equal(a, b)'
nahi
2003-09-04
* test/ruby: tests for ruby itself.
nahi