summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r--winsup/cygwin/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 542479350..aa6b2e455 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,5 +1,11 @@
2005-03-02 Christopher Faylor <cgf@timesys.com>
+ * cygtls.cc (_cygtls::init_thread): Move exitsock setting later. It
+ should always be set.
+ (_cygtls::remove): Detect zero exitsock. Not quite sure why this is needed.
+
+2005-03-02 Christopher Faylor <cgf@timesys.com>
+
* autoload.cc (LoadDLLprime): Mask error code to low-order 16 bits.
(noload): Preserve sign when returning error code.