summaryrefslogtreecommitdiffhomepage
path: root/lib/mruby-core-ext.rb
AgeCommit message (Collapse)Author
2020-11-20Move `lib/mruby-core-ext.rb` to `lib/mruby/core_ext.rb` for consistencyKOBAYASHI Shuji
2019-12-28Use `Rake.verbose` instead of `$verbose` and `$pp_show` in build scriptsKOBAYASHI Shuji
The incompatibility that the commands of `FileUtils` origin output verbose by default due to the changes in d8a5163b and 26e6e75b is also fixed.
2019-08-25Defer several build libraries loading until neededKOBAYASHI Shuji
2019-08-08Remove monkey patches for Ruby 1.9 or earlierKOBAYASHI Shuji
2019-02-02Extend only when necessary in `lib/mruby-core-ext.rb`KOBAYASHI Shuji
2017-04-04Move class/module definitions to normal .rb filesUchio KONDO
2017-04-04Initial skelton for class/module defUchio KONDO