summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormdejong <mdejong>2002-11-07 02:19:15 (GMT)
committermdejong <mdejong>2002-11-07 02:19:15 (GMT)
commit514ef098df503939a84e7dc12f1c8e76763bf83c (patch)
tree630be4f38fd652de489bd1382a2ab1037b97c68b /ChangeLog
parent3e430e0f904e6835386a38276d1e7db4abe08e01 (diff)
downloadtcl-514ef098df503939a84e7dc12f1c8e76763bf83c.zip
tcl-514ef098df503939a84e7dc12f1c8e76763bf83c.tar.gz
tcl-514ef098df503939a84e7dc12f1c8e76763bf83c.tar.bz2
* changes: Note TclInExit TclInThreadExit changes.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c3611ad..9cab6d3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,6 @@
2002-11-06 Mo DeJong <mdejong@users.sourceforge.net>
+ * changes: Note TclInExit TclInThreadExit changes.
* generic/tclEvent.c (TclInExit, TclInThreadExit):
Split out functionality of TclInExit to make it
clear which one should be called in each situation.