perl 5.003_04: [patch introduction and re-organisation]
authorAndy Dougherty <doughera@lafcol.lafayette.edu>
Mon, 2 Sep 1996 03:16:25 +0000 (03:16 +0000)
committerAndy Dougherty <doughera@lafcol.lafayette.edu>
Mon, 2 Sep 1996 03:16:25 +0000 (03:16 +0000)
# The full description is below.
# Please execute the following commands before applying this patch.
# (You can feed this patch to 'sh' to do so.)
#  Andy Dougherty               <doughera@lafcol.lafayette.edu>

rm -f hints/dnix.sh
rm -f os2/notes

# We'll create a new test, but patch won't automatically make it
# executable.
touch t/op/gv.t
chmod +x t/op/gv.t

exit 0

This is patch perl5.003_04.pat to perl version 5.003_03.
This takes you from 5.003_03 to 5.003_04.

To apply this patch, run the above commands,
cd to your perl source directory and then type

        patch -p1 -N < perl5.003_04.pat

The changes are described after each /^Index/ line below.  This is
designed so you can examine each change with a command such as

        csplit -k perl5.003_04.pat '/^Index:/' '{99}'

Patch and enjoy,

    Andy Dougherty              doughera@lafcol.lafayette.edu
    Dept. of Physics
    Lafayette College, Easton PA 18042

hints/dnix.sh [deleted file]
os2/notes [deleted file]
t/op/gv.t [changed mode: 0644->0755]

diff --git a/hints/dnix.sh b/hints/dnix.sh
deleted file mode 100644 (file)
index 5b67dab..0000000
+++ /dev/null
@@ -1 +0,0 @@
-optimize='-g'
diff --git a/os2/notes b/os2/notes
deleted file mode 100644 (file)
index e8026aa..0000000
--- a/os2/notes
+++ /dev/null
@@ -1,27 +0,0 @@
-mv Makefile.SH Makefile.SHs
-exit 0
-
-Everything is updated to perl5.002b1d.
-
-I added a generally useful ;-) code to Makefile.SH to have dependencies
-on makedepend, installman and installperl (makedepend is the tricky one!).
-
-I did update MANIFEST with _all_ the added diff.* files, I hope
-some files will be just applied, thus not needed for MANIFEST. Well, the 
-patch for MANIFEST is in os2/diff.MANIFEST ;-).
-
-diff.init is just a suggestion to move system-specific code into headers.
-
-I think that 
-
-diff.Makefile 
-diff.installperl 
-diff.installman 
-diff.x2pMakefile
-diff.mkdep
-
-are ready for prime time, though big ;-(. 
-It is up to you what to do with them (They use long names like EXE_EXT now).
-
-diff.c2ph, diff.rest are small and should not break anything.
-
old mode 100644 (file)
new mode 100755 (executable)