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