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/stdio.h
CommitAuthorDateMessage
72e0872084d934f9a17ba75412bcb1b546c4245Greg Haerr2024-11-16Add remove() system call - identical to unlink()
6a40007ab6a18a6ace55edd72bf8ac6d59eace7Greg Haerr2024-10-24Add %#k to C library
b5566aeb1715059ba7a8d1307dcd22ded0ac8deGreg Haerr2024-09-12[kernel] Retab some source files - no functional changes
df13b6ca1aa31b96a732bf22fc1f2f5c7b5a8dcGreg Haerr2024-08-13[libc] Add precision timer routines to C library
4ab02ccc237f966e36438f2de094c63b01b514dGreg Haerr2024-07-17[libc] Cleanup some stdio source
4f3062b917e23ef0310116401e654c8dd4dfadfGreg Haerr2024-07-16Get __LINK_SYMBOL working for Watcom
795a69c14c967cb971592992bf64d954fbcc475Greg Haerr2024-04-17Use restrict instead of __restrict, don't build levee, cleanup fsck_dos files
e3b923f17cdfa56ae37349857092c333d721b68Greg Haerr2024-03-25[libc] Clean up C library header files
84f7a49bef442b672331325bc9274424758d4c2Chuck Coffing2023-03-12Fix const-ness of some libc stdio functions
ff665685e43cdceda4484d3732d606e0e763765Chuck Coffing2023-02-10[libc] Support and test libc stdio rewind
9ec4ce85251bfa032c533626d6791408c8c28feGreg Haerr2023-01-10Cleanup
ce41da02480603c2fa3bb90929c85eeb7e69baaGreg Haerr2023-01-10Rename __YOINK to __LINK_SYMBOL, simply macros
530c07c430603fe313a6e3f1caa8d2098a9c47cGreg Haerr2023-01-06[libc] Rewrite libc optional floating support using weak sym linking
157215f5a3f6634e54242da6290613f4f4b4d5dGreg Haerr2023-01-01[libc] Cleanup C library header files
94c43e4058f350c38f8a2bf0b454cbb9f625c2eGreg Haerr2022-04-11Rename __fp_print_func to dtostr
18095ab33c05dacab26c3fc017343c499c494e8Greg Haerr2022-04-05[libc] Add floating point support to libc printf/sprintf
37c825ac158569e2dbdd90fdfbeb114b10b1426Greg Haerr2021-11-13[net] Fix networking to receive 1500 MTU ethernet packets
9fb5303a292f1ccb51de73417691ead88c4820eChristoph J. Thompson2020-05-03Remove extern from tmpnam declaration.
e8d71eca00dd8bf0b6924157c838ef6f82a2baaDeposite Pirate2020-05-03Declare tmpnam() in stdio.h and change declaration of tmpnam() to ANSI C.
d68e037d28b1faa6b49482c35d32a6ad363971cGreg Haerr2020-04-28[cmds] Fix stack overflow in sash grep
210b3bfb1c2cb09b14b4a6c72d34efd2368d3caGreg Haerr2020-04-18Various small cleanups, serial irq5 default off
42026129b8946cb3cbf64f7b134672474401ff3Greg Haerr2020-04-15[kernel][cmds] Port 'kilo' color screen editor, fix/enhance ANSI console
d052b846c44e35fd8d1f28ad1537847e5027343Tee-Kiah Chia2020-04-10[libc] implement snprintf and vsnprintf
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
4d33cecfc6f424558b8c99017a10211c1f59f05Jody Bruchon2020-03-09Revert "Whitespace cleanup in `elks/`"
a58acc6cc14adec09e13776709d979127663ea6Jody Bruchon2020-03-08Whitespace cleanup in `libc/`
21148c40b9961ffa6a2f8593c0b59d0580b18faMarcin Laszewski2020-02-21[libc] Split 'vfscanf'
fe4c1cd6c286a219f5cca234f7cabbeb67d22a4Marcin Laszewski2020-02-21[libc] Split 'stdio' module
cdf2c4e6f12fc0cda76efae7af8d9e355799815Tee-Kiah Chia2020-01-25[libc] stdio: fix: fputs & fread prototypes, & various GCC warnings
ef77f8fb050ef0de7d47f7d923293d6472c9ae4Greg Haerr2019-04-11Port nano-X to gcc-ia16 toolchain
0c10bd67dcb79d40c68940f843f627db21f4813mfld-fr2019-03-17[libc] Normalize 'puts' as standard
30609c1c4aa04b04194f2409947c1e26b05d588mfld-fr2018-06-28[libc] Test round 2 with sash and ash
a34b362903ca7592c3b7c7803d353fa4be72086mfld-fr2018-06-23First draft of ELKS own libc