Tcl Source Code

Artifact [f05a05ff16]
Login

Artifact f05a05ff16bb9ad462dbe2f7b5d3ea73179a6523:

Attachment "library.diff" to ticket [608055ffff] added by glennjnn 2002-09-12 04:16:47.
*** library.n	Wed Sep 11 17:04:27 2002
--- library2.n	Wed Sep 11 17:14:28 2002
***************
*** 21,27 ****
  \fBauto_qualify \fIcommand namespace\fR
  \fBauto_reset\fR
  \fBtcl_findLibrary \fIbasename version patch initScript enVarName varName\fR
! \fBparray \fIarrayName\fR
  .VS
  \fBtcl_endOfWord \fIstr start\fR
  \fBtcl_startOfNextWord \fIstr start\fR
--- 21,27 ----
  \fBauto_qualify \fIcommand namespace\fR
  \fBauto_reset\fR
  \fBtcl_findLibrary \fIbasename version patch initScript enVarName varName\fR
! \fBparray \fI?channelID? arrayName ?pattern?\fR
  .VS
  \fBtcl_endOfWord \fIstr start\fR
  \fBtcl_startOfNextWord \fIstr start\fR
***************
*** 190,200 ****
  relative to the executable file in the current build tree;
  relative to the executable file in a parallel build tree.
  .TP
! \fBparray \fIarrayName\fR
! Prints on standard output the names and values of all the elements
! in the array \fIarrayName\fR.
  \fBArrayName\fR must be an array accessible to the caller of \fBparray\fR.
  It may be either local or global.
  .TP
  \fBtcl_endOfWord \fIstr start\fR
  .VS
--- 190,203 ----
  relative to the executable file in the current build tree;
  relative to the executable file in a parallel build tree.
  .TP
! \fBparray \fI?channelId? arrayName ?pattern?\fR
! Prints on \fIchannelId\fR the names and values of all the elements
! in the array \fIarrayName\fR that match the (glob) \fIpattern\fR.
  \fBArrayName\fR must be an array accessible to the caller of \fBparray\fR.
  It may be either local or global.
+ \fIchannelId\fR defaults to \fBstdout\fR, and \fIpattern\fR defaults to
+ \fB*\fR.  See the documentation for \fBarray names\fR for information on
+ matching elements in an array.
  .TP
  \fBtcl_endOfWord \fIstr start\fR
  .VS