diff options
author | Miguel Sofer <miguel.sofer@gmail.com> | 2007-11-10 22:24:12 (GMT) |
---|---|---|
committer | Miguel Sofer <miguel.sofer@gmail.com> | 2007-11-10 22:24:12 (GMT) |
commit | 6e7b0d042d8e2395df7a6408768fde12c23abdae (patch) | |
tree | 566675aa0f9a8b20448e3bc3c1b1726ad3c82f0e /ChangeLog | |
parent | db8435f4f6d903ab177a991ed393676493928b77 (diff) | |
download | tcl-6e7b0d042d8e2395df7a6408768fde12c23abdae.zip tcl-6e7b0d042d8e2395df7a6408768fde12c23abdae.tar.gz tcl-6e7b0d042d8e2395df7a6408768fde12c23abdae.tar.bz2 |
* generic/tclBasic.c:
* unix/configure.in:
* unix/tclUnixInit.c: detect stack grwoth direction at compile
time, only fall to runtime detection when crosscompiling.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -6,6 +6,11 @@ 2007-11-10 Miguel Sofer <msofer@users.sf.net> * generic/tclBasic.c: + * unix/configure.in: + * unix/tclUnixInit.c: detect stack grwoth direction at compile + time, only fall to runtime detection when crosscompiling. + + * generic/tclBasic.c: * generic/tclInt.h: * tests/interp.test: * unix/tclUnixInit.c: |