aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_enumerator.rb
Commit message (Expand)AuthorAgeFilesLines
* wipworkKazuki Yamaguchi2017-10-141-1/+1
* enumerator.c: Enumerator::Lazy#uniqnobu2016-07-201-0/+5
* test/ruby: suppress parser warningsnobu2016-02-191-0/+1
* Add frozen_string_literal: false for all filesnaruse2015-12-161-0/+1
* Kernel#loop returns the result value of a finished iteratorknu2015-10-221-0/+8
* preserve encodings in error messagesnobu2015-09-281-0/+12
* * test/lib/envutil.rb: Moved from test/ruby/.akr2014-11-131-1/+0
* merge GH-558nobu2014-03-101-1/+1
* Additional test coverage to Enumerator#peek.nobu2013-12-141-0/+9
* hash.c: rb_hash_reject without dupnobu2013-12-071-3/+7
* enumerator.c: should not store local variable addressnobu2013-11-301-0/+10
* * enumerator.c: Allow Enumerator size argument to be any callable.marcandre2013-08-271-0/+3
* Add a frozenness check to Enumerator::Generator#initialize.knu2013-07-291-0/+5
* Add a frozenness check to Enumerator#initialize.knu2013-07-291-0/+10
* enumerator.c: use VALUEnobu2013-05-181-0/+8
* * enumerator.c (enumerator_with_index): try to convert given offset tonaruse2013-03-111-0/+12
* enumerator.c: allow Bignum for with_indexnobu2013-03-051-0/+8
* 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