1. 29 Nov, 2019 1 commit
  2. 28 Nov, 2019 1 commit
  3. 27 Nov, 2019 3 commits
  4. 25 Nov, 2019 4 commits
  5. 24 Nov, 2019 2 commits
  6. 23 Nov, 2019 3 commits
  7. 22 Nov, 2019 3 commits
  8. 21 Nov, 2019 1 commit
    • KOBAYASHI Shuji's avatar
      Introduce `mrb_ssize` type for buffer size on memory; ref #4483 · a2df2470
      KOBAYASHI Shuji authored
      Previously, `mrb_int` was used as the type that represents the buffer size
      on memory, but the sizes of `RString` and `RArray` exceed 6 words when
      `MRB_INT64` is enabled on 32-bit CPU.
      
      I don't think it is necessary to be able to represent the buffer size on
      memory that exceeds the virtual address space. Therefore, for this purpose,
      introduce `mrb_ssize` which doesn't exceed the sizes of `mrb_int` and
      pointer.
      
      I think all `mrb_int` used for this purpose should be changed to
      `mrb_ssize`, but currently only the members of the structures (`RString`,
      `mrb_shared_string`, `RArray` and `mrb_shared_array`) are changed.
      a2df2470
  9. 20 Nov, 2019 1 commit
  10. 19 Nov, 2019 4 commits
  11. 18 Nov, 2019 2 commits
  12. 17 Nov, 2019 2 commits
  13. 16 Nov, 2019 2 commits
  14. 15 Nov, 2019 1 commit
  15. 14 Nov, 2019 2 commits
  16. 13 Nov, 2019 3 commits
  17. 12 Nov, 2019 2 commits
  18. 11 Nov, 2019 3 commits