diff options
-rw-r--r-- | ChangeLog | 12 | ||||
-rw-r--r-- | doc/string.n | 4 |
2 files changed, 10 insertions, 6 deletions
@@ -1,3 +1,7 @@ +2005-03-07 Donal K. Fellows <dkf@users.sf.net> + + * doc/string.n: Minor typo. [Bug 1158247] + 2005-03-07 Miguel Sofer <msofer@users.sf.net> * generic/tclExecute.c: new peephole optimisation for INST_PUSH1; @@ -11,11 +15,11 @@ 2005-02-24 Don Porter <dgp@users.sourceforge.net> - * library/tcltest/tcltest.tcl: Better use of [glob -types] to avoid - * tests/tcltest.test: failed attempts to [source] a directory, and - similar matters. Thanks to "mpettigr". [Bug 1119798] + * library/tcltest/tcltest.tcl: Better use of [glob -types] to avoid + * tests/tcltest.test: failed attempts to [source] a directory, and + similar matters. Thanks to "mpettigr". [Bug 1119798] - * library/tcltest/pkgIndex.tcl: Bump to tcltest 2.2.8 + * library/tcltest/pkgIndex.tcl: Bump to tcltest 2.2.8 * unix/Makefile.in: * win/Makefile.in: diff --git a/doc/string.n b/doc/string.n index 74fae5a..7d46ccb 100644 --- a/doc/string.n +++ b/doc/string.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: string.n,v 1.25 2005/01/13 11:13:17 dkf Exp $ +'\" RCS: @(#) $Id: string.n,v 1.26 2005/03/07 21:38:10 dkf Exp $ '\" .so man.macros .TH string n 8.1 Tcl "Tcl Built-In Commands" @@ -88,7 +88,7 @@ length of the string then an empty string is returned. \fBstring is \fIclass\fR ?\fB\-strict\fR? ?\fB\-failindex \fIvarname\fR? \fIstring\fR Returns 1 if \fIstring\fR is a valid member of the specified character class, otherwise returns 0. If \fB\-strict\fR is specified, then an -empty string returns 0, otherwise and empty string will return 1 on +empty string returns 0, otherwise an empty string will return 1 on any class. If \fB\-failindex\fR is specified, then if the function returns 0, the index in the string where the class was no longer valid will be stored in the variable named \fIvarname\fR. The \fIvarname\fR |