about summary refs log tree commit diff
path: root/src/stdio/__stdio_read.c
Commit message (Expand)AuthorAgeFilesLines
* avoid use of readv syscall in __stdio_read backend when not neededRich Felker2018-02-241-1/+2
* consistently return number of bytes read from stdio read backendRich Felker2018-02-241-1/+1
* remove obfuscated flags bit-twiddling logic in __stdio_readRich Felker2018-02-241-1/+1
* remove cancellation points in stdioRich Felker2015-06-131-10/+1
* fix failure of ungetc and ungetwc to work on files in eof statusRich Felker2015-05-291-1/+0
* always initialize thread pointer at program startRich Felker2014-03-241-7/+3
* clean up stdio_impl.hRich Felker2012-11-081-0/+1
* avoid using pthread cleanup push/pop in stdio when not neededRich Felker2012-05-251-3/+7
* make stdio open, read, and write operations cancellation pointsRich Felker2012-02-021-1/+10
* work around a nasty bug in linux readv syscallRich Felker2011-04-091-3/+4
* major stdio overhaul, using readv/writev, plus other changesRich Felker2011-03-281-1/+17
* global cleanup to use the new syscall interfaceRich Felker2011-03-201-1/+1
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-121-0/+6