1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-01-15 15:57:13 +00:00
Nick Briggs 4f79f55c20
Replace uses of atoi() with strtol() or stroul() as appropriate (#394)
As a side-effect of this change, we also resolve a a problem with
signed file version numbers, so that instead of version 2147483647
wrapping to -2147483648 we can go as far as 4294967296 before we
have issues.  Various sprintf() formats get changed from %d to %u.
The DOS version code is left behind as int versions.
2021-09-08 09:58:01 -07:00
..
2021-01-05 10:26:02 -08:00
2021-06-27 19:02:02 -07:00
2021-01-05 10:26:02 -08:00
2021-06-27 19:02:02 -07:00
2021-02-10 20:33:54 -08:00
2021-02-22 11:54:51 +07:00
2020-12-21 18:09:14 +00:00
2021-06-27 19:02:02 -07:00
2021-07-08 15:18:41 -07:00
2021-02-22 09:44:43 -08:00