- 12 Jul, 2017 6 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
-
- 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
-
- 04 Jul, 2017 4 commits
-
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
mruby-1.3.0
-
Hiroshi Mimaki authored
-
- 03 Jul, 2017 3 commits
-
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Hiroshi Mimaki authored
-
- 01 Jul, 2017 2 commits
-
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
- 28 Jun, 2017 4 commits
-
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
Now you can just call `mrb_load_*` functions then check `context->parser_nerr > 0` if the return value is `undef`, instead of calling `mrb_parse_*` functions independently. ref #3248 #3331
-
Yukihiro "Matz" Matsumoto authored
This reverts commit 7944d9a6. Because it voids #3248 and #3331. But we should add better way to check whether compile errors occur without duplicated callings.
-
Yukihiro "Matz" Matsumoto authored
As a result, `#chr` is not called for ch < 0x80, so we need to update the "invalid chr" test.
-
- 27 Jun, 2017 3 commits
-
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
- 23 Jun, 2017 1 commit
-
-
Yukihiro "Matz" Matsumoto authored
It's incompatible with CRuby, but it is required for mruby because it cannot detect `break` outside of loops in the parsing time, but in the code generation time where it cannot raise `SyntaxError`.
-