- 09 Aug, 2017 10 commits
-
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
Replaced tabs with spaces
-
Christopher Aue authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
vvakame authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
When the method takes variable number of argument (`argc = -1`), the block argument offset should be `-1` not `0`.
-
Yukihiro "Matz" Matsumoto authored
-
- 07 Aug, 2017 3 commits
-
-
Yukihiro "Matz" Matsumoto authored
It also fixes unexpected resurrection of #3745 by #3752
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
- 06 Aug, 2017 1 commit
-
-
Yukihiro "Matz" Matsumoto authored
Improved speed of creating new hash tables
-
- 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 8 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
-