summaryrefslogtreecommitdiff
path: root/test/ruby/test_iterator.rb
AgeCommit message (Expand)Author
2012-08-08use local variablesnobu
2010-04-29* test/ruby: fixed nonsense assertions.nobu
2010-01-25supress warnings.akr
2008-09-24* test: assert_raises has been deprecated since a long time ago.nobu
2008-02-29* test/ruby/test_iterator.rb (TestIterator::test_enumerator):matz
2007-12-19* compile.c (iseq_compile_each): remove "retry" in block.ko1
2007-11-09* test/ruby/test_iterator.rb (TestIterator::IterTest::each):matz
2007-08-24* enumerator.c (enumerator_next): stop pre-fetching.matz
2007-08-08* enumerator.c (enumerator_next_p): should check correctly even whenmatz
2007-07-06* test/ruby/test_iterator.rb: fix test to 1.9 spec.ko1
2007-06-15* hash.c: exchange semantics of Hash#each and Hash#each_pair.ko1
2007-06-15* test/ruby/test_iterator.rb: remove debug code (GC.stress=true).ko1
2007-06-15* vm.c (th_yield_setup_args): |v| should work as |v,|.ko1
2007-01-31* test/ruby/test_iterator.rb (TestIterator::test_block_given_within_iterator):matz
2007-01-24* test/ruby/test_iterator.rb: removed a needless workaround.kou
2006-12-31 * Merge YARVko1
2006-10-03* parse.y (block_param): restrict block parameters to be localmatz
2006-07-10* sample/test.rb: update test suites.matz
2006-06-09* sprintf.c (rb_str_format): allow %c to print one charactermatz
2005-10-08* lib/scanf.rb (Scanf::FormatSpecifier#letter, #width): use matchednobu
2005-08-17* test/ruby/test_iterator.rb (test_block_passing): more tests.nobu
2005-08-10* test/ruby/test_iterator.rb (test_block_passing): yield in methodnobu
2005-03-04* array.c: replace rb_protect_inspect() and rb_inspecting_p() bymatz
2004-03-18* eval.c (proc_eq): avoid false positive by using scope andmatz
2004-03-02* test/ruby/test_iterator.rb (test_ljump): cannot usenobu
2004-02-18 * test/*: should not depend on $KCODE.nahi
2003-10-29* eval.c (proc_invoke): single array value to normal Proc#callmatz
2003-10-20* eval.c (PUSH_FRAME): generate unique number to be TAG_JUMP()matz
2003-10-15* test/digest/test_digest.rb (test_eq): show failed class.nobu
2003-10-06* test/ruby/test_iterator.rb (test_block_argument_without_paren): added.nahi
2003-09-29* test/ruby/test_iterator.rb: new test test_break__nested_loop[123].aamine
2003-09-09* eval.c (struct tag): dst should be VALUE.nobu
2003-09-06* test/ruby/test_*.rb: assert_same, assert_match, and so on.nahi
2003-09-05* lib/optparse.rb (OptionParser#order, #permute, #parse): allow annobu
2003-09-05* same as the previous commit.nahi
2003-09-05* test/ruby/test_*.rb: replace 'assert(a == b)' with assert_equal(a, b)'nahi
2003-09-04* test/ruby/test_iterator.rb (test_block_in_arg): add no blocknobu
2003-09-04* test/ruby: tests for ruby itself.nahi