summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2007-06-08 20:41:24 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2007-06-08 20:41:24 (GMT)
commite2f893c45dbe2a557d9cd795832810381969813b (patch)
tree7e7b341aacb8a9f8b288e1ea7632a18d9e28aeda /ChangeLog
parent7658f9b25629d3a098ccd7eb0a5d9e5b79d0a5af (diff)
downloadtcl-e2f893c45dbe2a557d9cd795832810381969813b.zip
tcl-e2f893c45dbe2a557d9cd795832810381969813b.tar.gz
tcl-e2f893c45dbe2a557d9cd795832810381969813b.tar.bz2
Make [string first] and [string last] clearer
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ae9e7f6..f71dbd2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2007-06-08 Donal K. Fellows <dkf@users.sf.net>
+
+ * generic/tclCmdMZ.c (Tcl_StringObjCmd): Changed [string first] and
+ * doc/string.n: [string last] so that they have clearer descriptions
+ for those people who know the adage about needles and haystacks. This
+ follows suggestions on comp.lang.tcl...
+
2007-06-06 Miguel Sofer <msofer@users.sf.net>
* generic/tclParse.c: fix for uninit read [Bug 1732414].