- 04 Apr, 2020 2 commits
- 03 Apr, 2020 1 commit
-
-
Reckordp authored
-
- 02 Apr, 2020 1 commit
-
-
Yukihiro "Matz" Matsumoto authored
build when directories and files have spaces
-
- 01 Apr, 2020 4 commits
-
-
dsisnero authored
-
Dominic Sisneros authored
Modified the build to quote filenames so that it builds when files have spaces
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
Fix `mrb_funcall_with_block()` uses more GC arena
-
- 31 Mar, 2020 2 commits
-
-
dearblue authored
If `mrb->jmp` is `NULL` and the function `mrb_funcall_with_block()` is called, GC Arena is returned from the function with over-used. - A normal (no global exodus) return will consume two GC Arena's. - In the event of an exception, five GC Arena are consumed. This patch reduces consumption in both cases to one.
-
Yukihiro "Matz" Matsumoto authored
Fix NULL pointer dereferences in mrb_local_variables; fix #4955
-
- 30 Mar, 2020 1 commit
-
-
dearblue authored
However, the behavior of `#call` on the method object of `local_variables` is not corrected.
-
- 08 Mar, 2020 12 commits
-
-
Yukihiro "Matz" Matsumoto authored
Improve configuration guard
-
dearblue authored
ref #4576 and ref #4947 * Need MRBAPI functions without `MRB_DISABLE_STDIO`: * mrbgems/mruby-bin-debugger * mrbgems/mruby-bin-mirb * mrbgems/mruby-bin-mrbc * mrbgems/mruby-bin-mruby * mrbgems/mruby-bin-strip * Need `stdio.h`: * mrbgems/mruby-io * mrbgems/mruby-print * Need `snprintf()` in `stdio.h`: * mrbgems/mruby-pack * mrbgems/mruby-sprintf
-
dearblue authored
'stdio.h' is included in 'mruby.h' ('mrbconf.h'). However, keep 'stdio.h' used by mruby-test.
-
dearblue authored
-
Yukihiro "Matz" Matsumoto authored
Some rule to CrossBuild Android
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
Fix the argument of `mrb_file_is_absolute_path()`.
-
Yukihiro "Matz" Matsumoto authored
Traditional, UNC, and Drive Path
-
Reckordp authored
-
Reckordp authored
-
Reckordp authored
-
Reckordp authored
-
- 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 2 commits
-
-
SiZiOUS authored
-
Yukihiro "Matz" Matsumoto authored
Add CIFuzz action
-