about summary refs log tree commit diff
path: root/src/stdio/tmpnam.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
* support linux kernel apis (new archs) with old syscalls removedRich Felker2014-05-291-0/+5
* fix missing declaration of strcpy in implementation of tmpnamRich Felker2014-05-271-0/+1
* overhaul tmpfile, tmpnam, and tempnam functionsRich Felker2014-05-271-24/+16
* 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-1/+1
* fix tmpnam to generate better names, not depend on non-ISO-C symbolsRich Felker2011-03-291-25/+17
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-121-0/+38