summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMiguel Sofer <miguel.sofer@gmail.com>2004-03-28 00:48:02 (GMT)
committerMiguel Sofer <miguel.sofer@gmail.com>2004-03-28 00:48:02 (GMT)
commit5b99eeb666f849433cb6efa302f86482b3bbf7b5 (patch)
treec9f2c32c39d43662ca444de139dd41a1d3080599 /doc
parent4e3608415aa9082c1a8cd37847f61a29d826b14b (diff)
downloadtcl-5b99eeb666f849433cb6efa302f86482b3bbf7b5.zip
tcl-5b99eeb666f849433cb6efa302f86482b3bbf7b5.tar.gz
tcl-5b99eeb666f849433cb6efa302f86482b3bbf7b5.tar.bz2
* doc/array.n: added documentation for trace-realted behaviour of
'array get' [Bug 449893]
Diffstat (limited to 'doc')
-rw-r--r--doc/array.n5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/array.n b/doc/array.n
index 969d013..1ef31e8 100644
--- a/doc/array.n
+++ b/doc/array.n
@@ -5,7 +5,7 @@
'\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\"
-'\" RCS: @(#) $Id: array.n,v 1.11 2003/07/15 22:21:26 dkf Exp $
+'\" RCS: @(#) $Id: array.n,v 1.12 2004/03/28 00:48:03 msofer Exp $
'\"
.so man.macros
.TH array n 8.3 Tcl "Tcl Built-In Commands"
@@ -62,6 +62,9 @@ match \fIpattern\fR (using the matching rules of
\fBstring match\fR) are included.
If \fIarrayName\fR isn't the name of an array variable, or if
the array contains no elements, then an empty list is returned.
+If traces on the array modify the list of elements, the elements
+returned are those that exist both before and after the call to
+\fBarray get\fR.
.TP
\fBarray names \fIarrayName\fR ?\fImode\fR? ?\fIpattern\fR?
Returns a list containing the names of all of the elements in