summaryrefslogtreecommitdiffstats
path: root/changes
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 /changes
parent3e430e0f904e6835386a38276d1e7db4abe08e01 (diff)
downloadtcl-514ef098df503939a84e7dc12f1c8e76763bf83c.zip
tcl-514ef098df503939a84e7dc12f1c8e76763bf83c.tar.gz
tcl-514ef098df503939a84e7dc12f1c8e76763bf83c.tar.bz2
* changes: Note TclInExit TclInThreadExit changes.
Diffstat (limited to 'changes')
-rw-r--r--changes7
1 files changed, 6 insertions, 1 deletions
diff --git a/changes b/changes
index fb79b1f..397d78a 100644
--- a/changes
+++ b/changes
@@ -1,6 +1,6 @@
Recent user-visible changes to Tcl:
-RCS: @(#) $Id: changes,v 1.74 2002/10/22 19:17:19 hobbs Exp $
+RCS: @(#) $Id: changes,v 1.75 2002/11/07 02:19:16 mdejong Exp $
1. No more [command1] [command2] construct for grouping multiple
commands on a single command line.
@@ -5664,3 +5664,8 @@ dirs to tcl_pkgPath: @executable_path/../Frameworks and
in DYLD_FRAMEWORK_PATH (if set). (steffen)
--- Released 8.4.1, October 22, 2002 --- See ChangeLog for details ---
+
+2001-11-6 (feature enhancement) added new TclInThreadExit function to
+test for thread exit vs whole process exit condition. The TclInExit
+function now correctly returns 1 during Tcl_Finalize processing. (mdejong)
+ *** POTENTIAL INCOMPATIBILITY ***