perl 1.0 patch 13: fix for faulty patch 12, plus random portability glitches
[p5sagit/p5-mst-13.2.git] / MANIFEST
1 After all the perl kits are run you should have the following files:
2
3 Filename                Kit Description
4 --------                --- -----------
5 Configure                6  Run this first
6 EXTERN.h                10  Included before foreign .h files
7 INTERN.h                10  Included before domestic .h files
8 MANIFEST                 8  This list of files
9 Makefile.SH              4  Precursor to Makefile
10 README                   1  The Instructions
11 Wishlist                10  Some things that may or may not happen
12 arg.c                    3  Expression evaluation
13 arg.h                    8  Public declarations for the above
14 array.c                  6  Numerically subscripted arrays
15 array.h                 10  Public declarations for the above
16 cmd.c                    7  Command interpreter
17 cmd.h                    9  Public declarations for the above
18 config.H                 9  Sample config.h
19 config.h.SH              9  Produces config.h.
20 dump.c                   8  Debugging output
21 form.c                   8  Format processing
22 form.h                  10  Public declarations for the above
23 handy.h                 10  Handy definitions
24 hash.c                   9  Associative arrays
25 hash.h                  10  Public declarations for the above
26 makedepend.SH            9  Precursor to makedepend
27 makedir.SH              10  Precursor to makedir
28 malloc.c                 7  A version of malloc you might not want
29 patchlevel.h             1  The current patch level of perl
30 perl.h                   9  Global declarations
31 perl.man.1               5  The manual page(s), first half
32 perl.man.2               4  The manual page(s), second half
33 perl.y                   5  Yacc grammar for perl
34 perly.c                  2  The perl compiler
35 search.c                 6  String matching
36 search.h                10  Public declarations for the above
37 spat.h                  10  Search pattern declarations
38 stab.c                   8  Symbol table stuff
39 stab.h                  10  Public declarations for the above
40 str.c                    4  String handling package
41 str.h                   10  Public declarations for the above
42 t/README                10  Instructions for regression tests
43 t/TEST                  10  The regression tester
44 t/base.cond             10  See if conditionals work
45 t/base.if               10  See if if works
46 t/base.lex              10  See if lexical items work
47 t/base.pat              10  See if pattern matching works
48 t/base.term             10  See if various terms work
49 t/cmd.elsif             10  See if else-if works
50 t/cmd.for               10  See if for loops work
51 t/cmd.mod               10  See if statement modifiers work
52 t/cmd.subval            10  See if subroutine values work
53 t/cmd.while              7  See if while loops work
54 t/comp.cmdopt            9  See if command optimization works
55 t/comp.cpp              10  See if C preprocessor works
56 t/comp.decl             10  See if declarations work
57 t/comp.multiline        10  See if multiline strings work
58 t/comp.script           10  See if script invokation works
59 t/comp.term             10  See if more terms work
60 t/io.argv               10  See if ARGV stuff works
61 t/io.fs                  5  See if directory manipulations work
62 t/io.inplace            10  See if inplace editing works
63 t/io.print              10  See if print commands work
64 t/io.tell               10  See if file seeking works
65 t/op.append             10  See if . works
66 t/op.auto                9  See if autoincrement et all work
67 t/op.chop               10  See if chop works
68 t/op.cond               10  See if conditional expressions work
69 t/op.crypt              10  See if crypt works
70 t/op.do                 10  See if subroutines work
71 t/op.each               10  See if associative iterators work
72 t/op.exec               10  See if exec and system work
73 t/op.exp                10  See if math functions work
74 t/op.flip               10  See if range operator works
75 t/op.fork               10  See if fork works
76 t/op.goto               10  See if goto works
77 t/op.int                10  See if int works
78 t/op.join               10  See if join works
79 t/op.list               10  See if array lists work
80 t/op.magic              10  See if magic variables work
81 t/op.oct                10  See if oct and hex work
82 t/op.ord                10  See if ord works
83 t/op.pat                 9  See if esoteric patterns work
84 t/op.push                7  See if push and pop work
85 t/op.repeat             10  See if x operator works
86 t/op.sleep               6  See if sleep works
87 t/op.split              10  See if split works
88 t/op.sprintf            10  See if sprintf work
89 t/op.stat               10  See if stat work
90 t/op.subst              10  See if substitutions work
91 t/op.time               10  See if time functions work
92 t/op.unshift            10  See if unshift works
93 util.c                   9  Utility routines
94 util.h                  10  Public declarations for the above
95 version.c               10  Prints version of perl
96 x2p/EXTERN.h            10  Same as above
97 x2p/INTERN.h            10  Same as above
98 x2p/Makefile.SH          9  Precursor to Makefile
99 x2p/a2p.h                8  Global declarations
100 x2p/a2p.man              8  Manual page for awk to perl translator
101 x2p/a2p.y                8  A yacc grammer for awk
102 x2p/a2py.c               7  Awk compiler, sort of
103 x2p/handy.h             10  Handy definitions
104 x2p/hash.c               9  Associative arrays again
105 x2p/hash.h              10  Public declarations for the above
106 x2p/s2p                  1  Sed to perl translator
107 x2p/s2p.man             10  Manual page for sed to perl translator
108 x2p/str.c                7  String handling package
109 x2p/str.h               10  Public declarations for the above
110 x2p/util.c               9  Utility routines
111 x2p/util.h              10  Public declarations for the above
112 x2p/walk.c               1  Parse tree walker