1. 06 May, 2019 1 commit
    • KOBAYASHI Shuji's avatar
      Avoid using `mrb_str_to_cstr` if possible · e2604c15
      KOBAYASHI Shuji authored
      Because it always allocate new string. Replace with the followings:
      
      - Use `RSRING_PTR` if string is guaranteed to be null-terminated.
      - Use `mrb_string_value_cstr` or `mrb_get_args("z")` if return value isn't
        modified.
      e2604c15
  2. 05 May, 2019 2 commits
  3. 04 May, 2019 3 commits
  4. 03 May, 2019 6 commits
  5. 02 May, 2019 6 commits
  6. 01 May, 2019 2 commits
  7. 30 Apr, 2019 2 commits
  8. 29 Apr, 2019 4 commits
  9. 28 Apr, 2019 2 commits
  10. 27 Apr, 2019 5 commits
  11. 26 Apr, 2019 2 commits
  12. 25 Apr, 2019 2 commits
  13. 24 Apr, 2019 3 commits