- 18 Mar, 2021 3 commits
-
-
Yukihiro "Matz" Matsumoto authored
`Float::NAN/0` should be `Float::NAN`; ref a0b3378b
-
KOBAYASHI Shuji authored
#### Before this patch: ```console $ bin/mruby -e 'p(Float::NAN/0)' Infinity ``` #### After this patch (same as Ruby): ```console $ bin/mruby -e 'p(Float::NAN/0)' NaN ```
-
Yukihiro "Matz" Matsumoto authored
-
- 17 Mar, 2021 2 commits
-
-
Yukihiro "Matz" Matsumoto authored
It used to be return the default value if available, but it should ignore the default value for behavior consistency. CRuby will adopt this behavior too in the future. [ruby-bugs:16908]
-
Yukihiro "Matz" Matsumoto authored
-
- 16 Mar, 2021 1 commit
-
-
Yukihiro "Matz" Matsumoto authored
-
- 15 Mar, 2021 6 commits
-
-
Yukihiro "Matz" Matsumoto authored
Fix typo in `AUTHORS` [ci skip]
-
KOBAYASHI Shuji authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
- 14 Mar, 2021 2 commits
-
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
The issue was reported by @shuujii
-
- 13 Mar, 2021 1 commit
-
-
Yukihiro "Matz" Matsumoto authored
-
- 12 Mar, 2021 4 commits
-
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
Add new pool value type `IREP_TT_BIGINT` and generate integer overflow error in the VM. In the future, `mruby` will support `Bignum` for integers bigger than `mrb_int` (probably using `mpz`).
-
- 11 Mar, 2021 2 commits
-
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
- 10 Mar, 2021 1 commit
-
-
Yukihiro "Matz" Matsumoto authored
-
- 09 Mar, 2021 3 commits
-
-
Yukihiro "Matz" Matsumoto authored
bug(presym): Fix mrb_cmp declaration of <=> symbol for funcall
-
Yukihiro "Matz" Matsumoto authored
chore: upgrade markdownlint GitHub Action node version to 14
-
Yukihiro "Matz" Matsumoto authored
chore: fix grammar
-
- 08 Mar, 2021 5 commits
-
-
John Bampton authored
Upgrade to markdownlint-cli version 0.27.1
-
John Bampton authored
-
Yukihiro "Matz" Matsumoto authored
`gmtime_r` detection logic was too strict.
-
Ryan Lopopolo authored
-
Yukihiro "Matz" Matsumoto authored
-
- 07 Mar, 2021 1 commit
-
-
Yukihiro "Matz" Matsumoto authored
chore: fix spelling
-
- 06 Mar, 2021 1 commit
-
-
John Bampton authored
-
- 05 Mar, 2021 4 commits
-
-
Yukihiro "Matz" Matsumoto authored
Merge mruby 3.0.0
-
mimaki authored
-
Yukihiro "Matz" Matsumoto authored
Fix load 64-bit integer from mrb format; fix #5369
-
KOBAYASHI Shuji authored
-
- 04 Mar, 2021 4 commits
-
-
Yukihiro "Matz" Matsumoto authored
Update minimal build configuration [ci skip]
-
Yukihiro "Matz" Matsumoto authored
Remove unused `mrblib/init_mrblib.c`
-
KOBAYASHI Shuji authored
-
KOBAYASHI Shuji authored
-