summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordas <das>2007-11-11 05:24:01 (GMT)
committerdas <das>2007-11-11 05:24:01 (GMT)
commitf78cde82f8d5f7c77db75ae891fe3a4ff5611fef (patch)
tree3615bd2231dfbd94da97bcea778d0ab89ac36e84 /ChangeLog
parentbbed48f843a3bbe1cd2df6a00c538d187b73370a (diff)
downloadtcl-f78cde82f8d5f7c77db75ae891fe3a4ff5611fef.zip
tcl-f78cde82f8d5f7c77db75ae891fe3a4ff5611fef.tar.gz
tcl-f78cde82f8d5f7c77db75ae891fe3a4ff5611fef.tar.bz2
* unix/tclUnixInit.c: simplify non-crosscompiled case.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 9 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 95afc48..da4110a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,18 +3,24 @@
* unix/tclUnixTime.c (TclpWideClicksToNanoseconds): fix issues with
* generic/tclInt.h: int64_t overflow.
+ * generic/tclBasic.c: fix stack check failure case if stack grows up.
+ * unix/tclUnixInit.c: simplify non-crosscompiled case.
+
+ * unix/configure: autoconf-2.59
+ * unix/tclConfig.h.in: autoheader-2.59
+
2007-11-10 Miguel Sofer <msofer@users.sf.net>
* generic/tclExecute.c: fast path for INST_LIST_INDEX when the
index is not a list.
-
- * unix/configure: autoconf 2.61
-
+
* generic/tclBasic.c:
* unix/configure.in:
* unix/tclUnixInit.c: detect stack grwoth direction at compile
time, only fall to runtime detection when crosscompiling.
+ * unix/configure: autoconf 2.61
+
* generic/tclBasic.c:
* generic/tclInt.h:
* tests/interp.test: