From: Malcolm Beattie Date: Thu, 18 Dec 1997 13:20:15 +0000 (+0000) Subject: Add a few missing files to MANIFEST X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=aa061f24488b19b77307fc21f137d7338836bee8;p=p5sagit%2Fp5-mst-13.2.git Add a few missing files to MANIFEST p4raw-id: //depot/perl@378 --- diff --git a/MANIFEST b/MANIFEST index e25bf60..243039f 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