| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-02-22 | Change `mruby-binding` to `mruby-binding-core` | dearblue | |
| 2021-02-22 | Merge branch 'binding' of https://github.com/ksss/mruby into HEAD | dearblue | |
| 2021-02-22 | print.c: fix a compilation errors with `MRB_NO_STDIO`; fix #5361 | Yukihiro "Matz" Matsumoto | |
| 2021-02-21 | Merge pull request #5360 from dearblue/opcode | Yukihiro "Matz" Matsumoto | |
| Updated `doc/opcode.md` to match `include/mruby/ops.h` [ci skip] | |||
| 2021-02-21 | Updated `doc/opcode.md` to match `include/mruby/ops.h` [ci skip] | dearblue | |
| 2021-02-20 | Merge pull request #5359 from dearblue/warn | Yukihiro "Matz" Matsumoto | |
| Comment out `warn` used in the `Array#fetch` method | |||
| 2021-02-20 | Comment out `warn` used in the `Array#fetch` method | dearblue | |
| I get an error because the current mruby does not have a `Kernel#warn` method. But the warning itself is useful and I'll just comment it out in case it's implemented in the future. | |||
| 2021-02-20 | metaprog.c: fix a `methods()` bug with `false` argument; fix #5351 | Yukihiro "Matz" Matsumoto | |
| 2021-02-20 | metaprog.c: remove unused argument from a private function. | Yukihiro "Matz" Matsumoto | |
| 2021-02-19 | mruby/value.h: `MRB_TT_CPTR` is immediate with `MRB_NO_BOXING`. | Yukihiro "Matz" Matsumoto | |
| The issue is reported by @shuujii. | |||
| 2021-02-19 | Fix `mrb_immediate_p()` definition for `MRB_NO_BOXING`; ref #5352 | Yukihiro "Matz" Matsumoto | |
| 2021-02-19 | Check `MRB_TT_*` before object allocation; ref #5352 | Yukihiro "Matz" Matsumoto | |
| 2021-02-18 | Merge pull request #5352 from ↵ | Yukihiro "Matz" Matsumoto | |
| shuujii/fix-type-tag-that-set-to-NilClass-and-FalseClass Fix type tag that set to `NilClass` and `FalseClass` | |||
| 2021-02-17 | Merge pull request #5357 from k0kubun/lock-depth | Yukihiro "Matz" Matsumoto | |
| Skip --depth=1 when it's locked | |||
| 2021-02-16 | Skip --depth=1 when it's locked | Takashi Kokubun | |
| 2021-02-17 | Merge pull request #5347 from ↵ | Yukihiro "Matz" Matsumoto | |
| shuujii/add--s-option-to-mrbc-for-make-variable-static Add `-s` option to `mrbc` for make variable static | |||
| 2021-02-16 | Merge pull request #5356 from ↵ | Yukihiro "Matz" Matsumoto | |
| mruby/dependabot/github_actions/actions/upload-artifact-v2.2.2 Bump actions/upload-artifact from v1 to v2.2.2 | |||
| 2021-02-16 | Merge pull request #5355 from ↵ | Yukihiro "Matz" Matsumoto | |
| mruby/dependabot/github_actions/actions/cache-v2.1.4 Bump actions/cache from v2 to v2.1.4 | |||
| 2021-02-16 | Bump actions/upload-artifact from v1 to v2.2.2 | dependabot[bot] | |
| Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from v1 to v2.2.2. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v1...e448a9b857ee2131e752b06002bf0e093c65e571) Signed-off-by: dependabot[bot] <[email protected]> | |||
| 2021-02-16 | Bump actions/cache from v2 to v2.1.4 | dependabot[bot] | |
| Bumps [actions/cache](https://github.com/actions/cache) from v2 to v2.1.4. - [Release notes](https://github.com/actions/cache/releases) - [Commits](https://github.com/actions/cache/compare/v2...26968a09c0ea4f3e233fdddbafd1166051a095f6) Signed-off-by: dependabot[bot] <[email protected]> | |||
| 2021-02-16 | Merge pull request #5343 from jbampton/add-dependabot-config | Yukihiro "Matz" Matsumoto | |
| feat: add Dependabot config file | |||
| 2021-02-16 | Use `full-core` gembox for `clang-asan` configuration. | Yukihiro "Matz" Matsumoto | |
| For better coverage. | |||
| 2021-02-16 | Update URL explaining alignment issue; close #5344 | Yukihiro "Matz" Matsumoto | |
| 2021-02-15 | Merge pull request #5350 from shuujii/refine-checking-for-trailing-whitespace | Yukihiro "Matz" Matsumoto | |
| Refine checking for trailing whitespace [skip travis][skip appveyor] | |||
| 2021-02-15 | Merge pull request #5349 from ↵ | Yukihiro "Matz" Matsumoto | |
| shuujii/remove-trailing-tab-in-build_config-dreamcast_shelf.rb Remove trailing tab in `build_config/dreamcast_shelf.rb` [ci skip] | |||
| 2021-02-15 | Merge pull request #5353 from dearblue/editorconfig | Yukihiro "Matz" Matsumoto | |
| Introduce EditorConfig [skip ci] | |||
| 2021-02-14 | Introduce EditorConfig [skip ci] | dearblue | |
| 2021-02-14 | Fix type tag that set to `NilClass` and `FalseClass` | KOBAYASHI Shuji | |
| 2021-02-14 | Merge pull request #5348 from dearblue/optable | Yukihiro "Matz" Matsumoto | |
| Place optable in ROM | |||
| 2021-02-14 | Refine checking for trailing whitespace [skip travis][skip appveyor] | KOBAYASHI Shuji | |
| * Include tabs in checking. * Use `git grep` to avoid including `.git` directory. * Avoid running `grep` multiple times. | |||
| 2021-02-14 | Remove trailing tab in `build_config/dreamcast_shelf.rb` [ci skip] | KOBAYASHI Shuji | |
| 2021-02-14 | Place optable in ROM | dearblue | |
| 2021-02-14 | Add `-s` option to `mrbc` for make variable static | KOBAYASHI Shuji | |
| 2021-02-13 | Merge pull request #5346 from jbampton/clean-up-linters | Yukihiro "Matz" Matsumoto | |
| refactor: add the spell checker Action to the Lint Action file | |||
| 2021-02-13 | refactor: add the spell checker Action to the Lint Action file | John Bampton | |
| Order jobs in workflow. | |||
| 2021-02-13 | Merge pull request #5345 from jbampton/fix-missing-https-on-links | Yukihiro "Matz" Matsumoto | |
| chore: fix missing HTTPS on links | |||
| 2021-02-13 | chore: fix missing HTTPS on links | John Bampton | |
| 2021-02-13 | Merge pull request #5342 from jbampton/fix-spelling | Yukihiro "Matz" Matsumoto | |
| chore: fix spelling | |||
| 2021-02-13 | feat: add Dependabot config file | John Bampton | |
| Set for GitHub Actions to check for update everyday. When you add or update the dependabot.yml file, this triggers an immediate check for version updates. Any options that also affect security updates are used the next time a security alert triggers a pull request for a security update. https://docs.github.com/en/github/administering-a-repository/configuration-options-for-dependency-updates | |||
| 2021-02-13 | chore: fix spelling | John Bampton | |
| Normally a single spell checker can't find all the mistakes or check all types of code. These mistakes were found by another spell checker inside my editor with a more manual sift / find. | |||
| 2021-02-13 | Merge pull request #5341 from jbampton/check-for-trailing-whitespace | Yukihiro "Matz" Matsumoto | |
| feat(CI): check for trailing whitespace | |||
| 2021-02-13 | feat(CI): check for trailing whitespace | John Bampton | |
| Run on pull request only. Use a shell script to check for trailing whitespace in all files. Fail if trailing whitespace is found. | |||
| 2021-02-13 | Merge pull request #5340 from jbampton/use-certified-actions | Yukihiro "Matz" Matsumoto | |
| refactor: only use certified GitHub Actions to increase security | |||
| 2021-02-13 | refactor: only use certified GitHub Actions to increase security | John Bampton | |
| Official -> "The individual jobs in a workflow can interact with (and compromise) other jobs. For example, a job querying the environment variables used by a later job, writing files to a shared directory that a later job processes, or even more directly by interacting with the Docker socket and inspecting other running containers and executing commands in them. This means that a compromise of a single action within a workflow can be very significant, as that compromised action would have access to all secrets configured on your repository, and can use the GITHUB_TOKEN to write to the repository. Consequently, there is significant risk in sourcing actions from third-party repositories on GitHub. " https://docs.github.com/en/actions/learn-github-actions/security-hardening-for-github-actions#using-third-party-actions | |||
| 2021-02-13 | Merge pull request #5339 from ↵ | Yukihiro "Matz" Matsumoto | |
| shuujii/update-compile-prerequisites-in-doc-guides-compile.md Update compile prerequisites in `doc/guides/compile.md` [ci skip] | |||
| 2021-02-13 | parse.y: string buffer (`tokbuf`) can overflow. | Yukihiro "Matz" Matsumoto | |
| Check if `esclen` is smaller than `len` (original string length). | |||
| 2021-02-13 | Update compile prerequisites in `doc/guides/compile.md` [ci skip] | KOBAYASHI Shuji | |
| Bison and gperf are optional. | |||
| 2021-02-12 | Update GitHub Actions. | Yukihiro "Matz" Matsumoto | |
| - Remove Ubuntu-16.04 - Add Ubuntu-20.04 {gcc,clang} | |||
| 2021-02-12 | Merge pull request #5336 from shuujii/fix-build-mruby-catch-gem-without-presym | Yukihiro "Matz" Matsumoto | |
| Fix build `mruby-catch` gem without presym | |||
| 2021-02-12 | Merge pull request #5335 from ↵ | Yukihiro "Matz" Matsumoto | |
| shuujii/add-UncaughtThrowError-tagvalue-for-Ruby-compatibility Add `UncaughtThrowError#{tag,value}` for Ruby compatibility | |||
