summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@noemail.net>2002-05-31 23:21:10 (GMT)
committerdgp <dgp@noemail.net>2002-05-31 23:21:10 (GMT)
commit5b29dbb31c7555be0a146b4b96ebdff1af4a24c7 (patch)
tree27a2809e0a1766bf5015a05b4dface14820c48dc /ChangeLog
parente96af829a329e7803cebebfea974961171f4998c (diff)
downloadtcl-5b29dbb31c7555be0a146b4b96ebdff1af4a24c7.zip
tcl-5b29dbb31c7555be0a146b4b96ebdff1af4a24c7.tar.gz
tcl-5b29dbb31c7555be0a146b4b96ebdff1af4a24c7.tar.bz2
* Fixed leak of slave interp in [pkg_mkIndex].
Thanks to Helmut for report. [Bug 550534] FossilOrigin-Name: 1736e8e641c5c6dad5aa4f61c2178c17b6575397
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 851b9c6..2a09525 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2002-05-31 Don Porter <dgp@users.sourceforge.net>
+ * library/package.tcl: Fixed leak of slave interp in [pkg_mkIndex].
+ Thanks to Helmut for report. [Bug 550534]
+
* tests/io.test:
* tests/main.test: Use the "stdio" constraint to control whether
an [open "|[interpreter]"] is attempted.