- 11 Nov, 2016 5 commits
-
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
Reimplement Enumerable#cycle
-
ksss authored
-
ksss authored
Fix pattern of infinite loop And support all specs in https://github.com/ruby/spec/blob/27960d06e0ce92c37f074450f0eab4b0519b118c/core/enumerable/cycle_spec.rb without Enumerable#size
-
Yukihiro "Matz" Matsumoto authored
test/assert.rb should not use puts
-
- 10 Nov, 2016 5 commits
-
-
Yukihiro "Matz" Matsumoto authored
Add mrb_class_defined_under
-
Felix Jones authored
-
Felix Jones authored
-
Yukihiro "Matz" Matsumoto authored
-
Tomasz Dąbrowski authored
-
- 08 Nov, 2016 2 commits
-
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
- 06 Nov, 2016 3 commits
-
-
Yukihiro "Matz" Matsumoto authored
-
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
-