- 12 Dec, 2017 4 commits
-
-
窪山 翔士 authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
This reverts commit f73ac411. This change caused Travis errors.
-
Yukihiro "Matz" Matsumoto authored
-
- 11 Dec, 2017 8 commits
-
-
Yukihiro "Matz" Matsumoto authored
Support MRB_WITHOUT_FLOAT to mruby-io and mruby-pack
-
Yusuke Endoh authored
-
Yukihiro "Matz" Matsumoto authored
Update .travis.yml
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
The patch is created by @take_cheese in #3872
-
Yukihiro "Matz" Matsumoto authored
The patch is created by @take_cheese in #3872
-
- 09 Dec, 2017 5 commits
-
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
Some test may be OK but we skip everything as a starting point.
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
Skip "File.readlink fails" test on MSVC
-
Yukihiro "Matz" Matsumoto authored
Use same format between Fail and Skip
-
- 08 Dec, 2017 13 commits
-
-
bamchoh authored
When MSVC, "File.readlink fails with non-symlink" test was failed even if raising NotImplementedError
-
bamchoh authored
We can see gem name in skip message by this fix
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
Fixed compile error of `mruby-io` gem on MinGW.
-
Yukihiro "Matz" Matsumoto authored
Fix memory leak found by leak sanitizer.
-
Hiroshi Mimaki authored
-
Takeshi Watanabe authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
- `mode_t` by `int` - `umask` by `_umask` - `rmdir` by `_rmdir` - `mkstemp` and `mkdtemp` by using `_mktemp`
-
- 07 Dec, 2017 10 commits
-
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
git-subtree-dir: mrbgems/mruby-pack git-subtree-mainline: 842e6945 git-subtree-split: 383a9c79
-
Yukihiro "Matz" Matsumoto authored
Also `bool` is a reserved word in C++.
-
Yukihiro "Matz" Matsumoto authored
git-subtree-dir: mrbgems/mruby-socket git-subtree-mainline: d75266dd git-subtree-split: ab541850
-
Yukihiro "Matz" Matsumoto authored
git-subtree-dir: mrbgems/mruby-io git-subtree-mainline: 10ed730e git-subtree-split: 3c8e1f94
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
The code was introduced to address #3175 but it's no longer needed.
-