diff options
| author | donal.k.fellows@manchester.ac.uk <dkf> | 2011-04-18 10:19:13 (GMT) |
|---|---|---|
| committer | donal.k.fellows@manchester.ac.uk <dkf> | 2011-04-18 10:19:13 (GMT) |
| commit | c5b5452179bb9057b75085c0833c4608bbd0c1db (patch) | |
| tree | 82baf05c6b54ff4101c37e6491e9638e17e2db85 | |
| parent | f3f712e6b069477c98bf2b812d414cfa0fa967c1 (diff) | |
| download | tcl-c5b5452179bb9057b75085c0833c4608bbd0c1db.zip tcl-c5b5452179bb9057b75085c0833c4608bbd0c1db.tar.gz tcl-c5b5452179bb9057b75085c0833c4608bbd0c1db.tar.bz2 | |
[Bug 3288696]: Command summary was confusingly wrong when it came to [dict
filter] with a 'value' filter.
| -rw-r--r-- | ChangeLog | 8 | ||||
| -rw-r--r-- | doc/dict.n | 2 |
2 files changed, 7 insertions, 3 deletions
@@ -1,7 +1,11 @@ +2011-04-18 Donal K. Fellows <dkf@users.sf.net> + + * doc/dict.n: [Bug 3288696]: Command summary was confusingly wrong + when it came to [dict filter] with a 'value' filter. + 2011-04-18 Jan Nijtmans <nijtmans@users.sf.net> - * generic/tcl.h: fix for [Bug 3288345]: Wrong Tcl_StatBuf - used on MinGW. + * generic/tcl.h: [Bug 3288345]: Fix wrong Tcl_StatBuf used on MinGW. 2011-04-16 Donal K. Fellows <dkf@users.sf.net> @@ -67,7 +67,7 @@ dictionary, and a condition of \fBTCL_CONTINUE\fR is equivalent to a false result. The key/value pairs are tested in the order in which the keys were inserted into the dictionary. .TP -\fBdict filter \fIdictionaryValue \fBvalue \fIglobPattern\fR +\fBdict filter \fIdictionaryValue \fBvalue \fIglobPattern ...\fR .VS 8.6 The value rule only matches those key/value pairs whose values match any of the given patterns (in the style of \fBstring match\fR.) |
