- 08 Dec, 2017 12 commits
-
-
bamchoh authored
When MSVC, "File.readlink fails with non-symlink" test was failed even if raising NotImplementedError
-
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.
-
- 06 Dec, 2017 4 commits
-
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
Otherwise `super` may call a wrong method.
-
- 05 Dec, 2017 1 commit
-
-
Yukihiro "Matz" Matsumoto authored
Mentioned in https://qiita.com/bamchoh/items/eabebbbb330cb0e0470a
-
- 04 Dec, 2017 4 commits
-
-
Yukihiro "Matz" Matsumoto authored
Revise MRB_METHOD_PROC macro's argument
-
bamchoh authored
I revised MRB_METHOD_PROC macro's argument fn to m.
-
Yukihiro "Matz" Matsumoto authored
`libedit` is a `readline` compatible library with BSD license.
-
Yukihiro "Matz" Matsumoto authored
-
- 03 Dec, 2017 4 commits
-
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
To avoid potential `malloc/free` mismatch.
-
Yukihiro "Matz" Matsumoto authored
-
- 01 Dec, 2017 1 commit
-
-
Yukihiro "Matz" Matsumoto authored
And check required register number from `ci->proc` as well. The fixes for #3859 and #3862 were incomplete.
-
- 29 Nov, 2017 4 commits
-
-
Yukihiro "Matz" Matsumoto authored
Small performance improvement by reducing function invocations.
-
Yukihiro "Matz" Matsumoto authored
Should turn on `MRB_ENV_STACK_UNSHARED` flag only after env stack reallocation. `malloc()` may fail.
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-