aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_iterator.rb
Commit message (Expand)AuthorAgeFilesLines
* * eval.c (proc_eq): avoid false positive by using scope andmatz2004-03-181-2/+2
* * test/ruby/test_iterator.rb (test_ljump): cannot usenobu2004-03-021-4/+11
* * test/*: should not depend on $KCODE.nahi2004-02-181-2/+0
* * eval.c (proc_invoke): single array value to normal Proc#callmatz2003-10-291-0/+26
* * eval.c (PUSH_FRAME): generate unique number to be TAG_JUMP()matz2003-10-201-1/+1
* * test/digest/test_digest.rb (test_eq): show failed class.nobu2003-10-151-0/+21
* * test/ruby/test_iterator.rb (test_block_argument_without_paren): added.nahi2003-10-061-6/+11
* * test/ruby/test_iterator.rb: new test test_break__nested_loop[123].aamine2003-09-291-0/+39
* * eval.c (struct tag): dst should be VALUE.nobu2003-09-091-2/+3
* * test/ruby/test_*.rb: assert_same, assert_match, and so on.nahi2003-09-061-2/+2
* * lib/optparse.rb (OptionParser#order, #permute, #parse): allow annobu2003-09-051-3/+3
* * same as the previous commit.nahi2003-09-051-1/+1
* * test/ruby/test_*.rb: replace 'assert(a == b)' with assert_equal(a, b)'nahi2003-09-051-2/+2
* * test/ruby/test_iterator.rb (test_block_in_arg): add no blocknobu2003-09-041-104/+82
* * test/ruby: tests for ruby itself.nahi2003-09-041-0/+383