summaryrefslogtreecommitdiff
path: root/libc/stdlib/mktemp.c
AgeCommit message (Expand)Author
2015-08-14add mkstemps, mkstemps64 and mkostemps, mkostemps64 functionsRomain Naour
2015-04-12remove more of the link_warningsWaldemar Brodkorb
2014-12-10mkostemp: fix implementationAnthony G. Basile
2012-11-18Replace FSF snail mail address with URLsMike Frysinger
2009-11-09Extend __gen_tempname with mode argumentMikhail Gusarov
2005-08-24add a link_warning() like glibc so ppl will [hopefully] stop using mktemp. a...Mike Frysinger
2002-04-01Remove function declartions from include/features.h, createEric Andersen
2002-03-31Rework __gen_tempname() to better match glibc, and add mkstemp64(),Eric Andersen
2001-04-18Update temp file handling and use a single function to do allEric Andersen
2001-04-06Fix include/errno.h to not use kernel header, and instead use bits/errno.h.Eric Andersen
2000-11-11Fix up a few messes so it compiles cleanly again.Eric Andersen
2000-10-09Bug ugly formatting updateEric Andersen
2000-07-06Lots and lots of cleanups.Eric Andersen
2000-05-14Initial revisionErik Andersen