- library
-
standard library of Tcl procedures
- lindex
-
Retrieve an element from a list
- LinkVar
-
link Tcl variable to C variable
- linsert
-
Insert elements into a list
- list
-
Create a list
- ListObj
-
manipulate Tcl objects as lists
- llength
-
Count the number of elements in a list
- load
-
Load machine code and initialize new commands.
- log
-
Procedures to log messages of libraries and applications.
- logger
-
System to control logging of events.
- lrange
-
Return one or more adjacent elements from a list
- lreplace
-
Replace elements in a list with new elements
- lsearch
-
See if a list contains a particular element
- lset
-
Change an element in a list
- lsort
-
Sort the elements of a list
- math
-
Tcl Math Library
- matrix
-
Create and manipulate matrix objects
- matrix1
-
Create and manipulate matrix objects
- md4
-
MD4 Message-Digest Algorithm
- md5
-
MD5 Message-Digest Algorithm
- md5crypt
-
MD5-based password encryption
- memory
-
Control Tcl memory debugging capabilities.
- mime
-
Manipulation of MIME body parts
- msgcat
-
Tcl message catalog
- multiplexer
-
One-to-many communication with sockets.
- namespace
-
create and manipulate contexts for commands and variables
- ncgi
-
Procedures to manipulate CGI values.
- nntp
-
Tcl client for the NNTP protocol
- Notifier
-
the event queue and notifier interfaces
- ntp_time
-
Tcl Time Service Client
- Object
-
manipulate Tcl objects
- ObjectType
-
manipulate Tcl object types
- ObjSetVar
-
manipulate Tcl variables
- open
-
Open a file-based or command pipeline channel
- OpenFileChnl
-
buffered I/O facilities using channels
- OpenTcp
-
procedures to open channels using TCP sockets
- optimize
-
Optimisation routines
- package
-
Facilities for package loading and version control
- packagens
-
Construct an appropriate package ifneeded
command for a given package specification
- ParseCmd
-
parse Tcl scripts and expressions
- pid
-
Retrieve process identifiers
- pkg::create
-
Construct an appropriate package ifneeded
command for a given package specification
- pkgMkIndex
-
Build an index for automatic loading of packages
- PkgRequire
-
package version control
- pkg_mkIndex
-
Build an index for automatic loading of packages
- png
-
PNG querying and manipulation of meta data
- polynomials
-
Polynomial functions
- pool
-
Create and manipulate pool objects (of discrete items)
- pop3
-
Tcl client for POP3 email protocol
- pop3d
-
Tcl POP3 server implementation