Age | Commit message (Expand) | Author | Lines |
---|---|---|---|
2018-09-16 | fix null pointer subtraction and comparison in stdio | Rich Felker | -2/+2 |
2018-08-29 | fix missing flush of stderr at exit if it was put in buffered mode | Rich Felker | -0/+1 |
2015-06-16 | refactor stdio open file list handling, move it out of global libc struct | Rich Felker | -2/+1 |
2014-07-16 | work around constant folding bug 61144 in gcc 4.9.0 and 4.9.1 | Rich Felker | -1/+1 |
2014-07-16 | simplify __stdio_exit static linking logic | Rich Felker | -0/+2 |
2012-11-01 | fix more unused variable warnings | Rich Felker | -1/+1 |
2012-06-19 | stdio: handle file position correctly at program exit | Rich Felker | -0/+23 |