aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_enumerator.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix tests of rb_warning().knu2012-11-241-2/+2
* Revert of 37541 "* test/ruby/test_enumerator.rb: Add test to shed light upon ...marcandre2012-11-101-3/+0
* * test/ruby/test_enumerator.rb: Add test to shed light upon the bugayumin2012-11-071-0/+3
* * string.c: Support for String#{each_byte,each_char,each_codepoint}.sizemarcandre2012-11-061-0/+6
* * numeric.c (int_dotimes): Support for Integer#times.sizemarcandre2012-11-061-0/+1
* * numeric.c (int_upto, int_downto): Support for Integer#{down|up}to.sizemarcandre2012-11-061-0/+6
* * range.c: Support for range.step.sizemarcandre2012-11-061-0/+6
* * numeric.c (num_step): Support for Numeric#step.sizemarcandre2012-11-061-0/+15
* * struct.c: Support for Struct's enumerators #sizemarcandre2012-11-061-0/+7
* * hash.c: Support for enumerators created by ENV:marcandre2012-11-061-0/+6
* * hash.c: Support for enumerators created by Hash:marcandre2012-11-061-0/+7
* * enum.c (enum_cycle): Support for Enumerable#cycle.sizemarcandre2012-11-061-0/+5
* * enum.c (enum_each_cons): Support for Enumerable#each_cons.sizemarcandre2012-11-061-0/+7
* * enum.c (enum_each_slice): Support for Enumerable#each_slice.sizemarcandre2012-11-061-0/+8
* * enum.c: Support for enumerators created by Enumerable with forwarding:marcandre2012-11-061-0/+14
* * vm_eval.c (rb_f_loop): Support for loop.sizemarcandre2012-11-061-0/+4
* * array.c (rb_ary_cycle): Support for Array#cycle.sizemarcandre2012-11-061-0/+8
* * array.c (rb_ary_repeated_combination): Support for repeated_combination.sizemarcandre2012-11-061-0/+5
* * array.c (rb_ary_repeated_permutation): Support for repeated_permutation.sizemarcandre2012-11-061-0/+4
* * array.c (rb_ary_combination): Support for Array#combination.sizemarcandre2012-11-061-0/+5
* * array.c (rb_ary_permutation): Support for Array#permutation.sizemarcandre2012-11-061-0/+13
* * array.c: Support for Enumerator#size in trivial cases:marcandre2012-11-061-0/+9
* * enumerator.c: Support #size for enumerators created from enumeratorsmarcandre2012-11-061-0/+6
* * enumerator.c (obj_to_enum): Have #to_enum accept a blockmarcandre2012-11-061-0/+3
* * enumerator: New method #size; constructor accepts sizemarcandre2012-11-061-0/+10
* * enumerator.c (enumerator_initialize): Warn when using deprecated formmarcandre2012-11-061-1/+4
* * test/ruby/test_enumerator.rb (enum_test, test_inspect): remove unusednagachika2012-09-301-2/+1
* * enumerator.c (inspect_enumerator): suppress uninitializednobu2012-04-031-0/+7
* * enumerator.c (enumerator_each, generator_each): pass arguments tonobu2012-03-081-0/+19
* * test/ruby/test_enumerator.rb (test_nested_iteration): fix typo.nobu2012-01-101-1/+1
* * test/ruby/test_array.rb: add a test for Array#rotate, rotate!.mame2010-01-221-0/+40
* * enumerator.c (ary2sv): add dup argument.akr2009-08-211-0/+22
* * enumerator.c (next_init): don't clear feedvalue.akr2009-08-191-0/+34
* * enumerator.c: implement Enumerator#{next_values,peek_values,feed}akr2009-08-191-0/+125
* * enumerator.c (enumerator_peek): new method Enumerator#peek. akr2009-08-181-0/+22
* * enumerator.c (enumerator_with_index): receives one argument whichmame2009-02-081-0/+1
* * test/ruby/test_enumerator.rb (TestEnumerator#test_with_object):knu2008-08-261-8/+11
* * enumerator.c (enumerator_initialize),knu2008-08-261-0/+5
* * golf_prelude.rb, lib/set.rb (TC_Set#test_each),knu2008-08-131-2/+2
* * test/ruby/test_enumerator.rb: fix to skip "with_memo" test.ko12008-06-191-0/+1
* * enumerator.c (enumerator_with_memo): New method: with_memo().knu2008-06-031-0/+19
* test/ruby/test_enumerator.rb: updatedmatz2008-04-221-1/+0
* * test/ruby/test_enumerator.rb: add tests to achieve over 90% testmame2008-01-291-0/+59
* * set eol-style.nobu2007-11-161-47/+47
* * cont.c: separate Continuation and Fiber from core.ko12007-08-251-6/+5
* * test/ruby/test_enumerator.rb: fix last commit.ko12007-08-201-4/+4
* * test_enumerator.rb (enum_test): fix to return sortedko12007-08-201-1/+1
* * enumerator.c (next_i): fix to return with Fiber#yield atko12007-08-201-0/+48