Age | Commit message (Expand) | Author | Files | Lines |
2018-09-12 | overhaul internally-public declarations using wrapper headers | Rich Felker | 1 | -2/+0 |
2013-12-12 | include cleanups: remove unused headers and add feature test macros | Szabolcs Nagy | 1 | -2/+2 |
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-02-20 | use memcmp instead of str[n]cmp for temp function XXXXXX checking | Rich Felker | 1 | -1/+1 |
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 | 1 | -10/+4 |
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 | 1 | -1/+2 |
2011-02-18 | major improvements to temp file name generator | Rich Felker | 1 | -13/+15 |
2011-02-14 | ensure standard functions mk[sd]temp don't depend on removed function mktemp | Rich Felker | 1 | -1/+3 |
2011-02-12 | initial check-in, version 0.5.0v0.5.0 | Rich Felker | 1 | -0/+29 |