summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2002-04-12 06:33:37 (GMT)
committerhobbs <hobbs>2002-04-12 06:33:37 (GMT)
commit0634a8c40f890db10df91a2e23e592bbba39c71c (patch)
tree114a77adb5c393787eaef93f1f035d83486a613f /ChangeLog
parentaaf974ae1e59393c744e995913b87ae18ddd5afa (diff)
downloadtcl-0634a8c40f890db10df91a2e23e592bbba39c71c.zip
tcl-0634a8c40f890db10df91a2e23e592bbba39c71c.tar.gz
tcl-0634a8c40f890db10df91a2e23e592bbba39c71c.tar.bz2
see ChangeLog
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 08523b4..0cd2f0d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.