summaryrefslogtreecommitdiffstats
path: root/generic/tclCompCmdsGR.c
diff options
context:
space:
mode:
authordkf <dkf@noemail.net>2013-10-29 20:07:56 (GMT)
committerdkf <dkf@noemail.net>2013-10-29 20:07:56 (GMT)
commit914722e37f1920010e8ea1048960b595c7a2af6f (patch)
tree828b7eec987390366fbae9386dc035934b7918a3 /generic/tclCompCmdsGR.c
parentc93bddc64fcd720f29a7528b44b270d6fb4a9e14 (diff)
downloadtcl-914722e37f1920010e8ea1048960b595c7a2af6f.zip
tcl-914722e37f1920010e8ea1048960b595c7a2af6f.tar.gz
tcl-914722e37f1920010e8ea1048960b595c7a2af6f.tar.bz2
Now do [string toupper], [string tolower] and [string totitle]. Only handles the no-indices case; that's the only case anyone actually commonly uses.
FossilOrigin-Name: 993ffd19930e40461b2332e7e102df509a18af89
Diffstat (limited to 'generic/tclCompCmdsGR.c')
-rw-r--r--generic/tclCompCmdsGR.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclCompCmdsGR.c b/generic/tclCompCmdsGR.c
index a02f0a8..50fb8e9 100644
--- a/generic/tclCompCmdsGR.c
+++ b/generic/tclCompCmdsGR.c
@@ -33,7 +33,7 @@ static int IndexTailVarIfKnown(Tcl_Interp *interp,
/*
*----------------------------------------------------------------------
*
- * TclCompileLinsertCmd --
+ * GetIndexFromToken --
*
* Parse a token and get the encoded version of the index (as understood
* by TEBC), assuming it is at all knowable at compile time. Only handles