summaryrefslogtreecommitdiff
path: root/MANIFEST
diff options
context:
space:
mode:
authorMalcolm Beattie <mbeattie@sable.ox.ac.uk>1997-12-18 13:20:15 +0000
committerMalcolm Beattie <mbeattie@sable.ox.ac.uk>1997-12-18 13:20:15 +0000
commitaa061f24488b19b77307fc21f137d7338836bee8 (patch)
treef7ef40b3002c8b62198d21313ad6088aca0ccefd /MANIFEST
parent2be1c46d67d380e5a09afecb85049fe6f7ac4e12 (diff)
downloadperl-aa061f24488b19b77307fc21f137d7338836bee8.tar.gz
Add a few missing files to MANIFEST
p4raw-id: //depot/perl@378
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST6
1 files changed, 6 insertions, 0 deletions
diff --git a/MANIFEST b/MANIFEST
index e25bf609c8..243039f79d 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -119,6 +119,7 @@ emacs/cperl-mode.el An alternate perl-mode
emacs/ptags Creates smart TAGS file
embed.h Maps symbols to safer names
embed.pl Produces embed.h
+embedvar.h C namespace management
ext/DB_File/DB_File.pm Berkeley DB extension Perl module
ext/DB_File/DB_File.xs Berkeley DB extension external subroutines
ext/DB_File/DB_File_BS Berkeley DB extension mkbootstrap fodder
@@ -341,6 +342,7 @@ installhtml Perl script to install html files for pods
installman Perl script to install man pages for pods
installperl Perl script to do "make install" dirty work
interp.sym Interpreter specific symbols to hide in a struct
+intrpvar.h Variables held in each interpreter instance
keywords.h The keyword numbers
keywords.pl Program to write keywords.h
lib/AnyDBM_File.pm Perl module to emulate dbmopen
@@ -554,6 +556,7 @@ perlio.sym Symbols for PerlIO abstraction
perlsdio.h Fake stdio using perlio
perlsfio.h Prototype sfio mapping for PerlIO
perlsh A poor man's perl shell
+perlvars.h Global variables
perly.c A byacc'ed perly.y
perly.c.diff Fixup perly.c to allow recursion
perly.fixer A program to remove yacc stack limitations
@@ -814,6 +817,7 @@ t/pragma/subs.t See if subroutine pseudo-importation works
t/pragma/warn-1global Tests of global warnings for warning.t
t/pragma/warning.t See if warning controls work
taint.c Tainting code
+thrdvar.h Per-thread variables
thread.h Threading header
thread.sym Symbols for threads
toke.c The tokener
@@ -873,8 +877,10 @@ win32/bin/search.pl Win32 port
win32/bin/webget.pl Win32 port
win32/bin/www.pl Win32 port
win32/config.bc Win32 base line config.sh (Borland C++ build)
+win32/config.gc Win32 base line config.sh (GNU build)?
win32/config.vc Win32 base line config.sh (Visual C++ build)
win32/config_H.bc Win32 config header (Borland C++ build)
+win32/config_H.gc Win32 config header (GNU build)?
win32/config_H.vc Win32 config header (Visual C++ build)
win32/config_h.PL Perl code to convert Win32 config.sh to config.h
win32/config_sh.PL Perl code to update Win32 config.sh from Makefile