diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2008-10-03 00:01:35 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2008-10-03 00:01:35 (GMT) |
commit | 5f4768a439995933c1aefee69f6753f04a9984c0 (patch) | |
tree | d8574173fb0bbbbc67b3cb510304789c3bad6721 /ChangeLog | |
parent | cfff639c9c08071cfdae47df0a73070c387255b7 (diff) | |
download | tcl-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-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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): |