This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
This is my patch patch.1n for perl5.001. perl-5.001n
authorAndy Dougherty <doughera@lafcol.lafayette.edu>
Tue, 31 Oct 1995 03:33:09 +0000 (03:33 +0000)
committerAndy Dougherty <doughera@lafcol.lafayette.edu>
Tue, 31 Oct 1995 03:33:09 +0000 (03:33 +0000)
commit8e07c86ebc651fe92eb7e3b25f801f57cfb8dd6f
treebd67a65038befe4bef8b330a688bf7d915cab92f
parente50aee73b3d4c555c37e4b4a16694765fb16c887
This is my patch  patch.1n  for perl5.001.

To apply, change to your perl directory, run the command above, then
apply with
    patch -p1 -N  < thispatch.

This is a consolidation patch.  It contains many of the most commonly
applied or agreed-to patches that have been circulating since
patch.1m.

It also changes the 'unofficial patchlevel' in perl.c.

There are some problems (see items marked with '***').
I will attempt to address those in a patch.1o in a few days.

This patch contains the following packages:

    My Jumbo Configure patch vs. 1m, with subsequent patches 1, 2, and 3.
    Mainly, this provides easier use of local libraries, documents
    the installation process in a new INSTALL file, moves important
    questions towards the beginning, and improves detection of
    signal names (mostly for Linux).

    xsubpp-1.922.

    Patches from Larry:

eval "1" memory leak patch (as modified by GSAR to apply to 5.001m).

NETaa14551 Infinite loop in formats,

NETaa13729 scope.c patch (fixed problems on AIX and others)

NETaa14138 "substr() & s///"  (pp_hot.c)

    Patches from ftp.perl.com:

ftp://ftp.perl.com/pub/perl/src/patches/closure-bug.patch,
version of 20 Sep 1995
Includes fix for NETaa14347 (32k limit in regex), and other
fixes.

ftp://ftp.perl.com/pub/perl/src/patches/debugger.patch,
version of 27 Aug 1995

ftp://ftp.perl.com/pub/perl/src/patches/glob-undef.patch,
version of 4 Sep 1995
NETaa14421 $_ doesn't undef

ftp://ftp.perl.com/pub/perl/src/patches/op-segfault.patch,
version of 21 Aug 1995

ftp://ftp.perl.com/pub/perl/src/patches/warn-ref-hash-key.patch,
version of 5 Jun 1995

    Tim Bunce's Jumbo DynaLoader patch for Perl5.001m, which is
    NETaa14636 Jumbo DynaLoader patch for Perl5.001m, and
    Additional patch for NETaa14636 Jumbo DynaLoader patch for Perl5.001m
    version of 09 Oct 1995.
    ***This needs some additional parentheses.***

    MakeMaker-5.00.  Supercedes  NETaa13540 (VMS MakeMaker patches).
    (Updates minimod.PL as well.)
    ***This has a couple of minor problems.
    pod2man is run even if it isn't available.
    LD_RUN_PATH gets set to some mysterious values.***

    NETaa14657 Paul Marquess Net::Ping patch.  I've included
    Net-Ping-1.00.

    NETaa14661  Dean Roehrich     DProf.  Installed as ext/Devel/DProf.
    Configure should pick this up automatically.  (5 Apr 1995
    version.)

    NETaa13742 Jack Shirazi Socket in 5.001.  I've also included
    his socket.t test in t/lib/socket.t.

    c2ph-1.7.

    Dean's perlapi patches of Oct 12, 1995, which superceded those
    of Oct 8, 1995.  This is the one that did
mv perlapi.pid perlxs.pod.

    NETaa14310 Tim Bunce A trivial patch for configpm (handy for shell scripts)

    DB_File-1.0 patch from Paul Marquess (pmarquess@bfsec.bt.co.uk)
    last modified 7th October 1995
    version 1.0

    Added or updated the following hints files:
hints/hpux.sh
hints/ncr_tower.sh
hints/netbsd.sh
hints/ultrix.sh

Patch and enjoy.

    Andy Dougherty doughera@lafcol.lafayette.edu
    Dept. of Physics
    Lafayette College, Easton PA 18042
78 files changed:
Changes.Conf
Configure
INSTALL [new file with mode: 0644]
MANIFEST
Makefile.SH
README
c2ph.SH
config_H
config_h.SH
configpm
configure
embed.h
ext/DB_File/DB_File.pm
ext/DB_File/DB_File.xs
ext/DB_File/Makefile.PL
ext/DB_File/typemap
ext/Devel/DProf/DProf.pm [new file with mode: 0644]
ext/Devel/DProf/DProf.xs [new file with mode: 0644]
ext/Devel/DProf/Makefile.PL [new file with mode: 0644]
ext/Devel/DProf/README [new file with mode: 0644]
ext/Devel/DProf/dprofpp [new file with mode: 0644]
ext/Devel/DProf/test.pl [new file with mode: 0644]
ext/DynaLoader/DynaLoader.pm
ext/DynaLoader/dl_dld.xs
ext/DynaLoader/dl_dlopen.xs
ext/DynaLoader/dl_hpux.xs
ext/DynaLoader/dl_next.xs
ext/DynaLoader/dl_vms.xs
ext/DynaLoader/dlutils.c
ext/Fcntl/Fcntl.xs
ext/ODBM_File/ODBM_File.xs
ext/POSIX/POSIX.xs
ext/Socket/Socket.pm
ext/Socket/Socket.xs
global.sym
h2xs.SH
hints/aix.sh
hints/hpux.sh [new file with mode: 0644]
hints/hpux_9.sh [deleted file]
hints/isc.sh
hints/isc_2.sh
hints/ncr_tower.sh
hints/solaris_2.sh
hints/ultrix_4.sh
hints/unicos.sh
hints/utekv.sh
hv.c
lib/ExtUtils/Liblist.pm
lib/ExtUtils/MakeMaker.pm
lib/ExtUtils/Manifest.pm
lib/ExtUtils/xsubpp
lib/Net/Ping.pm
makedepend.SH
mg.c
minimod.PL
op.c
perl.c
perl.h
pod/Makefile
pod/perl.pod
pod/perlcall.pod
pod/perldiag.pod
pod/perlguts.pod
pod/perlmod.pod
pod/perlxs.pod [moved from pod/perlapi.pod with 91% similarity]
pp.c
pp_ctl.c
pp_hot.c
pp_sys.c
proto.h
regexec.c
scope.c
sv.c
t/README
t/lib/db-btree.t
t/lib/socket.t [new file with mode: 0644]
toke.c
x2p/a2p.h