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
/
tmpfile.c
Age
Commit message (
Expand
)
Author
2016-11-27
remove UCLIBC_HAS_LFS
Waldemar Brodkorb
2015-08-14
add mkstemps, mkstemps64 and mkostemps, mkostemps64 functions
Romain Naour
2014-12-10
mkostemp: fix implementation
Anthony G. Basile
2012-11-18
Replace FSF snail mail address with URLs
Mike Frysinger
2009-11-09
Extend __gen_tempname with mode argument
Mikhail Gusarov
2009-10-17
use *_not_cancel variants to avoid accidental cancellations with nptl
Austin Foxley
2009-09-18
trim Experimentally off and uncommented hidden
Bernhard Reutner-Fischer
2008-11-20
Last portion of libc_hidden_proto removal.
Denis Vlasenko
2008-11-18
libc_hidden_proto removal, just a few functions
Denis Vlasenko
2006-01-14
hidden_def/hidden_proto: convert all users (I hope) termios split, add some m...
Peter S. Mazinger
2005-12-13
Use __remove and remove trailing ;
Peter S. Mazinger
2005-12-08
Hide some of the f* *printf, use them as well
Peter S. Mazinger
2005-12-01
Hide mostly used functions
Peter S. Mazinger
2002-10-31
Ok, this commit is _huge_ and its gonna change the world. I've
Eric Andersen
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-06
Support tmpfile64 (just a weak for tmpfile)
Eric Andersen
2001-04-18
Update temp file handling and use a single function to do all
Eric Andersen