Age | Commit message (Expand) | Author | Files | Lines |
2018-09-12 | remove spurious inclusion of libc.h for LFS64 ABI aliases | Rich Felker | 3 | -6/+3 |
2018-09-12 | reduce spurious inclusion of libc.h | Rich Felker | 1 | -1/+0 |
2018-09-12 | overhaul internally-public declarations using wrapper headers | Rich Felker | 7 | -14/+0 |
2018-09-12 | make mkostemps source file include the header for its declaration | Rich Felker | 1 | -0/+1 |
2014-10-06 | ignore access mode bits of flags in mkostemps and functions that use it | Rich Felker | 1 | -0/+1 |
2013-12-12 | include cleanups: remove unused headers and add feature test macros | Szabolcs Nagy | 3 | -8/+2 |
2013-09-04 | fix typo in comment in __randname | Rich Felker | 1 | -1/+1 |
2013-08-02 | fix (deprecated) mktemp logic and update it to match other temp functions | Rich Felker | 1 | -4/+11 |
2013-08-02 | remove (no longer useful) namespace-protected __mktemp symbol | Rich Felker | 1 | -4/+1 |
2013-08-02 | make mkdtemp and mkstemp family leave template unchanged on fail | Rich Felker | 2 | -13/+18 |
2013-02-20 | use memcmp instead of str[n]cmp for temp function XXXXXX checking | Rich Felker | 2 | -2/+2 |
2013-02-20 | fix error cases in mkostemps core | Rich Felker | 1 | -6/+3 |
2013-02-20 | remove leftover unused variable in mktemp after refactoring | Rich Felker | 1 | -1/+0 |
2013-02-20 | add mkostemp, mkstemps, and mkostemps functions and reorganize temp internals | Rich Felker | 6 | -29/+83 |
2011-07-28 | remove ugly prng from mk*temp and just re-poll time on retry | Rich Felker | 1 | -6/+5 |
2011-07-28 | eliminate mk*temp dependency on snprintf | Rich Felker | 1 | -3/+4 |
2011-06-12 | another return value fix for mktemp... | Rich Felker | 1 | -1/+2 |
2011-02-19 | make mktemp match the historic behavior, and update functions that use it | Rich Felker | 3 | -5/+8 |
2011-02-19 | fix major bug created from copying mkdtemp logic | Rich Felker | 1 | -1/+1 |
2011-02-18 | major improvements to temp file name generator | Rich Felker | 3 | -16/+21 |
2011-02-18 | reformat mkstemp like mkdtemp | Rich Felker | 1 | -7/+5 |
2011-02-14 | ensure standard functions mk[sd]temp don't depend on removed function mktemp | Rich Felker | 3 | -5/+9 |
2011-02-14 | begin namespace-cleanup of standard C headers | Rich Felker | 2 | -0/+2 |
2011-02-12 | initial check-in, version 0.5.0v0.5.0 | Rich Felker | 3 | -0/+76 |