summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMiguel Sofer <miguel.sofer@gmail.com>2007-11-10 22:24:12 (GMT)
committerMiguel Sofer <miguel.sofer@gmail.com>2007-11-10 22:24:12 (GMT)
commit6e7b0d042d8e2395df7a6408768fde12c23abdae (patch)
tree566675aa0f9a8b20448e3bc3c1b1726ad3c82f0e /ChangeLog
parentdb8435f4f6d903ab177a991ed393676493928b77 (diff)
downloadtcl-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--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 46cf11a..da46e58 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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: