4 Commits

Author SHA1 Message Date
Rich Felker
2fe6579125 overhaul tmpfile, tmpnam, and tempnam functions
these all now use the shared __randname function internally, rather
than duplicating logic for producing a random name. incorrect usage of
the access syscall (which works with real uid/gid, not effective) has
been removed, along with unnecessary heavy dependencies like snprintf.
2014-05-27 00:44:23 -04:00
Rich Felker
0e1762539c avoid 64bit warnings when using pointers as entropy for temp names 2011-06-13 20:52:01 -04:00
Rich Felker
8250742b90 fix tempnam name generation, and a small bug in tmpnam on retry limit 2011-03-29 09:00:22 -04:00
Rich Felker
0b44a0315b initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00