- 02 Mar, 2019 7 commits
-
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
To avoid memory leak from `time_update_datetime`.
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
- 28 Feb, 2019 5 commits
-
-
Yukihiro "Matz" Matsumoto authored
Add `warning: ` prefix to parser warning message
-
KOBAYASHI Shuji authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
We have a plan to obsolete this style in the future.
-
Yukihiro "Matz" Matsumoto authored
Remove unnecessary backticks; ref #2858
-
- 27 Feb, 2019 14 commits
-
-
Yukihiro "Matz" Matsumoto authored
String literal concatenation
-
dearblue authored
-
dearblue authored
-
dearblue authored
-
dearblue authored
-
dearblue authored
-
dearblue authored
-
dearblue authored
-
dearblue authored
-
Yukihiro "Matz" Matsumoto authored
Add newline to warning by `mrb_warn()`
-
Yukihiro "Matz" Matsumoto authored
Use `yywarning()` instead of `yywarning_s()` for `MRB_WITHOUT_FLOAT`
-
KOBAYASHI Shuji authored
-
KOBAYASHI Shuji authored
-
KOBAYASHI Shuji authored
-
- 26 Feb, 2019 4 commits
-
-
Yukihiro "Matz" Matsumoto authored
Remove unneeded `=>` in test skip/error messages
-
Yukihiro "Matz" Matsumoto authored
Remove unneeded `const_defined?(:Time)` in `mruby-io` test
-
KOBAYASHI Shuji authored
-
KOBAYASHI Shuji authored
`mruby-time` is included in test dependencies.
-
- 25 Feb, 2019 4 commits
-
-
Yukihiro "Matz" Matsumoto authored
Remove explicit set of `DISABLE_GEMS`
-
Yukihiro "Matz" Matsumoto authored
Refine mrbgem name in assertion failure/skip message for core test
-
Yukihiro "Matz" Matsumoto authored
Refactor `src/backtrace.c`
-
KOBAYASHI Shuji authored
- Move calling `mrb_debug_get_filename()` to after `lineno` check. - Remove unneeded array check in `print_backtrace()`. - Add a few `const` qualifier.
-
- 24 Feb, 2019 3 commits
-
-
KOBAYASHI Shuji authored
-
Yukihiro "Matz" Matsumoto authored
Move `Object#dig` to `Struct#dig`
-
Wataru Ashihara authored
This method seems to be mistakenly put into `Object` instead of `Struct` since it's in `struct.rb` and daf83946 says: add #dig to Array,Hash and Struct
-
- 23 Feb, 2019 2 commits
-
-
KOBAYASHI Shuji authored
`DISABLE_GEMS` is automatically set (or unset); ref #790
-
Yukihiro "Matz" Matsumoto authored
Integrate `init_mrbtest.c` to `driver.c` in `mruby-test` mrbgem
-
- 22 Feb, 2019 1 commit
-
-
KOBAYASHI Shuji authored
- `mrbgemtest_init()` is needed if `DISABLE_GEMS` is enabled because core tests are run as part of `mruby-test` mrbgem (moreover, `DISABLE_GEMS` is disabled when `enable_test` is used in build config). - For the same reason `mrb_open_core()` etc for core tests is unneeded.
-