- 08 May, 2017 2 commits
-
-
Yukihiro "Matz" Matsumoto authored
Fix segmentation fault ref: #3648
-
ksss authored
-
- 05 May, 2017 2 commits
-
-
Yukihiro "Matz" Matsumoto authored
Adjust to the optimum type
-
ksss authored
-
- 29 Apr, 2017 3 commits
-
-
Yukihiro "Matz" Matsumoto authored
Sprintf refactor
-
Nobuyoshi Nakada authored
Raise argument error with the better message, at the only place where the size to fill can be negative.
-
Nobuyoshi Nakada authored
Instead of loop or `memcpy` after `CHECK`, use dedicated macros, `FILL` and `PUSH`, respectively.
-
- 25 Apr, 2017 12 commits
-
-
Yukihiro "Matz" Matsumoto authored
Add macOS support to mrb_ro_data_p
-
Asmod4n authored
This adds macOS support to mrb_ro_data_p, fixes #3636
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
Restore 32-bit OSX builds
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
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 3 commits
-
-
Tomasz Dąbrowski authored
This reverts commit a1d32af9.
-
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 9 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.
-