diff options
author | das <das> | 2006-10-13 04:54:16 (GMT) |
---|---|---|
committer | das <das> | 2006-10-13 04:54:16 (GMT) |
commit | aa68b77f6af4b4ca253e84ff63b3f600ce587a13 (patch) | |
tree | 2e515d8d08500e6ea7688d44d85de2b244a426d9 /ChangeLog | |
parent | b4a8d2a766c34971890c00827d75474e43c68c3d (diff) | |
download | tcl-aa68b77f6af4b4ca253e84ff63b3f600ce587a13.zip tcl-aa68b77f6af4b4ca253e84ff63b3f600ce587a13.tar.gz tcl-aa68b77f6af4b4ca253e84ff63b3f600ce587a13.tar.bz2 |
* unix/tclUnixThrd.c (TclpThreadGetStackSize): on Darwin, use
* unix/tcl.m4: pthread_get_stacksize_np() API to get thread stack size.
* unix/configure: autoconf-2.59
* unix/tclConfig.h.in: autoheader-2.59
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2006-10-13 Daniel Steffen <das@users.sourceforge.net> + + * unix/tclUnixThrd.c (TclpThreadGetStackSize): on Darwin, use + * unix/tcl.m4: pthread_get_stacksize_np() API to get thread stack size. + * unix/configure: autoconf-2.59 + * unix/tclConfig.h.in: autoheader-2.59 + 2006-10-12 Miguel Sofer <msofer@users.sf.net> * generic/tclInterp.c (ApplyObjCmd): |