| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-09-19 | Remove implicit conversion using `to_int` method. | Yukihiro "Matz" Matsumoto | |
| The ISO standard does not include implicit type conversion using `to_int`. This implicit conversion often causes vulnerability. There will be no more attacks like #4120. In addition, we have added internal convenience method `__to_int` which does type check and conversion (from floats). | |||
| 2018-03-27 | Refactoring for `Enumerable#each_with_object` | ksss | |
| `each_with_object` arity should be 1 | |||
| 2018-03-27 | Should raise TypeError instead of NoMethodError | ksss | |
| 2018-03-27 | Support block yielding for `Enumerable#zip` | ksss | |
| 2018-03-16 | `__sort_sub__` is a method defined in `Array`; fix #3970 | Yukihiro "Matz" Matsumoto | |
| Reorganize `__sort_sub__` arguments. | |||
| 2017-12-25 | `Enumerable#{one?,none?,all?,any?} to take pattern argument [Ruby2.5] | Yukihiro "Matz" Matsumoto | |
| 2017-10-17 | Add `Comparable#uniq`; CRuby2.4 | Yukihiro "Matz" Matsumoto | |
| 2017-07-25 | Reimplement sort method to reduce array copying. | Yukihiro "Matz" Matsumoto | |
| 2017-04-03 | Merge pull request #3577 from okkez/fix-return-value-of-each-slice | Yukihiro "Matz" Matsumoto | |
| Change return value of Enumerable#each_slice | |||
| 2017-04-03 | Change return value of Enumerable#each_slice | Kenji Okimoto | |
| More compatibility to CRuby. | |||
| 2017-04-03 | Change return value of Enumberable#each_cons | Kenji Okimoto | |
| More compatibility to CRuby. | |||
| 2016-11-25 | Argument more strictly | ksss | |
| 2016-11-25 | Like a Enumerable#take | ksss | |
| 2016-11-24 | Shouldn't call `each` method if size is 0 | ksss | |
| 2016-11-24 | Support object does'n have `<` method | ksss | |
| 2016-11-11 | Reimplement Enumerable#cycle | ksss | |
| Fix pattern of infinite loop And support all specs in https://github.com/ruby/spec/blob/27960d06e0ce92c37f074450f0eab4b0519b118c/core/enumerable/cycle_spec.rb without Enumerable#size | |||
| 2016-03-30 | mruby-enum-ext: refine minmax | Yukihiro "Matz" Matsumoto | |
| 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 | Mark core gems with mrbgem tag | Seba Gamboa | |
| 2015-09-27 | Enumerable#each_{cons,slice} to return enumerators | Yukihiro "Matz" Matsumoto | |
| 2015-08-22 | Use #nil? instead of == nil. | INOUE Yasuyuki | |
| 2014-12-27 | Avoid block_given? in mrbgem:enum.rb to reduce method calls | Jun Hiroe | |
| 2014-06-05 | add nil#to_h; ref #2348 | Yukihiro "Matz" Matsumoto | |
| 2014-06-04 | add Enumerable#to_h; ref #2348 | Yukihiro "Matz" Matsumoto | |
| 2014-04-30 | remove trailing spaces | Nobuyoshi Nakada | |
| 2014-04-06 | should have passed args to to_enum | Yukihiro "Matz" Matsumoto | |
| 2014-03-28 | Add to_enum unless block | Jun Hiroe | |
| 2014-03-27 | Enumerable#cycle to return enumerator | Yukihiro "Matz" Matsumoto | |
| 2014-03-27 | call to_a at the top of Enumerabl#zip; ref #1961 | Yukihiro "Matz" Matsumoto | |
| 2014-03-27 | Support multiple values in Enumerable#zip | Jun Hiroe | |
| 2014-03-27 | Add Enumerable#zip | Jun Hiroe | |
| 2014-03-25 | Enumerable#find_index to support multiple values | Yukihiro "Matz" Matsumoto | |
| 2014-03-25 | Enumerable#find_index | Jun Hiroe | |
| 2014-03-25 | use to_int to integer duck-type check | Yukihiro "Matz" Matsumoto | |
| 2014-03-24 | Fix Enumerable#cycle; ref #1933 | Yukihiro "Matz" Matsumoto | |
| * add multi value support * `each` method may not rewind the sequence so that `cycle` should save elements | |||
| 2014-03-24 | Merge pull request #1933 from suzukaze/add-enum.cycle | Yukihiro "Matz" Matsumoto | |
| Add Enumerable#cycle | |||
| 2014-03-24 | Enumerable#reverse_each should not rely on mruby-array-ext gem | Yukihiro "Matz" Matsumoto | |
| 2014-03-24 | Add Enumerable#cycle | Jun Hiroe | |
| 2014-03-24 | improve Enumerable#reverse_each to be efficient | Yukihiro "Matz" Matsumoto | |
| 2014-03-24 | Add Enumerable#reverse_each | Jun Hiroe | |
| 2014-03-24 | fix multiple value handling; ref #1931 | Yukihiro "Matz" Matsumoto | |
| 2014-03-24 | Enumerable#each_with_object | Jun Hiroe | |
| 2014-03-24 | move conditional out of loop | Yukihiro "Matz" Matsumoto | |
| 2014-03-24 | Enumerable#one? to prune iteration when count > 1; ref #1926 | Yukihiro "Matz" Matsumoto | |
| 2014-03-23 | Add Enumerable#one? | Jun Hiroe | |
| 2014-03-23 | Support multiple values in Enumerable#none? | Jun Hiroe | |
| 2014-03-23 | Add Enumerable#none? | Jun Hiroe | |
| 2014-03-23 | Suppoert multiple values in Enumerable#minmax_by | Jun Hiroe | |
| 2014-03-23 | Enumerable#minmax_by | Jun Hiroe | |
