diff options
author | davygrvy <davygrvy@pobox.com> | 2004-04-23 07:20:09 (GMT) |
---|---|---|
committer | davygrvy <davygrvy@pobox.com> | 2004-04-23 07:20:09 (GMT) |
commit | b9fbb790fc3e89f64c1034b6ee5af4210c11d12a (patch) | |
tree | 88e958c61aa8200f45ed61a91030511bb71521d5 /ChangeLog | |
parent | f613f9eed33b82c3d712a4679fa56e3192d9e283 (diff) | |
download | tcl-b9fbb790fc3e89f64c1034b6ee5af4210c11d12a.zip tcl-b9fbb790fc3e89f64c1034b6ee5af4210c11d12a.tar.gz tcl-b9fbb790fc3e89f64c1034b6ee5af4210c11d12a.tar.bz2 |
* generic/tclInt.h:
* generic/tclThread.c:
* generic/tclEvent.c:
* unix/tclUnixThrd.c:
* win/tclWinThrd.c: Provisions made so masterLock, initLock,
allocLock and joinLock mutexes can be recovered during
Tcl_Finalize.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -5,6 +5,18 @@ another thread was ineffective if the original's stringrep had been invalidated as what happens when it gets muted to a list. + * win/tclWinTime.c: If the Tcl_ExitProc (StopCalibration) is + called from the stack frame of DllMain's PROCESS_DETACH, the + wait operation should timeout and continue. + + * generic/tclInt.h: + * generic/tclThread.c: + * generic/tclEvent.c: + * unix/tclUnixThrd.c: + * win/tclWinThrd.c: Provisions made so masterLock, initLock, + allocLock and joinLock mutexes can be recovered during + Tcl_Finalize. + 2004-04-22 Donal K. Fellows <donal.k.fellows@man.ac.uk> * doc/switch.n: Reworked the examples to be more systematically |