- 04 Jun, 2021 7 commits
-
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
mirichi authored
-
-
Yukihiro "Matz" Matsumoto authored
build(deps): bump github/super-linter from 4.0.2 to 4.1.0
-
dependabot[bot] authored
Bumps [github/super-linter](https://github.com/github/super-linter) from 4.0.2 to 4.1.0. - [Release notes](https://github.com/github/super-linter/releases) - [Commits](https://github.com/github/super-linter/compare/v4.0.2...v4.1.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>
-
- 03 Jun, 2021 1 commit
-
-
Yukihiro "Matz" Matsumoto authored
The code was contributed from Carson McDonald (@carsonmcdonald)
-
- 02 Jun, 2021 1 commit
-
-
Yukihiro "Matz" Matsumoto authored
-
- 01 Jun, 2021 2 commits
-
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
- 31 May, 2021 1 commit
-
-
Yukihiro "Matz" Matsumoto authored
Fix typo in `lib/mruby/presym.rb`
-
- 30 May, 2021 3 commits
-
-
KOBAYASHI Shuji authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
- 29 May, 2021 2 commits
-
-
Yukihiro "Matz" Matsumoto authored
* refactor `mrb_integer_to_str()` * refactor `mrb_str_format()`
-
Yukihiro "Matz" Matsumoto authored
-
- 28 May, 2021 2 commits
-
-
Yukihiro "Matz" Matsumoto authored
build(deps): bump actions/cache from 2.1.5 to 2.1.6
-
dependabot[bot] authored
Bumps [actions/cache](https://github.com/actions/cache) from 2.1.5 to 2.1.6. - [Release notes](https://github.com/actions/cache/releases) - [Commits](https://github.com/actions/cache/compare/v2.1.5...v2.1.6) Signed-off-by:
dependabot[bot] <support@github.com>
-
- 27 May, 2021 7 commits
-
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
So that `mruby -e 'a'` does not print backtrace history, i.e. ``` % mruby -e 'a' -e:1: undefined method 'a' (NoMethodError) ``` Instead of ``` % mruby -e 'a' trace (most recent call last): [1] -e:1 -e:1: undefined method 'a' (NoMethodError) ```
-
Yukihiro "Matz" Matsumoto authored
Method names need not to be printed in backtrace history.
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
Use only `mrb_ary_entry` hereafter.
-
- 26 May, 2021 4 commits
-
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
build(deps): bump github/super-linter from 3.17.1 to 4.0.2
-
dependabot[bot] authored
Bumps [github/super-linter](https://github.com/github/super-linter) from 3.17.1 to 4.0.2. - [Release notes](https://github.com/github/super-linter/releases) - [Commits](https://github.com/github/super-linter/compare/v3.17.1...v4.0.2) Signed-off-by:
dependabot[bot] <support@github.com>
-
- 25 May, 2021 3 commits
-
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
- 24 May, 2021 4 commits
-
-
Yukihiro "Matz" Matsumoto authored
Instead of using copyrighted `strtod`, now use the public domain implementation of `strtod` by Yasuhiro Matsumoto (@mattn). The function has been renamed to `mrb_float_read()`; ref #5460 as well.
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
- 22 May, 2021 3 commits
-
-
Yukihiro "Matz" Matsumoto authored
Fix typo in `src/fmt_fp.c` [ci skip]
-
KOBAYASHI Shuji authored
-
Yukihiro "Matz" Matsumoto authored
Too many digits to fit in single precision float numbers, so that tests fail when `MRB_USE_FLOAT32` defined.
-