- 21 Nov, 2020 10 commits
-
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
Unable for the `MRB_TT_CPTR` object to have a singleton class
-
Yukihiro "Matz" Matsumoto authored
Fix typo "overfow" to "overflow" [ci skip]
-
dearblue authored
This object is treated as an immediate value.
-
dearblue authored
-
Yukihiro "Matz" Matsumoto authored
Boxing: * `MRB_NO_BOXING` (`mrb_value` packed in `struct`) * `MRB_WORD_BOXING` (`mrb_value` packed in `struct`) default * `MRB_NAN_BOXING` (`mrb_value` packed in `double`) `mrb_int` size * `MRB_INT32` (`int32_t` as `mrb_int`) * `MRB_INT64` (`int64` as `mrb_int`) conflict with `MRB_NAN_BOXING' Architecture * `MRB_64BIT` (`sizeof(void*)` is 64 bits) * `MRB_32BIT` (`sizeof(void*)` is 32 bits)
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
Improve determining C++ compiler in `tasks/toolchains/gcc.rake`
-
KOBAYASHI Shuji authored
* Consider CC envvar as C compiler on which to make the decision. * Consider the case where C compiler is `ccache gcc`, etc.
-
- 20 Nov, 2020 6 commits
-
-
Yukihiro "Matz" Matsumoto authored
Refactor `mrblib/mrblib.rake`
-
KOBAYASHI Shuji authored
-
Yukihiro "Matz" Matsumoto authored
Refactor `src/mruby_core.rake`
-
Yukihiro "Matz" Matsumoto authored
Merge pull request #5152 from shuujii/move-lib-mruby-core-ext.rb-to-lib-mruby-core_ext.rb-for-consistency Move `lib/mruby-core-ext.rb` to `lib/mruby/core_ext.rb` for consistency
-
KOBAYASHI Shuji authored
-
KOBAYASHI Shuji authored
-
- 19 Nov, 2020 2 commits
-
-
Yukihiro "Matz" Matsumoto authored
Allow `bintest` even if build name is not `host`
-
KOBAYASHI Shuji authored
-
- 18 Nov, 2020 14 commits
-
-
Yukihiro "Matz" Matsumoto authored
Fix integer overflow error in mrdb test
-
KOBAYASHI Shuji authored
-
Yukihiro "Matz" Matsumoto authored
Revert "Check if irep->reps is NULL in lv_defined_p"
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
Check if irep->reps is NULL in lv_defined_p
-
Zhang Xiaohui authored
-
Yukihiro "Matz" Matsumoto authored
Use `mrb_int_value` instead of `mrb_fixnum_value` in `src/hash.c`
-
Yukihiro "Matz" Matsumoto authored
Remove unused `MRuby::Build#enable_{bin,}test=`
-
Yukihiro "Matz" Matsumoto authored
Check if irep->reps is NULL
-
KOBAYASHI Shuji authored
The writers seem to be unnecessary because `MRuby::Build#enable_{bin,}test` are used from the beginning.
-
Zhang Xiaohui authored
-
KOBAYASHI Shuji authored
-
Yukihiro "Matz" Matsumoto authored
-
- 17 Nov, 2020 8 commits
-
-
Yukihiro "Matz" Matsumoto authored
I misunderstand the meaning of #4483. Sorry.
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
Fix deprecated `set-env` command error on GitHub Actions [ci skip]
-
KOBAYASHI Shuji authored
I tried `$GITHUB_PATH` and `$GITHUB_ENV` instead of `set-env`, but for some reason path was not recognized, so I changed to using `ACTIONS_ALLOW_UNSECURE_COMMANDS`.
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
- Remove `mrb_ssize` - Fix `MRB_FIXNUM_{MIN,MAX}` to 32 bits on `MRB_NAN_BOXING`
-
Yukihiro "Matz" Matsumoto authored
In addition, `include/mruby.h` will be scanned for error class symbols.
-