This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
23 years agoDon't bother creating existing directories.
Jarkko Hietaniemi [Fri, 27 Apr 2001 12:58:48 +0000 (12:58 +0000)]
Don't bother creating existing directories.

p4raw-id: //depot/perl@9881

23 years agoMakeMaker 'make test' weirdness -- fix for h2xs provided
Mike Schilli [Wed, 25 Apr 2001 01:29:21 +0000 (18:29 -0700)]
MakeMaker 'make test' weirdness -- fix for h2xs provided
Message-id: <3AE68AE1.6A981723@perlmeister.com>

p4raw-id: //depot/perl@9880

23 years agobreak is not yet Perl. Added the template license also to README.
Jarkko Hietaniemi [Fri, 27 Apr 2001 12:40:55 +0000 (12:40 +0000)]
break is not yet Perl.  Added the template license also to README.

p4raw-id: //depot/perl@9879

23 years agoRe: [ID 20010426.003] Not OK: perl v5.7.1 +DEVEL9849 on i686-linux-thread-multi-64int...
Tim Jenness [Thu, 26 Apr 2001 15:30:17 +0000 (05:30 -1000)]
Re: [ID 20010426.003] Not OK: perl v5.7.1 +DEVEL9849 on i686-linux-thread-multi-64int-ld 2.2.13
Message-ID: <Pine.LNX.4.33.0104261529300.13049-100000@lapaki.jach.hawaii.edu>

p4raw-id: //depot/perl@9878

23 years agoFill in details we're likely to know.
Abigail [Fri, 27 Apr 2001 01:44:28 +0000 (03:44 +0200)]
Fill in details we're likely to know.
Message-ID: <20010426234428.19786.qmail@foad.org>

p4raw-id: //depot/perl@9877

23 years agovms specific tweak to new selfstubber.t
Peter Prymmer [Thu, 26 Apr 2001 17:41:58 +0000 (10:41 -0700)]
vms specific tweak to new selfstubber.t
Message-ID: <Pine.OSF.4.10.10104261738370.338047-100000@aspara.forte.com>

p4raw-id: //depot/perl@9876

23 years agoDeparse nits.
Jarkko Hietaniemi [Thu, 26 Apr 2001 23:48:10 +0000 (23:48 +0000)]
Deparse nits.

p4raw-id: //depot/perl@9875

23 years agoDocument ANYOF_CLASS.
Jarkko Hietaniemi [Thu, 26 Apr 2001 22:46:05 +0000 (22:46 +0000)]
Document ANYOF_CLASS.

p4raw-id: //depot/perl@9874

23 years agoRe: [PATCH @9846] dumping ANYOF
Hugo van der Sanden [Thu, 26 Apr 2001 23:33:38 +0000 (00:33 +0100)]
Re: [PATCH @9846] dumping ANYOF
Message-Id: <200104262233.XAA22352@crypt.compulink.co.uk>

p4raw-id: //depot/perl@9873

23 years agomore for Devel::SelfStubber
Nicholas Clark [Fri, 27 Apr 2001 00:13:52 +0000 (01:13 +0100)]
more for Devel::SelfStubber
Message-ID: <20010427001351.K88186@plum.flirble.org>

p4raw-id: //depot/perl@9872

23 years agoformats must be flush left
Robin Houston [Thu, 26 Apr 2001 23:54:29 +0000 (00:54 +0100)]
formats must be flush left
Message-ID: <20010426235429.A28747@puffinry.freeserve.co.uk>

p4raw-id: //depot/perl@9871

23 years agoIf some of the constants are prefixes of others,
Jarkko Hietaniemi [Thu, 26 Apr 2001 21:57:37 +0000 (21:57 +0000)]
If some of the constants are prefixes of others,
the prefixes may never get recognized.  (See 20010426.006.)

p4raw-id: //depot/perl@9870

23 years ago[ID 20010426.006] Sys::Syslog ignores LOG_AUTH constant
Chris Bongaarts [Thu, 26 Apr 2001 17:10:31 +0000 (12:10 -0500)]
[ID 20010426.006] Sys::Syslog ignores LOG_AUTH constant
Message-Id: <iss.2042.3ae89cd7.6cfba.1@earth.tc.umn.edu>

p4raw-id: //depot/perl@9869

23 years agoFurther cuts and more docs from Graham Barr.
Jarkko Hietaniemi [Thu, 26 Apr 2001 21:35:12 +0000 (21:35 +0000)]
Further cuts and more docs from Graham Barr.

p4raw-id: //depot/perl@9868

23 years agoDB_File-1.77
Paul Marquess [Thu, 26 Apr 2001 22:37:53 +0000 (23:37 +0100)]
DB_File-1.77
Message-ID: <000a01c0ce99$269cc3e0$99dcfea9@bfs.phone.com>

p4raw-id: //depot/perl@9867

23 years agofix easy bugs
Robin Houston [Thu, 26 Apr 2001 23:03:33 +0000 (00:03 +0100)]
fix easy bugs
Message-ID: <20010426230333.A28657@puffinry.freeserve.co.uk>

p4raw-id: //depot/perl@9866

23 years agoUpdate Changes.
Jarkko Hietaniemi [Thu, 26 Apr 2001 20:26:13 +0000 (20:26 +0000)]
Update Changes.

p4raw-id: //depot/perl@9865

23 years agoDethinko from Robin Houston.
Jarkko Hietaniemi [Thu, 26 Apr 2001 19:27:48 +0000 (19:27 +0000)]
Dethinko from Robin Houston.

p4raw-id: //depot/perl@9864

23 years agoC<$x = /(.)/> ne C<($x) = /(.)/>
Robin Houston [Thu, 26 Apr 2001 21:08:32 +0000 (22:08 +0100)]
C<$x = /(.)/> ne C<($x) = /(.)/>
Message-ID: <20010426210832.A28419@puffinry.freeserve.co.uk>

p4raw-id: //depot/perl@9863

23 years agoRe: [PATCH B::Deparse] fix string uninterpretation
Robin Houston [Thu, 26 Apr 2001 20:52:50 +0000 (21:52 +0100)]
Re: [PATCH B::Deparse] fix string uninterpretation
Message-ID: <20010426205249.A28328@puffinry.freeserve.co.uk>

p4raw-id: //depot/perl@9862

23 years agoRe: [PATCH] UNIVERSAL shouldn't require Exporter
Mike Guy [Thu, 26 Apr 2001 14:22:40 +0000 (15:22 +0100)]
Re: [PATCH] UNIVERSAL shouldn't require Exporter
Message-Id: <E14sljE-0003X9-00@libra.cus.cam.ac.uk>

p4raw-id: //depot/perl@9861

23 years agoRe: [PATCH B::Deparse] fix string uninterpretation
Robin Houston [Thu, 26 Apr 2001 20:34:29 +0000 (21:34 +0100)]
Re: [PATCH B::Deparse] fix string uninterpretation
Message-ID: <20010426203429.A28261@puffinry.freeserve.co.uk>

Hashes do not interpolate.

p4raw-id: //depot/perl@9860

23 years agoThe Time::Piece conspiracy unmasked!!!
Jarkko Hietaniemi [Thu, 26 Apr 2001 18:43:51 +0000 (18:43 +0000)]
The Time::Piece conspiracy unmasked!!!
From: Mike Guy <mjtg@cam.ac.uk>
Date: Thu, 26 Apr 2001 19:02:50 +0100
Message-Id: <E14sq6M-0002g9-00@libra.cus.cam.ac.uk>

Subject: [PATCH] that's enough UNIVERSAL stuff for one day ...
From: Mike Guy <mjtg@cam.ac.uk>
Date: Thu, 26 Apr 2001 19:08:21 +0100
Message-Id: <E14sqBh-0002mI-00@libra.cus.cam.ac.uk>

Subject: Re: [PATCH] that's enough UNIVERSAL stuff for one day ...
From: Graham Barr <gbarr@pobox.com>
Date: Thu, 26 Apr 2001 19:12:03 +0100
Message-ID: <20010426191203.A70835@pobox.com>

Eradicate UNIVERSAL (Mike) and remove the fallback Perl code (Graham)

p4raw-id: //depot/perl@9859

23 years agodisable correct warning
Robin Houston [Thu, 26 Apr 2001 16:09:35 +0000 (17:09 +0100)]
disable correct warning
Message-ID: <20010426160934.A27140@puffinry.freeserve.co.uk>

p4raw-id: //depot/perl@9858

23 years agoRe: [PATCH perldiag.pod] Re: [PATCH] Re: Useless use of constants other than 0,1...
Barrie Slaymaker [Thu, 26 Apr 2001 12:01:10 +0000 (08:01 -0400)]
Re: [PATCH perldiag.pod] Re: [PATCH] Re: Useless use of constants other than 0,1 in void context?
Message-ID: <20010426120110.E29698@jester.slaysys.com>

p4raw-id: //depot/perl@9857

23 years ago[PATCH B::Deparse] fix string uninterpretation
Robin Houston [Thu, 26 Apr 2001 17:13:41 +0000 (18:13 +0100)]
[PATCH B::Deparse] fix string uninterpretation
Date: Thu, 26 Apr 2001 17:13:41 +0100
Message-ID: <20010426171341.A27299@puffinry.freeserve.co.uk>

Subject: Re: [PATCH B::Deparse] fix string uninterpretation
From: Robin Houston <robin@kitsite.com>
Date: Thu, 26 Apr 2001 18:44:29 +0100
Message-ID: <20010426184429.A27734@puffinry.freeserve.co.uk>

p4raw-id: //depot/perl@9856

23 years agofiletests, open(my $x,...), warnings, formats &c
Robin Houston [Thu, 26 Apr 2001 17:04:08 +0000 (18:04 +0100)]
filetests, open(my $x,...), warnings, formats &c
Message-ID: <20010426170408.A27257@puffinry.freeserve.co.uk>

p4raw-id: //depot/perl@9855

23 years agoRe: Short test case for undef %stash:: crash
Benjamin Sugars [Mon, 23 Apr 2001 16:59:33 +0000 (12:59 -0400)]
Re: Short test case for undef %stash:: crash
Message-ID: <Pine.LNX.4.21.0104231623520.790-100000@marmot.rim.canoe.ca>
Changed and moved the perldiag entry.

p4raw-id: //depot/perl@9854

23 years agoBeginnings of strptime(). Do not touch the wet paint.
Jarkko Hietaniemi [Thu, 26 Apr 2001 14:35:16 +0000 (14:35 +0000)]
Beginnings of strptime().  Do not touch the wet paint.

p4raw-id: //depot/perl@9853

23 years agoRetract #9851, core dumps from pod2man.
Jarkko Hietaniemi [Thu, 26 Apr 2001 13:17:21 +0000 (13:17 +0000)]
Retract #9851, core dumps from pod2man.

p4raw-id: //depot/perl@9852

23 years ago(Retracted by #9852.)
Hugo van der Sanden [Thu, 26 Apr 2001 05:32:38 +0000 (06:32 +0100)]
(Retracted by #9852.)

Subject: [PATCH @9846] dumping ANYOF
Message-Id: <200104260432.FAA12669@crypt.compulink.co.uk>

p4raw-id: //depot/perl@9851

23 years agoIf ccflags was empty the _previous_ $* containing all the
Jarkko Hietaniemi [Thu, 26 Apr 2001 02:34:44 +0000 (02:34 +0000)]
If ccflags was empty the _previous_ $* containing all the
environment variables and Configure variables was used,
which lead, among other bad things, into $ccflags being your
uname -a output, which lead into test compile with cc failing,
which lead into gcc being selected, which didn't work that well
since gcc (ancient 2.8.1 in that particular box) wasn't too happy
with large files, et cetera.

p4raw-id: //depot/perl@9850

23 years agoMake selfstubber test more portable.
Jarkko Hietaniemi [Thu, 26 Apr 2001 01:44:57 +0000 (01:44 +0000)]
Make selfstubber test more portable.

p4raw-id: //depot/perl@9849

23 years agoRe: [PATCH: perl@9841] fix a typo for Cwd.xs
Benjamin Sugars [Wed, 25 Apr 2001 21:47:37 +0000 (17:47 -0400)]
Re: [PATCH: perl@9841] fix a typo for Cwd.xs
Message-ID: <Pine.LNX.4.21.0104252145280.30055-100000@localhost.localdomain>

p4raw-id: //depot/perl@9848

23 years agoVMS updates
Peter Prymmer [Wed, 25 Apr 2001 18:43:27 +0000 (11:43 -0700)]
VMS updates
Message-ID: <Pine.OSF.4.10.10104251842130.257877-100000@aspara.forte.com>

p4raw-id: //depot/perl@9847

23 years agore 'debug' was broken by #9084.
Jarkko Hietaniemi [Thu, 26 Apr 2001 00:11:56 +0000 (00:11 +0000)]
re 'debug' was broken by #9084.

p4raw-id: //depot/perl@9846

23 years agotest for Devel::SelfStubber
Nicholas Clark [Thu, 26 Apr 2001 00:00:54 +0000 (01:00 +0100)]
test for Devel::SelfStubber
Message-ID: <20010426000054.D89026@plum.flirble.org>

p4raw-id: //depot/perl@9845

23 years agoRe: [PATCH 5.7.1] B::Concise and extra variables
Paul Johnson [Thu, 26 Apr 2001 00:46:08 +0000 (02:46 +0200)]
Re: [PATCH 5.7.1] B::Concise and extra variables
Message-ID: <20010426004608.H2338@pjcj.net>

p4raw-id: //depot/perl@9844

23 years agofix a typo for Cwd.xs
Peter Prymmer [Wed, 25 Apr 2001 16:18:44 +0000 (09:18 -0700)]
fix a typo for Cwd.xs
Message-ID: <Pine.OSF.4.10.10104251614200.257877-100000@aspara.forte.com>

p4raw-id: //depot/perl@9843

23 years agoRe: [ID 20010422.002] 5.7.1 Breaks "use Module(version)"
John Peacock [Wed, 25 Apr 2001 17:30:26 +0000 (13:30 -0400)]
Re: [ID 20010422.002] 5.7.1 Breaks "use Module(version)"
Message-ID: <3AE741F2.B3217464@rowman.com>

p4raw-id: //depot/perl@9842

23 years agoUpdate Changes.
Jarkko Hietaniemi [Wed, 25 Apr 2001 20:07:05 +0000 (20:07 +0000)]
Update Changes.

p4raw-id: //depot/perl@9841

23 years agoYet another HP-UX hints version from Merijn.
Jarkko Hietaniemi [Wed, 25 Apr 2001 19:56:51 +0000 (19:56 +0000)]
Yet another HP-UX hints version from Merijn.

p4raw-id: //depot/perl@9840

23 years agoabs_path() didn't terminate the filename correctly,
Jarkko Hietaniemi [Wed, 25 Apr 2001 19:53:04 +0000 (19:53 +0000)]
abs_path() didn't terminate the filename correctly,
in DIRNAMLENless systems like HP-UX this would fail.

p4raw-id: //depot/perl@9839

23 years agoRe: Useless use of constants other than 0,1 in void context?
Mike Guy [Wed, 25 Apr 2001 18:31:47 +0000 (19:31 +0100)]
Re: Useless use of constants other than 0,1 in void context?
Message-Id: <E14sT8l-0004IE-00@libra.cus.cam.ac.uk>

p4raw-id: //depot/perl@9838

23 years agoRe: patch to perl5db.pl (formatting of h h screen)
Jon Eveland [Wed, 25 Apr 2001 09:42:46 +0000 (02:42 -0700)]
Re: patch to perl5db.pl (formatting of h h screen)
Message-ID: <20010425164246.21611.qmail@web10405.mail.yahoo.com>

p4raw-id: //depot/perl@9837

23 years agoPorting/patching.pod: update version number format
Philip Newton [Wed, 25 Apr 2001 17:05:58 +0000 (19:05 +0200)]
Porting/patching.pod: update version number format
Message-ID: <3AE703F6.3234.1833C45@localhost>

p4raw-id: //depot/perl@9836

23 years agoIt would seem that both ar and full_ar need to be overridden
Jarkko Hietaniemi [Wed, 25 Apr 2001 13:58:07 +0000 (13:58 +0000)]
It would seem that both ar and full_ar need to be overridden
for HP-UX to avoid the GNU ar.

p4raw-id: //depot/perl@9835

23 years agoRe: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
Philip Newton [Wed, 25 Apr 2001 16:09:23 +0000 (18:09 +0200)]
Re: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
Message-ID: <3AE6F6B3.30503.14F6DEB@localhost>

Detypo.

p4raw-id: //depot/perl@9834

23 years agoIn HP-UX set ar to /usr/bin/ar but only iff none set.
Jarkko Hietaniemi [Wed, 25 Apr 2001 12:36:11 +0000 (12:36 +0000)]
In HP-UX set ar to /usr/bin/ar but only iff none set.

p4raw-id: //depot/perl@9833

23 years agoNew version of HP-UX hints from Merijn.
Jarkko Hietaniemi [Wed, 25 Apr 2001 12:33:36 +0000 (12:33 +0000)]
New version of HP-UX hints from Merijn.

p4raw-id: //depot/perl@9832

23 years agoReintroduce the avoidance of mixing HP-UX cc and GNU ar.
Jarkko Hietaniemi [Wed, 25 Apr 2001 03:39:45 +0000 (03:39 +0000)]
Reintroduce the avoidance of mixing HP-UX cc and GNU ar.

p4raw-id: //depot/perl@9831

23 years agoThe tzname[] bit is not needed by util.c -- and causes
Jarkko Hietaniemi [Wed, 25 Apr 2001 02:53:25 +0000 (02:53 +0000)]
The tzname[] bit is not needed by util.c -- and causes
heartburn in VMS (and it missing was probably the cause of
the Mac OS X trouble).  Ouch.

p4raw-id: //depot/perl@9830

23 years agoAllow setting cppflags hints. This may affect Darwin (Mac OS X)
Jarkko Hietaniemi [Wed, 25 Apr 2001 00:04:18 +0000 (00:04 +0000)]
Allow setting cppflags hints.  This may affect Darwin (Mac OS X)
(which is actually the reason for the change, we need to pass
cppflags='-traditional-cpp' so that Errno builds right), Dynix/ptx,
EP/IX, OS/2, and TitanOS, based on the hints files.

p4raw-id: //depot/perl@9828

23 years agomakedepend.SH patch for AmigaOS from Jan-Erik Karlsson;
Jarkko Hietaniemi [Tue, 24 Apr 2001 23:49:20 +0000 (23:49 +0000)]
makedepend.SH patch for AmigaOS from Jan-Erik Karlsson;
the $cat must have an absolute path.

p4raw-id: //depot/perl@9827

23 years ago5.7.1-updated README.amiga from Jan-Erik Karlsson.
Jarkko Hietaniemi [Tue, 24 Apr 2001 23:40:53 +0000 (23:40 +0000)]
5.7.1-updated README.amiga from Jan-Erik Karlsson.

p4raw-id: //depot/perl@9826

23 years ago[ID 20010424.002] [PATCH bleadperl] find2perl: prototypes and doexec
Philip Newton [Tue, 24 Apr 2001 18:52:49 +0000 (20:52 +0200)]
[ID 20010424.002] [PATCH bleadperl] find2perl: prototypes and doexec
Message-Id: <3AE5CB81.12234.1FC246F@localhost>

p4raw-id: //depot/perl@9825

23 years agoNew HP-UX hints from Jeff and Merijn, should work with IA-64.
Jarkko Hietaniemi [Tue, 24 Apr 2001 23:33:07 +0000 (23:33 +0000)]
New HP-UX hints from Jeff and Merijn, should work with IA-64.
Some gcc specifics dropped out due to extensive rewriting;
will be put back later as needed.

p4raw-id: //depot/perl@9824

23 years agoMac OS X patch for missing tzname definition from Paul Schinder.
Jarkko Hietaniemi [Tue, 24 Apr 2001 23:27:57 +0000 (23:27 +0000)]
Mac OS X patch for missing tzname definition from Paul Schinder.

p4raw-id: //depot/perl@9823

23 years agoRe: [ID 20010421.032] Not OK: perl v5.7.1 +DEVEL9717 on sun4-solaris-64int-ld-stdio...
Tim Jenness [Tue, 24 Apr 2001 11:29:28 +0000 (01:29 -1000)]
Re: [ID 20010421.032] Not OK: perl v5.7.1 +DEVEL9717 on sun4-solaris-64int-ld-stdio 2.8 (UNINSTALLED)
Message-ID: <Pine.LNX.4.30.0104241123020.5085-100000@lapaki.jach.hawaii.edu>

p4raw-id: //depot/perl@9822

23 years agoUpdated email addresses.
Abigail [Tue, 24 Apr 2001 23:12:03 +0000 (01:12 +0200)]
Updated email addresses.
Message-ID: <20010424211203.7901.qmail@foad.org>

p4raw-id: //depot/perl@9821

23 years agoTime::Piece additions
Matt Sergeant [Tue, 24 Apr 2001 16:48:17 +0000 (17:48 +0100)]
Time::Piece additions
Message-ID: <Pine.LNX.4.30.0104241645030.32279-100000@ted.sergeant.org>

p4raw-id: //depot/perl@9820

23 years agoUpdate Changes.
Jarkko Hietaniemi [Tue, 24 Apr 2001 14:35:23 +0000 (14:35 +0000)]
Update Changes.

p4raw-id: //depot/perl@9818

23 years agoRe: [PATCH t/lib/1_compile.t] Skipping known tested libraries
Philip Newton [Tue, 24 Apr 2001 12:58:12 +0000 (14:58 +0200)]
Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries
Message-ID: <3AE57864.8304.B77A0A@localhost>

plus add CPAN to the list of modules that have their own tests.

p4raw-id: //depot/perl@9817

23 years agoRe: [PATCH t/lib/1_compile.t] Skipping known tested libraries
Michael G. Schwern [Sat, 21 Apr 2001 22:35:00 +0000 (23:35 +0100)]
Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries
Message-ID: <20010421223500.N2946@blackrider.blackstar.co.uk>

p4raw-id: //depot/perl@9816

23 years agoRe: [ID 20010423.006] Test failed in perl@9794
Robin Houston [Tue, 24 Apr 2001 15:51:18 +0000 (16:51 +0100)]
Re: [ID 20010423.006] Test failed in perl@9794
Message-ID: <20010424155118.A22913@puffinry.freeserve.co.uk>

p4raw-id: //depot/perl@9815

23 years agoRe: [ID 20010421.010] Perl 5.6.1 on Unixware 7
Bill Glicker [Tue, 24 Apr 2001 09:22:40 +0000 (05:22 -0400)]
Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
Message-ID: <Pine.SCO.4.30.0104240918160.13514-100000@laura.burrelles.com>

p4raw-id: //depot/perl@9814

23 years agoPrevent path disclosure (probing for existence of filenames)
Jarkko Hietaniemi [Tue, 24 Apr 2001 12:54:23 +0000 (12:54 +0000)]
Prevent path disclosure (probing for existence of filenames)
using suidperl; bug id 20010322.218.

p4raw-id: //depot/perl@9813

23 years agoRetract #9811.
Jarkko Hietaniemi [Tue, 24 Apr 2001 12:08:36 +0000 (12:08 +0000)]
Retract #9811.

p4raw-id: //depot/perl@9812

23 years ago(Retracted by #9812.)
Jarkko Hietaniemi [Tue, 24 Apr 2001 11:57:35 +0000 (11:57 +0000)]
(Retracted by #9812.)

p4raw-id: //depot/perl@9811

23 years agoFix for 20010219.013, "perlio perl -we tell goes SEGV".
Jarkko Hietaniemi [Tue, 24 Apr 2001 03:32:35 +0000 (03:32 +0000)]
Fix for 20010219.013, "perlio perl -we tell goes SEGV".

p4raw-id: //depot/perl@9810

23 years agoThe Math::BigFloat::import() was broken.
Jarkko Hietaniemi [Tue, 24 Apr 2001 03:16:13 +0000 (03:16 +0000)]
The Math::BigFloat::import() was broken.
(Fixes bug id 20010422.002.)

p4raw-id: //depot/perl@9809

23 years agoAdditional dependencies; should help for parallel makes
Jarkko Hietaniemi [Tue, 24 Apr 2001 01:11:40 +0000 (01:11 +0000)]
Additional dependencies; should help for parallel makes
not to fail on missing lib/lib.pm or lib/re.pm.

p4raw-id: //depot/perl@9808

23 years agoUpdate the test failure disclaimer.
Jarkko Hietaniemi [Tue, 24 Apr 2001 00:57:01 +0000 (00:57 +0000)]
Update the test failure disclaimer.

p4raw-id: //depot/perl@9807

23 years agoAdd make target "install-all" which is alias for "install"
Jarkko Hietaniemi [Tue, 24 Apr 2001 00:54:04 +0000 (00:54 +0000)]
Add make target "install-all" which is alias for "install"
to cater for case-preserving filesystems like HFS+.

p4raw-id: //depot/perl@9806

23 years agoRe: 5.6.1 darwin Configure fails to extract Makefile
Peter Prymmer [Wed, 11 Apr 2001 10:43:52 +0000 (03:43 -0700)]
Re: 5.6.1 darwin Configure fails to extract Makefile
Message-ID: <Pine.OSF.4.10.10104111038480.113314-100000@aspara.forte.com>

(Ken William's message forwarded from macosx@perl.org)

p4raw-id: //depot/perl@9805

23 years agoCut-and-pasto.
Jarkko Hietaniemi [Mon, 23 Apr 2001 23:57:35 +0000 (23:57 +0000)]
Cut-and-pasto.

p4raw-id: //depot/perl@9804

23 years agoMore PerlIO robustness.
Jarkko Hietaniemi [Mon, 23 Apr 2001 23:52:25 +0000 (23:52 +0000)]
More PerlIO robustness.

p4raw-id: //depot/perl@9803

23 years agoMake the "STD* opened only for ..." errors more consistent.
Jarkko Hietaniemi [Mon, 23 Apr 2001 23:43:35 +0000 (23:43 +0000)]
Make the "STD* opened only for ..." errors more consistent.

p4raw-id: //depot/perl@9802

23 years agoTest case for #9800.
Jarkko Hietaniemi [Mon, 23 Apr 2001 23:34:26 +0000 (23:34 +0000)]
Test case for #9800.

p4raw-id: //depot/perl@9801

23 years agoAvoid coredump on 'close STDERR; die' by making
Jarkko Hietaniemi [Mon, 23 Apr 2001 23:14:43 +0000 (23:14 +0000)]
Avoid coredump on 'close STDERR; die' by making
the PerlIO calls more robust.  Also use SETERRNO()
instead of errno = to be more VMS-ready.

p4raw-id: //depot/perl@9800

23 years agotest for ID 20010423.002
Robin Houston [Mon, 23 Apr 2001 16:52:21 +0000 (17:52 +0100)]
test for ID 20010423.002
Message-ID: <20010423165221.A20739@puffinry.freeserve.co.uk>

p4raw-id: //depot/perl@9799

23 years agopatch to installperl (change warn to print STDERR in sub yn)
David Dyck [Mon, 23 Apr 2001 10:19:46 +0000 (03:19 -0700)]
patch to installperl (change warn to print STDERR in sub yn)
Message-ID: <Pine.LNX.4.33.0104231018270.10985-100000@dd.tc.fluke.com>

p4raw-id: //depot/perl@9798

23 years agoImplement Cwd::abs_path in XS
Benjamin Sugars [Mon, 23 Apr 2001 11:59:48 +0000 (07:59 -0400)]
Implement Cwd::abs_path in XS
Message-ID: <Pine.LNX.4.21.0104231151340.3238-100000@marmot.rim.canoe.ca>

p4raw-id: //depot/perl@9797

23 years agoSynchronize h2xs and pod2man some more on the documentation
Jarkko Hietaniemi [Mon, 23 Apr 2001 21:29:24 +0000 (21:29 +0000)]
Synchronize h2xs and pod2man some more on the documentation
templates they propose.

p4raw-id: //depot/perl@9796

23 years agoAdd one more naughty test for base64; make encoding logic cleaner.
Jarkko Hietaniemi [Mon, 23 Apr 2001 17:30:40 +0000 (17:30 +0000)]
Add one more naughty test for base64; make encoding logic cleaner.

p4raw-id: //depot/perl@9795

23 years agoUpdate Changes.
Jarkko Hietaniemi [Mon, 23 Apr 2001 13:51:32 +0000 (13:51 +0000)]
Update Changes.

p4raw-id: //depot/perl@9794

23 years agoDuplicate lines.
Jarkko Hietaniemi [Mon, 23 Apr 2001 13:44:18 +0000 (13:44 +0000)]
Duplicate lines.

p4raw-id: //depot/perl@9793

23 years agoRe: PATCH 5.7.1
Mark-Jason Dominus [Mon, 23 Apr 2001 10:30:21 +0000 (06:30 -0400)]
Re: PATCH 5.7.1
Message-ID: <20010423143021.17335.qmail@plover.com>

p4raw-id: //depot/perl@9792

23 years agoAdd the CPAN.pm 1.59_54 tests.
Jarkko Hietaniemi [Mon, 23 Apr 2001 13:32:40 +0000 (13:32 +0000)]
Add the CPAN.pm 1.59_54 tests.

p4raw-id: //depot/perl@9791

23 years agoDeparse nit
Robin Houston [Mon, 23 Apr 2001 12:38:20 +0000 (13:38 +0100)]
Deparse nit
Message-ID: <20010423123820.A19945@puffinry.freeserve.co.uk>

p4raw-id: //depot/perl@9790

23 years agobug 20010423.002
Robin Houston [Mon, 23 Apr 2001 13:12:30 +0000 (14:12 +0100)]
bug 20010423.002
Message-ID: <20010423131230.A20074@puffinry.freeserve.co.uk>

p4raw-id: //depot/perl@9789

23 years agoPATCH [5.7.1] hv.c unused #define
Mark-Jason Dominus [Sun, 22 Apr 2001 14:17:49 +0000 (10:17 -0400)]
PATCH [5.7.1] hv.c unused #define
Message-ID: <20010422181749.26976.qmail@plover.com>

p4raw-id: //depot/perl@9788

23 years agoPATCH 5.7.1
Mark-Jason Dominus [Sun, 22 Apr 2001 15:12:57 +0000 (11:12 -0400)]
PATCH 5.7.1
Message-ID: <20010422191258.6539.qmail@plover.com>

plus Sarathy's STMT_START + STMT_END suggestion.

p4raw-id: //depot/perl@9787

23 years agoFix for
dLux [Mon, 23 Apr 2001 01:25:26 +0000 (03:25 +0200)]
Fix for

Subject: [ID 20010423.001] perlapi documentation inconsistency (SvGROW)
Message-Id: <E14rTEM-0000CB-00@dl.sch.bme.hu>

(SvGROW really does return a char *.)

p4raw-id: //depot/perl@9786

23 years agoTime::Piece work continues. $t->day removed since
Jarkko Hietaniemi [Mon, 23 Apr 2001 04:34:04 +0000 (04:34 +0000)]
Time::Piece work continues.  $t->day removed since
I think it's too confusing.  Now has normal and
abbreviated length weekday names and month names,
the names change with _names(), not _list().
Now has strftime() in Perl, _strftime() is
the libc version (to which strftime() falls back
if it doesn't know the format.  To do: the reverse
of strftime, strptime(), and the localisation of both.

p4raw-id: //depot/perl@9785

23 years agoRe: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using '
Andreas König [Mon, 23 Apr 2001 05:20:55 +0000 (07:20 +0200)]
Re: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using '
Message-ID: <m3ofto5mjs.fsf@ak-71.mind.de>

p4raw-id: //depot/perl@9784

23 years agoDistinguish package variables, if necessary
Robin Houston [Mon, 23 Apr 2001 00:38:18 +0000 (01:38 +0100)]
Distinguish package variables, if necessary
Message-ID: <20010423003818.A19109@puffinry.freeserve.co.uk>

p4raw-id: //depot/perl@9783

23 years agoRe: [ID 20010422.003] Core dump in overloaded bool while using '
Simon Cozens [Sun, 22 Apr 2001 18:47:25 +0000 (19:47 +0100)]
Re: [ID 20010422.003] Core dump in overloaded bool while using '
Message-ID: <20010422184725.A14411@netthink.co.uk>

p4raw-id: //depot/perl@9782

23 years agoSupport BEGIN blocks in B::Deparse (& more)
Robin Houston [Sun, 22 Apr 2001 22:14:50 +0000 (23:14 +0100)]
Support BEGIN blocks in B::Deparse (& more)
Message-ID: <20010422221450.A18921@puffinry.freeserve.co.uk>

p4raw-id: //depot/perl@9781

23 years agoIO::Socket::INET patch
andrew deryabin [Sat, 21 Apr 2001 17:46:52 +0000 (21:46 +0400)]
IO::Socket::INET patch
Message-ID: <20010421174652.B1426@technarchy>

p4raw-id: //depot/perl@9779