1. 24 Jan, 2022 3 commits
  2. 22 Jan, 2022 1 commit
  3. 21 Jan, 2022 6 commits
  4. 17 Jan, 2022 2 commits
  5. 16 Jan, 2022 1 commit
  6. 15 Jan, 2022 1 commit
  7. 14 Jan, 2022 1 commit
  8. 13 Jan, 2022 1 commit
  9. 12 Jan, 2022 1 commit
  10. 11 Jan, 2022 2 commits
  11. 10 Jan, 2022 2 commits
  12. 09 Jan, 2022 2 commits
  13. 06 Jan, 2022 2 commits
  14. 05 Jan, 2022 5 commits
  15. 04 Jan, 2022 2 commits
  16. 02 Jan, 2022 6 commits
  17. 01 Jan, 2022 1 commit
  18. 31 Dec, 2021 1 commit
    • dearblue's avatar
      Call functions directly from `mrb_ensure_float_type()` · ac22a63a
      dearblue authored
      ref. commit 7f40b645
      
      Currently, the build configurations `MRB_USE_COMPLEX` and `MRB_USE_RATIONAL` are not listed in the documentation.
      In other words, they are hidden settings.
      They are defined in `mrbgems/mruby-{complex,rational}/mrbgem.rake`.
      So this patch assumes that it is safe to refer to these functions in core-gems directly from core functions.
      
      However, applications that link with `libmruby_core.a` will have compatibility issues.
      In fact, `mrbgems/mruby-bin-mrbc` links with `libmruby_core.a`, so I had to prepare a dummy function.
      ac22a63a