File history
Tracking libc/misc/Makefile
| Commit | Author | Date | Message |
|---|---|---|---|
22b5ee37596d84f841952bceb0cd40671464de1 | Greg Haerr | 2026-01-11 | [libc] Add hexdump display routine to C library |
e7f7fcf47451ac482b9af9dc18e448de5b6d40c | Greg Haerr | 2025-10-21 | [libc] Add linenoise library to C library |
b66b84bcb85120e194f24a1e8bc18a5ed56615a | Greg Haerr | 2024-11-10 | [libc] Add abs() function |
4c86dda0223741743aba5498f53da708ecc405d | Greg Haerr | 2024-08-14 | [kernel/libc] Allow for concurrent operation of libc and kernel precision timer |
410c5c33f5d5989a07d367d2b80926e5256ab28 | Greg Haerr | 2024-07-14 | Move bsr.c out of TUI into C library |
c10df28135cd67a38335182448f5616fad4ac44 | Greg Haerr | 2024-07-07 | Fix putenv and remove original GPL license |
1f4e77cfdfb7090d23bd64686d27e8059fecd99 | Greg Haerr | 2024-06-02 | Cobble together proper char **environ declaration for large/compact model |
50834a97f97b00b06c6cb04e41d4adb553bec6c | Greg Haerr | 2024-05-30 | [libc] First pass at compiling most all of C library with OpenWatcom |
58ff0954a45d89b384ca1899d75ee0f81673c02 | Greg Haerr | 2024-05-08 | [libc] Add small ultoa function, cleanup and reduce size of dd |
6cc93d55df8d08b4f1aecba5c243d55c89654e5 | Greg Haerr | 2024-04-06 | [debug] Move stack backtrace and symbol profiling to C library |
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 |
8916fef6628e068fd348a7e5418efd5f9253dd4 | Greg Haerr | 2023-01-15 | [libc] Add --ftrace option to all commands for function tracing |
3878364e9bb2c23a36432d139b7a692c5a5333a | Greg Haerr | 2023-01-14 | [tools] Update gcc-ia16 toolchain for instrumentation and debug lib |
1ac4772a365f2c707b990d72d562ba7238680bd | tkchia | 2022-11-26 | [libc] Implem. regparmcall calling convention for execl... funcs. |
a43e4598edcb05d3f95b8197ef0498292bb1322 | Greg Haerr | 2022-07-07 | [libc] Add 64-bit long long support functions lltostr, ulltostr |
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 |
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 |
d2f2b7f28940cec1dbf93eebf8cbae22503b2bb | Greg Haerr | 2021-12-21 | [libc] Add wildcard expansion and getpass |
159071ebcf3eefe2de43ea57f6c8d8055ed756e | Deposite Pirate | 2020-04-28 | Implement 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. |
9d195466a70fa12dc4149e9a3036b8312204d78 | Gregory Haerr | 2020-03-06 | [cmds] Pass 2 at first cleanup of commands not compiling (#419) |
497c7cae2cfe07d0eeccd5e8f0b28ecbf391d03 | marcin-laszewski | 2020-03-06 | [libc/misc] Split ltostr.c, use atol as atoi. (#415) |
b996db55aa55eab5df04ccd94c424fdb5dfa078 | Greg Haerr | 2019-04-26 | Add rand, srand and gmtime to libc so that nano-X nclock and demo build Default to building nano-X in elkscmd |
69a976b4d5848618b2c3e9467918184a0c023b6 | Tee-Kiah Chia | 2019-04-18 | [libc] build up libc.a from separate dirs. in more reliable way |
a34b362903ca7592c3b7c7803d353fa4be72086 | mfld-fr | 2018-06-23 | First draft of ELKS own libc |