Corinna Vinschen
|
291d93b58b
|
* Makefile.in (DLL_OFILES): Add arc4random.o.
* 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.
|
2013-05-21 19:04:49 +00:00 |
Corinna Vinschen
|
61522196c7
|
* Merge in cygwin-64bit-branch.
|
2013-04-23 09:44:36 +00:00 |
Eric Blake
|
3083fa9447
|
Add mkostemp and mkostemps.
* 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.
|
2010-07-19 18:22:40 +00:00 |
Corinna Vinschen
|
e5f37aa148
|
* cygwin.din (fpurge, mkstemps): New exports.
* include/cygwin/version.h (CYGWIN_VERSION_API_MINOR): Bump.
* mktemp.cc (_gettemp): Add parameter.
(mkstemps): New function.
(mkstemp, mkdtemp, mktemp): Adjust clients.
|
2009-07-03 13:01:17 +00:00 |
Corinna Vinschen
|
ad2c5ad9d2
|
* mktemp.cc: Remove STABS specific link-time warning. Align copyright
text to upstream.
|
2009-03-13 20:49:42 +00:00 |
Christopher Faylor
|
b13e6864f5
|
Remove unneeded header files from source files throughout.
|
2008-04-07 18:45:59 +00:00 |
Christopher Faylor
|
d1efa4e819
|
* mktemp.cc (_gettemp): Open temp files in binary mode.
|
2006-04-17 15:09:13 +00:00 |
Christopher Faylor
|
5c288d4342
|
Add top comment
|
2005-05-25 03:43:58 +00:00 |
Christopher Faylor
|
cb3f5f0862
|
* cygwin.din: Export mkdtemp.
* mktemp.cc: New file.
* Makefile.in (DLL_OFILES): Add mktemp.o
|
2005-05-25 03:40:07 +00:00 |