1. 30 Mar, 2020 1 commit
  2. 08 Mar, 2020 12 commits
  3. 07 Mar, 2020 12 commits
  4. 04 Mar, 2020 2 commits
  5. 23 Feb, 2020 1 commit
  6. 22 Feb, 2020 4 commits
  7. 21 Feb, 2020 3 commits
  8. 12 Feb, 2020 1 commit
  9. 05 Feb, 2020 1 commit
  10. 03 Feb, 2020 2 commits
  11. 02 Feb, 2020 1 commit
    • dearblue's avatar
      Implement `IO#pread` and `IO#pwrite` · 4c6d524c
      dearblue authored
      It is available by default in environments where `__unix__` is defined.
      Other environments are enabled by defining `MRB_WITH_IO_PREAD_PWRITE`
      (requires an implementation of `pread()` and `pwrite()` functions).
      
      In any case, you can disable it by defining
      `MRB_WITHOUT_IO_PREAD_PWRITE`.
      4c6d524c