summaryrefslogtreecommitdiff
path: root/MANIFEST
diff options
context:
space:
mode:
authorLarry Wall <lwall@netlabs.com>1992-06-22 23:34:36 +0000
committerLarry Wall <lwall@netlabs.com>1992-06-22 23:34:36 +0000
commit514dae0dba791ec01681adb3b3946a7646e146b3 (patch)
tree95280cdcdd307611323bb1b859147eeccfd8c23d /MANIFEST
parentfaf8582f0c418b57fd71e105da84edbb3177fa0c (diff)
downloadperl-514dae0dba791ec01681adb3b3946a7646e146b3.tar.gz
perl 4.0 patch 35: (combined patch)
Subject: bad interaction between backslash and hyphen in tr/// Among other things, tr/\040-\126/ / was not doing a character range, due to a earlier botched fix to make \- work right. Subject: Configure test for presence of nroff was wrong If Loc doesn't find nroff, it sets $nroff to 'nroff'. The man page test was tesing against the null string. Subject: installperl error message printed file mode in decimal, not octal A real, honest-to-goodnes nit. Subject: fixed up some filenames in MANIFEST Erroneously contained "pstruct", omitted hints/isc_3_2_3.sh.
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST2
1 files changed, 1 insertions, 1 deletions
diff --git a/MANIFEST b/MANIFEST
index 3890ea3184..2a518c189b 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -146,6 +146,7 @@ hints/hp9000_800.sh
hints/hpux.sh
hints/i386.sh
hints/isc_3_2_2.sh
+hints/isc_3_2_3.sh
hints/mc6000.sh
hints/mips.sh
hints/mpc.sh
@@ -264,7 +265,6 @@ perl.man The manual page(s)
perlsh A poor man's perl shell
perly.fixer A program to remove yacc stack limitations
perly.y Yacc grammar for perl
-pstruct
regcomp.c Regular expression compiler
regcomp.h Private declarations for above
regexec.c Regular expression evaluator