| 12
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 
 | Changes
Makefile.PL		Tcl extension makefile writer
MANIFEST		This list of files
README			Introduction to the Tcl extension
Tcl.pm			Tcl extension module
Tcl.xs			Tcl extension implementation
t/call.t		See the 'call' and 'icall' methods
t/constants.t		See if constants and flags are set up properly
t/createcmd.t		See if command creation works
t/eval.t		See if Eval-ish things work
t/info.t	        See if Tcl info command works
t/result.t		See if Tcl result protocol works
t/subclass.t		See if we can subclass Tcl
t/trace.t		See if variable tarcing works
t/unicode.t		some unicode tests
t/var.t			See if access to/from Tcl variables works
t/export_to_tcl.t	test convenience sub export_to_tcl
t/disposal-subs.t	check if code refs destroyed and removed from tcl
typemap			Tcl extension types
tclcfg.tcl		Tcl script to discover TCL installation options
tcl-core/aix/libtclstub8.4.a
tcl-core/darwin-universal/libtclstub8.4.a
tcl-core/hpux-ia64/libtclstub8.4.a
tcl-core/hpux-parisc/libtclstub8.4.a
tcl-core/include/tcl.h
tcl-core/include/tclDecls.h
tcl-core/include/tclPlatDecls.h
tcl-core/linux-i686/libtclstub8.4.a
tcl-core/linux-ia64/libtclstub8.4.a
tcl-core/linux-x86_64/libtclstub8.4.a
tcl-core/solaris-sparc/libtclstub8.4.a
tcl-core/solaris-x86/libtclstub8.4.a
tcl-core/win32-x86/tclstub84.lib
tcl-core/win32-x64/tclstub84.lib
META.yml                                 Module meta-data (added by MakeMaker)
 |