diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2004-06-23 00:24:31 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2004-06-23 00:24:31 (GMT) |
commit | 32d847fdb1dab403a2db715367cceadad9f9e467 (patch) | |
tree | 5a154848a1901797f909f029933e19ccdb283c63 /ChangeLog | |
parent | 02be87df7fbd313cca35b5461372f13152ac7131 (diff) | |
download | tcl-32d847fdb1dab403a2db715367cceadad9f9e467.zip tcl-32d847fdb1dab403a2db715367cceadad9f9e467.tar.gz tcl-32d847fdb1dab403a2db715367cceadad9f9e467.tar.bz2 |
Version of [Patch 746578] that works with Linux and is likely to work elsewhere
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2004-06-23 Donal K. Fellows <donal.k.fellows@man.ac.uk> + + * unix/tclUnixInit.c (GetStackSize, TclpCheckStackSpace): + * unix/tclUnixThrd.c (TclpThreadGetStackSize): Added code to check + whether the C stack is about to be exceeded, from [Patch 746378] + by Joe Mistachkin but with substantial revisions. + 2004-06-22 Kevin Kenny <kennykb@acm.org> * generic/tclEvent.c (NewThreadProc): Fixed broken build on |