- 25 Jan, 2022 9 commits
-
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
To reduce memory consumption by avoiding allocating Ruby objects.
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
- 24 Jan, 2022 6 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
-
- 22 Jan, 2022 1 commit
-
-
Yukihiro "Matz" Matsumoto authored
Remove no longer used arguments from the functions.
-
- 21 Jan, 2022 6 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
`a::B = c` should evaluate `a` then `c`. It used to be `c` then `a`. The `OP_SETMCNST` instruction operands are designed for older order in mind. Should we changed the operand order?
-
- 17 Jan, 2022 2 commits
-
-
Yukihiro "Matz" Matsumoto authored
Fix tree of mruby-bin-example
-
HASUMI Hitoshi authored
-
- 16 Jan, 2022 1 commit
-
-
Yukihiro "Matz" Matsumoto authored
-
- 15 Jan, 2022 1 commit
-
-
Yukihiro "Matz" Matsumoto authored
-
- 14 Jan, 2022 1 commit
-
-
Yukihiro "Matz" Matsumoto authored
But `mktime(3)` for the date returns `-1` which happen to be the error value.
-
- 13 Jan, 2022 1 commit
-
-
Yukihiro "Matz" Matsumoto authored
-
- 12 Jan, 2022 1 commit
-
-
Yukihiro "Matz" Matsumoto authored
It was caused by #5628.
-
- 11 Jan, 2022 2 commits
-
-
Yukihiro "Matz" Matsumoto authored
Toplevel includes the top of the method/class/module definitions.
-
Yukihiro "Matz" Matsumoto authored
-
- 10 Jan, 2022 2 commits
-
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
- 09 Jan, 2022 2 commits
-
-
Yukihiro "Matz" Matsumoto authored
Fixes file header in src/{cdump,dump}.c [ci skip]
-
dearblue authored
The file headers were pointing to each other's files.
-
- 06 Jan, 2022 2 commits
-
-
Yukihiro "Matz" Matsumoto authored
Fixing keyword arguments with `super`
-
Yukihiro "Matz" Matsumoto authored
Allows handling of unaligned cptrs for `MRB_NAN_BOXING`
-
- 05 Jan, 2022 3 commits
-
-
Yukihiro "Matz" Matsumoto authored
This reverts commit d3b7601a.
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-