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/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 98daeca14..2469ee1bd 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,3 +1,10 @@
+2010-02-09 Christopher Faylor <me+cygwin@cgf.cx>
+
+ * cygtls.h (struct _cygtls): Remove unneeded elements.
+ * thread.cc (pthread::exit): Avoid potential double call to
+ _my_tls.remove.
+ * tlsoffsets.h: Regenerate.
+
2010-02-09 Corinna Vinschen <corinna@vinschen.de>
* nlsfuncs.cc (__set_lc_messages_from_win): Fix typo.