summaryrefslogtreecommitdiff
path: root/src/stdio/__stdio_read.c
AgeCommit message (Expand)AuthorLines
2018-02-24avoid use of readv syscall in __stdio_read backend when not neededRich Felker-1/+2
2018-02-24consistently return number of bytes read from stdio read backendRich Felker-1/+1
2018-02-24remove obfuscated flags bit-twiddling logic in __stdio_readRich Felker-1/+1
2015-06-13remove cancellation points in stdioRich Felker-10/+1
2015-05-29fix failure of ungetc and ungetwc to work on files in eof statusRich Felker-1/+0
2014-03-24always initialize thread pointer at program startRich Felker-7/+3
2012-11-08clean up stdio_impl.hRich Felker-0/+1
2012-05-25avoid using pthread cleanup push/pop in stdio when not neededRich Felker-3/+7
2012-02-02make stdio open, read, and write operations cancellation pointsRich Felker-1/+10
2011-04-09work around a nasty bug in linux readv syscallRich Felker-3/+4
2011-03-28major stdio overhaul, using readv/writev, plus other changesRich Felker-1/+17
2011-03-20global cleanup to use the new syscall interfaceRich Felker-1/+1
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker-0/+6