24 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]
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

24 years ago[PATCH B::Deparse] fix string uninterpretation
Robin Houston [Thu, 26 Apr 2001 17:13:41 +0000]
[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

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

p4raw-id: //depot/perl@9855

24 years agoRe: Short test case for undef %stash:: crash
Benjamin Sugars [Mon, 23 Apr 2001 16:59:33 +0000]
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

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

p4raw-id: //depot/perl@9853

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

p4raw-id: //depot/perl@9852

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

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

p4raw-id: //depot/perl@9851

24 years agoIf ccflags was empty the _previous_ $* containing all the
Jarkko Hietaniemi [Thu, 26 Apr 2001 02:34:44 +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

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

p4raw-id: //depot/perl@9849

24 years agoRe: [PATCH: perl@9841] fix a typo for Cwd.xs
Benjamin Sugars [Wed, 25 Apr 2001 21:47:37 +0000]
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

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

p4raw-id: //depot/perl@9847

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

p4raw-id: //depot/perl@9846

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

p4raw-id: //depot/perl@9845

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

p4raw-id: //depot/perl@9844

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

p4raw-id: //depot/perl@9843

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

p4raw-id: //depot/perl@9842

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

p4raw-id: //depot/perl@9841

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

p4raw-id: //depot/perl@9840

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

p4raw-id: //depot/perl@9839

24 years agoRe: Useless use of constants other than 0,1 in void context?
Mike Guy [Wed, 25 Apr 2001 18:31:47 +0000]
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

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

p4raw-id: //depot/perl@9837

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

p4raw-id: //depot/perl@9836

24 years agoIt would seem that both ar and full_ar need to be overridden
Jarkko Hietaniemi [Wed, 25 Apr 2001 13:58:07 +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

24 years agoRe: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
Philip Newton [Wed, 25 Apr 2001 16:09:23 +0000]
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

24 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]
In HP-UX set ar to /usr/bin/ar but only iff none set.

p4raw-id: //depot/perl@9833

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

p4raw-id: //depot/perl@9832

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

p4raw-id: //depot/perl@9831

24 years agoThe tzname[] bit is not needed by util.c -- and causes
Jarkko Hietaniemi [Wed, 25 Apr 2001 02:53:25 +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

24 years agoAllow setting cppflags hints. This may affect Darwin (Mac OS X)
Jarkko Hietaniemi [Wed, 25 Apr 2001 00:04:18 +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

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

p4raw-id: //depot/perl@9827

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

p4raw-id: //depot/perl@9826

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

p4raw-id: //depot/perl@9825

24 years agoNew HP-UX hints from Jeff and Merijn, should work with IA-64.
Jarkko Hietaniemi [Tue, 24 Apr 2001 23:33:07 +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

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

p4raw-id: //depot/perl@9823

24 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]
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

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

p4raw-id: //depot/perl@9821

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

p4raw-id: //depot/perl@9820

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

p4raw-id: //depot/perl@9818

24 years agoRe: [PATCH t/lib/1_compile.t] Skipping known tested libraries
Philip Newton [Tue, 24 Apr 2001 12:58:12 +0000]
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

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

p4raw-id: //depot/perl@9816

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

p4raw-id: //depot/perl@9815

24 years agoRe: [ID 20010421.010] Perl 5.6.1 on Unixware 7
Bill Glicker [Tue, 24 Apr 2001 09:22:40 +0000]
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

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

p4raw-id: //depot/perl@9813

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

p4raw-id: //depot/perl@9812

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

p4raw-id: //depot/perl@9811

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

p4raw-id: //depot/perl@9810

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

p4raw-id: //depot/perl@9809

24 years agoAdditional dependencies; should help for parallel makes
Jarkko Hietaniemi [Tue, 24 Apr 2001 01:11:40 +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

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

p4raw-id: //depot/perl@9807

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

p4raw-id: //depot/perl@9806

24 years agoRe: 5.6.1 darwin Configure fails to extract Makefile
Peter Prymmer [Wed, 11 Apr 2001 10:43:52 +0000]
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

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

p4raw-id: //depot/perl@9804

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

p4raw-id: //depot/perl@9803

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

p4raw-id: //depot/perl@9802

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

p4raw-id: //depot/perl@9801

24 years agoAvoid coredump on 'close STDERR; die' by making
Jarkko Hietaniemi [Mon, 23 Apr 2001 23:14:43 +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

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

p4raw-id: //depot/perl@9799

24 years agopatch to installperl (change warn to print STDERR in sub yn)
David Dyck [Mon, 23 Apr 2001 10:19:46 +0000]
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

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

p4raw-id: //depot/perl@9797

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

p4raw-id: //depot/perl@9796

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

p4raw-id: //depot/perl@9795

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

p4raw-id: //depot/perl@9794

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

p4raw-id: //depot/perl@9793

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

p4raw-id: //depot/perl@9792

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

p4raw-id: //depot/perl@9791

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

p4raw-id: //depot/perl@9790

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

p4raw-id: //depot/perl@9789

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

p4raw-id: //depot/perl@9788

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

plus Sarathy's STMT_START + STMT_END suggestion.

p4raw-id: //depot/perl@9787

24 years agoFix for
dLux [Mon, 23 Apr 2001 01:25:26 +0000]
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

24 years agoTime::Piece work continues. $t->day removed since
Jarkko Hietaniemi [Mon, 23 Apr 2001 04:34:04 +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

24 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]
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

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

p4raw-id: //depot/perl@9783

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

p4raw-id: //depot/perl@9782

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

p4raw-id: //depot/perl@9781

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

p4raw-id: //depot/perl@9779

24 years agoRe: ANYOF_SIZE is wrong in 5.7.1
Mark-Jason Dominus [Sat, 21 Apr 2001 21:27:49 +0000]
Re: ANYOF_SIZE is wrong in 5.7.1
Message-ID: <20010422012749.27024.qmail@plover.com>

p4raw-id: //depot/perl@9778

24 years agoRe: Regex debugger patch
Mark-Jason Dominus [Sat, 21 Apr 2001 21:48:51 +0000]
Re: Regex debugger patch
Message-ID: <20010422014851.27165.qmail@plover.com>

p4raw-id: //depot/perl@9777

24 years agoRe: Regex debugger patch
Mark-Jason Dominus [Sat, 21 Apr 2001 14:24:39 +0000]
Re: Regex debugger patch
Message-ID: <20010421182439.16508.qmail@plover.com>

Regex debugger backend.

p4raw-id: //depot/perl@9776

24 years agoTypo in utf8.h
Jesús Quiroga [Sat, 21 Apr 2001 19:25:33 +0000]
Typo in utf8.h
Message-Id: <5.0.2.1.1.20010421192107.01ce5a50@ix.netcorps.com>

p4raw-id: //depot/perl@9775

24 years ago[ID 20010421.010] Perl 5.6.1 on Unixware 7
Joe Orton [Tue, 17 Apr 2001 15:50:43 +0000]
[ID 20010421.010] Perl 5.6.1 on Unixware 7
Message-Id: <20010417155043.D19132@eu.c2.net>

p4raw-id: //depot/perl@9774

24 years agoPatch utils/h2xs.PL
Elaine -HFB- Ashton [Sat, 21 Apr 2001 10:32:16 +0000]
Patch utils/h2xs.PL
Message-ID: <20010421103216.C14521@chaos.wustl.edu>

Add MAILING list and LICENSE templates.

p4raw-id: //depot/perl@9773

24 years agoperlfaq2.patch for 5.7.1
Elaine -HFB- Ashton [Fri, 20 Apr 2001 16:42:19 +0000]
perlfaq2.patch for 5.7.1
Message-ID: <20010420164219.J3194@chaos.wustl.edu>

rm an extra tab, a blurb about the xx.cpan to clarify
which countries actually have that and dejanews is history
as well as most of that nonsensical entry.

p4raw-id: //depot/perl@9772

24 years agoperlfaq1.patch for 5.7.1
Elaine -HFB- Ashton [Fri, 20 Apr 2001 16:57:36 +0000]
perlfaq1.patch for 5.7.1
Message-ID: <20010420165736.K3194@chaos.wustl.edu>

Evil URLs must die. Especially when they are broken.

p4raw-id: //depot/perl@9771

24 years agoB::walksymtable improperly documented?
Michael G. Schwern [Sat, 21 Apr 2001 16:11:12 +0000]
B::walksymtable improperly documented?
Message-ID: <20010421161112.L19736@blackrider.blackstar.co.uk>

p4raw-id: //depot/perl@9770

24 years agoConfused by "#if &__GNUC_PREREQ (2,97)"
Michael G. Schwern [Sat, 21 Apr 2001 09:48:00 +0000]
Confused by "#if &__GNUC_PREREQ (2,97)"
Message-ID: <20010421094759.B19736@blackrider.blackstar.co.uk>

p4raw-id: //depot/perl@9769

24 years agoPerlIO and Encode doc cleanup and tweaks.
Jarkko Hietaniemi [Sat, 21 Apr 2001 14:33:49 +0000]
PerlIO and Encode doc cleanup and tweaks.

p4raw-id: //depot/perl@9768

24 years agoIntegrate perlio:
Jarkko Hietaniemi [Sat, 21 Apr 2001 12:40:16 +0000]
Integrate perlio:

[  9766]
Avoid core dump on
open(STDOUT,">",\$foo);

p4raw-link: @9766 on //depot/perlio: bd4a56683d81031daed35526f008ae02a99cad90

p4raw-id: //depot/perl@9767

24 years agoAvoid core dump on
Nick Ing-Simmons [Fri, 20 Apr 2001 18:28:35 +0000]
Avoid core dump on
   open(STDOUT,">",\$foo);

p4raw-id: //depot/perlio@9766

24 years agoRe: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
Robin Houston [Fri, 20 Apr 2001 14:29:22 +0000]
Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
Message-ID: <20010420142921.A14960@puffinry.freeserve.co.uk>

p4raw-id: //depot/perl@9765

24 years agoavoid t/u-*.t test on platforms where List/Util was not built
Peter Prymmer [Thu, 19 Apr 2001 17:40:14 +0000]
avoid t/u-*.t test on platforms where List/Util was not built
Message-ID: <Pine.OSF.4.10.10104191737200.348917-100000@aspara.forte.com>

p4raw-id: //depot/perl@9764

24 years agoRe: A new PerlIO coredump
Nick Ing-Simmons [Fri, 20 Apr 2001 14:29:41 +0000]
Re: A new PerlIO coredump
Message-Id: <200104201329.OAA16021@mikado.tiuk.ti.com>

p4raw-id: //depot/perl@9763

24 years agoUpdate Changes.
Jarkko Hietaniemi [Thu, 19 Apr 2001 23:02:30 +0000]
Update Changes.

p4raw-id: //depot/perl@9762

24 years agoMore cleanup cleanup.
Jarkko Hietaniemi [Thu, 19 Apr 2001 22:59:19 +0000]
More cleanup cleanup.

p4raw-id: //depot/perl@9761

24 years agolib/Time is non-empty, let's not rmdir it.
Jarkko Hietaniemi [Thu, 19 Apr 2001 22:50:31 +0000]
lib/Time is non-empty, let's not rmdir it.

p4raw-id: //depot/perl@9760

24 years agoRe: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
Robin Houston [Fri, 20 Apr 2001 00:18:53 +0000]
Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
Message-ID: <20010420001853.A13350@puffinry.freeserve.co.uk>

p4raw-id: //depot/perl@9759

24 years agovoid close_dir portability fix for Cwd.xs
Peter Prymmer [Thu, 19 Apr 2001 12:02:40 +0000]
void close_dir portability fix for Cwd.xs
Message-ID: <Pine.OSF.4.10.10104191158490.348917-100000@aspara.forte.com>

p4raw-id: //depot/perl@9758

24 years agoBlind (untested) integrate of mainline.
Nick Ing-Simmons [Thu, 19 Apr 2001 18:53:54 +0000]
Blind (untested) integrate of mainline.

p4raw-id: //depot/perlio@9757

24 years agoDocument and test Time::Piece.
Jarkko Hietaniemi [Thu, 19 Apr 2001 16:59:23 +0000]
Document and test Time::Piece.

p4raw-id: //depot/perl@9756

24 years agoA better fix for the \x{12345678} trouble from NI-S.
Jarkko Hietaniemi [Thu, 19 Apr 2001 12:13:29 +0000]
A better fix for the \x{12345678} trouble from NI-S.

p4raw-id: //depot/perl@9755