summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMiguel Sofer <miguel.sofer@gmail.com>2007-11-10 19:01:33 (GMT)
committerMiguel Sofer <miguel.sofer@gmail.com>2007-11-10 19:01:33 (GMT)
commit1bb7bf057245c23fb001032ceb3df30a99b093ee (patch)
treeee3e9b6761d7863d8db6a9e00353b6f533742f04 /ChangeLog
parent9d4613e63ad9a84dc895ee578f5839138fc85dad (diff)
downloadtcl-1bb7bf057245c23fb001032ceb3df30a99b093ee.zip
tcl-1bb7bf057245c23fb001032ceb3df30a99b093ee.tar.gz
tcl-1bb7bf057245c23fb001032ceb3df30a99b093ee.tar.bz2
* generic/tclBasic.c:
* generic/tclInt.h: * unix/tclUnixInit.c: * win/tclWin32Dll.c: restore simpler behaviour for stack checking, not adaptive to stack size changes after a thread is launched. Consensus is that "nobody does that", and so it is not worth the cost.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e7eb651..065efec 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2007-11-10 Miguel Sofer <msofer@users.sf.net>
+
+ * generic/tclBasic.c:
+ * generic/tclInt.h:
+ * unix/tclUnixInit.c:
+ * win/tclWin32Dll.c: restore simpler behaviour for stack checking,
+ not adaptive to stack size changes after a thread is
+ launched. Consensus is that "nobody does that", and so it is not
+ worth the cost.
+
2007-11-10 Kevin Kenny <kennykb@acm.org>
* win/tclWin32Dll.c: Rewrote the Windows stack checking algorithm