summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2013-05-21 19:07:52 +0000
committerCorinna Vinschen <corinna@vinschen.de>2013-05-21 19:07:52 +0000
commit3e096c50107b6d7392e405d1853e4decda3eefaf (patch)
tree8ed9c52564ef32ca465a7326b493ede86a5b560e
parent291d93b58b3426854d6e585aa2e17e1b49e6db91 (diff)
downloadcygnal-3e096c50107b6d7392e405d1853e4decda3eefaf.tar.gz
cygnal-3e096c50107b6d7392e405d1853e4decda3eefaf.tar.bz2
cygnal-3e096c50107b6d7392e405d1853e4decda3eefaf.zip
Add missing ChangeLog entry for former checkin.
-rw-r--r--winsup/cygwin/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index fd3212332..fec380deb 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,5 +1,17 @@
2013-05-21 Corinna Vinschen <corinna@vinschen.de>
+ * 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 Corinna Vinschen <corinna@vinschen.de>
+
* globals.cc (__isthreaded): New global variable. Explain what it's
used for.
* miscfuncs.cc (thread_wrapper): Set __isthreaded to 1 here.