File history
Tracking libc/time/tm_conv.c
| Commit | Author | Date | Message |
|---|---|---|---|
f12f1a4c3b7d87ec684b97bc84e213dc25e65c4 | Chuck Coffing | 2023-12-16 | Shrink libc: Keep leap year in-sync to avoid excess recalc |
b8bfe632de5c9d49c7fe1495cd1b9521a799994 | Greg Haerr | 2023-09-02 | Cleanup some C lib header files |
17bf6e6f12390c87c8835bb8f9a000c1ccaade7 | Greg Haerr | 2023-08-31 | [libc] Remove __const from libc routines, cleanup |
2ff9732c22efeeffed4b3a6adc9df917af44d66 | Chuck Coffing | 2022-11-23 | [libc] tm_conv: multiply is faster and smaller than divide |
99f15a9cc87cdf790d14d6a2cc0e8835e277122 | Chuck Coffing | 2022-11-19 | [libc] Shave 48 bytes off tm_conv |
6d9b289789668feaf799dd40d4d10aa4f3fa78a | Greg Haerr | 2020-03-18 | [cmds] Add time cmd, times(3) & tzset(3) libc functions, basic localtime support w/TZ= |
4d33cecfc6f424558b8c99017a10211c1f59f05 | Jody Bruchon | 2020-03-09 | Revert "Whitespace cleanup in `elks/`" |
92f87a0e75440f1369443d75e5c6b81e18c7c67 | Jody Bruchon | 2020-03-08 | libc: automated parenthesis style cleanups with sed |
afce2210ab408b140fd5c6d117d31a62acfa6e2 | Jody Bruchon | 2020-03-08 | libc: automated code style cleanups with sed |
a34b362903ca7592c3b7c7803d353fa4be72086 | mfld-fr | 2018-06-23 | First draft of ELKS own libc |