- 23 Mar, 2014 5 commits
-
-
ksss authored
-
ksss authored
if non block given
-
Yukihiro "Matz" Matsumoto authored
Add Enumerable#minmax_by
-
Jun Hiroe authored
-
Jun Hiroe authored
-
- 22 Mar, 2014 20 commits
-
-
Yukihiro "Matz" Matsumoto authored
Add Enumerable#minmax
-
Yukihiro "Matz" Matsumoto authored
Hash#each_{key,value} support return Enumerator if non block given
-
ksss authored
if non block given
-
Yukihiro "Matz" Matsumoto authored
-
Jun Hiroe authored
-
Jun Hiroe authored
-
Yukihiro "Matz" Matsumoto authored
use the same error message
-
Yukihiro "Matz" Matsumoto authored
Remove unnecessary mrb_get_args in fiber_switch.
-
Marcus Stollsteimer authored
-
take_cheeze authored
-
Yukihiro "Matz" Matsumoto authored
Float#round fix bug for infinity and nan cases
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
Use bool-macro instead of magic-number
-
Yukihiro "Matz" Matsumoto authored
Use FiberError in vm.c.
-
Jun Hiroe authored
-
Jun Hiroe authored
-
cubicdaiya authored
-
- 21 Mar, 2014 15 commits
-
-
take_cheeze authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
Implement Fiber#transfer.
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
Prevent accepting String value for mrb_get_args("i")
-
ksss authored
-
take_cheeze authored
-
take_cheeze authored
-
Yukihiro "Matz" Matsumoto authored
-
Keita Obo authored
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
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
Add Enumerable#{flat_map, collect_concat}
-