summaryrefslogtreecommitdiff
path: root/src/stdio/tempnam.c
AgeCommit message (Expand)AuthorLines
2018-09-12overhaul internally-public declarations using wrapper headersRich Felker-2/+1
2015-08-09fix failure of tempnam to null-terminate resultRich Felker-0/+1
2014-05-29support linux kernel apis (new archs) with old syscalls removedRich Felker-0/+5
2014-05-27overhaul tmpfile, tmpnam, and tempnam functionsRich Felker-27/+28
2011-06-13avoid 64bit warnings when using pointers as entropy for temp namesRich Felker-1/+2
2011-03-29fix tempnam name generation, and a small bug in tmpnam on retry limitRich Felker-20/+19
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker-0/+42