summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2008-10-03 00:01:35 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2008-10-03 00:01:35 (GMT)
commit5f4768a439995933c1aefee69f6753f04a9984c0 (patch)
treed8574173fb0bbbbc67b3cb510304789c3bad6721 /ChangeLog
parentcfff639c9c08071cfdae47df0a73070c387255b7 (diff)
downloadtcl-5f4768a439995933c1aefee69f6753f04a9984c0.zip
tcl-5f4768a439995933c1aefee69f6753f04a9984c0.tar.gz
tcl-5f4768a439995933c1aefee69f6753f04a9984c0.tar.bz2
Implemented TIP#195 - tcl::prefix command. [Patch 1040206]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3332bd0..f30ca11 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2008-10-03 Donal K. Fellows <dkf@users.sf.net>
+ TIP #195 IMPLEMENTATION
+
+ * generic/tclIndexObj.c (TclGetIndexFromObjList, PrefixMatchObjCmd)
+ * doc/prefix.n, tests/string.test: Added [tcl::prefix] command for
+ working with prefixes of strings at the Tcl level. [Patch 1040206]
+
TIP #265 IMPLEMENTATION
* generic/tclIndexObj.c (Tcl_ParseArgsObjv, PrintUsage):