- 19 Jul, 2017 2 commits
-
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
- 18 Jul, 2017 3 commits
-
-
https://github.com/christopheraue/mrubyYukihiro "Matz" Matsumoto authored
Merge branch 'const_set_mod_to_s' of https://github.com/christopheraue/mruby into christopheraue-const_set_mod_to_s
-
Christopher Aue authored
-
Yukihiro "Matz" Matsumoto authored
It will no longer shrink arena region. Instead `vm.c` uses a static function `mrb_gc_arena_shrink()` to shrink.
-
- 17 Jul, 2017 2 commits
-
-
Yukihiro "Matz" Matsumoto authored
added tests for #3736
-
Yukihiro "Matz" Matsumoto authored
added basic tests for while/until/break/next
-
- 16 Jul, 2017 2 commits
-
-
Christopher Aue authored
-
Christopher Aue authored
-
- 14 Jul, 2017 5 commits
-
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
- 13 Jul, 2017 1 commit
-
-
Yukihiro "Matz" Matsumoto authored
This change was suggested by Akira Kakuto.
-
- 12 Jul, 2017 8 commits
-
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
- 11 Jul, 2017 3 commits
-
-
Yukihiro "Matz" Matsumoto authored
fixed printing failed assertions
-
Christopher Aue authored
-
Yukihiro "Matz" Matsumoto authored
-
- 10 Jul, 2017 1 commit
-
-
Yukihiro "Matz" Matsumoto authored
-
- 09 Jul, 2017 4 commits
-
-
Yukihiro "Matz" Matsumoto authored
Should only check frozen fix #3737
-
ksss authored
-
ksss authored
-
ksss authored
-
- 07 Jul, 2017 1 commit
-
-
Yukihiro "Matz" Matsumoto authored
This is a workaround for mingw-w64 (5.3.1) bug.
-
- 06 Jul, 2017 3 commits
-
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
- 05 Jul, 2017 5 commits
-
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
For readability's sake.
-
Yukihiro "Matz" Matsumoto authored
There's a number that negation does not work (-2147483648 in 32bit environment).
-
Yukihiro "Matz" Matsumoto authored
Since there's no unsigned integer in Ruby. Binary, octal and hexadecimal negative numbers can be represented by using 2's compliment. But decimal (not being power of 2) cannot be use that kind of format.
-
Yukihiro "Matz" Matsumoto authored
-