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