perl 3.0 patch #18 patch #16, continued
[p5sagit/p5-mst-13.2.git] / MANIFEST
CommitLineData
a687059c 1Changes Differences between 2.0 level 18 and 3.0 level 0
2Configure Run this first
3Copying The GNU General Public License
4EXTERN.h Included before foreign .h files
5INTERN.h Included before domestic .h files
6MANIFEST This list of files
7Makefile.SH Precursor to Makefile
8PACKINGLIST Which files came from which kits
9README The Instructions
d8f2e4cc 10README.uport Special instructions for Microports
a687059c 11Wishlist Some things that may or may not happen
12arg.h Public declarations for the above
13array.c Numerically subscripted arrays
14array.h Public declarations for the above
15client A client to test sockets
16cmd.c Command interpreter
17cmd.h Public declarations for the above
18config.H Sample config.h
21d892ea 19config_h.SH Produces config.h
a687059c 20cons.c Routines to construct cmd nodes of a parse tree
21consarg.c Routines to construct arg nodes of a parse tree
22doarg.c Scalar expression evaluation
23doio.c I/O operations
24dolist.c Array expression evaluation
25dump.c Debugging output
26eg/ADB An adb wrapper to put in your crash dir
27eg/README Intro to example perl scripts
28eg/changes A program to list recently changed files
29eg/down A program to do things to subdirectories
30eg/dus A program to do du -s on non-mounted dirs
31eg/findcp A find wrapper that implements a -cp switch
32eg/findtar A find wrapper that pumps out a tar file
33eg/g/gcp A program to do a global rcp
34eg/g/gcp.man Manual page for gcp
35eg/g/ged A program to do a global edit
36eg/g/ghosts A sample /etc/ghosts file
37eg/g/gsh A program to do a global rsh
38eg/g/gsh.man Manual page for gsh
39eg/muck A program to find missing make dependencies
40eg/muck.man Manual page for muck
41eg/myrup A program to find lightly loaded machines
42eg/nih Script to insert #! workaround
43eg/rename A program to rename files
21d892ea 44eg/relink A program to change symbolic links
a687059c 45eg/rmfrom A program to feed doomed filenames to
46eg/scan/scan_df Scan for filesystem anomalies
47eg/scan/scan_last Scan for login anomalies
48eg/scan/scan_messages Scan for console message anomalies
49eg/scan/scan_passwd Scan for passwd file anomalies
50eg/scan/scan_ps Scan for process anomalies
51eg/scan/scan_sudo Scan for sudo anomalies
52eg/scan/scan_suid Scan for setuid anomalies
53eg/scan/scanner An anomaly reporter
54eg/shmkill A program to remove unused shared memory
21d892ea 55eg/travesty A program to print travesties of its input text
a687059c 56eg/van/empty A program to empty the trashcan
57eg/van/unvanish A program to undo what vanish does
58eg/van/vanexp A program to expire vanished files
59eg/van/vanish A program to put files in a trashcan
60eg/who A sample who program
61eval.c The expression evaluator
62evalargs.xc The arg evaluator of eval.c
63form.c Format processing
64form.h Public declarations for the above
65gettest A little script to test the get* routines
66handy.h Handy definitions
67hash.c Associative arrays
68hash.h Public declarations for the above
69ioctl.pl Sample ioctl.pl
70lib/abbrev.pl An abbreviation table builder
71lib/look.pl A "look" equivalent
72lib/complete.pl A command completion subroutine
21d892ea 73lib/ctime.pl A ctime workalike
a687059c 74lib/dumpvar.pl A variable dumper
75lib/getopt.pl Perl library supporting option parsing
76lib/getopts.pl Perl library supporting option parsing
77lib/importenv.pl Perl routine to get environment into variables
78lib/perldb.pl Perl debugging routines
79lib/stat.pl Perl library supporting stat function
21d892ea 80lib/syslog.pl Perl library supporting syslogging
a687059c 81lib/termcap.pl Perl library supporting termcap usage
82lib/validate.pl Perl library supporting wholesale file mode validation
83makedepend.SH Precursor to makedepend
84makedir.SH Precursor to makedir
85makelib.SH A thing to turn C .h file into perl .h files
86malloc.c A version of malloc you might not want
21d892ea 87msdos/Changes.dds Expanation of MS-DOS patches by Diomidis Spinellis
88msdos/Makefile MS-DOS makefile
89msdos/README.msdos Compiling and usage information
90msdos/Wishlist.dds My wishlist
91msdos/config.h Definitions for msdos
92msdos/dir.h MS-DOS header for directory access functions
93msdos/directory.c MS-DOS directory access functions.
94msdos/eg/crlf.bat Convert files from unix to MS-DOS line termination
95msdos/eg/drives.bat List the system drives and their characteristics
96msdos/eg/lf.bat Convert files from MS-DOS to Unix line termination
97msdos/glob.c A command equivalent to csh glob
98msdos/msdos.c MS-DOS ioctl, sleep, gete?[gu]if, spawn, aspawn
99msdos/popen.c My_popen and my_pclose for MS-DOS
a687059c 100patchlevel.h The current patch level of perl
101perl.h Global declarations
21d892ea 102perl_man.1 The manual page(s), first fourth
103perl_man.2 The manual page(s), second fourth
104perl_man.3 The manual page(s), third fourth
105perl_man.4 The manual page(s), fourth fourth
a687059c 106perl.y Yacc grammar for perl
107perlsh A poor man's perl shell
108perly.c main()
109regcomp.c Regular expression compiler
110regcomp.h Private declarations for above
111regexp.h Public declarations for the above
112regexec.c Regular expression evaluator
113server A server to test sockets
114spat.h Search pattern declarations
115stab.c Symbol table stuff
116stab.h Public declarations for the above
117str.c String handling package
118str.h Public declarations for the above
119t/README Instructions for regression tests
120t/TEST The regression tester
121t/base.cond See if conditionals work
122t/base.if See if if works
123t/base.lex See if lexical items work
124t/base.pat See if pattern matching works
125t/base.term See if various terms work
126t/cmd.elsif See if else-if works
127t/cmd.for See if for loops work
128t/cmd.mod See if statement modifiers work
129t/cmd.subval See if subroutine values work
130t/cmd.switch See if switch optimizations work
131t/cmd.while See if while loops work
132t/comp.cmdopt See if command optimization works
133t/comp.cpp See if C preprocessor works
134t/comp.decl See if declarations work
135t/comp.multiline See if multiline strings work
136t/comp.package See if packages work
137t/comp.script See if script invokation works
138t/comp.term See if more terms work
139t/io.argv See if ARGV stuff works
140t/io.dup See if >& works right
141t/io.fs See if directory manipulations work
142t/io.inplace See if inplace editing works
143t/io.pipe See if secure pipes work
144t/io.print See if print commands work
145t/io.tell See if file seeking works
146t/op.append See if . works
147t/op.array See if array operations work
148t/op.auto See if autoincrement et all work
149t/op.chop See if chop works
150t/op.cond See if conditional expressions work
151t/op.dbm See if dbm binding works
152t/op.delete See if delete works
153t/op.do See if subroutines work
154t/op.each See if associative iterators work
155t/op.eval See if eval operator works
156t/op.exec See if exec and system work
157t/op.exp See if math functions work
158t/op.flip See if range operator works
159t/op.fork See if fork works
160t/op.glob See if <*> works
161t/op.goto See if goto works
162t/op.index See if index works
163t/op.int See if int works
164t/op.join See if join works
165t/op.list See if array lists work
166t/op.local See if local works
167t/op.magic See if magic variables work
168t/op.mkdir See if mkdir works
169t/op.oct See if oct and hex work
170t/op.ord See if ord works
171t/op.pack See if pack and unpack work
172t/op.pat See if esoteric patterns work
173t/op.push See if push and pop work
174t/op.range See if .. works
175t/op.read See if read() works
176t/op.regexp See if regular expressions work
177t/op.repeat See if x operator works
178t/op.sleep See if sleep works
179t/op.sort See if sort works
180t/op.split See if split works
181t/op.sprintf See if sprintf works
182t/op.stat See if stat works
183t/op.study See if study works
21d892ea 184t/op.s See if substitutions work
a687059c 185t/op.substr See if substr works
186t/op.time See if time functions work
187t/op.undef See if undef works
188t/op.unshift See if unshift works
189t/op.vec See if vectors work
190t/op.write See if write works
191t/re_tests Input file for op.regexp
192toke.c The tokener
193util.c Utility routines
194util.h Public declarations for the above
195x2p/EXTERN.h Same as above
196x2p/INTERN.h Same as above
197x2p/Makefile.SH Precursor to Makefile
198x2p/a2p.h Global declarations
199x2p/a2p.man Manual page for awk to perl translator
200x2p/a2p.y A yacc grammer for awk
201x2p/a2py.c Awk compiler, sort of
202x2p/handy.h Handy definitions
203x2p/hash.c Associative arrays again
204x2p/hash.h Public declarations for the above
205x2p/s2p.SH Sed to perl translator
206x2p/s2p.man Manual page for sed to perl translator
207x2p/str.c String handling package
208x2p/str.h Public declarations for the above
209x2p/util.c Utility routines
210x2p/util.h Public declarations for the above
211x2p/walk.c Parse tree walker