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/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 8293a0f35..1533ce793 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,3 +1,14 @@
+2013-11-24 Corinna Vinschen <corinna@vinschen.de>
+
+ Throughout, drop unnecessary explicit includes of windows header files
+ included by default.
+ * winlean.h: Add long comment to explain why we have to define certain
+ symbols.
+ (_NORMALIZE_): Define.
+ (_WINNLS_): Drop definition and subsequent undef.
+ (_WINNETWK_): Ditto.
+ (_WINSVC_): Ditto.
+
2013-11-23 Eric Blake <eblake@redhat.com>
dup2: fix off-by-one crash