This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
rename some long file names to be 8.3 truncation-safe
authorGurusamy Sarathy <gsar@cpan.org>
Wed, 15 Jul 1998 07:58:29 +0000 (07:58 +0000)
committerGurusamy Sarathy <gsar@cpan.org>
Wed, 15 Jul 1998 07:58:29 +0000 (07:58 +0000)
p4raw-id: //depot/perl@1514

MANIFEST
Porting/pumpkin.pod
Todo-5.005 [moved from Todo.5.005 with 100% similarity]
perly.fixer
perly_c.diff [moved from perly.c.diff with 100% similarity]
pod/perld4.pod [moved from pod/perldelta4.pod with 100% similarity]

index 5c327c1..2bb044a 100644 (file)
--- 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
index efdf920..e4201e5 100644 (file)
@@ -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
+    patch perly.c <perly_c.diff
     # manually apply any failed hunks
-    diff -c2 perly.c.orig perly.c >perly.c.diff
+    diff -c2 perly.c.orig perly.c >perly_c.diff
 
 One chunk of lines that often fails begins with
 
similarity index 100%
rename from Todo.5.005
rename to Todo-5.005
index 951da00..afe1a38 100755 (executable)
@@ -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 <perly.c.diff
+    if test -f perly_c.diff; then
+       patch -F3 $output <perly_c.diff
        rm -rf $input
     fi
     exit
@@ -50,7 +50,7 @@ echo "Warning: the yacc you have used is not directly supported by perl."
 echo "The perly.fixer script will attempt to make some changes to the generated"
 echo "file. The changes may be incomplete and that might lead to problems later"
 echo "(especially with complex scripts). You may need to apply the changes"
-echo "embedded in perl.fixer (and/or perly.c.dif*) by hand."
+echo "embedded in perl.fixer (and/or perly_c.dif*) by hand."
 echo ""
 
 # Below, we check for various characteristic yaccpar outputs.
similarity index 100%
rename from perly.c.diff
rename to perly_c.diff
similarity index 100%
rename from pod/perldelta4.pod
rename to pod/perld4.pod