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
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r--winsup/cygwin/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 812f77049..adc1c1b8c 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,5 +1,13 @@
2013-11-26 Corinna Vinschen <corinna@vinschen.de>
+ * common.din: Export posix_spawn[...] functions.
+ * exec.cc (execve): Add EXPORT_ALIAS _execve.
+ * include/cygwin/version.h (CYGWIN_VERSION_API_MINOR): Bump.
+ * posix.sgml (std-susv4): Add posix_spawn[...] here.
+ (std-notimpl): Drop here.
+
+2013-11-26 Corinna Vinschen <corinna@vinschen.de>
+
* nlsfuncs.cc (strcoll): Add "__restrict" to definition.
(strxfrm): Ditto.