| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-06-10 | readflt.c: renamed from `strtod.c` | Yukihiro "Matz" Matsumoto | |
| The file provides `mrb_read_float()` renamed from `vim_strtod()`. | |||
| 2021-05-24 | strtod.c: new public domain implementation of `strtod`; ref #5448 | Yukihiro "Matz" Matsumoto | |
| Instead of using copyrighted `strtod`, now use the public domain implementation of `strtod` by Yasuhiro Matsumoto (@mattn). The function has been renamed to `mrb_float_read()`; ref #5460 as well. | |||
