Age | Commit message (Expand) | Author | Lines |
---|---|---|---|
2018年09月16日 | fix null pointer subtraction and comparison in stdio | Rich Felker | -1/+1 |
2018年09月12日 | hide purely dependency-triggering functions in stdio __toread & __towrite | Rich Felker | -1/+1 |
2018年09月12日 | move __stdio_exit_needed to stdio_impl.h | Rich Felker | -2/+0 |
2016年03月28日 | fix undefined pointer comparison in stdio-internal __toread | Rich Felker | -1/+1 |
2015年05月29日 | fix failure of ungetc and ungetwc to work on files in eof status | Rich Felker | -4/+4 |
2014年07月16日 | simplify __stdio_exit static linking logic | Rich Felker | -6/+3 |
2012年07月02日 | fix missing function declarations for __stdio_exit | Rich Felker | -0/+2 |
2012年06月19日 | stdio: handle file position correctly at program exit | Rich Felker | -0/+8 |
2011年03月28日 | major stdio overhaul, using readv/writev, plus other changes | Rich Felker | -0/+14 |