diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2002-03-06 11:28:08 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2002-03-06 11:28:08 (GMT) |
commit | e4b884c4fa1756e7818c02382f806000cd2ea5e5 (patch) | |
tree | 78d571981bb53b263276bc091d7bb36d14992feb /ChangeLog | |
parent | e74b0de3694e8841aa1312d1b6bd69cad7a87a97 (diff) | |
download | tcl-e4b884c4fa1756e7818c02382f806000cd2ea5e5.zip tcl-e4b884c4fa1756e7818c02382f806000cd2ea5e5.tar.gz tcl-e4b884c4fa1756e7818c02382f806000cd2ea5e5.tar.bz2 |
TIP#81 implementation, tests and docs
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2002-03-06 Donal K. Fellows <fellowsd@cs.man.ac.uk> + + * doc/lsearch.n: Documentation of new features, plus examples. + * tests/lsearch.test: Tests of new features. + * generic/tclCmdIL.c (Tcl_LsearchObjCmd): TIP#80 support. See + http://purl.org/tcl/tip/80 for details. + 2002-03-05 Jeff Hobbs <jeffh@ActiveState.com> *** 8.4a4 TAGGED FOR RELEASE *** |