| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |
| 2014-03-22 | Support multiple values in Enumerable#minmax | Jun Hiroe | |
| 2014-03-22 | Add Enumerable#minmax | Jun Hiroe | |
| 2014-03-22 | add Enumerable#min_by as well; ref #1912 | Yukihiro "Matz" Matsumoto | |
| 2014-03-22 | wrap expr with paren | Yukihiro "Matz" Matsumoto | |
| 2014-03-22 | fix multiple value support of max_by; ref #1912 | Yukihiro "Matz" Matsumoto | |
| 2014-03-22 | Support mulitple values in Enumerable#max_by | Jun Hiroe | |
| 2014-03-22 | Add Enumerable#max_by | Jun Hiroe | |
| 2014-03-21 | should test Enumerable#first; close #1905 | Yukihiro "Matz" Matsumoto | |
| 2014-03-21 | flat_map to support multiple values; ref #1902 | Yukihiro "Matz" Matsumoto | |
| 2014-03-21 | Add Enumerable#{flat_map,collect_concat} | Jun Hiroe | |
| 2014-03-21 | Add Enumerable#count comment | Jun Hiroe | |
| 2014-03-19 | enum methods to support multiple values; all?, any?, grep, include?, drop, ↵ | Yukihiro "Matz" Matsumoto | |
| drop_while, take, take_while, each_cons, each_slice, group_by, first, count | |||
| 2014-03-18 | should not use nil as default value for Enumerable#count since it prevent ↵ | Yukihiro "Matz" Matsumoto | |
| counting nil in enums; ref #1887 | |||
| 2014-03-18 | Add Enumerable#count test | Jun Hiroe | |
| 2014-03-18 | Add Enumerable#count | Jun Hiroe | |
| 2014-03-18 | Add Enumerable#first test | Jun Hiroe | |
| 2014-03-18 | Add Enumerable#sort_by test | Jun Hiroe | |
| 2014-03-17 | Merge branch 'mrbgem_summary' of https://github.com/take-cheeze/mruby into ↵ | Yukihiro "Matz" Matsumoto | |
| take-cheeze-mrbgem_summary | |||
| 2014-03-17 | add Enumerable#sort_by | Yukihiro "Matz" Matsumoto | |
| 2014-03-17 | move summary of mrbgems in default gembox to its spec | take_cheeze | |
| 2014-03-17 | add Enumerable#first to mruby-enum-ext | Yukihiro "Matz" Matsumoto | |
| 2013-08-04 | Improve test of mruby-enum-ext GEM | Daniel Bovensiepen | |
| 2013-07-23 | "spec.author" is better for single-author gems. | Tomoyuki Sahara | |
| "spec.author=" expects a String represents a single author. "spec.authors=" expects an Array which is a list of multiple authors. http://guides.rubygems.org/specification-reference/ | |||
| 2013-03-22 | add Enumerable#group_by | skandhas | |
| 2013-03-22 | add Enumerable#each_slice | skandhas | |
| 2013-03-22 | add Enumerable#each_cons | skandhas | |
| 2013-03-19 | fix spelling | skandhas | |
| 2013-03-19 | add Enumerable#take, Enumerable#take_while | skandhas | |
| 2013-03-19 | add Enumerable#drop_while | skandhas | |
| 2013-03-19 | add Enumerable#drop | skandhas | |
| 2013-03-19 | add mruby-enum-ext | skandhas | |
