- 15 Sep, 2016 2 commits
-
-
Felix Jones authored
-
Felix Jones authored
Re-written android.rake task for latest Android NDK clang. Currently loses support for GCC and mips, mips64. Addresses issue #3208
-
- 08 Sep, 2016 3 commits
-
-
Yukihiro "Matz" Matsumoto authored
Fix SEGV when splat object
-
ksss authored
-
ksss authored
Splat operation should return an array. And raise an error if result of convert by to_a is not array or nil.
-
- 06 Sep, 2016 4 commits
-
-
Yukihiro "Matz" Matsumoto authored
surpress warning when MRB_DISABLE_STDIO
-
Yukihiro "Matz" Matsumoto authored
Fix SEGV when unshared env
-
yuri authored
-
ksss authored
-
- 05 Sep, 2016 4 commits
-
-
Yukihiro "Matz" Matsumoto authored
Should clear method name
-
ksss authored
- Fix method name in top-level - Fix SEGV when call Exception#backtrace if callinfo over CALLINFO_INIT_SIZE(32)
-
Yukihiro "Matz" Matsumoto authored
In mrbgem_spec.rake, added support for @mrblib_dir @objs_dir, so that a gem can have custom source directory names
-
Yukihiro "Matz" Matsumoto authored
Fix mrbc_filename leak
-
- 04 Sep, 2016 1 commit
-
-
Nozomi SATO authored
-
- 02 Sep, 2016 1 commit
-
-
Paolo Bosetti authored
In mrbgem_spec.rake, added support for @mrblib_dir @objs_dir, so that a gem can have custom source directory names
-
- 31 Aug, 2016 1 commit
-
-
Yukihiro "Matz" Matsumoto authored
instance_eval env should remake Fix #3191
-
- 30 Aug, 2016 2 commits
-
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
- 20 Aug, 2016 3 commits
-
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
Add new test for optimize VM
-
Miura Hideki authored
-
- 19 Aug, 2016 4 commits
-
-
Yukihiro "Matz" Matsumoto authored
To avoid VM nesting with mrb_funcall()
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
parse.y: lparen_arg statement
-
Nobuyoshi Nakada authored
allow parenthesised statement as a method argument. reported [Feature:12686] in bugs.ruby-lang.org fixed in CRuby 2.4.
-
- 17 Aug, 2016 2 commits
-
-
Yukihiro "Matz" Matsumoto authored
Fix String#ord failure which return a negative value
-
Hiroshi Mimaki authored
-
- 16 Aug, 2016 2 commits
-
-
Yukihiro "Matz" Matsumoto authored
Correct method name
-
Franck Verrot authored
-
- 13 Aug, 2016 2 commits
-
-
Yukihiro "Matz" Matsumoto authored
parse.y: fix chained assignments
-
Nobuyoshi Nakada authored
fix syntax errors with chained assignment with op assign. reported [Bug:12669] in bugs.ruby-lang.org fixed in CRuby 2.4.
-
- 12 Aug, 2016 2 commits
-
-
Yukihiro "Matz" Matsumoto authored
parse.y: simplify 90e8ce5c
-
Nobuyoshi Nakada authored
simplify tOP_ASGN rules by command_rhs and arg_rhs rules with %prec.
-
- 11 Aug, 2016 1 commit
-
-
Yukihiro "Matz" Matsumoto authored
reported in [Bug:12402] in bugs.ruby-lang.org fixed in CRuby 2.4
-
- 08 Aug, 2016 3 commits
-
-
ksss authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
despite the fact original authors agreed to distribute their work under MIT license, it does not mean mt19937ar.[ch] became the work of mruby developers. To clarify, we updated copyright and license notice of the source files.
-
- 02 Aug, 2016 1 commit
-
-
Yukihiro "Matz" Matsumoto authored
make mrb_hash_values() a public API function
-
- 01 Aug, 2016 1 commit
-
-
William Light authored
-
- 31 Jul, 2016 1 commit
-
-
Yukihiro "Matz" Matsumoto authored
intptr_t should be used instead of uint32_t to hold a pointer.
-