Initialization
AppInit | Perform application-specific initialization |
CallDel | Arrange for callback when interpreter is deleted |
CrtInterp | Create and delete Tcl command interpreters |
CrtSlave | Manage multiple Tcl interpreters, aliases and hidden commands |
Exit | End the application or thread (and invoke exit handlers) |
FindExec | Identify or return the name of the binary file containing the application |
GetVersion | Get the version of the library at runtime |
Init | Find and source initialization script |
InitStubs | Initialize the Tcl stubs mechanism |
Interp | Client-visible fields of interpreter structures |
PkgRequire | Package version control |
Tcl_SourceRCFile | Source the Tcl rc file |
StaticPkg | Make a statically linked package available via the 'load' command |
Tcl_Main | Main program, startup script, and event loop definition for Tcl-based applications |
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