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:
authorChristopher Faylor <me@cgf.cx>2012-12-08 00:59:44 +0400
committerChristopher Faylor <me@cgf.cx>2012-12-08 00:59:44 +0400
commitff8ba3cabe838db3f354b1d04f4b30abdf17df2c (patch)
treea9216ab9cf41a629138614a5582f102afd58cd2c /winsup/cygwin/ChangeLog
parent0d1a50b81ab8e79642bfd17b019f3eb0a17073c6 (diff)
* exceptions.cc (sigpacket::process): Reorganize to avoid use of tls before
initialization. * fhandler_fifo.cc (fhandler_fifo::arm): Avoid improper printing of integer as a string in debug output.
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 7e9d9ea1e..bbbad11a2 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,5 +1,13 @@
2012-12-07 Christopher Faylor <me.cygwin2012@cgf.cx>
+ * exceptions.cc (sigpacket::process): Reorganize to avoid use of tls
+ before initialization.
+
+ * fhandler_fifo.cc (fhandler_fifo::arm): Avoid improper printing of
+ integer as a string in debug output.
+
+2012-12-07 Christopher Faylor <me.cygwin2012@cgf.cx>
+
* sigproc.h (sigpacket): Remove parameter names from declarations.
(sigpacket::sigtls): Rename from 'tls'.
* exceptions.cc (sigpacket::process): Define local tls variable and