summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/mktemp.cc
Commit message (Collapse)AuthorAgeFilesLines
* * Makefile.in (DLL_OFILES): Add arc4random.o.Corinna Vinschen2013-05-211-15/+0
| | | | | | | | | | | * common.din: Export arc4random, arc4random_addrandom, arc4random_buf, arc4random_stir and arc4random_uniform. * mktemp.cc (arc4random): Remove static replacement function. * posix.sgml (std-bsd): Add arc4random functions. * include/cygwin/stdlib.h: Declare arc4random functions. * include/cygwin/version.h (CYGWIN_VERSION_API_MINOR): Bump. * libc/arc4random.cc: New file implementing arc4random functions taken from FreeBSD.
* * Merge in cygwin-64bit-branch.Corinna Vinschen2013-04-231-1/+1
|
* Add mkostemp and mkostemps.Eric Blake2010-07-191-7/+21
| | | | | | | | * mktemp.cc (_gettemp): Add flags argument. All callers updated. (mkostemp, mkostemps): New functions. * cygwin.din (mkostemp, mkostemps): Export. * posix.sgml: Document them. * include/cygwin/version.h: Bump version.
* * cygwin.din (fpurge, mkstemps): New exports.Corinna Vinschen2009-07-031-8/+23
| | | | | | | * include/cygwin/version.h (CYGWIN_VERSION_API_MINOR): Bump. * mktemp.cc (_gettemp): Add parameter. (mkstemps): New function. (mkstemp, mkdtemp, mktemp): Adjust clients.
* * mktemp.cc: Remove STABS specific link-time warning. Align copyrightCorinna Vinschen2009-03-131-12/+0
| | | | text to upstream.
* Remove unneeded header files from source files throughout.Christopher Faylor2008-04-071-7/+0
|
* * mktemp.cc (_gettemp): Open temp files in binary mode.Christopher Faylor2006-04-171-1/+2
|
* Add top commentChristopher Faylor2005-05-251-0/+6
|
* * cygwin.din: Export mkdtemp.Christopher Faylor2005-05-251-0/+180
* mktemp.cc: New file. * Makefile.in (DLL_OFILES): Add mktemp.o