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 |