summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2006-09-22 14:48:51 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2006-09-22 14:48:51 (GMT)
commit129dac82c4eb9e7bd9ac454758ecc8e6df80346e (patch)
tree8d11c56a35a02dd5dd649775efda77323650ac0f /ChangeLog
parent2448707dca1d9dffdab99e6db36d47f4ac849c0a (diff)
downloadtcl-129dac82c4eb9e7bd9ac454758ecc8e6df80346e.zip
tcl-129dac82c4eb9e7bd9ac454758ecc8e6df80346e.tar.gz
tcl-129dac82c4eb9e7bd9ac454758ecc8e6df80346e.tar.bz2
Fix [Bug 1562528]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 147636d..889e331 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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 Andreas Kupries <andreask@activestate.com>
* generic/tcl.decls: Implemented TIP #268, conditionally.