summaryrefslogtreecommitdiff
path: root/src/stdio/fopen.c
AgeCommit message (Expand)AuthorLines
2018-09-12reduce spurious inclusion of libc.hRich Felker-0/+1
2015-06-13remove cancellation points in stdioRich Felker-1/+1
2014-06-06add O_CLOEXEC fallback for open and related functionsRich Felker-0/+2
2014-05-24support kernels with no SYS_open syscall, only SYS_openatRich Felker-1/+1
2012-11-08clean up stdio_impl.hRich Felker-0/+3
2012-10-24greatly improve freopen behaviorRich Felker-8/+1
2012-09-29add 'e' modifier (close-on-exec) to fopen and fdopenRich Felker-0/+1
2012-09-06use restrict everywhere it's required by c99 and/or posix 2008Rich Felker-1/+1
2012-08-25implement "low hanging fruit" from C11Rich Felker-2/+2
2012-02-02make stdio open, read, and write operations cancellation pointsRich Felker-1/+1
2011-04-17debloat: use __syscall instead of syscall where possibleRich Felker-1/+1
2011-03-20global cleanup to use the new syscall interfaceRich Felker-2/+2
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker-0/+34