Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix unsynchronized access to FILE structure in fflush(0) | Rich Felker | 2017-08-29 | 1 | -1/+4 |
* | simplify/refactor fflush and make fflush_unlocked an alias for fflush | Rich Felker | 2016-09-18 | 1 | -30/+23 |
* | refactor stdio open file list handling, move it out of global libc struct | Rich Felker | 2015-06-16 | 1 | -3/+2 |
* | work around constant folding bug 61144 in gcc 4.9.0 and 4.9.1 | Rich Felker | 2014-07-16 | 1 | -1/+1 |
* | minor cleanup in fflush | Rich Felker | 2012-06-19 | 1 | -5/+1 |
* | remove flush hook cruft that was never used from stdio | Rich Felker | 2012-06-19 | 1 | -3/+0 |
* | add proper fuxed-based locking for stdio | Rich Felker | 2011-07-30 | 1 | -5/+5 |
* | major stdio overhaul, using readv/writev, plus other changes | Rich Felker | 2011-03-28 | 1 | -6/+12 |
* | initial check-in, version 0.5.0 v0.5.0 | Rich Felker | 2011-02-12 | 1 | -0/+50 |