Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-12-21 | LibC: Add POSIX spec links to all applicable wide character functions | Ali Mohammad Pur | |
2021-12-21 | LibC: Implement ungetwc() | Ali Mohammad Pur | |
2021-12-21 | LibC: Stub out some wscanf variants | Ali Mohammad Pur | |
2021-12-21 | LibC+AK: Implement all sorts of wprintf variants | Ali Mohammad Pur | |
2021-12-21 | LibC: Implement f{get,put}ws() | Ali Mohammad Pur | |
2021-12-21 | LibC: Stub out fwide() | Ali Mohammad Pur | |
This is a mess, and I'd rather not perform checks on every single stdio operation, so just make it a noop. | |||
2021-12-21 | LibC: Implement {f,}putwc() | Ali Mohammad Pur | |
2021-12-21 | LibC: Implement getwchar() | Ali Mohammad Pur | |
2021-12-21 | LibC: Implement {f,}getwc() | Ali Mohammad Pur | |