summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2012-01-22 13:16:06 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2012-01-22 13:16:06 (GMT)
commitedc866e029899e5fc2a23621625b1a3199f9aac5 (patch)
treed225dfaed141a4070f1a15889cb6b1555e9c99b7 /ChangeLog
parent90f7079c2b9adf22d6c3cbb162df3fc985707528 (diff)
parentd40680de05ee6071b6e4579157be4d7947a53ddd (diff)
downloadtcl-edc866e029899e5fc2a23621625b1a3199f9aac5.zip
tcl-edc866e029899e5fc2a23621625b1a3199f9aac5.tar.gz
tcl-edc866e029899e5fc2a23621625b1a3199f9aac5.tar.bz2
* generic/tclDictObj.c (DictExistsCmd): [Bug 3475264]: Ensure that
errors only ever happen when insufficient arguments are supplied, and not when a path doesn't exist or a dictionary is poorly formatted (the two cases can't be easily distinguished).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 9 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 244e643..255427b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,13 @@
+2012-01-22 Donal K. Fellows <dkf@users.sf.net>
+
+ * generic/tclDictObj.c (DictExistsCmd): [Bug 3475264]: Ensure that
+ errors only ever happen when insufficient arguments are supplied, and
+ not when a path doesn't exist or a dictionary is poorly formatted (the
+ two cases can't be easily distinguished).
+
2012-01-21 Jan Nijtmans <nijtmans@users.sf.net>
- * generic/tcl.h: [Bug-3474726]: Eliminate detection of struct
+ * generic/tcl.h: [Bug 3474726]: Eliminate detection of struct
* generic/tclWinPort.h: _stat32i64, just use _stati64 in combination
* generic/tclFCmd.c: with _USE_32BIT_TIME_T, which is the same then.
* generic/tclTest.c: Only keep _stat32i64 usage for cygwin, so it
@@ -9,7 +16,7 @@
2012-01-21 Don Porter <dgp@users.sourceforge.net>
- * generic/tclCmdMZ.c: [Bug 3475667] Prevent buffer read overflow.
+ * generic/tclCmdMZ.c: [Bug 3475667]: Prevent buffer read overflow.
Thanks to "sebres" for the report and fix.
2012-01-17 Donal K. Fellows <dkf@users.sf.net>