| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-07-27 | Fix the lack of precision for `Time`; ref d74355061 | dearblue | |
| - `Time.local` and `Time.utc` are able to use with `MRB_INT16 + MRB_WITHOUT_FLOAT`. - `time_t` is converted directly from the Ruby object. - `time + sec` and` time - sec` are not affected by the precision of `mrb_float`. Similarly, calculations are possible with `MRB_INT16 + MRB_WITHOUT_FLOAT`. | |||
| 2019-07-22 | Fix `mruby-time` to work with `MRB_WITHOUT_FLOAT`; ref #4576 | Yukihiro "Matz" Matsumoto | |
| As a side effect, `mrb_time_at()` now takes `mrb_int` instead of `double` as time arguments. | |||
| 2019-01-08 | Export Time creation API | take-cheeze | |
