- 25 Apr, 2017 6 commits
-
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
ref #3492 #3515 #3517
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
This reverts commit d2cad9ac.
-
Yukihiro "Matz" Matsumoto authored
To avoid redundant `mark_context()`.
-
- 24 Apr, 2017 2 commits
-
-
Yukihiro "Matz" Matsumoto authored
Fix space flag with inf/nan
-
Yukihiro "Matz" Matsumoto authored
Fix embedded document with unterminated terminator
-
- 23 Apr, 2017 3 commits
-
-
Nobuyoshi Nakada authored
`skips()` is `mrb_bool` function, should return `FALSE` at EOF, not `EOF`.
-
Nobuyoshi Nakada authored
As for non-finite float, calculate the exact needed size with the space flag.
-
Nobuyoshi Nakada authored
While `"% 2f"` and `"% 4f"` result in `" Inf"` and `" Inf"` respectively, `"% 3f"` results in `"Inf"` (no space).
-
- 22 Apr, 2017 6 commits
-
-
Yukihiro "Matz" Matsumoto authored
Add --libmruby-path support to mruby-bin-mruby-config.
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yuji Yamano authored
-
Yukihiro "Matz" Matsumoto authored
-
- 21 Apr, 2017 14 commits
-
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
Reopens #3612.
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
Reopens #3550. Those 2 issues are exclusive.
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
Support `freeze` method in `Struct`.
-
Yukihiro "Matz" Matsumoto authored
Fix typo in usage message.
-
Yukihiro "Matz" Matsumoto authored
Align pool allocator with 8 byte in 64-bit environment.
-
Yukihiro "Matz" Matsumoto authored
Add missing `arg_i++` to fix bug of `s!` in mrb_get_args.
-
take_cheeze authored
-
take_cheeze authored
To avoid warnings from undefined sanitizer. ( https://clang.llvm.org/docs/UndefinedBehaviorSanitizer.html )
-
Yuji Yamano authored
-
take_cheeze authored
-
Yukihiro "Matz" Matsumoto authored
-
- 20 Apr, 2017 5 commits
-
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
- 19 Apr, 2017 3 commits
-
-
Yukihiro "Matz" Matsumoto authored
A new function `mrb_yield_cont()` is provided. You have to call it at the end of a C defined method, e.g. `return mrb_yield_cont()`.
-
Yukihiro "Matz" Matsumoto authored
Some examples in #3359 still behave differently from CRuby.
-
Yukihiro "Matz" Matsumoto authored
Omitted `goto L_RAISE` to raise an exception.
-
- 18 Apr, 2017 1 commit
-
-
Yukihiro "Matz" Matsumoto authored
Check if sc->mt is initialized before copying it.
-