summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKevin B Kenny <kennykb@acm.org>2004-09-07 18:21:15 (GMT)
committerKevin B Kenny <kennykb@acm.org>2004-09-07 18:21:15 (GMT)
commita8f71a729447a54a46df56f612ef6380d2a5a459 (patch)
tree24591e193d1687ec7038ee33c0ee4fc4e00139e3 /ChangeLog
parent8ead0890839dac71e9e564671c34021d61a3bf6e (diff)
downloadtcl-a8f71a729447a54a46df56f612ef6380d2a5a459.zip
tcl-a8f71a729447a54a46df56f612ef6380d2a5a459.tar.gz
tcl-a8f71a729447a54a46df56f612ef6380d2a5a459.tar.bz2
* generic/tclTimer.c: Removed a premature optimisation that
attempted to store the assoc data in the client data; the optimisation caused a bug that [after] would overwrite its imports. [Bug 1016167]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b842396..c10802c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2004-09-07 Kevin B. Kenny <kennykb@acm.org>
+
+ * generic/tclTimer.c: Removed a premature optimisation that
+ attempted to store the assoc data in the client data; the
+ optimisation caused a bug that [after] would overwrite
+ its imports. [Bug 1016167]
+
2004-09-02 Donal K. Fellows <donal.k.fellows@man.ac.uk>
* doc/lsearch.n: Clarified meaning of -dictionary. [Bug 759545]