summaryrefslogtreecommitdiffstats
path: root/changes
diff options
context:
space:
mode:
authormdejong <mdejong@noemail.net>2002-11-07 02:19:14 (GMT)
committermdejong <mdejong@noemail.net>2002-11-07 02:19:14 (GMT)
commitd9b3693a3f344c73aac2f7f677f516354f6be93f (patch)
tree630be4f38fd652de489bd1382a2ab1037b97c68b /changes
parent5eaa499a632bc6ecd456ac1faa409fdef624e070 (diff)
downloadtcl-d9b3693a3f344c73aac2f7f677f516354f6be93f.zip
tcl-d9b3693a3f344c73aac2f7f677f516354f6be93f.tar.gz
tcl-d9b3693a3f344c73aac2f7f677f516354f6be93f.tar.bz2
* changes: Note TclInExit TclInThreadExit changes.
FossilOrigin-Name: 27efec220f6259feac0ce9e0be9521a5b3ad80e4
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 ***