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/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 85fe362bd..3ae704320 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,5 +1,10 @@
2005-12-16 Christopher Faylor <cgf@timesys.com>
+ * init.cc (dll_entry): Call prime_threads after dll_crt0_0 to avoid
+ conflicts between heap allocation and thread stack allocation.
+
+2005-12-16 Christopher Faylor <cgf@timesys.com>
+
* hookapi.cc (putmem): Remove query of previous memory protection since
we get that for free the first time we call VirtualProtect.