From 514ef098df503939a84e7dc12f1c8e76763bf83c Mon Sep 17 00:00:00 2001 From: mdejong Date: Thu, 7 Nov 2002 02:19:15 +0000 Subject: * changes: Note TclInExit TclInThreadExit changes. --- ChangeLog | 1 + changes | 7 ++++++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index c3611ad..9cab6d3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,6 @@ 2002-11-06 Mo DeJong + * 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. 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 *** -- cgit v0.12