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:
authorEarnie Boyd <earnie@users.sf.net>2001-08-30 08:29:49 +0400
committerEarnie Boyd <earnie@users.sf.net>2001-08-30 08:29:49 +0400
commitbca00ab4b63bd506dabceab705e2e8edc7a177af (patch)
tree35a86efc6eb3446b0d4d7f09215c35554b2fd5b7 /winsup/w32api/ChangeLog
parent348c5e06c250a58e3890f4968c5962a282680ec4 (diff)
* config.guess: Remove the \r from the end of line.
* config.sub: Ditto. * include/winnt.h: Allow anonymous struct in [U]LARGE_INTEGER if __cplusplus as well as if _ANONYMOUS_STRUCT. * config.guess: Add the MSYS system. * config.sub: Ditto. * include/winsock.h: Add the __INSIDE_MSYS__ protections. * incldue/winsock2.h: Ditto.
Diffstat (limited to 'winsup/w32api/ChangeLog')
-rw-r--r--winsup/w32api/ChangeLog21
1 files changed, 19 insertions, 2 deletions
diff --git a/winsup/w32api/ChangeLog b/winsup/w32api/ChangeLog
index 6a4adb0fe..404b72993 100644
--- a/winsup/w32api/ChangeLog
+++ b/winsup/w32api/ChangeLog
@@ -1,12 +1,29 @@
+2001-08-31 Earnie Boyd <earnie@SF.Net>
+
+ * config.guess: Remove the \r from the end of line.
+ * config.sub: Ditto.
+
+2001-08-30 Danny Smith <dannysmith@users.sourceforge.net>
+
+ * include/winnt.h: Allow anonymous struct in [U]LARGE_INTEGER
+ if __cplusplus as well as if _ANONYMOUS_STRUCT.
+
+2001-08-29 Earnie Boyd <earnie@SF.Net>
+
+ * config.guess: Add the MSYS system.
+ * config.sub: Ditto.
+ * include/winsock.h: Add the __INSIDE_MSYS__ protections.
+ * incldue/winsock2.h: Ditto.
+
2001-08-29 Eric Kohl <ekohl@users.sourceforge.net>
- * include\winnt.h: Allow anonymous (Xxx.LowPart) or
+ * include/winnt.h: Allow anonymous (Xxx.LowPart) or
non-anonymous (Xxx.u.LowPart) access to HighPart and
LowPart of a LARGE_INTEGER or ULARGE_INTEGER.
2001-08-24 TAMURA Kent <tkent@users.sourceforge.net>
- * include/wingdi.h (HANGUL_CHARSET): Add define.
+ * include/wingdi.h (HANGUL_CHARSET): Add define.
2001-08-21 Earnie Boyd <earnie@SF.Net>