- 30 Nov, 2014 1 commit
-
-
Yukihiro "Matz" Matsumoto authored
-
- 28 Nov, 2014 1 commit
-
-
Yukihiro "Matz" Matsumoto authored
-
- 27 Nov, 2014 2 commits
-
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
- 25 Nov, 2014 16 commits
-
-
Yukihiro "Matz" Matsumoto authored
Fix: Numeric#step infinite loop.
-
TOMITA Masahiro authored
-
Yukihiro "Matz" Matsumoto authored
mrdb: add missing null-termination
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Robert Mosolgo authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
cremno authored
-
cremno authored
-
Hiroshi Mimaki authored
mrdb: fix two memory leaks
-
Hiroshi Mimaki authored
mrdb: minor changes
-
Yukihiro "Matz" Matsumoto authored
remove unnecessary _WIN32 preprocessor check
-
cremno authored
SIZE_MAX < UINT32_MAX is false on Win32 / Win64.
-
cremno authored
-
- 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 6 commits
-
-
Yukihiro "Matz" Matsumoto authored
mrdb: fix heap-use-after-free
-
cremno authored
clang 3.5.0 with -Wextra produces a -Wignored-qualifiers diagnostic.
-
cremno authored
-
cremno authored
C99+TC3, 7.19.7.1p2: [...] the fgetc function obtains that character as an unsigned char converted to an int [...]
-
cremno authored
-
cremno authored
-
- 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 2 commits
-
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-