- 10 Nov, 2016 1 commit
-
-
Felix Jones authored
-
- 06 Nov, 2016 2 commits
-
-
Felix Jones authored
-
Felix Jones authored
-
- 04 Nov, 2016 2 commits
-
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
- 03 Nov, 2016 1 commit
-
-
Yukihiro "Matz" Matsumoto authored
Update documentation of fetch
-
- 02 Nov, 2016 2 commits
-
-
Lukas Elmer authored
The sentence `Negative values of +index+ count from the end of the array.` can be interpreted that it only holds if a block is given. Clarify it.
-
Yukihiro "Matz" Matsumoto authored
-
- 01 Nov, 2016 1 commit
-
-
Yukihiro "Matz" Matsumoto authored
-
- 28 Oct, 2016 1 commit
-
-
Yukihiro "Matz" Matsumoto authored
-
- 23 Oct, 2016 3 commits
-
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
Kernel#respond_to? should return true|false only
-
ksss authored
-
- 20 Oct, 2016 1 commit
-
-
Yukihiro "Matz" Matsumoto authored
-
- 08 Oct, 2016 5 commits
-
-
Yukihiro "Matz" Matsumoto authored
Android Task GCC support re-added
-
Felix Jones authored
-
Felix Jones authored
-
Felix Jones authored
-
Yukihiro "Matz" Matsumoto authored
Android mips/mips64 support
-
- 07 Oct, 2016 2 commits
-
-
Felix Jones authored
-
Felix Jones authored
-
- 28 Sep, 2016 2 commits
-
-
Yukihiro "Matz" Matsumoto authored
Removed trailing spaces
-
Nobuyoshi Nakada 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 3 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 …
-