Age | Commit message (Expand) | Author | Lines |
---|---|---|---|
2018-09-12 | reduce spurious inclusion of libc.h | Rich Felker | -1/+0 |
2018-09-12 | overhaul internally-public declarations using wrapper headers | Rich Felker | -2/+0 |
2018-09-12 | make mkostemps source file include the header for its declaration | Rich Felker | -0/+1 |
2014-10-06 | ignore access mode bits of flags in mkostemps and functions that use it | Rich Felker | -0/+1 |
2013-08-02 | make mkdtemp and mkstemp family leave template unchanged on fail | Rich Felker | -3/+4 |
2013-02-20 | use memcmp instead of str[n]cmp for temp function XXXXXX checking | Rich Felker | -1/+1 |
2013-02-20 | fix error cases in mkostemps core | Rich Felker | -6/+3 |
2013-02-20 | add mkostemp, mkstemps, and mkostemps functions and reorganize temp internals | Rich Felker | -0/+32 |