1. 06 Apr, 2021 8 commits
  2. 05 Apr, 2021 1 commit
  3. 04 Apr, 2021 2 commits
  4. 03 Apr, 2021 6 commits
  5. 01 Apr, 2021 3 commits
  6. 31 Mar, 2021 13 commits
  7. 30 Mar, 2021 2 commits
  8. 29 Mar, 2021 4 commits
  9. 27 Mar, 2021 1 commit
    • Yukihiro "Matz" Matsumoto's avatar
      numeric.c: function renaming. · a5244b02
      Yukihiro "Matz" Matsumoto authored
      - `mrb_num_div_int(mrb,x,y)` -> `mrb_div_int(mrb,x,y)`
      - `mrb_num_div_flo(mrb,x,y)` -> `mrb_div_flo(x,y)`
      
      They are internal function not supposed to be used outside of the core.
      a5244b02