- 07 Dec, 2017 6 commits
-
-
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 13 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
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
Memory leak fixed; ref #3711
-
Yukihiro "Matz" Matsumoto 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
-
- 22 Nov, 2017 7 commits
-
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
It used to be based on `ci->proc` but the callinfo position may be wrong when `ecall()` is called during stack rewinding from `OP_RETURN`.
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-