diff options
author | dgp <dgp@users.sourceforge.net> | 2012-06-11 17:49:12 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2012-06-11 17:49:12 (GMT) |
commit | 2b44404206c55f2894ce4b297fbce6176a70cf66 (patch) | |
tree | 2de722a252b06dbff9c8bac7239a3b99d8fcbf85 /ChangeLog | |
parent | e39d5419c36351fd1e67f48b94934998ddf15785 (diff) | |
parent | 45d29cd41c215484eaf33a4f02be315a6b1872b9 (diff) | |
download | tcl-2b44404206c55f2894ce4b297fbce6176a70cf66.zip tcl-2b44404206c55f2894ce4b297fbce6176a70cf66.tar.gz tcl-2b44404206c55f2894ce4b297fbce6176a70cf66.tar.bz2 |
3532959 Make sure the lifetime management of entries in the linePBodyPtr hash
table can tolerate either order of teardown, interp first, or Proc first.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2012-06-11 Don Porter <dgp@users.sourceforge.net> + + * generic/tclBasic.c: [Bug 3532959] Make sure the lifetime management + * generic/tclProc.c: of entries in the linePBodyPtr hash table can + * tests/proc.test: tolerate either order of teardown, interp first, + or Proc first. + 2012-06-08 Don Porter <dgp@users.sourceforge.net> * unix/configure.in: Update autogoo for gettimeofday(). |