| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-03-30 | Fix Enumerator#each_with_index with block | Kenji Okimoto | |
| In previous version, ``` a = [3, 2, 1] e = a.each e.sort_by(&:to_i) # => [] ``` In this version, ``` a = [3, 2, 1] e = a.each e.sort_by(&:to_i) # => [1, 2, 3] ``` | |||
| 2016-12-01 | Support svalue | ksss | |
| 2016-12-01 | Support nil argument as no argument | ksss | |
| 2016-12-01 | Support Enumerable methods | ksss | |
| 2015-10-21 | Revert "Mark core gems with mrbgem tag" | Seba Gamboa | |
| This reverts commit 5cdcce8dbddd94ecb9503a0a1d47370c4ef97177. | |||
| 2015-10-20 | Remove obvious warnings from docs | Seba Gamboa | |
| 2015-10-20 | Fix enumerator doc errors | Seba Gamboa | |
| 2015-10-20 | Mark core gems with mrbgem tag | Seba Gamboa | |
| 2014-08-08 | move StopIteration to core; close #2518 | Yukihiro "Matz" Matsumoto | |
| 2014-05-13 | should not use String#<< which is defined in mruby-string-ext; use ↵ | Yukihiro "Matz" Matsumoto | |
| Array#join instead; ref #2239 | |||
| 2014-04-06 | wrap args by parens | Yukihiro "Matz" Matsumoto | |
| 2014-04-06 | Add args in Enumerator#inspect | Jun Hiroe | |
| 2014-03-30 | revert #1974; ref #1979 | Yukihiro "Matz" Matsumoto | |
| 2014-03-29 | Enumerator#initialize support duck-type | ksss | |
| 2014-03-29 | Fix a typo | Jun Hiroe | |
| 2014-03-27 | Enumerable#zip to use enumerator if mruby-enumerator gem is available | Yukihiro "Matz" Matsumoto | |
| 2014-03-27 | use __svalue instead of ary2sv | Yukihiro "Matz" Matsumoto | |
| 2014-03-15 | optimize from each to enumerator_block_call | ksss | |
| 2014-03-15 | fix variable name typo | ksss | |
| 2014-03-15 | fix self modifying bug | ksss | |
| 2014-03-15 | fix return value for with_index | ksss | |
| 2014-03-14 | make private method enumerator_block_call | ksss | |
| 2014-03-14 | move dependency check from runtime to mrbgem.rake | Yukihiro "Matz" Matsumoto | |
| 2014-03-14 | remove ambiguity warnings | Yukihiro "Matz" Matsumoto | |
| 2014-03-14 | mruby-enumerator: move definitions in core_mod.rb to mrblib core | Yukihiro "Matz" Matsumoto | |
| 2014-03-13 | add mruby-enumerator | ksss | |
