Age | Commit message (Expand) | Author | Lines |
---|---|---|---|
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 |