- 25 Nov, 2014 2 commits
-
-
Yukihiro "Matz" Matsumoto authored
remove unnecessary _WIN32 preprocessor check
-
cremno authored
SIZE_MAX < UINT32_MAX is false on Win32 / Win64.
-
- 23 Nov, 2014 3 commits
-
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
Fix String#slice! raise TypeError or return invalid value.
-
TOMITA Masahiro authored
-
- 22 Nov, 2014 4 commits
-
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
use mrb_str_xxx_lit for mrdb.
-
Yukihiro "Matz" Matsumoto authored
-
Tatsuhiko Kubo authored
-
- 20 Nov, 2014 1 commit
-
-
Yukihiro "Matz" Matsumoto authored
mrdb: fix heap-use-after-free
-
- 19 Nov, 2014 5 commits
-
-
cremno authored
-
Yukihiro "Matz" Matsumoto authored
Fix an error when calling a method implemented in C by super() with argu...
-
Yukihiro "Matz" Matsumoto authored
[ci skip] run spell checker on doc/debugger/README.md and fixed typos mentioned from @bovi and @rmosolgo; ref #2640
-
sdottaka authored
Fix an error when calling a method implemented in C by super() with arguments. This fix makes the following code workable: Expected: class MRBTime < Time; def self.new; super(2012, 4, 21); end; end MRBTime.new # => Sat Apr 21 00:00:00 2012 Actual: class MRBTime < Time; def self.new; super(2012, 4, 21); end; end MRBTime.new # => can't convert nil into Integer (TypeError)
-
Hiroshi Mimaki authored
mruby-1.1.0
-
- 18 Nov, 2014 7 commits
-
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
Fix mailing list description; ref #2635
-
Yukihiro "Matz" Matsumoto authored
fix mrb_notimplement typo
-
mimaki authored
-
mimaki authored
-
Jun Hiroe authored
-
- 17 Nov, 2014 3 commits
-
-
Robert Mosolgo authored
-
Yukihiro "Matz" Matsumoto authored
Implement C API mrb_notimplement
-
ksss authored
-
- 12 Nov, 2014 1 commit
-
-
Yukihiro "Matz" Matsumoto authored
-
- 10 Nov, 2014 3 commits
-
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
Fix mrb_iv_check function decleration
-
Xuejie "Rafael" Xiao authored
-
- 08 Nov, 2014 5 commits
-
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
Modify Arduino build config for IDE >= 1.5.7
-
Yukihiro "Matz" Matsumoto authored
%zu format is not supported by MSVC
-
SouthWolf authored
-
SouthWolf authored
Arduino IDE >= 1.5.7 Changed ARDUINO_PATH from `Contents/Resources/Java` to `Contents/Java`, mentioned in #2632
-
- 06 Nov, 2014 1 commit
-
-
Hiroshi Mimaki authored
-
- 04 Nov, 2014 3 commits
-
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
- 03 Nov, 2014 2 commits
-
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
Add padding bytes before iseq block that may be used as mrb_code[]. Note that dumped mrb format has changed. Based on a patch from kimu_shu <alfvegardrisc@gmail.com>
-