File history
Tracking libc/include/stdio.h
| Commit | Author | Date | Message |
|---|---|---|---|
72e0872084d934f9a17ba75412bcb1b546c4245 | Greg Haerr | 2024-11-16 | Add remove() system call - identical to unlink() |
6a40007ab6a18a6ace55edd72bf8ac6d59eace7 | Greg Haerr | 2024-10-24 | Add %#k to C library |
b5566aeb1715059ba7a8d1307dcd22ded0ac8de | Greg Haerr | 2024-09-12 | [kernel] Retab some source files - no functional changes |
df13b6ca1aa31b96a732bf22fc1f2f5c7b5a8dc | Greg Haerr | 2024-08-13 | [libc] Add precision timer routines to C library |
4ab02ccc237f966e36438f2de094c63b01b514d | Greg Haerr | 2024-07-17 | [libc] Cleanup some stdio source |
4f3062b917e23ef0310116401e654c8dd4dfadf | Greg Haerr | 2024-07-16 | Get __LINK_SYMBOL working for Watcom |
795a69c14c967cb971592992bf64d954fbcc475 | Greg Haerr | 2024-04-17 | Use restrict instead of __restrict, don't build levee, cleanup fsck_dos files |
e3b923f17cdfa56ae37349857092c333d721b68 | Greg Haerr | 2024-03-25 | [libc] Clean up C library header files |
84f7a49bef442b672331325bc9274424758d4c2 | Chuck Coffing | 2023-03-12 | Fix const-ness of some libc stdio functions |
ff665685e43cdceda4484d3732d606e0e763765 | Chuck Coffing | 2023-02-10 | [libc] Support and test libc stdio rewind |
9ec4ce85251bfa032c533626d6791408c8c28fe | Greg Haerr | 2023-01-10 | Cleanup |
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 |
157215f5a3f6634e54242da6290613f4f4b4d5d | Greg Haerr | 2023-01-01 | [libc] Cleanup C library header files |
94c43e4058f350c38f8a2bf0b454cbb9f625c2e | Greg Haerr | 2022-04-11 | Rename __fp_print_func to dtostr |
18095ab33c05dacab26c3fc017343c499c494e8 | Greg Haerr | 2022-04-05 | [libc] Add floating point support to libc printf/sprintf |
37c825ac158569e2dbdd90fdfbeb114b10b1426 | Greg Haerr | 2021-11-13 | [net] Fix networking to receive 1500 MTU ethernet packets |
9fb5303a292f1ccb51de73417691ead88c4820e | Christoph J. Thompson | 2020-05-03 | Remove extern from tmpnam declaration. |
e8d71eca00dd8bf0b6924157c838ef6f82a2baa | Deposite Pirate | 2020-05-03 | Declare tmpnam() in stdio.h and change declaration of tmpnam() to ANSI C. |
d68e037d28b1faa6b49482c35d32a6ad363971c | Greg Haerr | 2020-04-28 | [cmds] Fix stack overflow in sash grep |
210b3bfb1c2cb09b14b4a6c72d34efd2368d3ca | Greg Haerr | 2020-04-18 | Various small cleanups, serial irq5 default off |
42026129b8946cb3cbf64f7b134672474401ff3 | Greg Haerr | 2020-04-15 | [kernel][cmds] Port 'kilo' color screen editor, fix/enhance ANSI console |
d052b846c44e35fd8d1f28ad1537847e5027343 | Tee-Kiah Chia | 2020-04-10 | [libc] implement snprintf and vsnprintf |
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 |
4d33cecfc6f424558b8c99017a10211c1f59f05 | Jody Bruchon | 2020-03-09 | Revert "Whitespace cleanup in `elks/`" |
a58acc6cc14adec09e13776709d979127663ea6 | Jody Bruchon | 2020-03-08 | Whitespace cleanup in `libc/` |
21148c40b9961ffa6a2f8593c0b59d0580b18fa | Marcin Laszewski | 2020-02-21 | [libc] Split 'vfscanf' |
fe4c1cd6c286a219f5cca234f7cabbeb67d22a4 | Marcin Laszewski | 2020-02-21 | [libc] Split 'stdio' module |
cdf2c4e6f12fc0cda76efae7af8d9e355799815 | Tee-Kiah Chia | 2020-01-25 | [libc] stdio: fix: fputs & fread prototypes, & various GCC warnings |
ef77f8fb050ef0de7d47f7d923293d6472c9ae4 | Greg Haerr | 2019-04-11 | Port nano-X to gcc-ia16 toolchain |
0c10bd67dcb79d40c68940f843f627db21f4813 | mfld-fr | 2019-03-17 | [libc] Normalize 'puts' as standard |
30609c1c4aa04b04194f2409947c1e26b05d588 | mfld-fr | 2018-06-28 | [libc] Test round 2 with sash and ash |
a34b362903ca7592c3b7c7803d353fa4be72086 | mfld-fr | 2018-06-23 | First draft of ELKS own libc |