summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2004-10-08 21:39:15 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2004-10-08 21:39:15 (GMT)
commit435b2f0430293700795f70f619053e29dee68eaf (patch)
tree9be5e2329206006dde729e37ec344c607fa9396e /ChangeLog
parente1e6afc8e8df91158a72b2f9cdbe132b5f2a6f5a (diff)
downloadtcl-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--ChangeLog6
1 files changed, 3 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index a3030ba..3e80c4f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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...