| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-03-23 | Merge pull request #1923 from ksss/hash-enumerator-select | Yukihiro "Matz" Matsumoto | |
| Hash#{select,select!} support return Enumerator | |||
| 2014-03-23 | Merge pull request #1922 from suzukaze/add-enum.none | Yukihiro "Matz" Matsumoto | |
| Add Enumerable.none? | |||
| 2014-03-23 | Hash#{select,select!} fix yield value | ksss | |
| 2014-03-23 | Hash#{select,select!} support return Enumerator | ksss | |
| if non block given | |||
| 2014-03-23 | Support multiple values in Enumerable#none? | Jun Hiroe | |
| 2014-03-23 | Add Enumerable#none? | Jun Hiroe | |
| 2014-03-23 | Merge pull request #1920 from suzukaze/add-enum.minmax_by | Yukihiro "Matz" Matsumoto | |
| Add Enumerable#minmax_by | |||
| 2014-03-23 | Suppoert multiple values in Enumerable#minmax_by | Jun Hiroe | |
| 2014-03-23 | Enumerable#minmax_by | Jun Hiroe | |
| 2014-03-23 | Merge pull request #1915 from suzukaze/add-enum.minmax | Yukihiro "Matz" Matsumoto | |
| Add Enumerable#minmax | |||
| 2014-03-23 | Merge pull request #1916 from ksss/hash-enumerator | Yukihiro "Matz" Matsumoto | |
| Hash#each_{key,value} support return Enumerator if non block given | |||
| 2014-03-23 | Hash#each_{key,value} support return Enumerator | ksss | |
| if non block given | |||
| 2014-03-22 | need not to add assertion in STR_SET_LEN() where n is mrb_int | Yukihiro "Matz" Matsumoto | |
| 2014-03-22 | Support multiple values in Enumerable#minmax | Jun Hiroe | |
| 2014-03-22 | Add Enumerable#minmax | Jun Hiroe | |
| 2014-03-22 | Merge pull request #1914 from stomar/struct-emsg | Yukihiro "Matz" Matsumoto | |
| use the same error message | |||
| 2014-03-22 | Merge pull request #1913 from take-cheeze/fiber_unnecessary_get_args | Yukihiro "Matz" Matsumoto | |
| Remove unnecessary mrb_get_args in fiber_switch. | |||
| 2014-03-22 | use the same error message | Marcus Stollsteimer | |
| 2014-03-22 | remove unnecessary mrb_get_args in fiber_switch | take_cheeze | |
| 2014-03-22 | Merge pull request #1907 from ksss/float-round | Yukihiro "Matz" Matsumoto | |
| Float#round fix bug for infinity and nan cases | |||
| 2014-03-22 | Merge branch 'master' of github.com:mruby/mruby | Yukihiro "Matz" Matsumoto | |
| 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 | Merge pull request #1911 from cubicdaiya/issues/use_bool_macro | Yukihiro "Matz" Matsumoto | |
| Use bool-macro instead of magic-number | |||
| 2014-03-22 | Merge pull request #1910 from take-cheeze/fiber_error | Yukihiro "Matz" Matsumoto | |
| Use FiberError in vm.c. | |||
| 2014-03-22 | Support mulitple values in Enumerable#max_by | Jun Hiroe | |
| 2014-03-22 | Add Enumerable#max_by | Jun Hiroe | |
| 2014-03-22 | Use bool-macro instead of magic-number | cubicdaiya | |
| 2014-03-22 | use FiberError in vm.c | take_cheeze | |
| 2014-03-21 | use mrb_get_args("i") | Yukihiro "Matz" Matsumoto | |
| 2014-03-21 | should test Enumerable#first; close #1905 | Yukihiro "Matz" Matsumoto | |
| 2014-03-21 | add const qualifier to pacify warning; ref #1900 | Yukihiro "Matz" Matsumoto | |
| 2014-03-21 | Merge branch 'master' of github.com:mruby/mruby | Yukihiro "Matz" Matsumoto | |
| 2014-03-21 | Merge pull request #1900 from take-cheeze/fiber_transfer | Yukihiro "Matz" Matsumoto | |
| Implement Fiber#transfer. | |||
| 2014-03-21 | Merge branch 'master' of github.com:mruby/mruby | Yukihiro "Matz" Matsumoto | |
| 2014-03-21 | Merge pull request #1904 from ktaobo/get-arg-int | Yukihiro "Matz" Matsumoto | |
| Prevent accepting String value for mrb_get_args("i") | |||
| 2014-03-21 | Float#round fix bug for infinity and nan cases | ksss | |
| 2014-03-21 | make Fiber#transfer compatible with CRuby | take_cheeze | |
| 2014-03-21 | implement Fiber#transfer | take_cheeze | |
| 2014-03-21 | reduce object allocation in __update | Yukihiro "Matz" Matsumoto | |
| 2014-03-21 | Prevent accepting String value for mrb_get_args("i") | Keita Obo | |
| Accepting String value for mrb_get_args("i") causes unintentional expression. * `"str" * "3"` => `"strstrstr"` This change prevents String->Integer conversion for mrb_get_args("i") and fixes above problem. See also: https://github.com/mruby/mruby/issues/1903 | |||
| 2014-03-21 | flat_map to support multiple values; ref #1902 | Yukihiro "Matz" Matsumoto | |
| 2014-03-21 | Merge pull request #1902 from suzukaze/add-enum-flat_map | Yukihiro "Matz" Matsumoto | |
| Add Enumerable#{flat_map, collect_concat} | |||
| 2014-03-21 | Merge pull request #1901 from ksss/compar-other | Yukihiro "Matz" Matsumoto | |
| Fix behavior of Comparable methods when <=> return nil | |||
| 2014-03-21 | Add Enumerable#{flat_map,collect_concat} | Jun Hiroe | |
| 2014-03-21 | Fix behavior of Comparable methods | ksss | |
| when <=> return nil | |||
| 2014-03-21 | reduce hash creation by using update method | Yukihiro "Matz" Matsumoto | |
| 2014-03-21 | Merge branch 'master' of github.com:mruby/mruby | Yukihiro "Matz" Matsumoto | |
| 2014-03-21 | use File#directory? instead of File#exist?; ref c2d8b0 | Yukihiro "Matz" Matsumoto | |
