- 05 Dec, 2014 2 commits
-
-
Yukihiro "Matz" Matsumoto authored
adding mruby-string-utf8 breaks String#[float]
-
Tomoyuki Sahara authored
-
- 02 Dec, 2014 2 commits
-
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
fix ISBLANK() for Visual Studio < 2013
-
- 01 Dec, 2014 1 commit
-
-
cremno authored
Visual Studio versions older than 2013 lack C99's isblank(). Since only ASCII characters are passed to it, implement it directly without calling the locale-specific isblank().
-
- 30 Nov, 2014 1 commit
-
-
Yukihiro "Matz" Matsumoto authored
-
- 29 Nov, 2014 1 commit
-
-
Yukihiro "Matz" Matsumoto authored
adhoc fix for pass build
-
- 28 Nov, 2014 2 commits
-
-
murase_syuka authored
-
Yukihiro "Matz" Matsumoto authored
-
- 27 Nov, 2014 2 commits
-
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
- 26 Nov, 2014 1 commit
-
-
murase_syuka 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 5 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
-