diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2006-09-22 14:45:48 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2006-09-22 14:45:48 (GMT) |
commit | 881fdb141e92e3ea0b7b72197ad32d992f78195c (patch) | |
tree | fe3cc0ced30b272142c976f51a96b394f77ab472 /ChangeLog | |
parent | 2ee60d27da9fef65d3ffb28c901bd174911d991d (diff) | |
download | tcl-881fdb141e92e3ea0b7b72197ad32d992f78195c.zip tcl-881fdb141e92e3ea0b7b72197ad32d992f78195c.tar.gz tcl-881fdb141e92e3ea0b7b72197ad32d992f78195c.tar.bz2 |
Fix [Bug 1562528]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2006-09-22 Donal K. Fellows <donal.k.fellows@man.ac.uk> + + * generic/tclThreadTest.c (TclCreateThread): Use NULL instead of 0 as + end-of-strings marker to Tcl_AppendResult; the difference matters on + 64-bit machines. [Bug 1562528] + 2006-09-21 Don Porter <dgp@users.sourceforge.net> * generic/tclUtil.c: Dropped ParseInteger() routine. |