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/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index a92e0c6d7..5dd469362 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,5 +1,12 @@
2013-11-19 Corinna Vinschen <corinna@vinschen.de>
+ * net.cc (cygwin_getaddrinfo): Fix a comment. Only memset whints if
+ hints is NULL. Add a comment and set whints.ai_family explicitely to
+ AF_UNSPEC to follow glibc man page closely. Check flags against whints
+ for locality.
+
+2013-11-19 Corinna Vinschen <corinna@vinschen.de>
+
* wincap.cc (wincapc::init): Fix dwMinorVersion for Windows 8.1 and
Server 2012. Explain why this is necessary.