summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2008-09-29 12:25:18 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2008-09-29 12:25:18 (GMT)
commitda82965bf2c1b65b3e1bb8e1f82e944317f0a047 (patch)
tree12a60c58fdc32b0745cb3420d12a25e183777e35 /ChangeLog
parent883a79a9d4ece9f76dbbcd5a9b7e8c6e5bd43b57 (diff)
downloadtcl-da82965bf2c1b65b3e1bb8e1f82e944317f0a047.zip
tcl-da82965bf2c1b65b3e1bb8e1f82e944317f0a047.tar.gz
tcl-da82965bf2c1b65b3e1bb8e1f82e944317f0a047.tar.bz2
TIP #313 IMPLEMENTATION
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e3c731c..2eed027 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2008-09-29 Donal K. Fellows <dkf@users.sf.net>
+ TIP #313 IMPLEMENTATION
+
+ * generic/tclCmdIL.c (Tcl_LsearchObjCmd): Added -bisect option to
+ * doc/lsearch.n, tests/lsearch.test: allow the finding of the
+ place to insert an element in a sorted list when that element is
+ not already there. [Patch 1894241]
+
TIP #318 IMPLEMENTATION
* generic/tclCmdMZ.c (StringTrimCmd,StringTrimLCmd,StringTrimRCmd):