Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2015-09-09 | fix fclose of permanent (stdin/out/err) streams | Rich Felker | 1 | -2/+3 |
2015-06-16 | refactor stdio open file list handling, move it out of global libc struct | Rich Felker | 1 | -3/+3 |
2014-08-23 | fix false ownership of stdio FILEs due to tid reuse | Rich Felker | 1 | -0/+6 |
2012-11-01 | fix more unused variable warnings | Rich Felker | 1 | -2/+1 |
2012-10-24 | correct locking in stdio functions that tried to be lock-free | Rich Felker | 1 | -2/+5 |
2012-08-11 | add bsd fgetln function | Rich Felker | 1 | -0/+1 |
2011-07-30 | add proper fuxed-based locking for stdio | Rich Felker | 1 | -1/+1 |
2011-05-02 | fix fclose return status logic, again | Rich Felker | 1 | -1/+2 |
2011-05-01 | fix undefined call order in fclose, possible lost output depending on compiler | Rich Felker | 1 | -1/+1 |
2011-02-12 | initial check-in, version 0.5.0v0.5.0 | Rich Felker | 1 | -0/+21 |