summaryrefslogtreecommitdiff
path: root/src/stdio/_stdio.h
AgeCommit message (Expand)Author
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