- 07 Mar, 2020 12 commits
-
-
Reckordp authored
-
Reckordp authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
-
Yukihiro "Matz" Matsumoto authored
Fix unfinished changes
-
Reckordp authored
-
Reckordp authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
Absolute path for windows
-
Reckordp authored
-
- 04 Mar, 2020 2 commits
-
-
Yukihiro "Matz" Matsumoto authored
Enable MRB_METHOD_T_STRUCT by default on 32bit Windows
-
Sutou Kouhei authored
Because we can't use the highest 2 bits of function pointers.
-
- 23 Feb, 2020 1 commit
-
-
Yukihiro "Matz" Matsumoto authored
Improving comments in the cross-compiling sample for the Sega Dreamcast.
-
- 22 Feb, 2020 4 commits
-
-
SiZiOUS authored
-
Yukihiro "Matz" Matsumoto authored
Add CIFuzz action
-
Yukihiro "Matz" Matsumoto authored
Added example for cross-compiling for Sega Dreamcast (sh-elf).
-
Yukihiro "Matz" Matsumoto authored
Updated README.md - Fixed link to github issues
-
- 21 Feb, 2020 3 commits
-
-
Leo Neat authored
-
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
-
Yurii Nakonechnyi authored
-
- 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.
-
- 02 Feb, 2020 1 commit
-
-
dearblue authored
It is available by default in environments where `__unix__` is defined. Other environments are enabled by defining `MRB_WITH_IO_PREAD_PWRITE` (requires an implementation of `pread()` and `pwrite()` functions). In any case, you can disable it by defining `MRB_WITHOUT_IO_PREAD_PWRITE`.
-
- 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`.
-