summaryrefslogtreecommitdiff
path: root/src/stdio/freopen.c
AgeCommit message (Expand)AuthorFilesLines
2022-10-19remove LFS64 symbol aliases; replace with dynamic linker remappingRich Felker1-2/+0
2022-08-17freopen: reset stream orientation (byte/wide) and encoding ruleRich Felker1-0/+2
2018-09-12remove spurious inclusion of libc.h for LFS64 ABI aliasesRich Felker1-2/+1
2018-09-12reduce spurious inclusion of libc.hRich Felker1-0/+1
2018-09-12overhaul internally-public declarations using wrapper headersRich Felker1-2/+1
2012-11-08clean up stdio_impl.hRich Felker1-0/+1
2012-10-24correct locking in stdio functions that tried to be lock-freeRich Felker1-10/+14
2012-10-24greatly improve freopen behaviorRich Felker1-7/+10
2012-10-24remove useless failure-check from freopen (can't happen)Rich Felker1-2/+2
2012-09-06use restrict everywhere it's required by c99 and/or posix 2008Rich Felker1-1/+1
2012-06-19remove flush hook cruft that was never used from stdioRich Felker1-1/+0
2011-03-20global cleanup to use the new syscall interfaceRich Felker1-3/+3
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker1-0/+47