summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2003-04-07 12:39:00 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2003-04-07 12:39:00 (GMT)
commitb9bef57682b6ea3902bc232a3364abb563ebde59 (patch)
tree432a791fe8280d957cf19e15d843b11df8320fa4 /ChangeLog
parentd0a21c54ad4d13296bcc9f3294c4ebb63327734a (diff)
downloadtcl-b9bef57682b6ea3902bc232a3364abb563ebde59.zip
tcl-b9bef57682b6ea3902bc232a3364abb563ebde59.tar.gz
tcl-b9bef57682b6ea3902bc232a3364abb563ebde59.tar.bz2
Stopped compilers from moaning about switch fall-through. [Bug 716327]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c9098b7..4899c73 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2003-04-07 Donal K. Fellows <zzcgudf@ernie.mvc.mcc.ac.uk>
+
+ * generic/tclDictObj.c (Tcl_DictObjCmd): Stopped compilers from
+ moaning about switch fall-through. [Bug 716327]
+
2003-04-07 Donal K. Fellows <fellowsd@cs.man.ac.uk>
* tests/dict.test (dict-2.6):