From: Gurusamy Sarathy Date: Wed, 15 Jul 1998 07:58:29 +0000 (+0000) Subject: rename some long file names to be 8.3 truncation-safe X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=e262e9be635eb2f99e78e37e3729f3b9494cef78;p=p5sagit%2Fp5-mst-13.2.git rename some long file names to be 8.3 truncation-safe p4raw-id: //depot/perl@1514 --- diff --git a/MANIFEST b/MANIFEST index 5c327c1..2bb044a 100644 --- a/MANIFEST +++ b/MANIFEST @@ -37,7 +37,7 @@ README.threads Notes about multithreading README.vms Notes about VMS port README.win32 Notes about Win32 port Todo The Wishlist -Todo.5.005 What needs doing before 5.005 release +Todo-5.005 What needs doing before 5.005 release XSLock.h Include file for extensions built with PERL_OBJECT defined XSUB.h Include file for extension subroutines av.c Array value code @@ -665,7 +665,7 @@ 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_c.diff Fixup perly.c to allow recursion perly.fixer A program to remove yacc stack limitations perly.h The header file for perly.c perly.y Yacc grammar for perl @@ -695,7 +695,7 @@ pod/perlcall.pod Callback info pod/perldata.pod Data structure info pod/perldebug.pod Debugger info pod/perldelta.pod Changes since last version -pod/perldelta4.pod Changes from 5.003 to 5.004 +pod/perld4.pod Changes from 5.003 to 5.004 pod/perldiag.pod Diagnostic info pod/perldsc.pod Data Structures Cookbook pod/perlembed.pod Embedding info diff --git a/Porting/pumpkin.pod b/Porting/pumpkin.pod index efdf920..e4201e5 100644 --- a/Porting/pumpkin.pod +++ b/Porting/pumpkin.pod @@ -410,13 +410,13 @@ task. Some additional notes from Larry on this: -Don't forget to regenerate perly.c.diff. +Don't forget to regenerate perly_c.diff. byacc -d perly.y mv y.tab.c perly.c - patch perly.c perly.c.diff + diff -c2 perly.c.orig perly.c >perly_c.diff One chunk of lines that often fails begins with diff --git a/Todo.5.005 b/Todo-5.005 similarity index 100% rename from Todo.5.005 rename to Todo-5.005 diff --git a/perly.fixer b/perly.fixer index 951da00..afe1a38 100755 --- a/perly.fixer +++ b/perly.fixer @@ -21,8 +21,8 @@ tmp=/tmp/f$$ if grep 'yaccpar 1.8 (Berkeley)' $input >/dev/null 2>&1; then cp $input $output - if test -f perly.c.diff; then - patch -F3 $output