From 5b99eeb666f849433cb6efa302f86482b3bbf7b5 Mon Sep 17 00:00:00 2001 From: Miguel Sofer Date: Sun, 28 Mar 2004 00:48:02 +0000 Subject: * doc/array.n: added documentation for trace-realted behaviour of 'array get' [Bug 449893] --- ChangeLog | 5 +++++ doc/array.n | 5 ++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 7066a91..12c6126 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-03-27 Miguel Sofer + + * doc/array.n: added documentation for trace-realted behaviour of + 'array get' [Bug 449893] + 2004-03-26 Don Porter * README: Bumped version number to 8.5a2 to 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 -- cgit v0.12