diff options
author | Joe Mistachkin <joe@mistachkin.com> | 2006-08-29 05:33:35 (GMT) |
---|---|---|
committer | Joe Mistachkin <joe@mistachkin.com> | 2006-08-29 05:33:35 (GMT) |
commit | 3faa694500b76066d4dcc0917f145042350d7910 (patch) | |
tree | bf318afb1cf6557594658ad2b9d57fa03d8ba8ca /ChangeLog | |
parent | 4ddcec561c505418f8a373d83ac40a7c31782b15 (diff) | |
download | tcl-3faa694500b76066d4dcc0917f145042350d7910.zip tcl-3faa694500b76066d4dcc0917f145042350d7910.tar.gz tcl-3faa694500b76066d4dcc0917f145042350d7910.tar.bz2 |
Fix for stack.test failures on FreeBSD
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2006-08-29 Joe Mistachkin <joe@mistachkin.com> + + * unix/tclUnixInit.c: Fixed the issue (typo) that was causing + * unix/tclUnixThrd.c (TclpThreadGetStackSize): stack.test to + fail on FreeBSD (and possibly other Unix platforms). + 2006-08-29 Colin McCormack <coldstore@users.sourceforge.net> * generic/tclIOUtil.c: Added test for NULL return |