- 08 Jul, 2020 1 commit
-
-
Rory OConnell authored
-
- 07 Jul, 2020 1 commit
-
-
Rory OConnell authored
-
- 06 Jul, 2020 5 commits
-
-
Rory OConnell authored
-
Rory OConnell authored
-
Rory OConnell authored
-
Rory OConnell authored
-
Rory OConnell authored
-
- 05 Jul, 2020 2 commits
-
-
Yukihiro "Matz" Matsumoto authored
object_id of true, false, and undef are all 0
-
Rory OConnell authored
-
- 02 Jul, 2020 1 commit
-
-
Yukihiro "Matz" Matsumoto authored
Should not free the pointer in `realloc` since it can cause use-after-free problem.
-
- 30 Jun, 2020 1 commit
-
-
Yukihiro "Matz" Matsumoto authored
Work around MSC optimization generating non functional code with Array#shuffle
-
- 29 Jun, 2020 8 commits
-
-
Rory OConnell authored
-
Rory OConnell authored
-
Rory OConnell authored
-
Rory OConnell authored
-
Rory OConnell authored
-
Rory OConnell authored
-
Rory OConnell authored
-
Rory OConnell authored
-
- 28 Jun, 2020 1 commit
-
-
Yukihiro "Matz" Matsumoto authored
The bug was introduced by 9dfe50f1.
-
- 27 Jun, 2020 2 commits
-
-
Rory OConnell authored
-
Rory OConnell authored
-
- 26 Jun, 2020 1 commit
-
-
Rory OConnell authored
-
- 24 Jun, 2020 6 commits
-
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
The POSIX `realloc` keep the original pointer untouched, so it can easily leads to memory leakage. `mrb_realloc()` should handle those bookkeeping, while `mrb_realloc_simple()` keeps the original `realloc` behavior.
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
- 23 Jun, 2020 1 commit
-
-
Yukihiro "Matz" Matsumoto authored
-
- 22 Jun, 2020 1 commit
-
-
Yukihiro "Matz" Matsumoto authored
Use simpler `mrb_get_argc()` and `mrb_get_arg1()` instead.
-
- 20 Jun, 2020 5 commits
-
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
C implementation used `mrb_funcall()` that bypassed many optimization.
-
Yukihiro "Matz" Matsumoto authored
`mrb_get_arg1()` raises `ArgumentError` if the method does not receive one argument. And replaces all `mrb_get_args(mrb, "o", &arg)` by the new function.
-
Yukihiro "Matz" Matsumoto authored
-
- 15 Jun, 2020 1 commit
-
-
Yukihiro "Matz" Matsumoto authored
-
- 14 Jun, 2020 1 commit
-
-
Yukihiro "Matz" Matsumoto authored
-
- 11 Jun, 2020 2 commits
-
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-