summaryrefslogtreecommitdiff
path: root/MANIFEST
diff options
context:
space:
mode:
authorLarry Wall <lwall@jpl-devvax.jpl.nasa.gov>1990-10-16 02:30:59 +0000
committerLarry Wall <lwall@jpl-devvax.jpl.nasa.gov>1990-10-16 02:30:59 +0000
commitc2ab57d4ffc80c0e2a9e968e66e52c289ac9ed45 (patch)
tree54948b80614808732d30df9e5696c3180a1a9eb4 /MANIFEST
parent39c3038ca76b338006c640ae6da52b407dd9e654 (diff)
downloadperl-c2ab57d4ffc80c0e2a9e968e66e52c289ac9ed45.tar.gz
perl 3.0 patch #31 patch #29, continued
See patch #29.
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST20
1 files changed, 19 insertions, 1 deletions
diff --git a/MANIFEST b/MANIFEST
index 74327dff07..ecc18bede8 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -52,6 +52,10 @@ 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/sysvipc/README Intro to Sys V IPC examples
+eg/sysvipc/ipcmsg Example of SYS V IPC message queues
+eg/sysvipc/ipcsem Example of Sys V IPC semaphores
+eg/sysvipc/ipcshm Example of Sys V IPC shared memory
eg/travesty A program to print travesties of its input text
eg/van/empty A program to empty the trashcan
eg/van/unvanish A program to undo what vanish does
@@ -81,6 +85,7 @@ hash.c Associative arrays
hash.h Public declarations for the above
ioctl.pl Sample ioctl.pl
lib/abbrev.pl An abbreviation table builder
+lib/cacheout.pl Manages output filehandles when you need too many
lib/complete.pl A command completion subroutine
lib/ctime.pl A ctime workalike
lib/dumpvar.pl A variable dumper
@@ -89,7 +94,6 @@ 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/look.pl A "look" equivalent
-lib/nsyslog.pl Newer syslog.pl
lib/perldb.pl Perl debugging routines
lib/pwd.pl Routines to keep track of PWD environment variable
lib/stat.pl Perl library supporting stat function
@@ -115,10 +119,24 @@ msdos/msdos.c MS-DOS ioctl, sleep, gete?[gu]if, spawn, aspawn
msdos/popen.c My_popen and my_pclose for MS-DOS
os2/Makefile Makefile for OS/2
os2/README.OS2 Notes for OS/2
+os2/a2p.cs Compiler script for a2p
+os2/a2p.def Linker defs for a2p
os2/config.h Configuration file for OS/2
+os2/dir.h Directory header
+os2/director.c Directory routines
os2/eg/os2.pl Sample script for OS/2
os2/eg/syscalls.pl Example of syscall on OS/2
+os2/makefile Make file
+os2/mktemp.c Mktemp() using TMP
+os2/os2.c Unix compatibility functions
+os2/perl.bad names of protect-only API calls for BIND
+os2/perl.cs Compiler script for perl
+os2/perl.def Linker defs for perl
+os2/perlglob.cs Compiler script for perlglob
+os2/perlglob.def Linker defs for perlglob
+os2/perlsh.cmd Poor man's shell for os2
os2/popen.c Code for opening pipes
+os2/selfrun.cmd Example of extproc feature
os2/suffix.c Code for creating backup filenames
patchlevel.h The current patch level of perl
perl.h Global declarations