summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2004-09-03 10:59:37 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2004-09-03 10:59:37 (GMT)
commite61f35c191941709a727ae6128a43b24a0ee5bff (patch)
tree2adfe1b98e59f30cf0d6b928e41bfbfc2f108d7b /ChangeLog
parentb49e72092fd577fecc0d9e990cba02dd67cca29f (diff)
downloadtcl-e61f35c191941709a727ae6128a43b24a0ee5bff.zip
tcl-e61f35c191941709a727ae6128a43b24a0ee5bff.tar.gz
tcl-e61f35c191941709a727ae6128a43b24a0ee5bff.tar.bz2
Stop NULL interp args from causing crashes. [Bug 1020538]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 52a456b..ae33555 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-09-03 Donal K. Fellows <donal.k.fellows@man.ac.uk>
+
+ * unix/tclUnixFCmd.c: Stop NULL interp arguments from triggering a
+ crash when an error happens. [Bug 1020538]
+
2004-09-02 Donal K. Fellows <donal.k.fellows@man.ac.uk>
* doc/lsearch.n: Clarified meaning of -dictionary. [Bug 759545]