summaryrefslogtreecommitdiff
path: root/src/temp/mktemp.c
AgeCommit message (Expand)AuthorFilesLines
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