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