summaryrefslogtreecommitdiff
path: root/MANIFEST
diff options
context:
space:
mode:
authorLarry Wall <larry@wall.org>1989-10-18 00:00:00 +0000
committerLarry Wall <larry@wall.org>1989-10-18 00:00:00 +0000
commita687059cbaf2c6fdccb5e0fae2aee80ec15625a8 (patch)
tree674c8533b7bd942204f23782934c72f8624dd308 /MANIFEST
parent13281fa4f8547e0eb31d1986b865d9b7ec7d0dcc (diff)
downloadperl-a687059cbaf2c6fdccb5e0fae2aee80ec15625a8.tar.gz
perl 3.0: (no announcement message available)perl-3.000
A few of the new features: (18 Oct) * Perl can now handle binary data correctly and has functions to pack and unpack binary structures into arrays or lists. You can now do arbitrary ioctl functions. * You can now pass things to subroutines by reference. * Debugger enhancements. * An array or associative array may now appear in a local() list. * Array values may now be interpolated into strings. * Subroutine names are now distinguished by prefixing with &. You can call subroutines without using do, and without passing any argument list at all. * You can use the new -u switch to cause perl to dump core so that you can run undump and produce a binary executable image. Alternately you can use the "dump" operator after initializing any variables and such. * You can now chop lists. * Perl now uses /bin/csh to do filename globbing, if available. This means that filenames with spaces or other strangenesses work right. * New functions: mkdir and rmdir, getppid, getpgrp and setpgrp, getpriority and setpriority, chroot, ioctl and fcntl, flock, readlink, lstat, rindex, pack and unpack, read, warn, dbmopen and dbmclose, dump, reverse, defined, undef.
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST348
1 files changed, 193 insertions, 155 deletions
diff --git a/MANIFEST b/MANIFEST
index 39abd2a5df..edd1931dc8 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -1,155 +1,193 @@
-After all the perl kits are run you should have the following files:
-
-Filename Kit Description
--------- --- -----------
-Changes 13 Differences between 1.0 level 29 and 2.0 level 0
-Configure 6 Run this first
-EXTERN.h 6 Included before foreign .h files
-INTERN.h 15 Included before domestic .h files
-MANIFEST 11 This list of files
-Makefile.SH 13 Precursor to Makefile
-README 1 The Instructions
-Wishlist 4 Some things that may or may not happen
-arg.c 1 Expression evaluation
-arg.h 12 Public declarations for the above
-array.c 13 Numerically subscripted arrays
-array.h 15 Public declarations for the above
-cmd.c 10 Command interpreter
-cmd.h 13 Public declarations for the above
-config.H 13 Sample config.h
-config.h.SH 11 Produces config.h.
-dump.c 12 Debugging output
-eg/ADB 15 An adb wrapper to put in your crash dir
-eg/README 1 Intro to example perl scripts
-eg/changes 15 A program to list recently changed files
-eg/dus 15 A program to do du -s on non-mounted dirs
-eg/findcp 14 A find wrapper that implements a -cp switch
-eg/findtar 15 A find wrapper that pumps out a tar file
-eg/g/gcp 14 A program to do a global rcp
-eg/g/gcp.man 14 Manual page for gcp
-eg/g/ged 1 A program to do a global edit
-eg/g/ghosts 15 A sample /etc/ghosts file
-eg/g/gsh 10 A program to do a global rsh
-eg/g/gsh.man 14 Manual page for gsh
-eg/myrup 15 A program to find lightly loaded machines
-eg/nih 15 Script to insert #! workaround
-eg/rmfrom 15 A program to feed doomed filenames to
-eg/scan/scan_df 14 Scan for filesystem anomalies
-eg/scan/scan_last 14 Scan for login anomalies
-eg/scan/scan_messages 13 Scan for console message anomalies
-eg/scan/scan_passwd 15 Scan for passwd file anomalies
-eg/scan/scan_ps 15 Scan for process anomalies
-eg/scan/scan_sudo 14 Scan for sudo anomalies
-eg/scan/scan_suid 8 Scan for setuid anomalies
-eg/scan/scanner 14 An anomaly reporter
-eg/shmkill 15 A program to remove unused shared memory
-eg/van/empty 15 A program to empty the trashcan
-eg/van/unvanish 14 A program to undo what vanish does
-eg/van/vanexp 15 A program to expire vanished files
-eg/van/vanish 14 A program to put files in a trashcan
-eval.c 8 The expression evaluator
-form.c 12 Format processing
-form.h 15 Public declarations for the above
-handy.h 15 Handy definitions
-hash.c 12 Associative arrays
-hash.h 14 Public declarations for the above
-lib/getopt.pl 14 Perl library supporting option parsing
-lib/importenv.pl 15 Perl routine to get environment into variables.
-lib/stat.pl 15 Perl library supporting stat function
-makedepend.SH 5 Precursor to makedepend
-makedir.SH 14 Precursor to makedir
-malloc.c 11 A version of malloc you might not want
-patchlevel.h 12 The current patch level of perl
-perl.h 12 Global declarations
-perl.man.1 5 The manual page(s), first half
-perl.man.2 3 The manual page(s), second half
-perl.y 10 Yacc grammar for perl
-perldb 11 Perl symbolic debugger
-perldb.man 13 Manual page for perl debugger
-perlsh 15 A poor man's perl shell.
-perly.c 4 The perl compiler
-regexp.c 2 String matching
-regexp.h 14 Public declarations for the above
-spat.h 14 Search pattern declarations
-stab.c 6 Symbol table stuff
-stab.h 3 Public declarations for the above
-str.c 7 String handling package
-str.h 14 Public declarations for the above
-t/README 1 Instructions for regression tests
-t/TEST 14 The regression tester
-t/base.cond 15 See if conditionals work
-t/base.if 15 See if if works
-t/base.lex 15 See if lexical items work
-t/base.pat 15 See if pattern matching works
-t/base.term 15 See if various terms work
-t/cmd.elsif 15 See if else-if works
-t/cmd.for 15 See if for loops work
-t/cmd.mod 15 See if statement modifiers work
-t/cmd.subval 14 See if subroutine values work
-t/cmd.while 14 See if while loops work
-t/comp.cmdopt 13 See if command optimization works
-t/comp.cpp 15 See if C preprocessor works
-t/comp.decl 15 See if declarations work
-t/comp.multiline 15 See if multiline strings work
-t/comp.script 14 See if script invokation works
-t/comp.term 15 See if more terms work
-t/io.argv 15 See if ARGV stuff works
-t/io.dup 15 See if >& works right
-t/io.fs 12 See if directory manipulations work
-t/io.inplace 15 See if inplace editing works
-t/io.pipe 15 See if secure pipes work
-t/io.print 15 See if print commands work
-t/io.tell 13 See if file seeking works
-t/op.append 15 See if . works
-t/op.auto 14 See if autoincrement et all work
-t/op.chop 15 See if chop works
-t/op.cond 5 See if conditional expressions work
-t/op.delete 15 See if delete works
-t/op.do 14 See if subroutines work
-t/op.each 14 See if associative iterators work
-t/op.eval 14 See if eval operator works
-t/op.exec 15 See if exec and system work
-t/op.exp 15 See if math functions work
-t/op.flip 15 See if range operator works
-t/op.fork 15 See if fork works
-t/op.goto 15 See if goto works
-t/op.int 15 See if int works
-t/op.join 15 See if join works
-t/op.list 14 See if array lists work
-t/op.magic 15 See if magic variables work
-t/op.oct 15 See if oct and hex work
-t/op.ord 15 See if ord works
-t/op.pat 14 See if esoteric patterns work
-t/op.push 15 See if push and pop work
-t/op.regexp 15 See if regular expressions work
-t/op.repeat 15 See if x operator works
-t/op.sleep 15 See if sleep works
-t/op.split 7 See if split works
-t/op.sprintf 15 See if sprintf works
-t/op.stat 11 See if stat works
-t/op.study 14 See if study works
-t/op.subst 14 See if substitutions work
-t/op.time 14 See if time functions work
-t/op.unshift 15 See if unshift works
-t/re_tests 13 Input file for op.regexp
-toke.c 9 The tokener
-util.c 8 Utility routines
-util.h 15 Public declarations for the above
-version.c 15 Prints version of perl
-x2p/EXTERN.h 15 Same as above
-x2p/INTERN.h 15 Same as above
-x2p/Makefile.SH 4 Precursor to Makefile
-x2p/a2p.h 13 Global declarations
-x2p/a2p.man 12 Manual page for awk to perl translator
-x2p/a2p.y 12 A yacc grammer for awk
-x2p/a2py.c 9 Awk compiler, sort of
-x2p/handy.h 15 Handy definitions
-x2p/hash.c 13 Associative arrays again
-x2p/hash.h 14 Public declarations for the above
-x2p/s2p 10 Sed to perl translator
-x2p/s2p.man 9 Manual page for sed to perl translator
-x2p/str.c 11 String handling package
-x2p/str.h 15 Public declarations for the above
-x2p/util.c 13 Utility routines
-x2p/util.h 15 Public declarations for the above
-x2p/walk.c 7 Parse tree walker
+Changes Differences between 2.0 level 18 and 3.0 level 0
+Configure Run this first
+Copying The GNU General Public License
+EXTERN.h Included before foreign .h files
+INTERN.h Included before domestic .h files
+MANIFEST This list of files
+Makefile.SH Precursor to Makefile
+PACKINGLIST Which files came from which kits
+README The Instructions
+Wishlist Some things that may or may not happen
+arg.h Public declarations for the above
+array.c Numerically subscripted arrays
+array.h Public declarations for the above
+client A client to test sockets
+cmd.c Command interpreter
+cmd.h Public declarations for the above
+config.H Sample config.h
+config.h.SH Produces config.h
+cons.c Routines to construct cmd nodes of a parse tree
+consarg.c Routines to construct arg nodes of a parse tree
+doarg.c Scalar expression evaluation
+doio.c I/O operations
+dolist.c Array expression evaluation
+dump.c Debugging output
+eg/ADB An adb wrapper to put in your crash dir
+eg/README Intro to example perl scripts
+eg/changes A program to list recently changed files
+eg/down A program to do things to subdirectories
+eg/dus A program to do du -s on non-mounted dirs
+eg/findcp A find wrapper that implements a -cp switch
+eg/findtar A find wrapper that pumps out a tar file
+eg/g/gcp A program to do a global rcp
+eg/g/gcp.man Manual page for gcp
+eg/g/ged A program to do a global edit
+eg/g/ghosts A sample /etc/ghosts file
+eg/g/gsh A program to do a global rsh
+eg/g/gsh.man Manual page for gsh
+eg/muck A program to find missing make dependencies
+eg/muck.man Manual page for muck
+eg/myrup A program to find lightly loaded machines
+eg/nih Script to insert #! workaround
+eg/rename A program to rename files
+eg/rmfrom A program to feed doomed filenames to
+eg/scan/scan_df Scan for filesystem anomalies
+eg/scan/scan_last Scan for login anomalies
+eg/scan/scan_messages Scan for console message anomalies
+eg/scan/scan_passwd Scan for passwd file anomalies
+eg/scan/scan_ps Scan for process anomalies
+eg/scan/scan_sudo Scan for sudo anomalies
+eg/scan/scan_suid Scan for setuid anomalies
+eg/scan/scanner An anomaly reporter
+eg/shmkill A program to remove unused shared memory
+eg/van/empty A program to empty the trashcan
+eg/van/unvanish A program to undo what vanish does
+eg/van/vanexp A program to expire vanished files
+eg/van/vanish A program to put files in a trashcan
+eg/who A sample who program
+eval.c The expression evaluator
+evalargs.xc The arg evaluator of eval.c
+form.c Format processing
+form.h Public declarations for the above
+gettest A little script to test the get* routines
+handy.h Handy definitions
+hash.c Associative arrays
+hash.h Public declarations for the above
+ioctl.pl Sample ioctl.pl
+lib/abbrev.pl An abbreviation table builder
+lib/look.pl A "look" equivalent
+lib/complete.pl A command completion subroutine
+lib/dumpvar.pl A variable dumper
+lib/getopt.pl Perl library supporting option parsing
+lib/getopts.pl Perl library supporting option parsing
+lib/importenv.pl Perl routine to get environment into variables
+lib/perldb.pl Perl debugging routines
+lib/stat.pl Perl library supporting stat function
+lib/termcap.pl Perl library supporting termcap usage
+lib/validate.pl Perl library supporting wholesale file mode validation
+makedepend.SH Precursor to makedepend
+makedir.SH Precursor to makedir
+makelib.SH A thing to turn C .h file into perl .h files
+malloc.c A version of malloc you might not want
+patchlevel.h The current patch level of perl
+perl.h Global declarations
+perl.man.1 The manual page(s), first fourth
+perl.man.2 The manual page(s), second fourth
+perl.man.3 The manual page(s), third fourth
+perl.man.4 The manual page(s), fourth fourth
+perl.y Yacc grammar for perl
+perlsh A poor man's perl shell
+perly.c main()
+regcomp.c Regular expression compiler
+regcomp.h Private declarations for above
+regexp.h Public declarations for the above
+regexec.c Regular expression evaluator
+server A server to test sockets
+spat.h Search pattern declarations
+stab.c Symbol table stuff
+stab.h Public declarations for the above
+str.c String handling package
+str.h Public declarations for the above
+t/README Instructions for regression tests
+t/TEST The regression tester
+t/base.cond See if conditionals work
+t/base.if See if if works
+t/base.lex See if lexical items work
+t/base.pat See if pattern matching works
+t/base.term See if various terms work
+t/cmd.elsif See if else-if works
+t/cmd.for See if for loops work
+t/cmd.mod See if statement modifiers work
+t/cmd.subval See if subroutine values work
+t/cmd.switch See if switch optimizations work
+t/cmd.while See if while loops work
+t/comp.cmdopt See if command optimization works
+t/comp.cpp See if C preprocessor works
+t/comp.decl See if declarations work
+t/comp.multiline See if multiline strings work
+t/comp.package See if packages work
+t/comp.script See if script invokation works
+t/comp.term See if more terms work
+t/io.argv See if ARGV stuff works
+t/io.dup See if >& works right
+t/io.fs See if directory manipulations work
+t/io.inplace See if inplace editing works
+t/io.pipe See if secure pipes work
+t/io.print See if print commands work
+t/io.tell See if file seeking works
+t/op.append See if . works
+t/op.array See if array operations work
+t/op.auto See if autoincrement et all work
+t/op.chop See if chop works
+t/op.cond See if conditional expressions work
+t/op.dbm See if dbm binding works
+t/op.delete See if delete works
+t/op.do See if subroutines work
+t/op.each See if associative iterators work
+t/op.eval See if eval operator works
+t/op.exec See if exec and system work
+t/op.exp See if math functions work
+t/op.flip See if range operator works
+t/op.fork See if fork works
+t/op.glob See if <*> works
+t/op.goto See if goto works
+t/op.index See if index works
+t/op.int See if int works
+t/op.join See if join works
+t/op.list See if array lists work
+t/op.local See if local works
+t/op.magic See if magic variables work
+t/op.mkdir See if mkdir works
+t/op.oct See if oct and hex work
+t/op.ord See if ord works
+t/op.pack See if pack and unpack work
+t/op.pat See if esoteric patterns work
+t/op.push See if push and pop work
+t/op.range See if .. works
+t/op.read See if read() works
+t/op.regexp See if regular expressions work
+t/op.repeat See if x operator works
+t/op.sleep See if sleep works
+t/op.sort See if sort works
+t/op.split See if split works
+t/op.sprintf See if sprintf works
+t/op.stat See if stat works
+t/op.study See if study works
+t/op.subst See if substitutions work
+t/op.substr See if substr works
+t/op.time See if time functions work
+t/op.undef See if undef works
+t/op.unshift See if unshift works
+t/op.vec See if vectors work
+t/op.write See if write works
+t/re_tests Input file for op.regexp
+toke.c The tokener
+util.c Utility routines
+util.h Public declarations for the above
+x2p/EXTERN.h Same as above
+x2p/INTERN.h Same as above
+x2p/Makefile.SH Precursor to Makefile
+x2p/a2p.h Global declarations
+x2p/a2p.man Manual page for awk to perl translator
+x2p/a2p.y A yacc grammer for awk
+x2p/a2py.c Awk compiler, sort of
+x2p/handy.h Handy definitions
+x2p/hash.c Associative arrays again
+x2p/hash.h Public declarations for the above
+x2p/s2p.SH Sed to perl translator
+x2p/s2p.man Manual page for sed to perl translator
+x2p/str.c String handling package
+x2p/str.h Public declarations for the above
+x2p/util.c Utility routines
+x2p/util.h Public declarations for the above
+x2p/walk.c Parse tree walker