Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-07-19Add mkostemp and mkostemps.Eric Blake
* 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.
2009-07-03 * cygwin.din (fpurge, mkstemps): New exports.Corinna Vinschen
* include/cygwin/version.h (CYGWIN_VERSION_API_MINOR): Bump. * mktemp.cc (_gettemp): Add parameter. (mkstemps): New function. (mkstemp, mkdtemp, mktemp): Adjust clients.
2009-03-13 * mktemp.cc: Remove STABS specific link-time warning. Align copyrightCorinna Vinschen
text to upstream.
2008-04-07Remove unneeded header files from source files throughout.Christopher Faylor
2006-04-17* mktemp.cc (_gettemp): Open temp files in binary mode.Christopher Faylor
2005-05-25Add top commentChristopher Faylor
2005-05-25* cygwin.din: Export mkdtemp.Christopher Faylor
* mktemp.cc: New file. * Makefile.in (DLL_OFILES): Add mktemp.o