summaryrefslogtreecommitdiff
path: root/src/temp/mkstemp.c
AgeCommit message (Expand)AuthorFilesLines
2022-10-19remove LFS64 symbol aliases; replace with dynamic linker remappingRich Felker1-2/+0
2018-09-12remove spurious inclusion of libc.h for LFS64 ABI aliasesRich Felker1-2/+1
2018-09-12overhaul internally-public declarations using wrapper headersRich Felker1-2/+0
2013-02-20add mkostemp, mkstemps, and mkostemps functions and reorganize temp internalsRich Felker1-19/+2
2011-02-19make mktemp match the historic behavior, and update functions that use itRich Felker1-2/+3
2011-02-19fix major bug created from copying mkdtemp logicRich Felker1-1/+1
2011-02-18major improvements to temp file name generatorRich Felker1-2/+3
2011-02-18reformat mkstemp like mkdtempRich Felker1-7/+5
2011-02-14ensure standard functions mk[sd]temp don't depend on removed function mktempRich Felker1-2/+3
2011-02-14begin namespace-cleanup of standard C headersRich Felker1-0/+1
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker1-0/+26