1. 27 Apr, 2020 2 commits
  2. 26 Apr, 2020 5 commits
  3. 24 Apr, 2020 5 commits
  4. 22 Apr, 2020 3 commits
  5. 21 Apr, 2020 4 commits
  6. 15 Apr, 2020 1 commit
  7. 14 Apr, 2020 5 commits
  8. 13 Apr, 2020 1 commit
    • dearblue's avatar
      Fix `MRB_TT_CPTR` object with `MRB_NAN_BOXING` · d0501c69
      dearblue authored
      Previously, if `MRB_NAN_BOXING` is defined, for example,
      `mrb_cptr_value()` could not keep an odd address.
      
      If it is `MRB_32BIT`, it can be embedded in `NaN` as it is.
      
      If it is `MRB_64BIT`, some operations are shared with `MRB_WORD_BOXING`.
      In this case, the MRB_API function `mrb_nan_boxing_cptr_value()` is
      defined.
      d0501c69
  9. 12 Apr, 2020 1 commit
  10. 11 Apr, 2020 7 commits
  11. 08 Apr, 2020 2 commits
  12. 05 Apr, 2020 1 commit
  13. 04 Apr, 2020 3 commits