summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2002-02-28 00:53:32 (GMT)
committerdgp <dgp@users.sourceforge.net>2002-02-28 00:53:32 (GMT)
commitdfa5329058b763cbe42687ceba9095b5b13c5c2a (patch)
tree73f3e2e794f7287ca5173f2582836a8419ec9e3b /ChangeLog
parent7b4c011ac00349355a6805ea3f30f8f02f5e9169 (diff)
downloadtcl-dfa5329058b763cbe42687ceba9095b5b13c5c2a.zip
tcl-dfa5329058b763cbe42687ceba9095b5b13c5c2a.tar.gz
tcl-dfa5329058b763cbe42687ceba9095b5b13c5c2a.tar.bz2
* generic/tclMain.c (Tcl_Main,StdinProc): Corrected some reference
count management errors on the interactive commandPtr Tcl_Obj found by Purify. Thanks to Jeff Hobbs for the report and assistance.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b24bcc2..23517ac 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2002-02-27 Don Porter <dgp@users.sourceforge.net>
+
+ * generic/tclMain.c (Tcl_Main,StdinProc): Corrected some reference
+ count management errors on the interactive command Tcl_Obj found by
+ Purify. Thanks to Jeff Hobbs for the report and assistance.
+
2002-02-27 Jeff Hobbs <jeffh@ActiveState.com>
* generic/tclBasic.c (Tcl_EvalTokensStandard): corrected mem leak