1. 02 Nov, 2020 6 commits
  2. 01 Nov, 2020 5 commits
  3. 29 Oct, 2020 21 commits
  4. 28 Oct, 2020 3 commits
  5. 24 Oct, 2020 2 commits
  6. 23 Oct, 2020 2 commits
  7. 22 Oct, 2020 1 commit
    • dearblue's avatar
      Prohibit array changes by `mrb_get_argv()` · edc49f9d
      dearblue authored
      The `mrb_get_argv()` function will now return `const mrb_value *`.
      This is because it is difficult for the caller to check if it is a splat argument (array object) and to write-barrier if necessary.
      edc49f9d