summaryrefslogtreecommitdiff
path: root/libc/stdio/tmpfile.c
AgeCommit message (Expand)Author
2015-08-14add mkstemps, mkstemps64 and mkostemps, mkostemps64 functionsRomain Naour
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
2009-10-17use *_not_cancel variants to avoid accidental cancellations with nptlAustin Foxley
2009-09-18trim Experimentally off and uncommented hiddenBernhard Reutner-Fischer
2008-11-20Last portion of libc_hidden_proto removal.Denis Vlasenko
2008-11-18libc_hidden_proto removal, just a few functionsDenis Vlasenko
2006-01-14hidden_def/hidden_proto: convert all users (I hope) termios split, add some m...Peter S. Mazinger
2005-12-13Use __remove and remove trailing ;Peter S. Mazinger
2005-12-08Hide some of the f* *printf, use them as wellPeter S. Mazinger
2005-12-01Hide mostly used functionsPeter S. Mazinger
2002-10-31Ok, this commit is _huge_ and its gonna change the world. I'veEric Andersen
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
2002-01-06Support tmpfile64 (just a weak for tmpfile)Eric Andersen
2001-04-18Update temp file handling and use a single function to do allEric Andersen