Tk Library Source Code

Artifact [38fed65abc]
Login

Artifact 38fed65abcd753352e55fe409c54bf8242733425:

Attachment "tcllib.n" to ticket [546423ffff] added by mgbacke 2002-04-20 13:26:25.
'\"
'\" Generated from tcllib.man by tcllib/doctools/mpexpand with fmt.nroff
'\" Copyright (c) 2002 mgbacke
'\" All right reserved
'\" CVS: $Id$ tcllib.n
'\"
.so man.macros
.TH "tcllib" n 1.2 tcllib "Tcl Library"
.BS
'\" Note: do not modify the .SH NAME line immediately below!
.SH NAME
tcllib \- Module description for the Tcl Library
.SH "SYNOPSIS"
package require \fBtcllib ?1.2?\fR
.sp
.BE
.SH "DESCRIPTION"
The tcllib is a collection of Tcl packages which extend the functionality
of Tcl. All of these packages depend only on Tcl, and require no compilation
of platform specific code. However, some packages will take advantage of
compiled extensions, if they exist.
.PP
If a specific version of a particular tcllib component is required
do not use:
.nf

    package require -exact tclllib <version>

.fi
Instead, specify the package for that component. For example:
.nf

    package require -exact cmdline 1.1

.fi
.SH "INDIVIDUAL PACKAGES"
tcllib consists of these packages:
.TP
base64
.sp
Procedures to encode & decode a base64.
.TP
calendar
.sp
Procedures for manipulating dates and times.
.TP
cmdline
.sp
Procedures to process command lines and options.
.TP
comm
.sp
A remote communications facility.
.TP
control
.sp
Procedures for control flow structures.
.TP
counter
.sp
Procedures for counters and histograms
.TP
crc
.sp
See crc32(n), cksum(n), sum(n)
.TP
csv
.sp
Procedures to handle CSV data.
.TP
doctools
.sp
Documentation tools.
.TP
fileutil
.sp
Procedures implementing some file utilities.
.TP
ftp
.sp
Client-side Tcl implementation of the ftp protocol.
.TP
html
.sp
Procedures to generate HTML structures.
.TP
htmlparse
.sp
Procedures to parse HTML structures.
.TP
irc
.sp
Create IRC connection and interface.
.TP
javascript
.sp
Procedures to generate HTML and Javascript structures.
.TP
log
.sp
Procedures to log messages of libraries and applications.
.TP
math
.sp
Tcl math library.
.TP
md5
.sp
md5 hash.
.TP
mime
.sp
Manipulation of MIME body parts.
.TP
ncgi
.sp
Procedures to manipulate CGI values.
.TP
nntp
.sp
Tcl client for the NNTP protocol.
.TP
pop3
.sp
Tcl client for POP3 email protocol.
.TP
profiler
.sp
Tcl source code profiler.
.TP
report
.sp
Create and manipulate report objects.
.TP
sha1
.sp
Perform sha1 hashing.
.TP
smtpd
.sp
Tcl SMTP server implementation.
.TP
stats
.sp
Procedures for counters, histograms, and statistics.
.TP
stooop
.sp
Object oriented extension.
.TP
struct
.sp
See graph(n), matrix(n), queue(n), stack(n), and tree(n).
.TP
textutil
.sp
Procedures to manipulate texts and strings.
.TP
uri
.sp
URI utilities.
.SH "SEE ALSO"
base64(n), uuencode(n), cmdline(n), comm(n), control(n), counter(n), cksum(n), crc32(n), sum(n), csv(n), fileutil(n), ftp(n), ftpd(n), html(n), htmlparse(n), irc(n), javascript(n), log(n), combinatorics(n), math(n), md5(n), mime(n), smtp(n), ncgi(n), nntp(n), pop3(n), profiler(n), report(n), sha1(n), smtpd(n), stats(n), stooop(n), graph(n), matrix(n), matrix(n), queue(n), stack(n), tree(n), expander(n), textutil(n)