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