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