23 years agoIntegrate mainline (autouse works again.)
Nick Ing-Simmons [Wed, 30 May 2001 08:23:02 +0000]
Integrate mainline (autouse works again.)

p4raw-id: //depot/perlio@10309

23 years ago[ID 20010529.003] find2perl and File::Find doesn't emulate find when path is a symlin...
David Dyck [Tue, 29 May 2001 12:19:38 +0000]
[ID 20010529.003] find2perl and File::Find doesn't emulate find when path is a symlink (with proposed patch)
Message-Id: <Pine.LNX.4.33.0105291216510.17409-100000@dd.tc.fluke.com>

p4raw-id: //depot/perl@10308

23 years agoRe: Report /pro/3gl/CPAN/perl-5.7.1
Nicholas Clark [Tue, 29 May 2001 23:16:09 +0000]
Re: Report /pro/3gl/CPAN/perl-5.7.1
Message-ID: <20010529231609.U86445@plum.flirble.org>

Make the test output slightly clearer by distinguishing
between '' and undef.

p4raw-id: //depot/perl@10307

23 years agoflushNULL OS/2
Ilya Zakharevich [Tue, 29 May 2001 19:15:19 +0000]
flushNULL OS/2
Message-ID: <20010529191519.A16020@math.ohio-state.edu>

p4raw-id: //depot/perl@10306

23 years agoperlvar.pod addition
Jarkko Hietaniemi [Wed, 30 May 2001 01:42:36 +0000]
perlvar.pod addition
From: Peter Gessner <peter.gessner@post.rwth-aachen.de>
Date: Fri, 25 May 2001 20:23:12 +0200
Message-ID: <3B0EA310.B265C048@post.rwth-aachen.de>

Subject: Re: perlvar.pod addition
From: "Abigail" <abigail@foad.org>
Date: Fri, 25 May 2001 22:00:39 +0200
Message-ID: <20010525200039.28029.qmail@foad.org>

Mention $a and $b in perlvar.

p4raw-id: //depot/perl@10305

23 years agoperlvar.pod -- why isn't @F here?
Jeff Pinyan [Tue, 29 May 2001 22:27:51 +0000]
perlvar.pod -- why isn't @F here?
Message-ID: <Pine.GSO.4.21.0105292227150.1961-100000@crusoe.crusoe.net>

p4raw-id: //depot/perl@10304

23 years agoRe: [PATCH] perlfaq6.pod -- case-aware s///
Jeff Pinyan [Tue, 29 May 2001 18:03:27 +0000]
Re: [PATCH] perlfaq6.pod -- case-aware s///
Message-ID: <Pine.GSO.4.21.0105291802330.1961-100000@crusoe.crusoe.net>

p4raw-id: //depot/perl@10303

23 years agoMention Time::localtime and Time::gmtime.
Jarkko Hietaniemi [Tue, 29 May 2001 20:18:49 +0000]
Mention Time::localtime and Time::gmtime.

p4raw-id: //depot/perl@10302

23 years agoExample of working in integers to avoid floating point errors
Michael G. Schwern [Tue, 29 May 2001 18:51:32 +0000]
Example of working in integers to avoid floating point errors
Message-ID: <20010529185132.C706@blackrider.blackstar.co.uk>

p4raw-id: //depot/perl@10301

23 years agoRetract #10243.
Jarkko Hietaniemi [Tue, 29 May 2001 20:12:09 +0000]
Retract #10243.

p4raw-id: //depot/perl@10300

23 years agoPost weekend integrate mainline (fails one test pragma/autouse).
Nick Ing-Simmons [Tue, 29 May 2001 18:41:19 +0000]
Post weekend integrate mainline (fails one test pragma/autouse).

p4raw-id: //depot/perlio@10299

23 years agoUpdate Changes.
Jarkko Hietaniemi [Tue, 29 May 2001 16:29:19 +0000]
Update Changes.

p4raw-id: //depot/perl@10298

23 years agoFix Perl_swash_init & Perl_swash_fetch to save ERRSV (= $@)
Jarkko Hietaniemi [Tue, 29 May 2001 16:25:47 +0000]
Fix Perl_swash_init & Perl_swash_fetch to save ERRSV (= $@)
before Perl_load_module/Perl_call_method and restore the value
after if !SvTRUE(ERRSV).  (from Inaba Hiroto)

p4raw-id: //depot/perl@10297

23 years agoRe: AIX and gcc (moving targets)
H.Merijn Brand [Tue, 29 May 2001 17:59:40 +0000]
Re: AIX and gcc (moving targets)
Message-Id: <20010529175841.7078.H.M.BRAND@hccnet.nl>

p4raw-id: //depot/perl@10296

23 years agoRe: AIX and gcc (moving targets)
H.Merijn Brand [Tue, 29 May 2001 12:32:57 +0000]
Re: AIX and gcc (moving targets)
Message-Id: <20010529115151.9FE0.H.M.BRAND@hccnet.nl>

p4raw-id: //depot/perl@10295

23 years agoSyncing with 1.21
Michael G. Schwern [Tue, 29 May 2001 09:53:29 +0000]
Syncing with 1.21
Message-ID: <20010529095329.T675@blackrider.blackstar.co.uk>

(#10280 retracted)

p4raw-id: //depot/perl@10294

23 years agoSyncing with Test-1.17
Michael G. Schwern [Tue, 29 May 2001 09:19:52 +0000]
Syncing with Test-1.17
Message-ID: <20010529091952.R675@blackrider.blackstar.co.uk>

p4raw-id: //depot/perl@10293

23 years agoRe: [PATCH t/TEST] Allowing deeper test subdirectories
Michael G. Schwern [Tue, 29 May 2001 08:26:09 +0000]
Re: [PATCH t/TEST] Allowing deeper test subdirectories
Message-ID: <20010529082609.P675@blackrider.blackstar.co.uk>

p4raw-id: //depot/perl@10292

23 years agoAdd tests for Time::gmtime and Time::localtime.
Jarkko Hietaniemi [Tue, 29 May 2001 15:29:37 +0000]
Add tests for Time::gmtime and Time::localtime.

p4raw-id: //depot/perl@10291

23 years agoAdd test for File::stat.
Jarkko Hietaniemi [Tue, 29 May 2001 15:15:44 +0000]
Add test for File::stat.

p4raw-id: //depot/perl@10290

23 years agoAdd test for Net::servent.
Jarkko Hietaniemi [Tue, 29 May 2001 15:05:38 +0000]
Add test for Net::servent.

p4raw-id: //depot/perl@10289

23 years agoAdd test for Net::protoent.
Jarkko Hietaniemi [Tue, 29 May 2001 14:57:15 +0000]
Add test for Net::protoent.

p4raw-id: //depot/perl@10288

23 years agoAdd test for Net::netent.
Jarkko Hietaniemi [Tue, 29 May 2001 14:53:10 +0000]
Add test for Net::netent.

p4raw-id: //depot/perl@10287

23 years agoAdd test for User::grent. Portability doubtful.
Jarkko Hietaniemi [Tue, 29 May 2001 14:31:57 +0000]
Add test for User::grent.  Portability doubtful.

p4raw-id: //depot/perl@10286

23 years agoAdd test for User::pwent.
Jarkko Hietaniemi [Tue, 29 May 2001 14:24:20 +0000]
Add test for User::pwent.
Probably will fall down somewhere for portability reasons.

p4raw-id: //depot/perl@10285

23 years ago[PATCH 5.6.1] signal names in Configure
Ilya Zakharevich [Tue, 29 May 2001 03:52:25 +0000]
[PATCH 5.6.1] signal names in Configure
Date: Tue, 29 May 2001 03:52:25 -0400
Message-ID: <20010529035225.A9400@math.ohio-state.edu>

Subject: [PATCH 5.6.1] older perl in Configure
From: Ilya Zakharevich <ilya@math.ohio-state.edu>
Date: Tue, 29 May 2001 03:55:40 -0400
Message-ID: <20010529035539.A9411@math.ohio-state.edu>

Subject: [PATCH 5.6.1] goofs in Configure
From: Ilya Zakharevich <ilya@math.ohio-state.edu>
Date: Tue, 29 May 2001 04:13:07 -0400
Message-ID: <20010529041307.A9658@math.ohio-state.edu>

Configure portability tweaks.

p4raw-id: //depot/perl@10283

23 years agoextLibpath for OS/2
Ilya Zakharevich [Tue, 29 May 2001 04:07:06 +0000]
extLibpath for OS/2
Message-ID: <20010529040706.A9579@math.ohio-state.edu>

p4raw-id: //depot/perl@10282

23 years agoextra static libs for OS/2
Ilya Zakharevich [Tue, 29 May 2001 04:01:38 +0000]
extra static libs for OS/2
Message-ID: <20010529040138.A9482@math.ohio-state.edu>

p4raw-id: //depot/perl@10281

23 years agoRe: [PATCH 5.6.1] Test::Harness clumsy
Ilya Zakharevich [Tue, 29 May 2001 03:50:18 +0000]
Re: [PATCH 5.6.1] Test::Harness clumsy
Message-ID: <20010529035018.A9387@math.ohio-state.edu>

p4raw-id: //depot/perl@10280

23 years agoAdditional safeguard against $@ getting trampled; idea from Hugo.
Jarkko Hietaniemi [Tue, 29 May 2001 12:34:53 +0000]
Additional safeguard against $@ getting trampled; idea from Hugo.

p4raw-id: //depot/perl@10279

23 years agoRe: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
Hugo van der Sanden [Tue, 29 May 2001 03:03:45 +0000]
Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
Message-Id: <200105290203.DAA00825@crypt.compulink.co.uk>

Explanation why the $@ always gets the UTF8 flag when under use utf8--
because we told it to have the flag when under use utf8.

p4raw-id: //depot/perl@10278

23 years agoAt least a partial fix for 20010528.004.
Jarkko Hietaniemi [Tue, 29 May 2001 00:51:34 +0000]
At least a partial fix for 20010528.004.

p4raw-id: //depot/perl@10277

23 years agoRe: Report /pro/3gl/CPAN/perl-5.7.1
Nicholas Clark [Mon, 28 May 2001 23:39:38 +0000]
Re: Report /pro/3gl/CPAN/perl-5.7.1
Message-ID: <20010528233938.M86445@plum.flirble.org>

More portable non-zero UV.

p4raw-id: //depot/perl@10276

23 years ago(was Re: Why t/lib/extutils.t is failing ...
Nicholas Clark [Mon, 28 May 2001 22:46:09 +0000]
(was Re: Why t/lib/extutils.t is failing ...
Message-ID: <20010528224608.L86445@plum.flirble.org>

Test also "make clean".

p4raw-id: //depot/perl@10275

23 years agoRe: Would -Wno-unused -Wall be better?
Michael G. Schwern [Tue, 29 May 2001 00:55:54 +0000]
Re: Would -Wno-unused -Wall be better?
Message-ID: <20010529005553.B675@blackrider.blackstar.co.uk>

p4raw-id: //depot/perl@10274

23 years agoAdd a test for 20010528.007, fixed in #10272.
Jarkko Hietaniemi [Tue, 29 May 2001 00:36:06 +0000]
Add a test for 20010528.007, fixed in #10272.

p4raw-id: //depot/perl@10273

23 years agoRe: [ID 20010528.007] "\x{" causes panic:constant overflowed allocated space
Hugo van der Sanden [Tue, 29 May 2001 00:23:23 +0000]
Re: [ID 20010528.007] "\x{" causes panic:constant overflowed allocated space
Message-Id: <200105282323.AAA07930@crypt.compulink.co.uk>

p4raw-id: //depot/perl@10272

23 years agoRe: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
Michael G. Schwern [Tue, 29 May 2001 00:42:59 +0000]
Re: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
Message-ID: <20010529004259.A675@blackrider.blackstar.co.uk>

p4raw-id: //depot/perl@10271

23 years agoSome shells seemingly arrange the signal handlers differently
Jarkko Hietaniemi [Mon, 28 May 2001 21:44:06 +0000]
Some shells seemingly arrange the signal handlers differently
(bug id 20010521.004).

p4raw-id: //depot/perl@10270

23 years agoRegen perlmodlib.
Jarkko Hietaniemi [Mon, 28 May 2001 20:34:21 +0000]
Regen perlmodlib.

p4raw-id: //depot/perl@10269

23 years agoUpdate Changes.
Jarkko Hietaniemi [Mon, 28 May 2001 19:08:45 +0000]
Update Changes.

p4raw-id: //depot/perl@10268

23 years agoperlnewmod.pod to reflect DLSI(P) change
Elaine -HFB- Ashton [Mon, 28 May 2001 14:56:35 +0000]
perlnewmod.pod to reflect DLSI(P) change
Message-ID: <20010528145635.L8487@chaos.wustl.edu>

p4raw-id: //depot/perl@10267

23 years agoRegen toc.
Jarkko Hietaniemi [Mon, 28 May 2001 18:35:03 +0000]
Regen toc.

p4raw-id: //depot/perl@10266

23 years agoRE: [20000223.001] no test cases for splice(@array)
Richard Soderberg [Mon, 28 May 2001 12:31:23 +0000]
RE: [20000223.001] no test cases for splice(@array)
Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFLDFAA.rs@crystalflame.net>

p4raw-id: //depot/perl@10265

23 years agoThe #10260 was too bold: locales and utf8 still do not mix.
Jarkko Hietaniemi [Mon, 28 May 2001 17:59:00 +0000]
The #10260 was too bold: locales and utf8 still do not mix.

p4raw-id: //depot/perl@10264

23 years agoPod nitpicks
Richard Soderberg [Mon, 28 May 2001 10:08:58 +0000]
Pod nitpicks
Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFGDFAA.rs@crystalflame.net>

p4raw-id: //depot/perl@10263

23 years agoUpgrade to I18N::LangTags 0.22.
Jarkko Hietaniemi [Mon, 28 May 2001 17:50:05 +0000]
Upgrade to I18N::LangTags 0.22.

p4raw-id: //depot/perl@10262

23 years agoA slightly more serious bug found by -Mutf8; op/misc and
Jarkko Hietaniemi [Mon, 28 May 2001 17:23:40 +0000]
A slightly more serious bug found by -Mutf8; op/misc and
lib/complex dumped core.

p4raw-id: //depot/perl@10261

23 years agoVarious buglets shaken out by -Mutf8.
Jarkko Hietaniemi [Mon, 28 May 2001 16:58:11 +0000]
Various buglets shaken out by -Mutf8.

p4raw-id: //depot/perl@10260

23 years agoSTDERR looks much like STDOUT. (Subtest #2 wasn't really okay.)
Jarkko Hietaniemi [Mon, 28 May 2001 15:48:46 +0000]
STDERR looks much like STDOUT.  (Subtest #2 wasn't really okay.)

p4raw-id: //depot/perl@10259

23 years agotodo patch
Artur Bergman [Mon, 28 May 2001 17:03:51 +0000]
todo patch
Message-ID: <B7383577.F34%artur@contiller.se>

p4raw-id: //depot/perl@10258

23 years agotypo in perlguts.pod
John P. Linderman [Mon, 28 May 2001 09:35:47 +0000]
typo in perlguts.pod
Message-Id: <200105281335.JAA27851@raptor.research.att.com>

p4raw-id: //depot/perl@10257

23 years agoAIX and gcc (moving targets)
H.Merijn Brand [Mon, 28 May 2001 12:54:04 +0000]
AIX and gcc (moving targets)
Message-Id: <20010528124531.9FAB.H.M.BRAND@hccnet.nl>

p4raw-id: //depot/perl@10256

23 years agoRe: perlio + multiple perl_alloc..destruct
Doug MacEachern [Sun, 27 May 2001 13:47:13 +0000]
Re: perlio + multiple perl_alloc..destruct
Message-ID: <Pine.LNX.4.21.0105271340370.5938-100000@mako.covalent.net>

p4raw-id: //depot/perl@10255

23 years agoThe #10251 wasn't quite up-to-the-code.
Jarkko Hietaniemi [Mon, 28 May 2001 15:27:49 +0000]
The #10251 wasn't quite up-to-the-code.

p4raw-id: //depot/perl@10254

23 years agoTest case for bug 20010526.004, fixed in #10252.
Jarkko Hietaniemi [Mon, 28 May 2001 15:26:39 +0000]
Test case for bug 20010526.004, fixed in #10252.

p4raw-id: //depot/perl@10253

23 years agoRe: [ID 20010526.004] Taint looses value
Hugo van der Sanden [Sun, 27 May 2001 20:39:32 +0000]
Re: [ID 20010526.004] Taint looses value
Message-Id: <200105271939.UAA27591@crypt.compulink.co.uk>

p4raw-id: //depot/perl@10252

23 years agoTest case for 20010422.005, fixed by #10250.
Jarkko Hietaniemi [Mon, 28 May 2001 15:13:40 +0000]
Test case for 20010422.005, fixed by #10250.

p4raw-id: //depot/perl@10251

23 years agoRe: [ID 20010422.005] perl -e '{s//${}/; //}' # segfaults on FreeBSD
Spider Boardman [Mon, 28 May 2001 06:39:12 +0000]
Re: [ID 20010422.005] perl -e '{s//${}/; //}' # segfaults on FreeBSD
Message-Id: <200105281039.GAA03962@Orb.Nashua.NH.US>

p4raw-id: //depot/perl@10250

23 years agoLinerewrapping.
Jarkko Hietaniemi [Mon, 28 May 2001 15:09:24 +0000]
Linerewrapping.

p4raw-id: //depot/perl@10249

23 years agoUpdates on the modules list.
Jarkko Hietaniemi [Mon, 28 May 2001 15:09:07 +0000]
Updates on the modules list.

p4raw-id: //depot/perl@10248

23 years agoAdd a test for PerlIO.
Jarkko Hietaniemi [Mon, 28 May 2001 15:03:35 +0000]
Add a test for PerlIO.

(I probably got the crlf/raw thing wrong for clrfy platforms...)

p4raw-id: //depot/perl@10247

23 years agoAdd a test for carp et alia.
Jarkko Hietaniemi [Mon, 28 May 2001 14:24:08 +0000]
Add a test for carp et alia.

p4raw-id: //depot/perl@10246

23 years agoAdding the new test would be swell.
Jarkko Hietaniemi [Mon, 28 May 2001 13:42:55 +0000]
Adding the new test would be swell.

p4raw-id: //depot/perl@10245

23 years agoAdd a test for the autouse pragma.
Jarkko Hietaniemi [Mon, 28 May 2001 13:42:34 +0000]
Add a test for the autouse pragma.

p4raw-id: //depot/perl@10244

23 years ago[ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
dLux [Sun, 27 May 2001 16:14:26 +0000]
[ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
Message-Id: <E1541JK-0000YC-00@dl.sch.bme.hu>

p4raw-id: //depot/perl@10243

23 years agoRE: [ID 20010528.002] dprofpp: "-R" does not work
Richard Soderberg [Mon, 28 May 2001 03:56:36 +0000]
RE: [ID 20010528.002] dprofpp: "-R" does not work
Message-ID: <NAEKLNAAHLMBPMPNBMLEEEFADFAA.rs@crystalflame.net>

p4raw-id: //depot/perl@10242

23 years agoRe: [ID 20010522.003] Time::Local module bug
Jarkko Hietaniemi [Mon, 28 May 2001 13:18:56 +0000]
Re: [ID 20010522.003] Time::Local module bug
From: "Stephen P. Potter" <spp@spotter.yi.org>
Date: Tue, 22 May 2001 11:40:25 -0400
Message-Id: <20010522154030.584F4729E2@belgarath.spotter.yi.org>

Subject: Re: [ID 20010522.003] Time::Local module bug
From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
Date: Tue, 22 May 2001 11:50:19 -0400
Message-ID: <20010522115019.D48634@linguist.thayer.dartmouth.edu>

p4raw-id: //depot/perl@10241

23 years agoThe PERL_DL_NONLAZY can have whitespace in front.
Jarkko Hietaniemi [Sun, 27 May 2001 22:44:49 +0000]
The PERL_DL_NONLAZY can have whitespace in front.

p4raw-id: //depot/perl@10240

23 years agoDocument strftime() and strptime().
Jarkko Hietaniemi [Sun, 27 May 2001 21:23:21 +0000]
Document strftime() and strptime().

p4raw-id: //depot/perl@10239

23 years agoMake Time::Piece::strptime() to be a function, not a method.
Jarkko Hietaniemi [Sun, 27 May 2001 20:29:07 +0000]
Make Time::Piece::strptime() to be a function, not a method.

p4raw-id: //depot/perl@10238

23 years agoTweak the test to be more portable.
Jarkko Hietaniemi [Sun, 27 May 2001 20:22:09 +0000]
Tweak the test to be more portable.

p4raw-id: //depot/perl@10237

23 years agoPATCH: Re: Re: Attributes that tie
Leon Brocard [Sun, 27 May 2001 12:37:29 +0000]
PATCH: Re: Re: Attributes that tie
Message-ID: <20010527123729.A22663@ns0.astray.com>

Document that variable attributes are not currently usable
for tieing.  (An ugly limitation that should be fixed.)

p4raw-id: //depot/perl@10236

23 years agoMicroperl tweaks.
Jarkko Hietaniemi [Sun, 27 May 2001 19:03:31 +0000]
Microperl tweaks.

p4raw-id: //depot/perl@10235

23 years agoAdd make target for microperl (kind of silly, but convenient).
Jarkko Hietaniemi [Sun, 27 May 2001 18:22:09 +0000]
Add make target for microperl (kind of silly, but convenient).

p4raw-id: //depot/perl@10234

23 years agoO_APPEND and O_TRUNC are not portable. (Not available e.g.
Jarkko Hietaniemi [Sun, 27 May 2001 18:18:56 +0000]
O_APPEND and O_TRUNC are not portable.  (Not available e.g.
for microperl.)

p4raw-id: //depot/perl@10233

23 years ago[PATCH] [ID 19991013.005] utime undef, undef, @files
Robert Spier [Sat, 26 May 2001 20:05:23 +0000]
[PATCH] [ID 19991013.005] utime undef, undef, @files
Date: Sat, 26 May 2001 20:05:23 -0400
Message-ID: <15120.17603.148648.12430@rls.cx>

Subject: Re: [PATCH] [ID 19991013.005] utime undef, undef, @files
From: rspier@pobox.com (Robert Spier)
Date: Sun, 27 May 2001 00:23:12 -0400
Message-ID: <15120.33072.511966.767230@rls.cx>

p4raw-id: //depot/perl@10232

23 years agoRegen toc. (And add the README.tru64 from #10230 to MANIFEST.)
Jarkko Hietaniemi [Sun, 27 May 2001 15:45:20 +0000]
Regen toc.  (And add the README.tru64 from #10230 to MANIFEST.)

p4raw-id: //depot/perl@10231

23 years agoAdd README.tru64.
Jarkko Hietaniemi [Sun, 27 May 2001 15:41:06 +0000]
Add README.tru64.

p4raw-id: //depot/perl@10230

23 years agoIntegrate Locale::Maketext 1.01 from Sean Burke.
Jarkko Hietaniemi [Sun, 27 May 2001 13:50:57 +0000]
Integrate Locale::Maketext 1.01 from Sean Burke.

p4raw-id: //depot/perl@10229

23 years agoIntegrate I18N::LangTags from Sean Burke.
Jarkko Hietaniemi [Sun, 27 May 2001 13:43:38 +0000]
Integrate I18N::LangTags from Sean Burke.

TODO: the language list from RFC 3066 needs to be integrated
and made available somehow.  The list is included in the
I18N-LangTags 0.21 distribution, but it is undocumented
and unconnected to the module.

p4raw-id: //depot/perl@10228

23 years agoAllow 'eval "v200"' to work (part of 20000323.059); fix as
Jarkko Hietaniemi [Sun, 27 May 2001 01:41:33 +0000]
Allow 'eval "v200"' to work (part of 20000323.059); fix as
envisioned by Sarathy.

p4raw-id: //depot/perl@10227

23 years ago[ID 20010525.001] Pod typo nits fixed
Jarkko Hietaniemi [Sun, 27 May 2001 00:28:34 +0000]
[ID 20010525.001] Pod typo nits fixed
From: lvirden@cas.org
Date: Fri, 25 May 2001 06:57:43 -0400 (EDT)
Message-Id: <200105251057.f4PAvhY13003@lwv26awu.cas.org>

minus the perlsolaris decimation plus the

Subject: Re: [ID 20010525.001] Pod typo nits fixed
From: "Philip Newton" <Philip.Newton@gmx.net>
Date: Fri, 25 May 2001 18:05:55 +0200
Message-Id: <200105251604.f4PG4kt15034@chaos.wustl.edu>

p4raw-id: //depot/perl@10226

23 years agoreturn clauses are nice.
Jarkko Hietaniemi [Sat, 26 May 2001 22:38:16 +0000]
return clauses are nice.

p4raw-id: //depot/perl@10225

23 years agochange 10199 backwards?
Doug MacEachern [Sat, 26 May 2001 11:26:07 +0000]
change 10199 backwards?
Message-ID: <Pine.LNX.4.21.0105261118510.22038-100000@mako.covalent.net>

p4raw-id: //depot/perl@10224

23 years agoRe: 5.6.*, bleadperl: bugs in pp_concat
Hugo van der Sanden [Sat, 26 May 2001 17:05:12 +0000]
Re: 5.6.*, bleadperl: bugs in pp_concat
Message-Id: <200105261605.RAA12295@crypt.compulink.co.uk>

p4raw-id: //depot/perl@10223

23 years agoRegen headers for #10221.
Jarkko Hietaniemi [Sat, 26 May 2001 22:10:38 +0000]
Regen headers for #10221.

p4raw-id: //depot/perl@10222

23 years ago[ID 20010506.012] Patch for 5.6.1 embed.pl (shared libperl&mod_perl)
Juha Laiho [Thu, 3 May 2001 09:51:30 +0000]
[ID 20010506.012] Patch for 5.6.1 embed.pl (shared libperl&mod_perl)
Message-Id: <200105030651.JAA327254@tokka.elma.fi>

p4raw-id: //depot/perl@10221

23 years agoRe: [PATCH] Re: stability of sort()?
John P. Linderman [Sat, 26 May 2001 13:27:19 +0000]
Re: [PATCH] Re: stability of sort()?
Message-Id: <200105261727.NAA06654@raptor.research.att.com>

p4raw-id: //depot/perl@10220

23 years agoIntegrate perlio:
Jarkko Hietaniemi [Sat, 26 May 2001 14:02:34 +0000]
Integrate perlio:

[ 10212]
Change perlguts docs to not suggest PUSHi etc. for multiple results,
add a few more notes there on use of mortals on the stack.

p4raw-link: @10212 on //depot/perlio: 00aadd7184751f37937d2ec7edb2b9d1c8a55e0e

p4raw-id: //depot/perl@10219

23 years agoPerlIO for VMS
Craig A. Berry [Sat, 26 May 2001 09:34:11 +0000]
PerlIO for VMS
Message-Id: <a05100e0ab734816701a5@[172.16.52.1]>

p4raw-id: //depot/perl@10218

23 years agopatch to fix: [ID 20010524.004] perl5db.pl version 1.12 doesn't stop on breakpoints
David Dyck [Fri, 25 May 2001 00:03:04 +0000]
patch to fix: [ID 20010524.004] perl5db.pl version 1.12  doesn't stop on breakpoints
Message-ID: <Pine.LNX.4.33.0105242354030.17331-100000@dd.tc.fluke.com>

p4raw-id: //depot/perl@10217

23 years agoutf8 regexp tests
Hugo van der Sanden [Fri, 25 May 2001 22:35:01 +0000]
utf8 regexp tests
Message-Id: <200105252135.WAA03197@crypt.compulink.co.uk>

p4raw-id: //depot/perl@10216

23 years agoRe: stability of sort()?
Nicholas Clark [Fri, 25 May 2001 22:40:19 +0000]
Re: stability of sort()?
Message-ID: <20010525224019.B86445@plum.flirble.org>

p4raw-id: //depot/perl@10215

23 years agoRe: [ID 20010426.005] Magic not being removed at scope exit [PATCH]
John Peacock [Thu, 24 May 2001 22:14:01 +0000]
Re: [ID 20010426.005] Magic not being removed at scope exit [PATCH]
Message-ID: <3B0DBFE9.A7C49084@rowman.com>

p4raw-id: //depot/perl@10214

23 years agoRe: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
Nicholas Clark [Sun, 20 May 2001 19:24:13 +0000]
Re: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
Message-ID: <20010520192413.G83222@plum.flirble.org>

p4raw-id: //depot/perl@10213

23 years agoChange perlguts docs to not suggest PUSHi etc. for multiple results,
Nick Ing-Simmons [Sat, 26 May 2001 09:49:28 +0000]
Change perlguts docs to not suggest PUSHi etc. for multiple results,
add a few more notes there on use of mortals on the stack.

p4raw-id: //depot/perlio@10212

23 years agoIntegrate mainline
Nick Ing-Simmons [Sat, 26 May 2001 09:05:36 +0000]
Integrate mainline

p4raw-id: //depot/perlio@10211

23 years agoUpdate Changes.
Jarkko Hietaniemi [Fri, 25 May 2001 12:29:16 +0000]
Update Changes.

p4raw-id: //depot/perl@10210

23 years agoBased on
Simon Cozens [Sat, 12 May 2001 17:58:41 +0000]
Based on

Subject: [PATCH pp.c] Wrapping pack("C",256)
Message-ID: <20010512175841.A6132@netthink.co.uk>

p4raw-id: //depot/perl@10209