- 12 Oct, 2016 1 commit
-
-
ksss authored
-
- 27 Sep, 2016 3 commits
-
-
Yukihiro "Matz" Matsumoto authored
Fix unexpected behavior with break
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
Remove needless MRB_API
-
- 26 Sep, 2016 1 commit
-
-
ksss authored
``` def yie yield end def bre yie { 1+1 break } end p bre #=> display 2, but should be nil ```
-
- 25 Sep, 2016 1 commit
-
-
Kouhei Sutou authored
ref #3215 If a function (such as mrb_read_irep_file()) is declared without MRB_API in header file (such as include/mruby/dump.h), implementation of the function in source file (such as src/load.c) should also defined without MRB_API. If MRB_API is mismatch, Visual C++ reports link error with C2375 error code: https://msdn.microsoft.com/en-us/library/5k6kw95a.aspx
-
- 23 Sep, 2016 1 commit
-
-
Yukihiro "Matz" Matsumoto authored
-
- 21 Sep, 2016 4 commits
-
-
Yukihiro "Matz" Matsumoto authored
Visual C++ support of UTF-8 hack on mruby-print
-
U.Nakamura authored
Accept @mattn's comment.
-
U.Nakamura authored
-
U.Nakamura authored
-
- 20 Sep, 2016 2 commits
-
-
Kazuaki Tanaka authored
-
Kazuaki Tanaka authored
-
- 17 Sep, 2016 2 commits
-
-
Yukihiro "Matz" Matsumoto authored
Fix a couple typos in limitations.md
-
Benoit Daloze authored
-
- 15 Sep, 2016 4 commits
-
-
Yukihiro "Matz" Matsumoto authored
Fixed regex order falling early in arch cases, causing x86_64 and arm…
-
Felix Jones authored
-
Yukihiro "Matz" Matsumoto authored
Re-written android.rake task for latest Android NDK clang. Currently …
-
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 2 commits
-
-
Yukihiro "Matz" Matsumoto authored
To avoid VM nesting with mrb_funcall()
-
Yukihiro "Matz" Matsumoto authored
-