| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-06-16 | Run pre-commit with GitHub Actions | John Bampton | |
| Running pre-commit with GitHub Actions now gives us more tests and coverage Remove duplicate GitHub Actions for merge conflicts and trailing whitespace Remove duplicate checks for markdownlint and yamllint from the GitHub Super-Linter Add new custom pre-commit hook running with a shell script to sort alphabetically and uniquify codespell.txt Add new pre-commit hook to check spelling with codespell https://github.com/codespell-project/codespell Fix spelling | |||
| 2021-05-10 | doc/limitation.md: update the limitation. | Yukihiro "Matz" Matsumoto | |
| - `puts` behavior changed as CRuby - fix wrong behavior in re-raising in `rescue` | |||
| 2021-03-09 | chore: fix grammar | John Bampton | |
| 2021-03-05 | Update version and release date. (mruby 3.0.0 (2021-03-05))3.0.0 | mimaki | |
| 2021-01-28 | Update `limitation.md` for integer division change in 3.0. | Yukihiro "Matz" Matsumoto | |
| 2020-12-19 | feat(CI): add a GitHub Action to lint the Markdown | John Bampton | |
| Run on pull request only Using https://www.npmjs.com/package/markdownlint-cli Lint Markdown for rules: - MD009/no-trailing-spaces - MD012/no-multiple-blanks - MD022/blanks-around-headings - MD031/blanks-around-fences - MD032/blanks-around-lists | |||
| 2020-10-12 | Make division by zero cause `ZeroDivisionError`. | Yukihiro "Matz" Matsumoto | |
| As described in ISO 15.2.30. | |||
| 2020-10-12 | Integrate `Fixnum` class into `Integer` class | dearblue | |
| * The `Fixnum` constant is now an alias for the `Integer` class. * Remove `struct mrb_state::fixnum_class` member. If necessary, use `struct mrb_state::integer_class` instead. | |||
| 2020-10-12 | Small updates on documents: | Yukihiro "Matz" Matsumoto | |
| - README.md - CONTRIBUTING.md - doc/limitations.md | |||
| 2020-08-06 | Update release date.2.1.2 | Hiroshi Mimaki | |
| 2020-07-01 | Update version to `2.1.2`. (mruby 2.1.2 RC)2.1.2-rc | Hiroshi Mimaki | |
| 2020-06-04 | Update release date.2.1.1 | Hiroshi Mimaki | |
| 2020-04-10 | Update version to `2.1.1`. (mruby 2.1.1 RC)2.1.1-rc | Hiroshi Mimaki | |
| 2019-11-19 | Release `mruby 2.1.0`.2.1.0 | Hiroshi Mimaki | |
| 2019-10-18 | Update version to `2.1.0`. (mruby 2.1.0 RC)2.1.0-rc | Hiroshi Mimaki | |
| 2019-09-14 | Add unavailability of declaration form of visibility methods; #4708 | Yukihiro "Matz" Matsumoto | |
| 2019-09-03 | Add to `doc/limitations.md` about `nil?` redefinition; ref 4996709 [ci skip] | KOBAYASHI Shuji | |
| 2019-08-18 | fix up markdown display in doxygen | David Siaw | |
| 2019-04-04 | Update version and release date.2.0.1 | Hiroshi Mimaki | |
| `mruby 2.0.1 (2019-4-4)` | |||
| 2018-12-11 | Update release date.2.0.0 | Hiroshi Mimaki | |
| 2018-11-25 | Update `doc/limitations.md` for argument destructuring. | Yukihiro "Matz" Matsumoto | |
| 2018-07-31 | Remove unmatched quotation mark | Kazuhiro NISHIYAMA | |
| 2018-07-31 | Describe the difference of the keyword argument behavior. | Yukihiro "Matz" Matsumoto | |
| The implementation of keyword arguments is heavily rely on the prototype made by @take-cheeze in #3629. | |||
| 2018-06-27 | Add information about Kernel#binding | W | |
| 2018-04-27 | Set the mruby-1.4.1 release date to `2018-4-27`.1.4.1 | Hiroshi Mimaki | |
| 2018-01-16 | Set the mruby-1.4.0 release date to `2018-1-16`.1.4.0 | Hiroshi Mimaki | |
| 2017-11-18 | doc/limitaions.md: Remove infinite recursion entry. | Yukihiro "Matz" Matsumoto | |
| It's fixed since 1.3.0 | |||
| 2017-11-18 | doc/limitaions.md: Remove `Kernel.binding` entry. | Yukihiro "Matz" Matsumoto | |
| Since no ISO classes/methods are not provided by mruby, there's no use mentioning `Kernel.binding` here. | |||
| 2017-07-04 | Set the mruby-1.3.0 release date to `2017-7-4`.1.3.0 | Hiroshi Mimaki | |
| 2016-09-28 | Removed trailing spaces | Nobuyoshi Nakada | |
| 2016-09-17 | Fix a couple typos in limitations.md | Benoit Daloze | |
| 2016-02-12 | Fix formatting again... | Daniel Bovensiepen | |
| 2016-02-12 | Add more limitations: | Daniel Bovensiepen | |
| - defined? - alias on global variables - Operator modification - Kernel.binding missing | |||
| 2016-02-12 | fixed typos in limitations.md | Yukihiro "Matz" Matsumoto | |
| 2016-02-11 | Fix formatting | Daniel Bovensiepen | |
| 2016-02-11 | Add more limitations | Daniel Bovensiepen | |
| 2016-02-11 | add 1/2 description to limitations.md file | Yukihiro "Matz" Matsumoto | |
| 2016-02-11 | Small format fix | Daniel Bovensiepen | |
| 2016-02-11 | Add limitation file | Daniel Bovensiepen | |
