summaryrefslogtreecommitdiff
path: root/src/temp
AgeCommit message (Expand)AuthorLines
2013-12-12include cleanups: remove unused headers and add feature test macrosSzabolcs Nagy-8/+2
2013-09-04fix typo in comment in __randnameRich Felker-1/+1
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-08-02make mkdtemp and mkstemp family leave template unchanged on failRich Felker-13/+18
2013-02-20use memcmp instead of str[n]cmp for temp function XXXXXX checkingRich Felker-2/+2
2013-02-20fix error cases in mkostemps coreRich Felker-6/+3
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-29/+83
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-5/+8
2011-02-19fix major bug created from copying mkdtemp logicRich Felker-1/+1
2011-02-18major improvements to temp file name generatorRich Felker-16/+21
2011-02-18reformat mkstemp like mkdtempRich Felker-7/+5
2011-02-14ensure standard functions mk[sd]temp don't depend on removed function mktempRich Felker-5/+9
2011-02-14begin namespace-cleanup of standard C headersRich Felker-0/+2
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker-0/+76