about summary refs log tree commit diff
path: root/src/stdio/freopen.c
Commit message (Expand)AuthorAgeFilesLines
* remove spurious inclusion of libc.h for LFS64 ABI aliasesRich Felker2018-09-121-2/+1
* reduce spurious inclusion of libc.hRich Felker2018-09-121-0/+1
* overhaul internally-public declarations using wrapper headersRich Felker2018-09-121-2/+1
* clean up stdio_impl.hRich Felker2012-11-081-0/+1
* correct locking in stdio functions that tried to be lock-freeRich Felker2012-10-241-10/+14
* greatly improve freopen behaviorRich Felker2012-10-241-7/+10
* remove useless failure-check from freopen (can't happen)Rich Felker2012-10-241-2/+2
* use restrict everywhere it's required by c99 and/or posix 2008Rich Felker2012-09-061-1/+1
* remove flush hook cruft that was never used from stdioRich Felker2012-06-191-1/+0
* global cleanup to use the new syscall interfaceRich Felker2011-03-201-3/+3
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-121-0/+47