- 28 Jan, 2022 2 commits
-
-
dependabot[bot] authored
Bumps [github/super-linter](https://github.com/github/super-linter) from 4.8.6 to 4.8.7. - [Release notes](https://github.com/github/super-linter/releases) - [Changelog](https://github.com/github/super-linter/blob/main/docs/release-process.md) - [Commits](https://github.com/github/super-linter/compare/v4.8.6...v4.8.7) --- updated-dependencies: - dependency-name: github/super-linter dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by:
dependabot[bot] <support@github.com>
-
Yukihiro "Matz" Matsumoto authored
build(deps): bump github/super-linter from 4.8.5 to 4.8.6
-
- 27 Jan, 2022 1 commit
-
-
dependabot[bot] authored
Bumps [github/super-linter](https://github.com/github/super-linter) from 4.8.5 to 4.8.6. - [Release notes](https://github.com/github/super-linter/releases) - [Changelog](https://github.com/github/super-linter/blob/main/docs/release-process.md) - [Commits](https://github.com/github/super-linter/compare/v4.8.5...v4.8.6) --- updated-dependencies: - dependency-name: github/super-linter dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by:
dependabot[bot] <support@github.com>
-
- 26 Jan, 2022 2 commits
-
-
Yukihiro "Matz" Matsumoto authored
Add unlisted errno constants found in macOS and FreeBSD. If you see unlisted errno, please report.
-
Yukihiro "Matz" Matsumoto authored
-
- 25 Jan, 2022 9 commits
-
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
To reduce memory consumption by avoiding allocating Ruby objects.
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
- 24 Jan, 2022 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
-
- 22 Jan, 2022 1 commit
-
-
Yukihiro "Matz" Matsumoto authored
Remove no longer used arguments from the functions.
-
- 21 Jan, 2022 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
`a::B = c` should evaluate `a` then `c`. It used to be `c` then `a`. The `OP_SETMCNST` instruction operands are designed for older order in mind. Should we changed the operand order?
-
- 17 Jan, 2022 2 commits
-
-
Yukihiro "Matz" Matsumoto authored
Fix tree of mruby-bin-example
-
HASUMI Hitoshi authored
-
- 16 Jan, 2022 1 commit
-
-
Yukihiro "Matz" Matsumoto authored
-
- 15 Jan, 2022 1 commit
-
-
Yukihiro "Matz" Matsumoto authored
-
- 14 Jan, 2022 1 commit
-
-
Yukihiro "Matz" Matsumoto authored
But `mktime(3)` for the date returns `-1` which happen to be the error value.
-
- 13 Jan, 2022 1 commit
-
-
Yukihiro "Matz" Matsumoto authored
-
- 12 Jan, 2022 1 commit
-
-
Yukihiro "Matz" Matsumoto authored
It was caused by #5628.
-
- 11 Jan, 2022 2 commits
-
-
Yukihiro "Matz" Matsumoto authored
Toplevel includes the top of the method/class/module definitions.
-
Yukihiro "Matz" Matsumoto authored
-
- 10 Jan, 2022 2 commits
-
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
- 09 Jan, 2022 2 commits
-
-
Yukihiro "Matz" Matsumoto authored
Fixes file header in src/{cdump,dump}.c [ci skip]
-
dearblue authored
The file headers were pointing to each other's files.
-