summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorvincentdarley <vincentdarley>2002-05-13 13:19:59 (GMT)
committervincentdarley <vincentdarley>2002-05-13 13:19:59 (GMT)
commit18b4a36a1a37a62808c9caa0b3d6eb1882c3ed65 (patch)
tree54e38ca856778879fde314424eee2707f709d2f0 /ChangeLog
parentffae2997ee93cabad7b2024b2a18767ade8b4790 (diff)
downloadtcl-18b4a36a1a37a62808c9caa0b3d6eb1882c3ed65.zip
tcl-18b4a36a1a37a62808c9caa0b3d6eb1882c3ed65.tar.gz
tcl-18b4a36a1a37a62808c9caa0b3d6eb1882c3ed65.tar.bz2
memory cleanup
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2d3dcf2..e3733c5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2002-05-13 Vince Darley <vincentdarley@users.sourceforge.net>
+
+ * generic/tclEvent.c:
+ * generic/tclIOUtil.c:
+ * generic/tclInt.h: clean up all memory allocated by the
+ filesystem, via introduction of 'TclFinalizeFilesystem'.
+ Fix bad comment also. [Fixes 555078 and 'fs' part of 543549]
+ * win/tclWinChan.c: fix comment referring to wrong function.
+
2002-05-10 Don Porter <dgp@users.sourceforge.net>
* tests/load.test: