- 22 Mar, 2014 3 commits
-
-
Yukihiro "Matz" Matsumoto authored
Use bool-macro instead of magic-number
-
Yukihiro "Matz" Matsumoto authored
Use FiberError in vm.c.
-
cubicdaiya authored
-
- 21 Mar, 2014 24 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")
-
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}
-
Yukihiro "Matz" Matsumoto authored
Fix behavior of Comparable methods when <=> return nil
-
Jun Hiroe authored
-
ksss authored
when <=> return nil
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
Reword mention of mrbtest in README
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
- 20 Mar, 2014 10 commits
-
-
Marcus Stollsteimer authored
-
Yukihiro "Matz" Matsumoto authored
add tests for TrueClass
-
Yukihiro "Matz" Matsumoto authored
Add Enumerable#count comment
-
Yukihiro "Matz" Matsumoto authored
Fix typos in README.md and doc/compile/README.md
-
Yukihiro "Matz" Matsumoto authored
-
Akira Kuroda authored
reorder and add tests for 15.2.5.1
-
Jun Hiroe authored
-
Marcus Stollsteimer authored
-
Marcus Stollsteimer authored
-
Yukihiro "Matz" Matsumoto authored
-
- 19 Mar, 2014 3 commits
-
-
take_cheeze authored
-
take_cheeze authored
-
take_cheeze authored
-