diff options
author | Miguel Sofer <miguel.sofer@gmail.com> | 2007-11-10 20:05:34 (GMT) |
---|---|---|
committer | Miguel Sofer <miguel.sofer@gmail.com> | 2007-11-10 20:05:34 (GMT) |
commit | e623ff4e6ad3a35bd8b2acbb416e56981286400a (patch) | |
tree | 9479d7c649628cc5f3bef02e2f89f17d371af926 /ChangeLog | |
parent | 1bb7bf057245c23fb001032ceb3df30a99b093ee (diff) | |
download | tcl-e623ff4e6ad3a35bd8b2acbb416e56981286400a.zip tcl-e623ff4e6ad3a35bd8b2acbb416e56981286400a.tar.gz tcl-e623ff4e6ad3a35bd8b2acbb416e56981286400a.tar.bz2 |
Improved failure comments for stack checks (mistachkin).
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -2,11 +2,12 @@ * generic/tclBasic.c: * generic/tclInt.h: + * tests/interp.test ( * 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. + worth the cost. Improved failure comments (mistachkin). 2007-11-10 Kevin Kenny <kennykb@acm.org> |