diff options
author | hobbs <hobbs> | 2002-04-12 06:33:37 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2002-04-12 06:33:37 (GMT) |
commit | 0634a8c40f890db10df91a2e23e592bbba39c71c (patch) | |
tree | 114a77adb5c393787eaef93f1f035d83486a613f | |
parent | aaf974ae1e59393c744e995913b87ae18ddd5afa (diff) | |
download | tcl-0634a8c40f890db10df91a2e23e592bbba39c71c.zip tcl-0634a8c40f890db10df91a2e23e592bbba39c71c.tar.gz tcl-0634a8c40f890db10df91a2e23e592bbba39c71c.tar.bz2 |
see ChangeLog
-rw-r--r-- | ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -1,3 +1,18 @@ +2002-04-11 Jeff Hobbs <jeffh@ActiveState.com> + + * generic/tclNotify.c (TclFinalizeNotifier): remove remaining + unserviced events on finalization. + + * win/tcl.m4: Enabled COFF as well as CV style debug info with + --enable-symbols to allow Dr. Watson users to see function info. + More info on debugging levels can be obtained at: + http://msdn.microsoft.com/library/en-us/dnvc60/html/gendepdebug.asp + + * tests/ioCmd.test: fixed iocmd-8.15 to have mac and unixPc variants. + + * generic/tclParse.c (Tcl_ParseVar): conditionally incr obj + refcount to prevent possible mem leak. + 2002-04-08 Daniel Steffen <das@users.sourceforge.net> * generic/tcl.h: no <sys/types.h> on mac. |