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/misc/Makefile
CommitAuthorDateMessage
22b5ee37596d84f841952bceb0cd40671464de1Greg Haerr2026-01-11[libc] Add hexdump display routine to C library
e7f7fcf47451ac482b9af9dc18e448de5b6d40cGreg Haerr2025-10-21[libc] Add linenoise library to C library
b66b84bcb85120e194f24a1e8bc18a5ed56615aGreg Haerr2024-11-10[libc] Add abs() function
4c86dda0223741743aba5498f53da708ecc405dGreg Haerr2024-08-14[kernel/libc] Allow for concurrent operation of libc and kernel precision timer
410c5c33f5d5989a07d367d2b80926e5256ab28Greg Haerr2024-07-14Move bsr.c out of TUI into C library
c10df28135cd67a38335182448f5616fad4ac44Greg Haerr2024-07-07Fix putenv and remove original GPL license
1f4e77cfdfb7090d23bd64686d27e8059fecd99Greg Haerr2024-06-02Cobble together proper char **environ declaration for large/compact model
50834a97f97b00b06c6cb04e41d4adb553bec6cGreg Haerr2024-05-30[libc] First pass at compiling most all of C library with OpenWatcom
58ff0954a45d89b384ca1899d75ee0f81673c02Greg Haerr2024-05-08[libc] Add small ultoa function, cleanup and reduce size of dd
6cc93d55df8d08b4f1aecba5c243d55c89654e5Greg Haerr2024-04-06[debug] Move stack backtrace and symbol profiling to C library
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
8916fef6628e068fd348a7e5418efd5f9253dd4Greg Haerr2023-01-15[libc] Add --ftrace option to all commands for function tracing
3878364e9bb2c23a36432d139b7a692c5a5333aGreg Haerr2023-01-14[tools] Update gcc-ia16 toolchain for instrumentation and debug lib
1ac4772a365f2c707b990d72d562ba7238680bdtkchia2022-11-26[libc] Implem. regparmcall calling convention for execl... funcs.
a43e4598edcb05d3f95b8197ef0498292bb1322Greg Haerr2022-07-07[libc] Add 64-bit long long support functions lltostr, ulltostr
94c43e4058f350c38f8a2bf0b454cbb9f625c2eGreg Haerr2022-04-11Rename __fp_print_func to dtostr
fcbb87afe97c0050d712d21ad1cad6635303f86Greg Haerr2022-04-10[libc] Various enhancements to save space or increase accuracy
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
d2f2b7f28940cec1dbf93eebf8cbae22503b2bbGreg Haerr2021-12-21[libc] Add wildcard expansion and getpass
159071ebcf3eefe2de43ea57f6c8d8055ed756eDeposite Pirate2020-04-28Implement POSIX style basename(3) and dirname(3) in libc based on the code of the basename and dirname sh_utils utilities. Update these aforementioned utilites as well as their busyelks counterparts accordingly.
9d195466a70fa12dc4149e9a3036b8312204d78Gregory Haerr2020-03-06[cmds] Pass 2 at first cleanup of commands not compiling (#419)
497c7cae2cfe07d0eeccd5e8f0b28ecbf391d03marcin-laszewski2020-03-06[libc/misc] Split ltostr.c, use atol as atoi. (#415)
b996db55aa55eab5df04ccd94c424fdb5dfa078Greg Haerr2019-04-26Add rand, srand and gmtime to libc so that nano-X nclock and demo build Default to building nano-X in elkscmd
69a976b4d5848618b2c3e9467918184a0c023b6Tee-Kiah Chia2019-04-18[libc] build up libc.a from separate dirs. in more reliable way
a34b362903ca7592c3b7c7803d353fa4be72086mfld-fr2018-06-23First draft of ELKS own libc