about summary refs log tree commit diff
path: root/src/stdio/tempnam.c
Commit message (Expand)AuthorAgeFilesLines
* drop use of stat operation in temporary file name generationRich Felker2022-05-011-5/+3
* fix remaining direct use of stat syscalls outside fstatat.cRich Felker2020-02-121-2/+3
* overhaul internally-public declarations using wrapper headersRich Felker2018-09-121-2/+1
* fix failure of tempnam to null-terminate resultRich Felker2015-08-091-0/+1
* support linux kernel apis (new archs) with old syscalls removedRich Felker2014-05-291-0/+5
* overhaul tmpfile, tmpnam, and tempnam functionsRich Felker2014-05-271-27/+28
* avoid 64bit warnings when using pointers as entropy for temp namesRich Felker2011-06-131-1/+2
* fix tempnam name generation, and a small bug in tmpnam on retry limitRich Felker2011-03-291-20/+19
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-121-0/+42