diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-04-03 13:26:16 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-04-03 13:26:16 (GMT) |
commit | f3532321f9bb93e5b462e1fbcbdef01d7cc2dadb (patch) | |
tree | ab8a029e357ef92e634c80d00a6ee43daf33ddfa /ChangeLog | |
parent | 0a5be3c5d46094822c558e5b07351553b781ad35 (diff) | |
parent | 4022ee61194caa869032f4f6453662d0f2540ae7 (diff) | |
download | tcl-f3532321f9bb93e5b462e1fbcbdef01d7cc2dadb.zip tcl-f3532321f9bb93e5b462e1fbcbdef01d7cc2dadb.tar.gz tcl-f3532321f9bb93e5b462e1fbcbdef01d7cc2dadb.tar.bz2 |
[Bug 3205320]: stack space detection defeated by inlining. Now fixed in the cross-compile case as well.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -1,4 +1,10 @@ -2013-03-29 Don Porter <dgp@users.sourceforge.net> +2013-04-03 Jan Nijtmans <nijtmans@users.sf.net> + + * unix/tclUnixInit.c: [Bug 3205320]: stack space detection + defeated by inlining. Now fixed in the cross-compile + case as well. + +2013-04-03 Don Porter <dgp@users.sourceforge.net> *** 8.5.14 TAGGED FOR RELEASE *** |