File: MANIFEST

package info (click to toggle)
libtcl-perl 1.27%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 272 kB
  • sloc: perl: 419; tcl: 15; makefile: 6
file content (46 lines) | stat: -rw-r--r-- 1,723 bytes parent folder | download | duplicates (2)
1
2
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
36
37
38
39
40
41
42
43
44
45
46
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
t/disposal-subs-a.t
t/disposal-subs-b.t
t/disposal-subs-c.t
t/disposal-subs-d.t
t/disposal-subs-e.t
t/disposal-subs-f.t
t/memleak-a.t
t/set-callback.t
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/cygwin-i686/libtclstub8.4.a
tcl-core/cygwin-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 YAML meta-data (added by MakeMaker)
META.json                                Module JSON meta-data (added by MakeMaker)