summaryrefslogtreecommitdiff
path: root/src/stdio/freopen.c
AgeCommit message (Expand)AuthorLines
2012-11-08clean up stdio_impl.hRich Felker-0/+1
2012-10-24correct locking in stdio functions that tried to be lock-freeRich Felker-10/+14
2012-10-24greatly improve freopen behaviorRich Felker-7/+10
2012-10-24remove useless failure-check from freopen (can't happen)Rich Felker-2/+2
2012-09-06use restrict everywhere it's required by c99 and/or posix 2008Rich Felker-1/+1
2012-06-19remove flush hook cruft that was never used from stdioRich Felker-1/+0
2011-03-20global cleanup to use the new syscall interfaceRich Felker-3/+3
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker-0/+47