Age | Commit message (Expand) | Author | Lines |
---|---|---|---|
2025年05月27日 | stdio: skip empty iovec when buffering is disabled | Casey Connolly | -0/+5 |
2015年06月13日 | remove cancellation points in stdio | Rich Felker | -13/+1 |
2014年03月24日 | always initialize thread pointer at program start | Rich Felker | -7/+3 |
2012年11月08日 | clean up stdio_impl.h | Rich Felker | -0/+1 |
2012年05月25日 | avoid using pthread cleanup push/pop in stdio when not needed | Rich Felker | -3/+7 |
2012年04月17日 | also ensure that write buffer is bounded when __stdio_write returns | Rich Felker | -0/+1 |
2012年02月02日 | make stdio open, read, and write operations cancellation points | Rich Felker | -3/+17 |
2011年03月28日 | major stdio overhaul, using readv/writev, plus other changes | Rich Felker | -4/+25 |
2011年03月20日 | global cleanup to use the new syscall interface | Rich Felker | -1/+1 |
2011年02月12日 | initial check-in, version 0.5.0 v0.5.0 | Rich Felker | -0/+9 |