summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2004-12-02 23:24:54 (GMT)
committerdgp <dgp@users.sourceforge.net>2004-12-02 23:24:54 (GMT)
commit280176a51c41883a5e086a971004ec6e6ab1820e (patch)
treec793de357ee6b036d50f0a0bc464a7cd38856f2d /ChangeLog
parente05bd52770456e6db2d99f2112bb78fae3619235 (diff)
downloadtcl-280176a51c41883a5e086a971004ec6e6ab1820e.zip
tcl-280176a51c41883a5e086a971004ec6e6ab1820e.tar.gz
tcl-280176a51c41883a5e086a971004ec6e6ab1820e.tar.bz2
* generic/tclUtil.c (TclSetProcessGlobalValue): Handle the case
where a ProcessGlobalValue might be assigned to itself. * generic/tclEncoding.c (MakeFileMap): Correct refcounting errors managing values returned by TclPathPart (with refCount of 1!) that led to a memory leak. [Bug 1077474].
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cf54053..1971858 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2004-12-02 Don Porter <dgp@users.sourceforge.net>
+
+ * generic/tclUtil.c (TclSetProcessGlobalValue): Handle the case
+ where a ProcessGlobalValue might be assigned to itself.
+
+ * generic/tclEncoding.c (MakeFileMap): Correct refcounting errors
+ managing values returned by TclPathPart (with refCount of 1!) that
+ led to a memory leak. [Bug 1077474].
+
2004-12-02 Vince Darley <vincentdarley@users.sourceforge.net>
* generic/tclPathObj.c: fix and new tests for [Bug 1074671] to