File history
Tracking libc/include/stdlib.h
| Commit | Author | Date | Message |
|---|---|---|---|
68011a8917b6319969e863066898910cfe00c21 | Greg Haerr | 2026-01-11 | Remove hexdump.c copy from ktcp |
22b5ee37596d84f841952bceb0cd40671464de1 | Greg Haerr | 2026-01-11 | [libc] Add hexdump display routine to C library |
821ad59f04fb22d77d50e56b4273712e909806c | Greg Haerr | 2025-02-25 | [libc] Update libc headers to allow compilation with -std=c99 |
b5f6cb3284fc85c424d831299e58e7bbb0bcbe1 | Greg Haerr | 2024-12-04 | [libc] Add proper alloca to OpenWatcom C library |
b66b84bcb85120e194f24a1e8bc18a5ed56615a | Greg Haerr | 2024-11-10 | [libc] Add abs() function |
8dc2155fe9a7c9775df78c80c5650fc897405f2 | Greg Haerr | 2024-09-14 | [libc] Use __divmod in ltoa, ultoa, ltostr, ultostr and dd |
d1d4fc692aa5975087580c67ff844713672d1f5 | Greg Haerr | 2024-07-16 | Use macro for GCC constructor/destructors |
410c5c33f5d5989a07d367d2b80926e5256ab28 | Greg Haerr | 2024-07-14 | Move bsr.c out of TUI into C library |
a64fe71e86fd187cbc3bcf1c699f226963c53c2 | Greg Haerr | 2024-06-03 | Clean up signal handling callback routines |
adc050a91650294fa5e21d47d01931242bf644d | Greg Haerr | 2024-06-03 | Add C startup routines libc/watcom/syscall/crt0.c |
58ff0954a45d89b384ca1899d75ee0f81673c02 | Greg Haerr | 2024-05-08 | [libc] Add small ultoa function, cleanup and reduce size of dd |
cc180dbde6598742e2b412dc7c43d67a5fe9946 | Greg Haerr | 2024-02-06 | Rewrite features.h, sys/cdefs.h. Remove stdnoreturn.h |
f61b3e0fe43ba8684c428f806b8a5b8b1ed1245 | Chuck Coffing | 2023-12-08 | [libc] exit,abort,longjmp are noreturn |
273c641345c2e7c33f0bfb64207dbcce262d10a | Greg Haerr | 2023-09-09 | Add libc devname function, convert df and mount to use it |
7a1a1cf73b51c6723ecf13628c4e6f8fe999dde | Greg Haerr | 2023-08-29 | [libc,cmds] Misc minor fixes to reduce file sizes |
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 |
a43e4598edcb05d3f95b8197ef0498292bb1322 | Greg Haerr | 2022-07-07 | [libc] Add 64-bit long long support functions lltostr, ulltostr |
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 |
fcbb87afe97c0050d712d21ad1cad6635303f86 | Greg Haerr | 2022-04-10 | [libc] Various enhancements to save space or increase accuracy |
53fa2dec029296bd5d543029b530b1c8784bfaa | Greg Haerr | 2022-04-06 | Fix strtod, add RAND_MAX |
18095ab33c05dacab26c3fc017343c499c494e8 | Greg Haerr | 2022-04-05 | [libc] Add floating point support to libc printf/sprintf |
cb588295d28143e68c809884411210c5304b57f | Greg Haerr | 2022-03-06 | Add ltoa function to libc |
6109f47d710d9018ca2ba63e32d54b02a94f355 | Greg Haerr | 2022-03-04 | [libc/cmds] Replace qsort, enhance ls speed on FAT |
55aa712a2d494c132e88632d987222e55ae9aa0 | Gregory Haerr | 2020-03-18 | [cmds] Bug fixes for various commands and cleanup, add 'od' (#473) |
cbd560892f408eb6bcb31e02620d69e16f2d1e0 | Greg Haerr | 2020-03-15 | [cmds] Bug fixes for various commands |
497c7cae2cfe07d0eeccd5e8f0b28ecbf391d03 | marcin-laszewski | 2020-03-06 | [libc/misc] Split ltostr.c, use atol as atoi. (#415) |
6996613028aca186379ce248c7c0c8f79f2b2e5 | marcin-laszewski | 2020-03-06 | [libc/malloc] Bug fix: 'malloc' was incorrectly converted into '__alloc_alloc' (#418) |
ea46aeeb97bc33dc4b516ca66dcb76c2f9c4389 | marcin-laszewski | 2020-02-27 | [libc] Include malloc family functions in stdlib.h (#394) |
207ab56308b73bcf5912e00d2dbf8f1ba062b60 | Tee-Kiah Chia | 2020-01-23 | [libc] fix: various things warned by gcc-ia16 |
569825b7059a873ab75bdc6301a7e2dd6d9d3b3 | mfld-fr | 2019-03-17 | [libc] Add 'breakpoint' function |
a34b362903ca7592c3b7c7803d353fa4be72086 | mfld-fr | 2018-06-23 | First draft of ELKS own libc |