summaryrefslogtreecommitdiff
path: root/src/temp/mktemp.c
AgeCommit message (Expand)AuthorLines
2013-08-02fix (deprecated) mktemp logic and update it to match other temp functionsRich Felker-4/+11
2013-08-02remove (no longer useful) namespace-protected __mktemp symbolRich Felker-4/+1
2013-02-20use memcmp instead of str[n]cmp for temp function XXXXXX checkingRich Felker-1/+1
2013-02-20remove leftover unused variable in mktemp after refactoringRich Felker-1/+0
2013-02-20add mkostemp, mkstemps, and mkostemps functions and reorganize temp internalsRich Felker-10/+4
2011-07-28remove ugly prng from mk*temp and just re-poll time on retryRich Felker-6/+5
2011-07-28eliminate mk*temp dependency on snprintfRich Felker-3/+4
2011-06-12another return value fix for mktemp...Rich Felker-1/+2
2011-02-19make mktemp match the historic behavior, and update functions that use itRich Felker-1/+2
2011-02-18major improvements to temp file name generatorRich Felker-13/+15
2011-02-14ensure standard functions mk[sd]temp don't depend on removed function mktempRich Felker-1/+3
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker-0/+29