summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2004-10-08 21:10:33 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2004-10-08 21:10:33 (GMT)
commite1e6afc8e8df91158a72b2f9cdbe132b5f2a6f5a (patch)
treee8c87fd52c9b491ee64a9079303406a1f5b100e8 /ChangeLog
parent188cbbf97a74ee64a4df069443432ef1d9255a29 (diff)
downloadtcl-e1e6afc8e8df91158a72b2f9cdbe132b5f2a6f5a.zip
tcl-e1e6afc8e8df91158a72b2f9cdbe132b5f2a6f5a.tar.gz
tcl-e1e6afc8e8df91158a72b2f9cdbe132b5f2a6f5a.tar.bz2
Basic tests for TIPs #201 and #212
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 203ee3b..a3030ba 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2004-10-08 Donal K. Fellows <donal.k.fellows@man.ac.uk>
+ * 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'