- 11 Aug, 2017 6 commits
-
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
- 10 Aug, 2017 2 commits
-
-
Yukihiro "Matz" Matsumoto authored
Updated AUTHORS
-
vvakame authored
-
- 09 Aug, 2017 12 commits
-
-
Yukihiro "Matz" Matsumoto authored
`flo_hash` implemented `15.2.8.3.18` but `Kernel#hash` (15.3.1.3.15) now works for numbers.
-
Yukihiro "Matz" Matsumoto authored
-
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 2 commits
-
-
Yukihiro "Matz" Matsumoto authored
Updated AUTHORS
-
Yukihiro "Matz" Matsumoto authored
Improved speed of enumeration methods
-