File history
Tracking libc/stdio/fread.c
| Commit | Author | Date | Message |
|---|---|---|---|
4ab02ccc237f966e36438f2de094c63b01b514d | Greg Haerr | 2024-07-17 | [libc] Cleanup some stdio source |
4f3062b917e23ef0310116401e654c8dd4dfadf | Greg Haerr | 2024-07-16 | Get __LINK_SYMBOL working for Watcom |
aa9fe0d50e2c3e084b7c005a7cc65afb5caa465 | Chuck Coffing | 2023-03-12 | Fix sign and size warnings in libc |
8009ff92ae4e5e6aaf8308f4582f19c9be42d62 | Chuck Coffing | 2023-03-12 | Standard K&R 4-space formatting for some libc; no functional changes |
dd4b9b276a65e033bcf922553577c1b56ddca41 | Greg Haerr | 2023-01-18 | Standardize constructor and destructor names and variables |
ce41da02480603c2fa3bb90929c85eeb7e69baa | Greg Haerr | 2023-01-10 | Rename __YOINK to __LINK_SYMBOL, simply macros |
e664623193be48c3b5d88110160f2fb14045c86 | tkchia | 2022-12-22 | [libc] Implement & use GCC-style static constructors/destructors (#1469) |
888a9a42dc4e6ef1190492e1bc0822777adfe70 | Greg Haerr | 2020-08-05 | Add back blocking read on network sockets, fix httpd zombies, libc fgets |
4d33cecfc6f424558b8c99017a10211c1f59f05 | Jody Bruchon | 2020-03-09 | Revert "Whitespace cleanup in `elks/`" |
a58acc6cc14adec09e13776709d979127663ea6 | Jody Bruchon | 2020-03-08 | Whitespace cleanup in `libc/` |
fe4c1cd6c286a219f5cca234f7cabbeb67d22a4 | Marcin Laszewski | 2020-02-21 | [libc] Split 'stdio' module |