summaryrefslogtreecommitdiff
path: root/test/ruby/test_enumerator.rb
AgeCommit message (Expand)Author
2013-07-29Add a frozenness check to Enumerator::Generator#initialize.knu
2013-07-29Add a frozenness check to Enumerator#initialize.knu
2013-05-18enumerator.c: use VALUEnobu
2013-03-11* enumerator.c (enumerator_with_index): try to convert given offset tonaruse
2013-03-05enumerator.c: allow Bignum for with_indexnobu
2012-11-24Fix tests of rb_warning().knu
2012-11-10Revert of 37541 "* test/ruby/test_enumerator.rb: Add test to shed light upon ...marcandre
2012-11-07* test/ruby/test_enumerator.rb: Add test to shed light upon the bugayumin
2012-11-06* string.c: Support for String#{each_byte,each_char,each_codepoint}.sizemarcandre
2012-11-06* numeric.c (int_dotimes): Support for Integer#times.sizemarcandre
2012-11-06* numeric.c (int_upto, int_downto): Support for Integer#{down|up}to.sizemarcandre
2012-11-06* range.c: Support for range.step.sizemarcandre
2012-11-06* numeric.c (num_step): Support for Numeric#step.sizemarcandre
2012-11-06* struct.c: Support for Struct's enumerators #sizemarcandre
2012-11-06* hash.c: Support for enumerators created by ENV:marcandre
2012-11-06* hash.c: Support for enumerators created by Hash:marcandre
2012-11-06* enum.c (enum_cycle): Support for Enumerable#cycle.sizemarcandre
2012-11-06* enum.c (enum_each_cons): Support for Enumerable#each_cons.sizemarcandre
2012-11-06* enum.c (enum_each_slice): Support for Enumerable#each_slice.sizemarcandre
2012-11-06* enum.c: Support for enumerators created by Enumerable with forwarding:marcandre
2012-11-06* vm_eval.c (rb_f_loop): Support for loop.sizemarcandre
2012-11-06* array.c (rb_ary_cycle): Support for Array#cycle.sizemarcandre
2012-11-06* array.c (rb_ary_repeated_combination): Support for repeated_combination.sizemarcandre
2012-11-06* array.c (rb_ary_repeated_permutation): Support for repeated_permutation.sizemarcandre
2012-11-06* array.c (rb_ary_combination): Support for Array#combination.sizemarcandre
2012-11-06* array.c (rb_ary_permutation): Support for Array#permutation.sizemarcandre
2012-11-06* array.c: Support for Enumerator#size in trivial cases:marcandre
2012-11-06* enumerator.c: Support #size for enumerators created from enumeratorsmarcandre
2012-11-06* enumerator.c (obj_to_enum): Have #to_enum accept a blockmarcandre
2012-11-06* enumerator: New method #size; constructor accepts sizemarcandre
2012-11-06* enumerator.c (enumerator_initialize): Warn when using deprecated formmarcandre
2012-09-30* test/ruby/test_enumerator.rb (enum_test, test_inspect): remove unusednagachika
2012-04-03* enumerator.c (inspect_enumerator): suppress uninitializednobu
2012-03-08* enumerator.c (enumerator_each, generator_each): pass arguments tonobu
2012-01-10* test/ruby/test_enumerator.rb (test_nested_iteration): fix typo.nobu
2010-01-22* test/ruby/test_array.rb: add a test for Array#rotate, rotate!.mame
2009-08-21* enumerator.c (ary2sv): add dup argument.akr
2009-08-19* enumerator.c (next_init): don't clear feedvalue.akr
2009-08-19* enumerator.c: implement Enumerator#{next_values,peek_values,feed}akr
2009-08-18* enumerator.c (enumerator_peek): new method Enumerator#peek. akr
2009-02-08* enumerator.c (enumerator_with_index): receives one argument whichmame
2008-08-26* test/ruby/test_enumerator.rb (TestEnumerator#test_with_object):knu
2008-08-26* enumerator.c (enumerator_initialize),knu
2008-08-13* golf_prelude.rb, lib/set.rb (TC_Set#test_each),knu
2008-06-19* test/ruby/test_enumerator.rb: fix to skip "with_memo" test.ko1
2008-06-03* enumerator.c (enumerator_with_memo): New method: with_memo().knu
2008-04-22test/ruby/test_enumerator.rb: updatedmatz
2008-01-29* test/ruby/test_enumerator.rb: add tests to achieve over 90% testmame
2007-11-16* set eol-style.nobu
2007-08-25* cont.c: separate Continuation and Fiber from core.ko1