Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add mkostemp and mkostemps. | Eric Blake | 2010-07-19 | 1 | -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 Vinschen | 2009-07-03 | 1 | -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 copyright | Corinna Vinschen | 2009-03-13 | 1 | -12/+0 |
| | | | | text to upstream. | ||||
* | Remove unneeded header files from source files throughout. | Christopher Faylor | 2008-04-07 | 1 | -7/+0 |
| | |||||
* | * mktemp.cc (_gettemp): Open temp files in binary mode. | Christopher Faylor | 2006-04-17 | 1 | -1/+2 |
| | |||||
* | Add top comment | Christopher Faylor | 2005-05-25 | 1 | -0/+6 |
| | |||||
* | * cygwin.din: Export mkdtemp. | Christopher Faylor | 2005-05-25 | 1 | -0/+180 |
* mktemp.cc: New file. * Makefile.in (DLL_OFILES): Add mktemp.o |