Utilities
Alloc | Allocate or free heap memory |
AssocData | Manage associations of string keys and user specified data with Tcl interpreters |
Concat | Concatenate a collection of strings |
DString | Manipulate dynamic strings |
Encoding | Procedures for creating and using encodings |
GetIndex | Lookup string in table of keywords |
GetInt | Convert from string to integer, double, or boolean |
Hash | Procedures to manage hash tables |
ParseArgs | Parse arguments according to a tabular description |
Preserve | Avoid freeing storage while it is being used |
PrintDbl | Convert floating value to string |
RegConfig | Procedures to register embedded configuration information |
RegExp | Pattern matching with regular expressions |
SetChanErr | Functions to create/intercept Tcl errors by channel drivers. |
SplitList | Manipulate Tcl lists |
SplitPath | Manipulate platform-dependent file paths |
StrMatch | Test whether a string matches a pattern |
ToUpper | Routines for manipulating the case of Unicode characters and UTF-8 strings |
UniCharIsAlpha | Routines for classification of Tcl_UniChar characters |
Utf | Routines for manipulating UTF-8 strings |
WrongNumArgs | Generate standard error message for wrong number of arguments |
Copyright © 1989-1994 The Regents of the University of California
Copyright © 1992-1999 Karl Lehenbauer and Mark Diekhans
Copyright © 1994-1998 Sun Microsystems, Inc
Copyright © 1997-2000 Ajuba Solutions
Copyright © 1998-2000 Scriptics Corporation
Copyright © 2001 ActiveState Corporation
Copyright © 2001 ActiveState Tool Corp
Copyright © 2001 Vincent Darley
Copyright © 2001-2002 Kevin B. Kenny <kennykb(at)acm.org>
Copyright © 2001-2010 Donal K. Fellows
Copyright © 2002-2005 Andreas Kupries <andreas_kupries(at)users.sourceforge.net>
Copyright © 2006-2008 Joe Mistachkin
Copyright © 2009-2010 Kevin B. Kenny