diff options
author | das <das> | 2007-11-11 05:24:01 (GMT) |
---|---|---|
committer | das <das> | 2007-11-11 05:24:01 (GMT) |
commit | f78cde82f8d5f7c77db75ae891fe3a4ff5611fef (patch) | |
tree | 3615bd2231dfbd94da97bcea778d0ab89ac36e84 /ChangeLog | |
parent | bbed48f843a3bbe1cd2df6a00c538d187b73370a (diff) | |
download | tcl-f78cde82f8d5f7c77db75ae891fe3a4ff5611fef.zip tcl-f78cde82f8d5f7c77db75ae891fe3a4ff5611fef.tar.gz tcl-f78cde82f8d5f7c77db75ae891fe3a4ff5611fef.tar.bz2 |
* unix/tclUnixInit.c: simplify non-crosscompiled case.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 9 insertions, 3 deletions
@@ -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: |