summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2003-02-27 16:01:46 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2003-02-27 16:01:46 (GMT)
commitc1eba82515c8db80a9098d7325d5940c203264e7 (patch)
treebefea6f4d22586dd3a2966059d784f1154032975 /ChangeLog
parent4873c79487937794dde949506edacf8e5372b9f0 (diff)
downloadtcl-c1eba82515c8db80a9098d7325d5940c203264e7.zip
tcl-c1eba82515c8db80a9098d7325d5940c203264e7.tar.gz
tcl-c1eba82515c8db80a9098d7325d5940c203264e7.tar.bz2
Stop [lsearch -start 0 {} x] from crashing. [Bug #694232]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 14286db..5b41e88 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2003-02-27 Donal K. Fellows <fellowsd@cs.man.ac.uk>
+
+ * tests/lsearch.test (lsearch-10.7):
+ * generic/tclCmdIL.c (Tcl_LsearchObjCmd): Stopped -start option
+ from causing an option when used with an empty list. [Bug #694232]
+
2003-02-26 Chengye Mao <chengye.geo@yahoo.com>
* win/tclWinInit.c: fixed a bug in TclpSetVariables by initializing