index
:
uclibc-ng.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libc
/
stdio
/
tempnam.c
Age
Commit message (
Expand
)
Author
2015-08-14
add mkstemps, mkstemps64 and mkostemps, mkostemps64 functions
Romain Naour
2015-04-12
remove more of the link_warnings
Waldemar Brodkorb
2014-12-10
mkostemp: fix implementation
Anthony G. Basile
2012-11-18
Replace FSF snail mail address with URLs
Mike Frysinger
2012-01-29
tmpnam, tempnam are obsolete in SUSV4
Bernhard Reutner-Fischer
2009-11-09
Extend __gen_tempname with mode argument
Mikhail Gusarov
2009-09-18
trim Experimentally off and uncommented hidden
Bernhard Reutner-Fischer
2008-05-19
Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block
Denis Vlasenko
2006-01-14
hidden_def/hidden_proto: convert all users (I hope) termios split, add some m...
Peter S. Mazinger
2005-12-01
Hide mostly used functions
Peter S. Mazinger
2002-04-01
Remove function declartions from include/features.h, create
Eric Andersen
2002-03-31
Rework __gen_tempname() to better match glibc, and add mkstemp64(),
Eric Andersen
2002-01-17
Don't waste space warning about tempnam()
Eric Andersen
2001-05-17
Add in tempnam()
Eric Andersen