elks-enhanced

publicRead
Owner: themasterBranch: masterCommits: 6893Updated: 2026-04-19 00:15
Git CLI clone URL
git clone https://www.xt-emporium.com/git/elks-enhanced.git
Fullscreen desktop URL

File history

Tracking libc/include/stdlib.h
CommitAuthorDateMessage
68011a8917b6319969e863066898910cfe00c21Greg Haerr2026-01-11Remove hexdump.c copy from ktcp
22b5ee37596d84f841952bceb0cd40671464de1Greg Haerr2026-01-11[libc] Add hexdump display routine to C library
821ad59f04fb22d77d50e56b4273712e909806cGreg Haerr2025-02-25[libc] Update libc headers to allow compilation with -std=c99
b5f6cb3284fc85c424d831299e58e7bbb0bcbe1Greg Haerr2024-12-04[libc] Add proper alloca to OpenWatcom C library
b66b84bcb85120e194f24a1e8bc18a5ed56615aGreg Haerr2024-11-10[libc] Add abs() function
8dc2155fe9a7c9775df78c80c5650fc897405f2Greg Haerr2024-09-14[libc] Use __divmod in ltoa, ultoa, ltostr, ultostr and dd
d1d4fc692aa5975087580c67ff844713672d1f5Greg Haerr2024-07-16Use macro for GCC constructor/destructors
410c5c33f5d5989a07d367d2b80926e5256ab28Greg Haerr2024-07-14Move bsr.c out of TUI into C library
a64fe71e86fd187cbc3bcf1c699f226963c53c2Greg Haerr2024-06-03Clean up signal handling callback routines
adc050a91650294fa5e21d47d01931242bf644dGreg Haerr2024-06-03Add C startup routines libc/watcom/syscall/crt0.c
58ff0954a45d89b384ca1899d75ee0f81673c02Greg Haerr2024-05-08[libc] Add small ultoa function, cleanup and reduce size of dd
cc180dbde6598742e2b412dc7c43d67a5fe9946Greg Haerr2024-02-06Rewrite features.h, sys/cdefs.h. Remove stdnoreturn.h
f61b3e0fe43ba8684c428f806b8a5b8b1ed1245Chuck Coffing2023-12-08[libc] exit,abort,longjmp are noreturn
273c641345c2e7c33f0bfb64207dbcce262d10aGreg Haerr2023-09-09Add libc devname function, convert df and mount to use it
7a1a1cf73b51c6723ecf13628c4e6f8fe999ddeGreg Haerr2023-08-29[libc,cmds] Misc minor fixes to reduce file sizes
ce41da02480603c2fa3bb90929c85eeb7e69baaGreg Haerr2023-01-10Rename __YOINK to __LINK_SYMBOL, simply macros
530c07c430603fe313a6e3f1caa8d2098a9c47cGreg Haerr2023-01-06[libc] Rewrite libc optional floating support using weak sym linking
a43e4598edcb05d3f95b8197ef0498292bb1322Greg Haerr2022-07-07[libc] Add 64-bit long long support functions lltostr, ulltostr
a58271bfde15844de1ae7224faba4c14d37d956Greg Haerr2022-04-23[libc] Fix itoa and ltoa to display INT_MIN/LONG_MIN properly
94c43e4058f350c38f8a2bf0b454cbb9f625c2eGreg Haerr2022-04-11Rename __fp_print_func to dtostr
fcbb87afe97c0050d712d21ad1cad6635303f86Greg Haerr2022-04-10[libc] Various enhancements to save space or increase accuracy
53fa2dec029296bd5d543029b530b1c8784bfaaGreg Haerr2022-04-06Fix strtod, add RAND_MAX
18095ab33c05dacab26c3fc017343c499c494e8Greg Haerr2022-04-05[libc] Add floating point support to libc printf/sprintf
cb588295d28143e68c809884411210c5304b57fGreg Haerr2022-03-06Add ltoa function to libc
6109f47d710d9018ca2ba63e32d54b02a94f355Greg Haerr2022-03-04[libc/cmds] Replace qsort, enhance ls speed on FAT
55aa712a2d494c132e88632d987222e55ae9aa0Gregory Haerr2020-03-18[cmds] Bug fixes for various commands and cleanup, add 'od' (#473)
cbd560892f408eb6bcb31e02620d69e16f2d1e0Greg Haerr2020-03-15[cmds] Bug fixes for various commands
497c7cae2cfe07d0eeccd5e8f0b28ecbf391d03marcin-laszewski2020-03-06[libc/misc] Split ltostr.c, use atol as atoi. (#415)
6996613028aca186379ce248c7c0c8f79f2b2e5marcin-laszewski2020-03-06[libc/malloc] Bug fix: 'malloc' was incorrectly converted into '__alloc_alloc' (#418)
ea46aeeb97bc33dc4b516ca66dcb76c2f9c4389marcin-laszewski2020-02-27[libc] Include malloc family functions in stdlib.h (#394)
207ab56308b73bcf5912e00d2dbf8f1ba062b60Tee-Kiah Chia2020-01-23[libc] fix: various things warned by gcc-ia16
569825b7059a873ab75bdc6301a7e2dd6d9d3b3mfld-fr2019-03-17[libc] Add 'breakpoint' function
a34b362903ca7592c3b7c7803d353fa4be72086mfld-fr2018-06-23First draft of ELKS own libc