summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/ChangeLog
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 35bf5361f..fbd17fad3 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,5 +1,16 @@
2008-09-11 Christopher Faylor <me+cygwin@cgf.cx>
+ * localtime.cc (increment_overflow): Mark as non-inline to prevent
+ compiler from complaining about the very thing we're trying to test.
+ * ntea.cc (read_ea): Reorganize to avoid a new compiler warning/error.
+ * sched.cc (sched_rr_get_interval): Ditto.
+ * select.cc (peek_serial): Ditto.
+ * libc/rexec.cc (ruserpass): Ditto.
+ * posix_ipc.cc (ipc_names): Make static to avoid a compiler warning
+ (and it's the right thing to do anyway).
+
+2008-09-11 Christopher Faylor <me+cygwin@cgf.cx>
+
* net.cc (in6addr_any, in6addr_loopback): Add appropriate number of
braces around initializer.
(dup_ent): Try harder to coerce the first argument to deal with more