File history
Tracking libc/stdio/init.c
| Commit | Author | Date | Message |
|---|---|---|---|
4ab02ccc237f966e36438f2de094c63b01b514d | Greg Haerr | 2024-07-17 | [libc] Cleanup some stdio source |
585e49cfc34aa553727b5da3a137d6c769463de | Greg Haerr | 2024-07-17 | Cleanup |
4f3062b917e23ef0310116401e654c8dd4dfadf | Greg Haerr | 2024-07-16 | Get __LINK_SYMBOL working for Watcom |
b62c68145fbe1cc7720c6b470a7ee99b6be5a19 | Greg Haerr | 2024-07-16 | Cleanup |
2eb17c917af6bbef515d6a344d39a0d760ae55d | Greg Haerr | 2024-07-16 | Add constructors/destructors to Watcom C ELKS runtime |
d1d4fc692aa5975087580c67ff844713672d1f5 | Greg Haerr | 2024-07-16 | Use macro for GCC constructor/destructors |
dd4b9b276a65e033bcf922553577c1b56ddca41 | Greg Haerr | 2023-01-18 | Standardize constructor and destructor names and variables |
a22e7e0a5ff7aea125987b7785b4540fce5ec45 | Greg Haerr | 2023-01-18 | More source file cleanup |
3878364e9bb2c23a36432d139b7a692c5a5333a | Greg Haerr | 2023-01-14 | [tools] Update gcc-ia16 toolchain for instrumentation and debug lib |
e664623193be48c3b5d88110160f2fb14045c86 | tkchia | 2022-12-22 | [libc] Implement & use GCC-style static constructors/destructors (#1469) |
4d33cecfc6f424558b8c99017a10211c1f59f05 | Jody Bruchon | 2020-03-09 | Revert "Whitespace cleanup in `elks/`" |
92f87a0e75440f1369443d75e5c6b81e18c7c67 | Jody Bruchon | 2020-03-08 | libc: automated parenthesis style cleanups with sed |
afce2210ab408b140fd5c6d117d31a62acfa6e2 | Jody Bruchon | 2020-03-08 | libc: automated code style cleanups with sed |
fe4c1cd6c286a219f5cca234f7cabbeb67d22a4 | Marcin Laszewski | 2020-02-21 | [libc] Split 'stdio' module |