diff options
author | hobbs <hobbs> | 2004-07-21 01:30:56 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2004-07-21 01:30:56 (GMT) |
commit | 1421351399efa280f6108d55bc38c5bc90051dcc (patch) | |
tree | 485b0b4f6b33aad1eb86cc5ec0ddf7c71966fd7c /ChangeLog | |
parent | 3d2e7995dd6ea56840a0c4a2c00466ae914251db (diff) | |
download | tcl-1421351399efa280f6108d55bc38c5bc90051dcc.zip tcl-1421351399efa280f6108d55bc38c5bc90051dcc.tar.gz tcl-1421351399efa280f6108d55bc38c5bc90051dcc.tar.bz2 |
* generic/tclEvent.c: Correct threaded obj allocator to
* generic/tclInt.h: fully cleanup on exit and allow for
* generic/tclThreadAlloc.c: reinitialization. [Bug #736426]
* unix/tclUnixThrd.c: (mistachkin, kenny)
* win/tclWinThrd.c:
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2004-07-20 Jeff Hobbs <jeffh@ActiveState.com> + + * generic/tclEvent.c: Correct threaded obj allocator to + * generic/tclInt.h: fully cleanup on exit and allow for + * generic/tclThreadAlloc.c: reinitialization. [Bug #736426] + * unix/tclUnixThrd.c: (mistachkin, kenny) + * win/tclWinThrd.c: + 2004-07-20 Daniel Steffen <das@users.sourceforge.net> * unix/tcl.m4: fixed Darwin autoconf breakage caused by |