From 017e35b75c91434f2e09fbe747857f578539c7ea Mon Sep 17 00:00:00 2001 From: Chip Salzenberg Date: Thu, 29 Apr 1999 19:08:59 +0000 Subject: Fix a few scripts' permissions. Update MANIFEST and, yet again, Changes. p4raw-id: //depot/maint-5.004/perl@3296 --- Changes | 5 +++++ MANIFEST | 1 + Makefile.SH | 0 config_h.SH | 0 vms/ext/filespec.t | 0 5 files changed, 6 insertions(+) mode change 100644 => 100755 Makefile.SH mode change 100644 => 100755 config_h.SH mode change 100644 => 100755 vms/ext/filespec.t diff --git a/Changes b/Changes index f8b74652d1..f3f888e76e 100644 --- a/Changes +++ b/Changes @@ -95,6 +95,11 @@ Version 5.004_05 Maintenance release 5 for 5.004 - Many other bugs fixed. +Change 3296 by chip@perlsupport.com on 1999/04/29 19:01:36 + + Fix a few scripts' permissions. + Update MANIFEST and, yet again, Changes. + Change 3295 by chip@perlsupport.com on 1999/04/29 18:53:45 Final release: Update patchlevel.h and Changes. diff --git a/MANIFEST b/MANIFEST index e2a79417fa..7184f3f362 100644 --- a/MANIFEST +++ b/MANIFEST @@ -119,6 +119,7 @@ eg/van/vanish A program to put files in a trashcan eg/who A sample who program eg/wrapsuid A setuid script wrapper generator emacs/cperl-mode.el An alternate perl-mode +emacs/e2ctags.pl etags to ctags converter emacs/ptags Creates smart TAGS file embed.h Maps symbols to safer names embed.pl Produces embed.h diff --git a/Makefile.SH b/Makefile.SH old mode 100644 new mode 100755 diff --git a/config_h.SH b/config_h.SH old mode 100644 new mode 100755 diff --git a/vms/ext/filespec.t b/vms/ext/filespec.t old mode 100644 new mode 100755 -- cgit v1.2.1