summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/mktemp.cc
Commit message (Collapse)AuthorAgeFilesLines
* 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