- 05 Mar, 2021 1 commit
-
-
KOBAYASHI Shuji authored
-
- 04 Mar, 2021 5 commits
-
-
Yukihiro "Matz" Matsumoto authored
Update minimal build configuration [ci skip]
-
Yukihiro "Matz" Matsumoto authored
Remove unused `mrblib/init_mrblib.c`
-
KOBAYASHI Shuji authored
-
KOBAYASHI Shuji authored
-
Yukihiro "Matz" Matsumoto authored
-
- 03 Mar, 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
-
- 02 Mar, 2021 1 commit
-
-
Yukihiro "Matz" Matsumoto authored
feat: add pre-commit framework
-
- 01 Mar, 2021 5 commits
-
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
John Bampton authored
-
- 28 Feb, 2021 6 commits
-
-
Yukihiro "Matz" Matsumoto authored
The size and signedness of `mrb_int` and `time_t` may differ.
-
Yukihiro "Matz" Matsumoto authored
Support libedit on mirb for FreeBSD
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
dearblue authored
-
- 27 Feb, 2021 2 commits
-
-
Yukihiro "Matz" Matsumoto authored
Fixes C++03 compilation.
-
Yukihiro "Matz" Matsumoto authored
-
- 26 Feb, 2021 2 commits
-
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
- 25 Feb, 2021 1 commit
-
-
Yukihiro "Matz" Matsumoto authored
Binding
-
- 24 Feb, 2021 2 commits
-
-
Yukihiro "Matz" Matsumoto authored
e.g. `def ==(v) = true`. The issue is reported by @shuujii
-
Yukihiro "Matz" Matsumoto authored
- prohibit defining setter method - allow endless def without parentheses
-
- 23 Feb, 2021 2 commits
-
-
Yukihiro "Matz" Matsumoto authored
Bump actions/setup-node from v2.1.4 to v2.1.5
-
dependabot[bot] authored
Bumps [actions/setup-node](https://github.com/actions/setup-node) from v2.1.4 to v2.1.5. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v2.1.4...46071b5c7a2e0c34e49c3cb8a0e792e86e18d5ea) Signed-off-by:
dependabot[bot] <support@github.com>
-
- 22 Feb, 2021 5 commits
-
-
dearblue authored
- Added to `mruby-binding-core` - `Binding#local_variable_defined?` - `Binding#local_variable_get` - `Binding#local_variable_set` - `Binding#local_variables` - `Binding#receiver` - `Binding#source_location` - `Binding#inspect` - Added to `mruby-proc-binding` - `Proc#binding` The reason for separating `Proc#binding` is that core-mrbgems has a method that returns a closure object to minimize possible problems with being able to manipulate internal variables. By separating it as different mrbgem, each user can judge this problem and incorporate it arbitrarily.
-
dearblue authored
Make changes to make `Binding` work. At the same time, it separates `Binding#eval`, which depends on `mruby-eval`, from `mruby-binding-core`.
-
dearblue authored
-
https://github.com/ksss/mrubydearblue authored
-
Yukihiro "Matz" Matsumoto authored
-
- 21 Feb, 2021 2 commits
-
-
Yukihiro "Matz" Matsumoto authored
Updated `doc/opcode.md` to match `include/mruby/ops.h` [ci skip]
-
dearblue authored
-