1. 15 Apr, 2020 1 commit
  2. 14 Apr, 2020 5 commits
  3. 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
  4. 12 Apr, 2020 1 commit
  5. 11 Apr, 2020 7 commits
  6. 08 Apr, 2020 2 commits
  7. 05 Apr, 2020 1 commit
  8. 04 Apr, 2020 3 commits
  9. 03 Apr, 2020 1 commit
  10. 02 Apr, 2020 1 commit
  11. 01 Apr, 2020 4 commits
  12. 31 Mar, 2020 2 commits
  13. 30 Mar, 2020 1 commit
  14. 08 Mar, 2020 10 commits