perl 4.0 patch 14: patch #11, continued
[p5sagit/p5-mst-13.2.git] / PACKINGLIST
CommitLineData
a687059c 1After all the perl kits are run you should have the following files:
2
3Filename Kit Description
4-------- --- -----------
fe14fcc3 5Configure:AA 3 Run this first
6Configure:AB 20
7Copying 26 The GNU General Public License
8EXTERN.h 36 Included before foreign .h files
9INTERN.h 36 Included before domestic .h files
10MANIFEST 13 This list of files
11Makefile.SH 28 Precursor to Makefile
12PACKINGLIST 16 Which files came from which kits
a687059c 13README 1 The Instructions
fe14fcc3 14README.uport 1 Special instructions for Microports
15README.xenix 1 Special instructions for Xenix
16Wishlist 36 Some things that may or may not happen
17arg.h 19 Public declarations for the above
18array.c 30 Numerically subscripted arrays
19array.h 35 Public declarations for the above
20client 35 A client to test sockets
21cmd.c 18 Command interpreter
22cmd.h 30 Public declarations for the above
23config.H 25 Sample config.h
24config_h.SH 24 Produces config.h
25cons.c 13 Routines to construct cmd nodes of a parse tree
26consarg.c 19 Routines to construct arg nodes of a parse tree
27doarg.c 12 Scalar expression evaluation
28doio.c:AA 5 I/O operations
29doio.c:AB 28
30dolist.c 11 Array expression evaluation
31dump.c 25 Debugging output
32eg/ADB 36 An adb wrapper to put in your crash dir
a687059c 33eg/README 1 Intro to example perl scripts
fe14fcc3 34eg/changes 35 A program to list recently changed files
35eg/down 36 A program to do things to subdirectories
36eg/dus 35 A program to do du -s on non-mounted dirs
37eg/findcp 34 A find wrapper that implements a -cp switch
38eg/findtar 22 A find wrapper that pumps out a tar file
39eg/g/gcp 33 A program to do a global rcp
40eg/g/gcp.man 34 Manual page for gcp
41eg/g/ged 15 A program to do a global edit
42eg/g/ghosts 35 A sample /etc/ghosts file
43eg/g/gsh 32 A program to do a global rsh
44eg/g/gsh.man 33 Manual page for gsh
45eg/muck 33 A program to find missing make dependencies
46eg/muck.man 35 Manual page for muck
47eg/myrup 35 A program to find lightly loaded machines
48eg/nih 36 Script to insert #! workaround
49eg/relink 33 A program to change symbolic links
50eg/rename 34 A program to rename files
51eg/rmfrom 20 A program to feed doomed filenames to
52eg/scan/scan_df 34 Scan for filesystem anomalies
53eg/scan/scan_last 34 Scan for login anomalies
54eg/scan/scan_messages 30 Scan for console message anomalies
55eg/scan/scan_passwd 35 Scan for passwd file anomalies
56eg/scan/scan_ps 10 Scan for process anomalies
57eg/scan/scan_sudo 33 Scan for sudo anomalies
58eg/scan/scan_suid 33 Scan for setuid anomalies
59eg/scan/scanner 33 An anomaly reporter
60eg/shmkill 35 A program to remove unused shared memory
61eg/sysvipc/README 1 Intro to Sys V IPC examples
62eg/sysvipc/ipcmsg 35 Example of SYS V IPC message queues
63eg/sysvipc/ipcsem 35 Example of Sys V IPC semaphores
64eg/sysvipc/ipcshm 35 Example of Sys V IPC shared memory
65eg/travesty 35 A program to print travesties of its input text
66eg/van/empty 35 A program to empty the trashcan
67eg/van/unvanish 34 A program to undo what vanish does
68eg/van/vanexp 36 A program to expire vanished files
69eg/van/vanish 34 A program to put files in a trashcan
70eg/who 36 A sample who program
71emacs/perl-mode.el 21 Emacs major mode for perl
72emacs/perldb.el 17 Emacs debugging
73emacs/perldb.pl 15 Emacs debugging
74emacs/tedstuff 27 Some optional patches
75eval.c:AA 2 The expression evaluator
76eval.c:AB 20
77form.c 28 Format processing
78form.h 35 Public declarations for the above
79gettest 35 A little script to test the get* routines
80h2ph.SH 11 A thing to turn C .h file into perl .ph files
81h2pl/README 1 How to turn .ph files into .pl files
82h2pl/cbreak.pl 35 cbreak routines using .ph
83h2pl/cbreak2.pl 35 cbreak routines using .pl
84h2pl/eg/sizeof.ph 36 Sample sizeof array initialization
85h2pl/eg/sys/errno.pl 31 Sample translated errno.pl
86h2pl/eg/sys/ioctl.pl 31 Sample translated ioctl.pl
87h2pl/eg/sysexits.pl 36 Sample translated sysexits.pl
88h2pl/getioctlsizes 36 Program to extract types from ioctl.h
89h2pl/mksizes 35 Program to make %sizeof array.
90h2pl/mkvars 35 Program to make .pl from .ph files
91h2pl/tcbreak 36 cbreak test routine using .ph
92h2pl/tcbreak2 14 cbreak test routine using .pl
93handy.h 32 Handy definitions
94hash.c 26 Associative arrays
95hash.h 34 Public declarations for the above
96installperl 31 Perl script to do "make install" dirty work
97ioctl.pl 31 Sample ioctl.pl
98lib/abbrev.pl 35 An abbreviation table builder
99lib/bigfloat.pl 26 An arbitrary precision floating point package
100lib/bigint.pl 29 An arbitrary precision integer arithmetic package
101lib/bigrat.pl 31 An arbitrary precision rational arithmetic package
102lib/cacheout.pl 35 Manages output filehandles when you need too many
103lib/complete.pl 33 A command completion subroutine
104lib/ctime.pl 29 A ctime workalike
105lib/dumpvar.pl 35 A variable dumper
106lib/flush.pl 36 Routines to do single flush
107lib/getopt.pl 34 Perl library supporting option parsing
108lib/getopts.pl 35 Perl library supporting option parsing
109lib/importenv.pl 36 Perl routine to get environment into variables
110lib/look.pl 34 A "look" equivalent
111lib/perldb.pl 25 Perl debugging routines
112lib/pwd.pl 34 Routines to keep track of PWD environment variable
113lib/stat.pl 35 Perl library supporting stat function
114lib/syslog.pl 29 Perl library supporting syslogging
115lib/termcap.pl 32 Perl library supporting termcap usage
116lib/timelocal.pl 33 Perl library supporting inverse of localtime, gmtime
117lib/validate.pl 32 Perl library supporting wholesale file mode validation
118makedepend.SH 31 Precursor to makedepend
119makedir.SH 34 Precursor to makedir
120malloc.c 12 A version of malloc you might not want
121msdos/Changes.dds 33 Expanation of MS-DOS patches by Diomidis Spinellis
122msdos/Makefile 33 MS-DOS makefile
123msdos/README.msdos 1 Compiling and usage information
124msdos/Wishlist.dds 18 My wishlist
125msdos/chdir.c 33 A chdir that can change drives
126msdos/config.h 22 Definitions for msdos
127msdos/dir.h 34 MS-DOS header for directory access functions
128msdos/directory.c 31 MS-DOS directory access functions.
129msdos/eg/crlf.bat 35 Convert files from unix to MS-DOS line termination
130msdos/eg/drives.bat 34 List the system drives and their characteristics
131msdos/eg/lf.bat 35 Convert files from MS-DOS to Unix line termination
132msdos/glob.c 36 A command equivalent to csh glob
133msdos/msdos.c 30 MS-DOS ioctl, sleep, gete?[gu]if, spawn, aspawn
134msdos/popen.c 32 My_popen and my_pclose for MS-DOS
135msdos/usage.c 34 How to invoke perl under MS-DOS
136os2/Makefile 32 Makefile for OS/2
137os2/README.OS2 1 Notes for OS/2
138os2/a2p.cs 13 Compiler script for a2p
139os2/a2p.def 36 Linker defs for a2p
140os2/alarm.c 31 An implementation of alarm()
141os2/alarm.h 36 Header file for same
142os2/config.h 18 Configuration file for OS/2
143os2/dir.h 33 Directory header
144os2/director.c 30 Directory routines
145os2/eg/alarm.pl 36 Example of alarm code
146os2/eg/os2.pl 33 Sample script for OS/2
147os2/eg/syscalls.pl 36 Example of syscall on OS/2
148os2/glob.c 36 Globbing routines
149os2/makefile 32 Make file
150os2/mktemp.c 36 Mktemp() using TMP
151os2/os2.c 29 Unix compatibility functions
152os2/perl.bad 36 names of protect-only API calls for BIND
153os2/perl.cs 35 Compiler script for perl
154os2/perl.def 19 Linker defs for perl
155os2/perldb.dif 34 Changes to make the debugger work
156os2/perlglob.bad 36 names of protect-only API calls for BIND
157os2/perlglob.cs 36 Compiler script for perlglob
158os2/perlglob.def 36 Linker defs for perlglob
159os2/perlsh.cmd 36 Poor man's shell for os2
160os2/popen.c 29 Code for opening pipes
161os2/s2p.cmd 27 s2p as command file
162os2/selfrun.bat 36 A self running perl script for DOS
163os2/selfrun.cmd 26 Example of extproc feature
164os2/suffix.c 31 Code for creating backup filenames
165patchlevel.h 36 The current patch level of perl
166perl.c 15 main()
167perl.h 24 Global declarations
168perl.man:AA 6 The manual page(s)
169perl.man:AB 7
170perl.man:AC 8
171perl.man:AD 10
172perlsh 36 A poor man's perl shell
173perly.fixer 34 A program to remove yacc stack limitations
174perly.y 22 Yacc grammar for perl
175regcomp.c 17 Regular expression compiler
176regcomp.h 29 Private declarations for above
177regexec.c 21 Regular expression evaluator
178regexp.h 35 Public declarations for the above
179server 35 A server to test sockets
180spat.h 34 Search pattern declarations
181stab.c 23 Symbol table stuff
182stab.h 31 Public declarations for the above
183str.c 14 String handling package
184str.h 30 Public declarations for the above
a687059c 185t/README 1 Instructions for regression tests
fe14fcc3 186t/TEST 34 The regression tester
187t/base/cond.t 36 See if conditionals work
188t/base/if.t 36 See if if works
189t/base/lex.t 34 See if lexical items work
190t/base/pat.t 36 See if pattern matching works
191t/base/term.t 17 See if various terms work
192t/cmd/elsif.t 35 See if else-if works
193t/cmd/for.t 35 See if for loops work
194t/cmd/mod.t 35 See if statement modifiers work
195t/cmd/subval.t 32 See if subroutine values work
196t/cmd/switch.t 34 See if switch optimizations work
197t/cmd/while.t 1 See if while loops work
198t/comp/cmdopt.t 33 See if command optimization works
199t/comp/cpp.t 35 See if C preprocessor works
200t/comp/decl.t 36 See if declarations work
201t/comp/multiline.t 35 See if multiline strings work
202t/comp/package.t 35 See if packages work
203t/comp/script.t 35 See if script invokation works
204t/comp/term.t 34 See if more terms work
205t/io/argv.t 35 See if ARGV stuff works
206t/io/dup.t 35 See if >& works right
207t/io/fs.t 32 See if directory manipulations work
208t/io/inplace.t 12 See if inplace editing works
209t/io/pipe.t 35 See if secure pipes work
210t/io/print.t 36 See if print commands work
211t/io/tell.t 34 See if file seeking works
212t/lib/big.t 31 See if lib/bigint.pl works
213t/op/append.t 36 See if . works
214t/op/array.t 31 See if array operations work
215t/op/auto.t 23 See if autoincrement et all work
216t/op/chop.t 35 See if chop works
217t/op/cond.t 36 See if conditional expressions work
218t/op/dbm.t 33 See if dbm binding works
219t/op/delete.t 16 See if delete works
220t/op/do.t 27 See if subroutines work
221t/op/each.t 34 See if associative iterators work
222t/op/eval.t 21 See if eval operator works
223t/op/exec.t 35 See if exec and system work
224t/op/exp.t 35 See if math functions work
225t/op/flip.t 35 See if range operator works
226t/op/fork.t 36 See if fork works
227t/op/glob.t 36 See if <*> works
228t/op/goto.t 35 See if goto works
229t/op/groups.t 35 See if $( works
230t/op/index.t 34 See if index works
231t/op/int.t 36 See if int works
232t/op/join.t 36 See if join works
233t/op/list.t 33 See if array lists work
234t/op/local.t 35 See if local works
235t/op/magic.t 35 See if magic variables work
236t/op/mkdir.t 36 See if mkdir works
237t/op/oct.t 36 See if oct and hex work
238t/op/ord.t 36 See if ord works
239t/op/pack.t 35 See if pack and unpack work
240t/op/pat.t 28 See if esoteric patterns work
241t/op/push.t 34 See if push and pop work
242t/op/range.t 35 See if .. works
243t/op/re_tests 32 Input file for op.regexp
244t/op/read.t 36 See if read() works
245t/op/regexp.t 35 See if regular expressions work
246t/op/repeat.t 34 See if x operator works
247t/op/s.t 30 See if substitutions work
248t/op/sleep.t 36 See if sleep works
249t/op/sort.t 35 See if sort works
250t/op/split.t 34 See if split works
251t/op/sprintf.t 34 See if sprintf works
252t/op/stat.t 30 See if stat works
253t/op/study.t 30 See if study works
254t/op/substr.t 32 See if substr works
255t/op/time.t 35 See if time functions work
256t/op/undef.t 34 See if undef works
257t/op/unshift.t 36 See if unshift works
258t/op/vec.t 35 See if vectors work
259t/op/write.t 33 See if write works
260toke.c:AA 4 The tokener
261toke.c:AB 28
262usersub.c 32 User supplied (possibly proprietary) subroutines
263usub/Makefile 36 Makefile for curseperl
264usub/README 1 Instructions for user supplied subroutines
265usub/curses.mus 26 Glue routines for BSD curses
266usub/man2mus 34 A manual page to .mus translator
267usub/mus 33 A .mus to .c translator
268usub/pager 32 A sample pager in curseperl
269usub/usersub.c 36 An initialization file to call curses glue routines
270util.c 16 Utility routines
271util.h 35 Public declarations for the above
272x2p/EXTERN.h 36 Same as above
273x2p/INTERN.h 36 Same as above
274x2p/Makefile.SH 32 Precursor to Makefile
275x2p/a2p.h 29 Global declarations
276x2p/a2p.man 29 Manual page for awk to perl translator
277x2p/a2p.y 28 A yacc grammer for awk
278x2p/a2py.c 23 Awk compiler, sort of
279x2p/find2perl.SH 14 A find to perl translator
280x2p/handy.h 35 Handy definitions
281x2p/hash.c 30 Associative arrays again
282x2p/hash.h 34 Public declarations for the above
283x2p/s2p.SH 27 Sed to perl translator
284x2p/s2p.man 33 Manual page for sed to perl translator
285x2p/str.c 27 String handling package
286x2p/str.h 34 Public declarations for the above
287x2p/util.c 24 Utility routines
288x2p/util.h 35 Public declarations for the above
289x2p/walk.c 9 Parse tree walker