- 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 1 commit
-
-
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.
-
- 05 Jan, 2020 2 commits
-
-
Yukihiro "Matz" Matsumoto authored
Fix ainfo with keyword arguments; fix #4921
-
dearblue authored
-
- 02 Jan, 2020 1 commit
-
-
Yukihiro "Matz" Matsumoto authored
Call `va_end()` before return
-
- 01 Jan, 2020 10 commits
-
-
dearblue authored
The behavior when returning from a function without `va_end()` is undefined.
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
Add `mrb_num_args_error()` for "wrong number of arguments" error
-
Yukihiro "Matz" Matsumoto authored
Revert "SHARED string is not required when sharing POOL string" (75949836)
-
KOBAYASHI Shuji authored
Because literal pool may be released by GC. #### Example: ```ruby s1 = eval('"abcdefghijklmnopqrstuvwxyz01"') GC.start p s1 #=> "\x00\x00\x00\x00\x00\x00\x00\x90\x00\x00\x00\x00\x00\x00\x00\x90\x03\x00stuvwxyz01" ```
-
Yukihiro "Matz" Matsumoto authored
Integrate `i` and `arg_i` in `mrb_get_args()`
-
Yukihiro "Matz" Matsumoto authored
Do not include `stdint.h` before `mruby.h`; ref #4750
-
dearblue authored
The behavior of these two variables is the same.
-
dearblue authored
-
Yukihiro "Matz" Matsumoto authored
-