diff options
author | Miguel Sofer <miguel.sofer@gmail.com> | 2007-11-13 17:13:07 (GMT) |
---|---|---|
committer | Miguel Sofer <miguel.sofer@gmail.com> | 2007-11-13 17:13:07 (GMT) |
commit | 0d8c9236b0313ae5529b1dc4c6600722584c0d07 (patch) | |
tree | 7bf5b207533174b7f89e8ecacb4bd52d5ae2d4c1 /ChangeLog | |
parent | 106bfb35165b65c6a2dc1920ad7d52b8bec71659 (diff) | |
download | tcl-0d8c9236b0313ae5529b1dc4c6600722584c0d07.zip tcl-0d8c9236b0313ae5529b1dc4c6600722584c0d07.tar.gz tcl-0d8c9236b0313ae5529b1dc4c6600722584c0d07.tar.bz2 |
* unix/tclUnixInit.c: the TCL_NO_STACK_CHECK was being incorrectly
undefined here; this should be set (or not) in the compile
options, it is used elsewhere and needs to be consistent.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2007-11-13 Miguel Sofer <msofer@users.sf.net> + + * unix/tclUnixInit.c: the TCL_NO_STACK_CHECK was being incorrectly + undefined here; this should be set (or not) in the compile + options, it is used elsewhere and needs to be consistent. + 2007-11-13 Pat Thoyts <patthoyts@users.sourceforge.net> * unix/tcl.m4: Added autoconf goo to detect and make use of |