- 22 Feb, 2020 1 commit
-
-
SiZiOUS authored
-
- 21 Feb, 2020 1 commit
-
-
SiZiOUS authored
Thanks to @yujiyokoo for demonstrating mruby usage on Sega Dreamcast at RubyConf AU 2020! See more here: https://youtu.be/ni-1x5Esa_o
-
- 12 Feb, 2020 1 commit
-
-
Yukihiro "Matz" Matsumoto authored
-
- 05 Feb, 2020 1 commit
-
-
Yukihiro "Matz" Matsumoto authored
Include time.h for ios
-
- 03 Feb, 2020 2 commits
-
-
Yukihiro "Matz" Matsumoto authored
C++ is stricter in implicit type casting.
-
Yukihiro "Matz" Matsumoto authored
Differences from the PR #4940: * Use simple search for short strings only. * "short" means `m+n` is shorter than `MRB_QS_SHORT_STRING_LENGTH`. * The current default value for `MRB_QS_SHORT_STRING_LENGTH` is 2048.
-
- 01 Feb, 2020 2 commits
-
-
Yukihiro "Matz" Matsumoto authored
Fix builds for old mingw in mruby-socket; ref #4914
-
dearblue authored
-
- 31 Jan, 2020 4 commits
-
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
- 30 Jan, 2020 2 commits
-
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
that includes `float.h`. It allows definitions from native headers.
-
- 29 Jan, 2020 1 commit
-
-
Yukihiro "Matz" Matsumoto authored
My cat stepped on the keyboard at the last moment before the commit.
-
- 28 Jan, 2020 2 commits
-
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
Support bit flags for `IO.open`
-
- 27 Jan, 2020 2 commits
-
-
David Siaw authored
-
Yukihiro "Matz" Matsumoto authored
In top-level, `mid` is `NULL`. We used to ignore 'mid` update for `NULL`.
-
- 21 Jan, 2020 3 commits
-
-
Yukihiro "Matz" Matsumoto authored
Delete duplicated `Array#delete_if`.
-
Hiroshi Mimaki authored
-
Hiroshi Mimaki authored
-
- 15 Jan, 2020 2 commits
-
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
- 10 Jan, 2020 3 commits
-
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
This bug was introduced in 694089fa to address #4832
-
Yukihiro "Matz" Matsumoto authored
-
- 08 Jan, 2020 2 commits
-
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
Issue 19902: mruby:mruby_fuzzer: Stack-buffer-overflow in mrb_str_len_to_dbl
-
- 07 Jan, 2020 1 commit
-
-
Yukihiro "Matz" Matsumoto authored
This is reported by oss-fuzz: Issue 19886: mruby:mruby_fuzzer: Potential-null-reference in setup_numparams
-
- 06 Jan, 2020 10 commits
-
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
https://github.com/dearblue/mrubyYukihiro "Matz" Matsumoto authored
Merge branch 'file-size-truncate' of https://github.com/dearblue/mruby into dearblue-file-size-truncate
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
The basic idea of this change is from @dearblue. Note: the arguments of `mrb_str_pool()` have changed, but the function is provided for internal use (No `MRB_API`). So basically you don't have to worry about the change.
-