diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2004-10-08 21:39:15 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2004-10-08 21:39:15 (GMT) |
commit | 435b2f0430293700795f70f619053e29dee68eaf (patch) | |
tree | 9be5e2329206006dde729e37ec344c607fa9396e /ChangeLog | |
parent | e1e6afc8e8df91158a72b2f9cdbe132b5f2a6f5a (diff) | |
download | tcl-435b2f0430293700795f70f619053e29dee68eaf.zip tcl-435b2f0430293700795f70f619053e29dee68eaf.tar.gz tcl-435b2f0430293700795f70f619053e29dee68eaf.tar.bz2 |
Docs for TIP#201 and TIP#212; this allows these TIPs to become Final
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,15 +1,15 @@ 2004-10-08 Donal K. Fellows <donal.k.fellows@man.ac.uk> - * tests/expr.test: Basic tests of 'in' and 'ni' behaviour. + TIP#201 AND TIP#212 IMPLEMENTATIONS + * doc/dict.n, doc/expr.n: Documentation for new functionality. + * tests/expr.test: Basic tests of 'in' and 'ni' behaviour. * tests/dict.test (dict-21.*,dict-22.*): Tests for [dict update] and [dict with]. - * generic/tclExecute.c (TclExecuteByteCode): Implementation of the INST_LIST_IN and INST_LIST_NOT_IN bytecodes. * generic/tclParseExpr.c (GetLexeme): Parse the 'in' and 'ni' operators for TIP#201. - * generic/tclDictObj.c (DictUpdateCmd,DictWithCmd): Core of implementation of TIP#212; docs and tests still to do... |