- 23 Mar, 2014 12 commits
-
-
ksss authored
-
Yukihiro "Matz" Matsumoto authored
Use MRB_ARGS_REST() instead of ARGS_REST()
-
Yukihiro "Matz" Matsumoto authored
Hash#{select,select!} support return Enumerator
-
Yukihiro "Matz" Matsumoto authored
Add Enumerable.none?
-
ksss authored
-
ksss authored
if non block given
-
Jun Hiroe authored
-
Jun Hiroe authored
-
cubicdaiya authored
According to include/mruby.h, /* compatibility macros; will be removed */ #define ARGS_REST() MRB_ARGS_REST()
-
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 8 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")
-