summaryrefslogtreecommitdiff
path: root/src/stdio/_stdio.h
AgeCommit message (Expand)Author
2024-05-28handle stream orientation behaviorJakob Kaivo
2024-05-27handle use-after-closeJakob Kaivo
2024-05-27handle UB for invalid fflush() operations and mixing input and output without...Jakob Kaivo
2024-02-02first cut of tracking previous return values with ftell()/fseek() as POCJakob Kaivo
2024-02-02use UNDEFINED() instead of directly calling __undefined()Jakob Kaivo
2024-01-31add GCC SSE hack to sprintfJakob Kaivo
2024-01-31clean up structure definitionsJakob Kaivo
2024-01-30update standards and safety checksJakob Kaivo
2024-01-30update standards and safety checksJakob Kaivo
2020-08-16consistently use <> for standardized headersJakob Kaivo
2020-08-16adjust to new file namesJakob Kaivo
2020-08-16use an enum for bmode to make for easier symbolic debuggingJakob Kaivo
2020-08-15clean up and document internal structuresJakob Kaivo
2020-08-15update __FILE to reflect actually implemented bufferingJakob Kaivo
2020-08-15always define L_ctermid and include space for a wchar_t string in io_optionsJakob Kaivo
2020-08-14move internal ctermid storage to __stdio structJakob Kaivo
2020-08-12handle locked/unlocked i/o betterJakob Kaivo
2020-08-11remove unused headerJakob Kaivo
2020-08-11rename __FILES to __stdio to catch all <stdio.h> internalsJakob Kaivo
2020-08-11move array of __FILE structs from __libc() to _stdio internalJakob Kaivo
2020-03-04fix compilation when c=199409Jakob Kaivo
2020-03-04eliminate nonstd/io.hJakob Kaivo