summaryrefslogtreecommitdiff
path: root/test/ruby/test_enumerator.rb
AgeCommit message (Expand)Author
2016-07-20enumerator.c: Enumerator::Lazy#uniqnobu
2016-02-19test/ruby: suppress parser warningsnobu
2015-12-16Add frozen_string_literal: false for all filesnaruse
2015-10-22Kernel#loop returns the result value of a finished iteratorknu
2015-09-28preserve encodings in error messagesnobu
2014-11-13* test/lib/envutil.rb: Moved from test/ruby/.akr
2014-03-10merge GH-558nobu
2013-12-14Additional test coverage to Enumerator#peek.nobu
2013-12-07hash.c: rb_hash_reject without dupnobu
2013-11-30enumerator.c: should not store local variable addressnobu
2013-08-27* enumerator.c: Allow Enumerator size argument to be any callable.marcandre
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