summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2002-11-27 02:54:00 (GMT)
committerhobbs <hobbs>2002-11-27 02:54:00 (GMT)
commit5e260bfcf308392a0b7edc1308c8b0d3a84b9031 (patch)
treed6ad4a631bdc226f83f91d104da45ffaaacbfdb3 /ChangeLog
parent47eb3c6b6563c2f189a8a1c5b490b726de05f4d9 (diff)
downloadtcl-5e260bfcf308392a0b7edc1308c8b0d3a84b9031.zip
tcl-5e260bfcf308392a0b7edc1308c8b0d3a84b9031.tar.gz
tcl-5e260bfcf308392a0b7edc1308c8b0d3a84b9031.tar.bz2
* generic/tclInterp.c (AliasCreate): preserve/release interps to
prevent possible FMR error in bad alias cases.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9a6d774..1d73e16 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2002-11-26 Jeff Hobbs <jeffh@ActiveState.com>
+
+ * generic/tclEncoding.c (TclFinalizeEncodingSubsystem): properly
+ cleanup all encodings by using Tcl_FirstHashEntry in the while loop.
+
+ * unix/Makefile.in (valgrind): add simple valgrind target
+
+ * tests/exec.test: unset path var to allow singleproc testing
+
+ * generic/tclInterp.c (AliasCreate): preserve/release interps to
+ prevent possible FMR error in bad alias cases.
+
2002-11-26 David Gravereaux <davygrvy@pobox.com>
* win/tclWinPort.h: