about summary refs log tree commit diff
path: root/src/stdio/fflush.c
Commit message (Expand)AuthorAgeFilesLines
* fix failure to flush stderr when fflush(0) is calledRich Felker2018-11-021-1/+4
* fix null pointer subtraction and comparison in stdioRich Felker2018-09-161-3/+3
* fix unsynchronized access to FILE structure in fflush(0)Rich Felker2017-08-291-1/+4
* simplify/refactor fflush and make fflush_unlocked an alias for fflushRich Felker2016-09-181-30/+23
* refactor stdio open file list handling, move it out of global libc structRich Felker2015-06-161-3/+2
* work around constant folding bug 61144 in gcc 4.9.0 and 4.9.1Rich Felker2014-07-161-1/+1
* minor cleanup in fflushRich Felker2012-06-191-5/+1
* remove flush hook cruft that was never used from stdioRich Felker2012-06-191-3/+0
* add proper fuxed-based locking for stdioRich Felker2011-07-301-5/+5
* major stdio overhaul, using readv/writev, plus other changesRich Felker2011-03-281-6/+12
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-121-0/+50