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/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 316a48a3e..b7621b1d9 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,5 +1,14 @@
2009-08-21 Christopher Faylor <me+cygwin@cgf.cx>
+ * dll_init.h (has_dtors): New flag.
+ (run_dtors): New wrapper function which avoids calling dtors more than
+ once.
+ * dll_init.cc (dll_global_dtors): Use dll.run_dtors wrapper.
+ (dll_list::detach): Ditto.
+ (dll_list::alloc): Set has_dtors flag.
+
+2009-08-21 Christopher Faylor <me+cygwin@cgf.cx>
+
* fcntl.cc (fcntl64): Detect negative fd as error.
2009-08-21 Corinna Vinschen <corinna@vinschen.de>