- 05 Aug, 2017 1 commit
-
-
Christopher Aue authored
-
- 04 Aug, 2017 7 commits
-
-
Christopher Aue authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
Fixed a invalid source path name on mruby debugger.
-
Hiroshi Mimaki authored
-
- 01 Aug, 2017 6 commits
-
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
The change removes several internal instance variables used by class name management. The variables `__classid__` and `__classpath__` are no longer available. `__outer__` is used only for unnamed outer classes/modules (and will be removed after they are named). [Important note] Along with this change we removed several public functions. - mrb_class_outer_module() - mrb_class_sym() We believe no one have used those functions, but if you do, please ask us for the workaround.
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
From `mrb_mod_const_set` to `mrb_const_set`.
-
Yukihiro "Matz" Matsumoto authored
This update fix CRuby scoping incompatibility; close #600; close #3200
-
Yukihiro "Matz" Matsumoto authored
-
- 30 Jul, 2017 4 commits
-
-
Yukihiro "Matz" Matsumoto authored
Updated AUTHORS
-
Yukihiro "Matz" Matsumoto authored
Improved speed of enumeration methods
-
Christopher Aue authored
-
Christopher Aue authored
-
- 28 Jul, 2017 11 commits
-
-
Yukihiro "Matz" Matsumoto authored
-
https://github.com/udzura/mrubyYukihiro "Matz" Matsumoto authored
Merge branch 'move-task-class-definitions' of https://github.com/udzura/mruby into udzura-move-task-class-definitions
-
Yukihiro "Matz" Matsumoto authored
Extended Module#const_get to support class paths
-
Yukihiro "Matz" Matsumoto authored
Added Array#bsearch_index
-
Yukihiro "Matz" Matsumoto authored
Fixed return value of Module#include and #prepend
-
Christopher Aue authored
-
Christopher Aue authored
-
Christopher Aue authored
-
Christopher Aue authored
-
Christopher Aue authored
-
Christopher Aue authored
-
- 27 Jul, 2017 4 commits
-
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
It reduces the memory consumption and sometimes improve the performance as well. For example, the consumed memory size of `bench/bm_ao_render.rb` is reduced from 1.2GB to 1GB, and its total execution time become 18.795 sec from 22.229 sec.
-
Yukihiro "Matz" Matsumoto authored
-
- 26 Jul, 2017 1 commit
-
-
Yukihiro "Matz" Matsumoto authored
-
- 25 Jul, 2017 3 commits
-
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
- 24 Jul, 2017 3 commits
-
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-