- 08 Aug, 2021 2 commits
-
-
Yukihiro "Matz" Matsumoto authored
Fixed compilation error of "mruby-pack" with `MRB_NO_STDIO`
-
Yukihiro "Matz" Matsumoto authored
docs: fix case of mruby
-
- 07 Aug, 2021 4 commits
-
-
John Bampton authored
-
dearblue authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
- 06 Aug, 2021 6 commits
-
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
build(deps): bump github/super-linter from 4.5.1 to 4.6.0
-
dependabot[bot] authored
Bumps [github/super-linter](https://github.com/github/super-linter) from 4.5.1 to 4.6.0. - [Release notes](https://github.com/github/super-linter/releases) - [Commits](https://github.com/github/super-linter/compare/v4.5.1...v4.6.0) --- updated-dependencies: - dependency-name: github/super-linter dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by:
dependabot[bot] <support@github.com>
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
- 05 Aug, 2021 1 commit
-
-
Yukihiro "Matz" Matsumoto authored
-
- 04 Aug, 2021 2 commits
-
-
Yukihiro "Matz" Matsumoto authored
`MRB_INT_MIN / -1` overflows.
-
Yukihiro "Matz" Matsumoto authored
`-1 * (1<<63)` causes overflow, but `-1<<63` is a valid value.
-
- 03 Aug, 2021 13 commits
-
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
- need to detect zero division error - support floating point number argument (as `%`)
-
Yukihiro "Matz" Matsumoto authored
This reverts commit 3738d62a. The change changed the behavior with floating point numbers.
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
`mrb_as_int` implicitly converts the value into the integer, but those methods are defined for Integer class so that the value should always be integers.
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
Use `mrb_fixnum_value()` only when you are absolutely sure that the value is within `Fixnum` range, i.e. 31 bits signed integer at least.
-
Yukihiro "Matz" Matsumoto authored
The `Fixnum` class is no longer provided by `mruby`.
-
Yukihiro "Matz" Matsumoto authored
-
- 02 Aug, 2021 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
-
- 01 Aug, 2021 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
For example, `while false; ...; end` should be removed.
-