diff options
author | hobbs <hobbs> | 2001-10-03 18:28:05 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2001-10-03 18:28:05 (GMT) |
commit | 5becf564cc065f5753e80042445d4217582b7860 (patch) | |
tree | 7197a0899049dc41eb8a68e3811e7a0665778fa9 /ChangeLog | |
parent | c622ab36f0c151a67ccaaa9ddc428330c9c460fa (diff) | |
download | tcl-5becf564cc065f5753e80042445d4217582b7860.zip tcl-5becf564cc065f5753e80042445d4217582b7860.tar.gz tcl-5becf564cc065f5753e80042445d4217582b7860.tar.bz2 |
* generic/tclEvent.c (Tcl_FinalizeThread): moved freeing of
tclLibraryPath to before the thread exit handlers are called.
Slight modification to change on 2001-09-24.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2001-10-03 Jeff Hobbs <jeffh@ActiveState.com> + + * generic/tclEvent.c (Tcl_FinalizeThread): moved freeing of + tclLibraryPath to before the thread exit handlers are called. + Slight modification to change on 2001-09-24. + 2001-10-01 Jeff Hobbs <jeffh@ActiveState.com> * win/configure: regen'ed |