summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJoe Mistachkin <joe@mistachkin.com>2003-05-13 09:57:38 (GMT)
committerJoe Mistachkin <joe@mistachkin.com>2003-05-13 09:57:38 (GMT)
commitda2585a3986e433ef3d2fc269b67e6958499203f (patch)
tree916fee9988e480bc11268aa83cd81b06c59ed51d /ChangeLog
parentb5af58fb48b98becd450e3d7b1e9753d3154d7b9 (diff)
downloadtcl-da2585a3986e433ef3d2fc269b67e6958499203f.zip
tcl-da2585a3986e433ef3d2fc269b67e6958499203f.tar.gz
tcl-da2585a3986e433ef3d2fc269b67e6958499203f.tar.bz2
fix for [Bug 732477]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index eca2217..c83cdda 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2003-05-13 Joe Mistachkin <joe@mistachkin.com>
+
+ * generic/tcl.decls: Changed Tcl_JoinThread parameter name from
+ * generic/tclDecls.h: "id" to "threadId". [Bug 732477]
+ * unix/tclUnixThrd.c:
+ * win/tclWinThrd.c:
+ * mac/tclMacThrd.c:
+
2003-05-13 Daniel Steffen <das@users.sourceforge.net>
* generic/tcl.decls: