summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2005-12-09 14:13:00 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2005-12-09 14:13:00 (GMT)
commit4fdc73733207bd69ff17bc8c150e026e35accb5b (patch)
treec9b1f7c208357166b5f3fd3a3785d43c70f45f3b /ChangeLog
parent9a0b2f10b4c17659126642ca9fd595b75464d292 (diff)
downloadtcl-4fdc73733207bd69ff17bc8c150e026e35accb5b.zip
tcl-4fdc73733207bd69ff17bc8c150e026e35accb5b.tar.gz
tcl-4fdc73733207bd69ff17bc8c150e026e35accb5b.tar.bz2
Fix [Bug 1374778]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d51d147..d1085aa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2005-12-09 Donal K. Fellows <donal.k.fellows@manchester.ac.uk>
+
+ * tests/lsearch.test (lsearch-10.8..10): If the -start is off the end,
+ * generic/tclCmdIL.c (Tcl_LsearchObjCmd): searching should find
+ nothing at all. [Bug 1374778]
+
2005-12-08 Jeff Hobbs <jeffh@ActiveState.com>
* win/Makefile.in, win/makefile.vc: Add Win x64 and CE build support