Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2012-06-17 | change stdio_ext __freading/__fwriting semantics slightly | Rich Felker | 1 | -2/+2 |
2012-06-17 | fdopen should set errno when it fails due to invalid mode string | Rich Felker | 1 | -1/+4 |
2012-06-15 | header file fixes: multiple include guard consistency and correctness | Rich Felker | 10 | -18/+18 |
2012-06-14 | direct syscall to open in __init_security needs O_LARGEFILE | Rich Felker | 1 | -1/+1 |
2012-06-14 | reorder exit code to defer stdio flush until after dtors | Rich Felker | 1 | -4/+1 |
2012-06-13 | revert one change in time.h; no evidence BSD_SOURCE should expose these.. | Rich Felker | 1 | -1/+1 |
2012-06-13 | fix feature test macros in time.h | Rich Felker | 1 | -5/+2 |
2012-06-13 | add timegm function (inverse of gmtime), nonstandard | Rich Felker | 2 | -0/+12 |