diff options
author | Kevin B Kenny <kennykb@acm.org> | 2004-09-07 18:21:15 (GMT) |
---|---|---|
committer | Kevin B Kenny <kennykb@acm.org> | 2004-09-07 18:21:15 (GMT) |
commit | a8f71a729447a54a46df56f612ef6380d2a5a459 (patch) | |
tree | 24591e193d1687ec7038ee33c0ee4fc4e00139e3 /ChangeLog | |
parent | 8ead0890839dac71e9e564671c34021d61a3bf6e (diff) | |
download | tcl-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-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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] |