about summary refs log tree commit diff
path: root/src/stdio/fopen.c
Commit message (Expand)AuthorAgeFilesLines
* clean up stdio_impl.hRich Felker2012-11-081-0/+3
* greatly improve freopen behaviorRich Felker2012-10-241-8/+1
* add 'e' modifier (close-on-exec) to fopen and fdopenRich Felker2012-09-291-0/+1
* use restrict everywhere it's required by c99 and/or posix 2008Rich Felker2012-09-061-1/+1
* implement "low hanging fruit" from C11Rich Felker2012-08-251-2/+2
* make stdio open, read, and write operations cancellation pointsRich Felker2012-02-021-1/+1
* debloat: use __syscall instead of syscall where possibleRich Felker2011-04-171-1/+1
* global cleanup to use the new syscall interfaceRich Felker2011-03-201-2/+2
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-121-0/+34