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