File history
Tracking elkscmd/test/other/test_float.c
| Commit | Author | Date | Message |
|---|---|---|---|
c137c6184862512805d366fcb6f3582b96c01a4 | Greg Haerr | 2024-09-15 | [kernel] Cleanup register decls in console*.c, cleanup init/main.c |
8dc2155fe9a7c9775df78c80c5650fc897405f2 | Greg Haerr | 2024-09-14 | [libc] Use __divmod in ltoa, ultoa, ltostr, ultostr and dd |
eecb4c1099f265d8555359fbcbc0cd7d1065f32 | Chuck Coffing | 2023-07-29 | Fix installation (or not) of tests; saves 52k on 1440 or 104k when all disabled |
ce41da02480603c2fa3bb90929c85eeb7e69baa | Greg Haerr | 2023-01-10 | Rename __YOINK to __LINK_SYMBOL, simply macros |
530c07c430603fe313a6e3f1caa8d2098a9c47c | Greg Haerr | 2023-01-06 | [libc] Rewrite libc optional floating support using weak sym linking |
12d07b66c1e032c1da917f1e28fbd6f9ba7709c | Greg Haerr | 2022-04-27 | [kernel] Add process CPU percentage utilization and uptime calculations |
a58271bfde15844de1ae7224faba4c14d37d956 | Greg Haerr | 2022-04-23 | [libc] Fix itoa and ltoa to display INT_MIN/LONG_MIN properly |
94c43e4058f350c38f8a2bf0b454cbb9f625c2e | Greg Haerr | 2022-04-11 | Rename __fp_print_func to dtostr |
f46854306172f14880ed42237b398e158044a30 | Greg Haerr | 2022-04-07 | [libc] Port math library to ELKS libc |
8daff13a687f632bd008cc8fc07aed4e29d9735 | Greg Haerr | 2022-04-07 | Cleanups |
3a6ed928ce36efb47f33c3623a8d4531bffdc30 | Greg Haerr | 2022-04-07 | [cmds] BASIC interpreter fixes and enhancements |
18095ab33c05dacab26c3fc017343c499c494e8 | Greg Haerr | 2022-04-05 | [libc] Add floating point support to libc printf/sprintf |