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