This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
16 years ago[patch@31658] Dynamically load dbg xterm on VMS
John E. Malmberg [Thu, 26 Jul 2007 00:28:04 +0000 (19:28 -0500)]
[patch@31658] Dynamically load dbg xterm on VMS
From: "John E. Malmberg" <wb8tyw@qsl.net>
Message-ID: <46A830E4.1040708@qsl.net>

p4raw-id: //depot/perl@31661

16 years ago[PATCH] Silence diag in ext/Data/Dumper/t/bless.t
Jerry D. Hedden [Wed, 25 Jul 2007 14:27:44 +0000 (10:27 -0400)]
[PATCH] Silence diag in ext/Data/Dumper/t/bless.t
From: "Jerry D. Hedden" <jdhedden@cpan.org>
Date: Wed, 25 Jul 2007 14:27:44 -0400
Message-Id: <1ff86f510707251127l3530b011q853608654a7347f7@mail.gmail.com>

Subject: Cleanup CPANPLUS test dirs
From: "Jerry D. Hedden" <jdhedden@cpan.org>
Date: Wed, 25 Jul 2007 14:30:25 -0400
Message-Id: <1ff86f510707251130x771e3ccds55f20b83cc162818@mail.gmail.com>

p4raw-id: //depot/perl@31660

16 years agoRework Text::ParseWords regex so it doesnt core dump on older perls due to stack...
Yves Orton [Thu, 26 Jul 2007 00:21:29 +0000 (00:21 +0000)]
Rework Text::ParseWords regex so it doesnt core dump on older perls due to stack exhaustion.

This makes of the (?>...) construct in the regex engine making Text::ParseWords not backwards compatible with Perls from
before the time this construct was added.

p4raw-id: //depot/perl@31659

16 years agoAllow TEST_FILES make var to be used to pass an argument list through to harness...
Yves Orton [Wed, 25 Jul 2007 19:13:56 +0000 (19:13 +0000)]
Allow TEST_FILES make var to be used to pass an argument list through to harness when using the test_harness target.

This allows things like

  make test_harness TEST_FILES='-re x2p'

which will run any test files that match the string 'x2p'. As x2p is the last test to be run this is kinda useful.

p4raw-id: //depot/perl@31658

16 years agoChange stripRegex prototype to $$;$ because only one caller uses
Abhijit Menon-Sen [Wed, 25 Jul 2007 19:02:44 +0000 (19:02 +0000)]
Change stripRegex prototype to $$;$ because only one caller uses
the third argument.

p4raw-id: //depot/perl@31657

16 years agos2p.PL
Wolfgang Laun [Mon, 23 Jul 2007 11:28:02 +0000 (13:28 +0200)]
s2p.PL
Message-Id: <46A474A2.2060400@thalesgroup.com>

p4raw-id: //depot/perl@31656

16 years agoUpdate AUTHORS following change #31653
Steve Hay [Wed, 25 Jul 2007 12:35:47 +0000 (12:35 +0000)]
Update AUTHORS following change #31653
p4raw-link: @31653 on //depot/perl: 4ef0c66ee576bfc2e9944029fde5fa533ac892b6

p4raw-id: //depot/perl@31655

16 years agoFix incorrect =head1 NAME.
Abhijit Menon-Sen [Wed, 25 Jul 2007 12:21:19 +0000 (12:21 +0000)]
Fix incorrect =head1 NAME.

p4raw-id: //depot/perl@31654

16 years agoXSUB.h - silence MSVC6 compiler warning
Robert May [Sun, 22 Jul 2007 02:29:37 +0000 (03:29 +0100)]
XSUB.h - silence MSVC6 compiler warning
From: "Robert May" <robertmay@cpan.org>
Message-ID: <54bdc7510707211829t67e8b82eo7d8e722e73c6a3b3@mail.gmail.com>

p4raw-id: //depot/perl@31653

16 years agoDoc re-ordering to have ALIASES and CUSTOM ALIASES together
H.Merijn Brand [Wed, 25 Jul 2007 08:49:23 +0000 (08:49 +0000)]
Doc re-ordering to have ALIASES and CUSTOM ALIASES together

p4raw-id: //depot/perl@31652

16 years ago[perl #39420] [PATCH] Data::Dumper fails to escape bless class name
Adriano Ferreira [Tue, 24 Jul 2007 16:29:21 +0000 (13:29 -0300)]
[perl #39420] [PATCH] Data::Dumper fails to escape bless class name
From: "Adriano Ferreira" <a.r.ferreira@gmail.com>
Message-ID: <73ddeb6c0707241229of8f87d7r9315855344451b05@mail.gmail.com>

p4raw-id: //depot/perl@31651

16 years ago[patch@31649] vms.c realpath prototype mismatch
John E. Malmberg [Tue, 24 Jul 2007 07:56:39 +0000 (02:56 -0500)]
[patch@31649] vms.c realpath prototype mismatch
From: "John E. Malmberg" <wb8tyw@qsl.net>
Message-ID: <46A5F707.1080502@qsl.net>

p4raw-id: //depot/perl@31650

16 years agoNeed to run the plan() at BEGIN time, else the use_ok() will fail.
Nicholas Clark [Mon, 23 Jul 2007 20:07:29 +0000 (20:07 +0000)]
Need to run the plan() at BEGIN time, else the use_ok() will fail.
However, it doesn't actually produce any output due to a known core
bug: http://rt.cpan.org/Ticket/Display.html?id=28345
(But the test count in the plan saves our bacon by alerting us)

p4raw-id: //depot/perl@31649

16 years agoVarious fixes for EBCDIC platforms.
Steve Peters [Mon, 23 Jul 2007 13:42:24 +0000 (13:42 +0000)]
Various fixes for EBCDIC platforms.

p4raw-id: //depot/perl@31648

16 years agoUpdate utility commands for VMS.
Craig A. Berry [Mon, 23 Jul 2007 01:48:34 +0000 (01:48 +0000)]
Update utility commands for VMS.

p4raw-id: //depot/perl@31647

16 years agoMake TabsWrap tests work around broken VMS pipes.
Craig A. Berry [Mon, 23 Jul 2007 01:47:12 +0000 (01:47 +0000)]
Make TabsWrap tests work around broken VMS pipes.

p4raw-id: //depot/perl@31646

16 years agoUpdate ExtUtils::Install, EU::Installed and EU::Packlist to the latest CPAN version...
Yves Orton [Fri, 20 Jul 2007 22:46:47 +0000 (22:46 +0000)]
Update ExtUtils::Install, EU::Installed and EU::Packlist to the latest CPAN version 1.43

p4raw-id: //depot/perl@31645

16 years agoExtend the update info regarding Configure changes
H.Merijn Brand [Fri, 20 Jul 2007 09:53:20 +0000 (09:53 +0000)]
Extend the update info regarding Configure changes

p4raw-id: //depot/perl@31644

16 years agoRe-apply #31429, which was accidentally undone by #31632
Steve Hay [Fri, 20 Jul 2007 09:05:32 +0000 (09:05 +0000)]
Re-apply #31429, which was accidentally undone by #31632
(and bump the $VERSION this time too).

p4raw-id: //depot/perl@31643

16 years agoUpdates to AUTHORS and Porting/CheckAUTHORS.pl
Steve Hay [Fri, 20 Jul 2007 08:19:19 +0000 (08:19 +0000)]
Updates to AUTHORS and Porting/CheckAUTHORS.pl

p4raw-id: //depot/perl@31642

16 years agoI've had my email address changed
Steve Hay [Fri, 20 Jul 2007 08:02:15 +0000 (08:02 +0000)]
I've had my email address changed

p4raw-id: //depot/perl@31641

16 years agoFix pod nit in perlunicode
Steve Hay [Fri, 20 Jul 2007 07:50:22 +0000 (07:50 +0000)]
Fix pod nit in perlunicode

p4raw-id: //depot/perl@31640

16 years agoVarious Gentoo Patches
Marcus Holland-Moritz [Wed, 18 Jul 2007 17:17:58 +0000 (19:17 +0200)]
Various Gentoo Patches
Message-ID: <20070718171758.77912ed4@r2d2>

perl-noksh.patch - http://bugs.gentoo.org/show_bug.cgi?id=42665

p4raw-id: //depot/perl@31639

16 years agoExpand tabs, add -A ccflags=-DMACRO to -h
H.Merijn Brand [Thu, 19 Jul 2007 12:30:44 +0000 (12:30 +0000)]
Expand tabs, add -A ccflags=-DMACRO to -h

p4raw-id: //depot/perl@31637

16 years agoChange Porting/regcharclass.pl so it doesn't depend on unpack 'U0C*'
Yves Orton [Thu, 19 Jul 2007 12:09:32 +0000 (12:09 +0000)]
Change Porting/regcharclass.pl so it doesn't depend on unpack 'U0C*'
Includes an updated regcharclass.h without datestamp in it so when it
is trivially rebuilt it doesnt change in terms of contents.

p4raw-id: //depot/perl@31636

16 years agofix up some nested #ifdef indentation
Dave Mitchell [Thu, 19 Jul 2007 11:42:15 +0000 (11:42 +0000)]
fix up some nested #ifdef indentation

p4raw-id: //depot/perl@31635

16 years agosilence 'unused var' compiler warning
Dave Mitchell [Thu, 19 Jul 2007 11:26:40 +0000 (11:26 +0000)]
silence 'unused var' compiler warning

p4raw-id: //depot/perl@31634

16 years agoAdd a TODO note about lc() etc. and the UTF-8 flag
Rafael Garcia-Suarez [Thu, 19 Jul 2007 08:51:28 +0000 (08:51 +0000)]
Add a TODO note about lc() etc. and the UTF-8 flag

p4raw-id: //depot/perl@31633

16 years agoRe: [patch] Hash::Util::FieldHash v1.02
Anno Siegel [Sun, 15 Jul 2007 15:02:11 +0000 (17:02 +0200)]
Re: [patch] Hash::Util::FieldHash v1.02
Message-Id: <490839CC-BF8E-44B9-AF88-EFBE9863EDB2@mailbox.tu-berlin.de>

p4raw-id: //depot/perl@31632

16 years agoSuggestion and fixes to the hash seed docs by Paul Johnson
Rafael Garcia-Suarez [Thu, 19 Jul 2007 07:44:19 +0000 (07:44 +0000)]
Suggestion and fixes to the hash seed docs by Paul Johnson

p4raw-id: //depot/perl@31631

16 years agoUpgrade to IO-Zlib-1.06. One bleadperl fix was added, but the other
Steve Peters [Wed, 18 Jul 2007 19:05:05 +0000 (19:05 +0000)]
Upgrade to IO-Zlib-1.06.  One bleadperl fix was added, but the other
hasn't yet, so we keep the version bump.

p4raw-id: //depot/perl@31630

16 years agoUpgrade to Math-BigRat-0.20
Steve Peters [Wed, 18 Jul 2007 18:52:12 +0000 (18:52 +0000)]
Upgrade to Math-BigRat-0.20

p4raw-id: //depot/perl@31629

16 years agoThe lib/Pod/Perldoc.pm portion of...
Marcus Holland-Moritz [Wed, 18 Jul 2007 17:17:58 +0000 (19:17 +0200)]
The lib/Pod/Perldoc.pm portion of...

Subject:  [PATCH] Various Gentoo Patches
Message-ID: <20070718171758.77912ed4@r2d2>

p4raw-id: //depot/perl@31628

16 years agoWin32API::File cleanup
Jerry D. Hedden [Tue, 17 Jul 2007 14:21:00 +0000 (10:21 -0400)]
Win32API::File cleanup
From: "Jerry D. Hedden" <jdhedden@cpan.org>
Message-ID: <1ff86f510707171121y3db38817ic4be4cbdd8c8696e@mail.gmail.com>

p4raw-id: //depot/perl@31627

16 years agoChange "Perl6" to "Perl 6" in pod/*
chromatic [Fri, 13 Jul 2007 14:38:12 +0000 (07:38 -0700)]
Change "Perl6" to "Perl 6" in pod/*
Message-Id: <200707131438.12342.chromatic@wgz.org>

p4raw-id: //depot/perl@31626

16 years agoClarifications on the hash seed
Rafael Garcia-Suarez [Wed, 18 Jul 2007 10:26:31 +0000 (10:26 +0000)]
Clarifications on the hash seed

p4raw-id: //depot/perl@31624

16 years agogethostbyname() example
Gabor Szabo [Wed, 18 Jul 2007 08:47:40 +0000 (11:47 +0300)]
gethostbyname() example
From: "Gabor Szabo" <szabgab@gmail.com>
Message-ID: <d8a74af10707172247v2f761bebs30d054eddbe5861@mail.gmail.com>

p4raw-id: //depot/perl@31623

16 years ago(was Re: perldelta)
Abigail [Wed, 18 Jul 2007 10:04:06 +0000 (12:04 +0200)]
(was Re: perldelta)
Message-ID: <20070718080406.GE6316@abigail.be>

p4raw-id: //depot/perl@31622

16 years agoMiscellaneous modernisations and trimmings.
Rafael Garcia-Suarez [Wed, 18 Jul 2007 07:38:19 +0000 (07:38 +0000)]
Miscellaneous modernisations and trimmings.

p4raw-id: //depot/perl@31621

16 years agoFix references to perldelta.pod (this file doesn't exist in the
Rafael Garcia-Suarez [Tue, 17 Jul 2007 10:20:17 +0000 (10:20 +0000)]
Fix references to perldelta.pod (this file doesn't exist in the
source distribution).
Remove paragraph on space requirements (space is now cheaper).
Remove paragraph on I/O mechanisms (PerlIO is standard).
Remove paragraph on coexistence with Perl 4.

p4raw-id: //depot/perl@31620

16 years agoInching towards Module::Build-ability on VMS.
Craig A. Berry [Tue, 17 Jul 2007 03:37:22 +0000 (03:37 +0000)]
Inching towards Module::Build-ability on VMS.

p4raw-id: //depot/perl@31619

16 years agoRe-order struct yy_parser to save space on most systems.
Nicholas Clark [Mon, 16 Jul 2007 22:20:26 +0000 (22:20 +0000)]
Re-order struct yy_parser to save space on most systems.
Re-order struct yy_stack_frame to save space on LP64 systems.

p4raw-id: //depot/perl@31618

16 years agofourth attempt to silence S_emulate_eaccess compiler warning
Dave Mitchell [Mon, 16 Jul 2007 15:42:56 +0000 (15:42 +0000)]
fourth attempt to silence S_emulate_eaccess compiler warning

p4raw-id: //depot/perl@31617

16 years agochange #31615 added the new field in the wrong place
Dave Mitchell [Mon, 16 Jul 2007 14:23:54 +0000 (14:23 +0000)]
change #31615 added the new field in the wrong place
p4raw-link: @31615 on //depot/perl: 503de4705ff6537018ae94e9179e16636748b2a6

p4raw-id: //depot/perl@31616

16 years ago [perl #43425] local $[: fix scoping during parser error handling.
Dave Mitchell [Mon, 16 Jul 2007 13:15:37 +0000 (13:15 +0000)]
 [perl #43425] local $[: fix scoping during parser error handling.

 Change 22306# inadvertently made 'local $[' statement-scoped
 rather than block-scoped; so revert that change and add a
 different fix. The problem was to ensure that the savestack got
 popped correctly while popping errored tokens. We how record the
 current value of PL_savestack_ix with each pushed parser state.

p4raw-id: //depot/perl@31615

16 years agoVMS todo for threads exit test.
Craig A. Berry [Sat, 14 Jul 2007 02:21:14 +0000 (02:21 +0000)]
VMS todo for threads exit test.

p4raw-id: //depot/perl@31614

16 years agoComment out links to docs that don't exist yet.
Rafael Garcia-Suarez [Fri, 13 Jul 2007 15:18:59 +0000 (15:18 +0000)]
Comment out links to docs that don't exist yet.

p4raw-id: //depot/perl@31613

16 years agoMore typo fixes in the regexp docs
Rafael Garcia-Suarez [Fri, 13 Jul 2007 15:03:45 +0000 (15:03 +0000)]
More typo fixes in the regexp docs

p4raw-id: //depot/perl@31612

16 years agoFix typos, readability nits
Rafael Garcia-Suarez [Fri, 13 Jul 2007 14:49:41 +0000 (14:49 +0000)]
Fix typos, readability nits

p4raw-id: //depot/perl@31611

16 years agoUse new style L<> links in POD
Rafael Garcia-Suarez [Fri, 13 Jul 2007 14:16:57 +0000 (14:16 +0000)]
Use new style L<> links in POD

p4raw-id: //depot/perl@31610

16 years agoBigInt v1.88 take 1 (fix from_hex, from_oct, from_bin)
Tels [Thu, 12 Jul 2007 19:11:01 +0000 (21:11 +0200)]
BigInt v1.88 take 1 (fix from_hex, from_oct, from_bin)
Message-Id: <200707121911.02528@bloodgate.com>

p4raw-id: //depot/perl@31609

16 years agoSpecify prototyping behaviour for Math::BigInt::FastCalc
Rafael Garcia-Suarez [Fri, 13 Jul 2007 12:13:09 +0000 (12:13 +0000)]
Specify prototyping behaviour for Math::BigInt::FastCalc

p4raw-id: //depot/perl@31608

16 years agoSpelling and formatting nits
Rafael Garcia-Suarez [Fri, 13 Jul 2007 08:43:50 +0000 (08:43 +0000)]
Spelling and formatting nits

p4raw-id: //depot/perl@31607

16 years agoThat's NAME, not TITLE.
Rafael Garcia-Suarez [Fri, 13 Jul 2007 08:36:23 +0000 (08:36 +0000)]
That's NAME, not TITLE.

p4raw-id: //depot/perl@31606

16 years agoPut a proper title like in every man page
Rafael Garcia-Suarez [Fri, 13 Jul 2007 08:32:44 +0000 (08:32 +0000)]
Put a proper title like in every man page

p4raw-id: //depot/perl@31605

16 years agoAvoid POD in test files
Rafael Garcia-Suarez [Fri, 13 Jul 2007 08:29:28 +0000 (08:29 +0000)]
Avoid POD in test files

p4raw-id: //depot/perl@31604

16 years ago* make splitpod actually work if perl isn't installed
Rafael Garcia-Suarez [Fri, 13 Jul 2007 08:16:41 +0000 (08:16 +0000)]
* make splitpod actually work if perl isn't installed
* prevent doc extractors to extract POD from splitpod

p4raw-id: //depot/perl@31603

16 years agoShorten description.
Rafael Garcia-Suarez [Fri, 13 Jul 2007 07:59:15 +0000 (07:59 +0000)]
Shorten description.

p4raw-id: //depot/perl@31602

16 years agoSilence mandatory warning by using @# instead of $#.
Rafael Garcia-Suarez [Fri, 13 Jul 2007 06:12:50 +0000 (06:12 +0000)]
Silence mandatory warning by using @# instead of $#.
"no warnings" is probably a bit inappropriate for a
base test. Putting -X on the command-line is probably
not a good idea, since it may hide other interesting
warnings in the future.

p4raw-id: //depot/perl@31601

16 years agoreally really fix S_emulate_eaccess compiler warning (#31536 didn't)
Dave Mitchell [Thu, 12 Jul 2007 22:10:35 +0000 (22:10 +0000)]
really really fix S_emulate_eaccess compiler warning (#31536 didn't)

p4raw-id: //depot/perl@31600

16 years agoperlbug
Alexandr Ciornii [Thu, 12 Jul 2007 13:46:24 +0000 (16:46 +0300)]
perlbug
Message-ID: <1367844687.20070712134624@gmail.com>

p4raw-id: //depot/perl@31599

16 years agoRe: [PATCH] 'make veryclean' still dirty
Jerry D. Hedden [Thu, 12 Jul 2007 10:49:29 +0000 (06:49 -0400)]
Re: [PATCH] 'make veryclean' still dirty
From: "Jerry D. Hedden" <jdhedden@cpan.org>
Message-ID: <1ff86f510707120749v3b4e12b4uf35d3673cce639f0@mail.gmail.com>

p4raw-id: //depot/perl@31598

16 years agoSet $Config{PERL_PATCHLEVEL} as well as $Config{perl_patchlevel}, and
Craig A. Berry [Thu, 12 Jul 2007 10:57:36 +0000 (10:57 +0000)]
Set $Config{PERL_PATCHLEVEL} as well as $Config{perl_patchlevel}, and
grab the value from a MAINTXXX or SMOKEXXX line in patchlevel.h if present.

p4raw-id: //depot/perl@31597

16 years agomention of g and c modifiers missing from perlre.pod
David Nicol [Wed, 11 Jul 2007 17:31:45 +0000 (12:31 -0500)]
mention of g and c modifiers missing from perlre.pod
From: "David Nicol" <davidnicol@gmail.com>
Message-ID: <934f64a20707111531m313e3a9at82f002c68eab5bee@mail.gmail.com>

p4raw-id: //depot/perl@31596

16 years agoRevert part of #31591
Rafael Garcia-Suarez [Thu, 12 Jul 2007 08:50:56 +0000 (08:50 +0000)]
Revert part of #31591

p4raw-id: //depot/perl@31595

16 years agoLink TODO test to appropriate RT ticket
Rafael Garcia-Suarez [Thu, 12 Jul 2007 07:48:29 +0000 (07:48 +0000)]
Link TODO test to appropriate RT ticket

p4raw-id: //depot/perl@31594

16 years agoA couple of additions in perltodo for the future
Rafael Garcia-Suarez [Thu, 12 Jul 2007 07:39:53 +0000 (07:39 +0000)]
A couple of additions in perltodo for the future

p4raw-id: //depot/perl@31593

16 years agoMore terminology updates for warnings
Rafael Garcia-Suarez [Thu, 12 Jul 2007 05:51:35 +0000 (05:51 +0000)]
More terminology updates for warnings

p4raw-id: //depot/perl@31592

16 years ago'make veryclean' still dirty
Jerry D. Hedden [Wed, 11 Jul 2007 20:06:39 +0000 (16:06 -0400)]
'make veryclean' still dirty
From: "Jerry D. Hedden" <jdhedden@cpan.org>
Message-ID: <1ff86f510707111706g7bfe8306o3c913409a307567c@mail.gmail.com>

p4raw-id: //depot/perl@31591

16 years agoBetter wording, suggested by Eric Cholet.
Rafael Garcia-Suarez [Wed, 11 Jul 2007 20:33:27 +0000 (20:33 +0000)]
Better wording, suggested by Eric Cholet.

p4raw-id: //depot/perl@31590

16 years agoTurn the "$# / $* is no longer supported" warnings into
Rafael Garcia-Suarez [Wed, 11 Jul 2007 19:31:40 +0000 (19:31 +0000)]
Turn the "$# / $* is no longer supported" warnings into
severe warnings (as suggested by Audrey Tang)

p4raw-id: //depot/perl@31589

16 years agodump.c: do not use sv_len_utf8 because it modified the scalar
Gerard Goossen [Wed, 11 Jul 2007 19:19:11 +0000 (21:19 +0200)]
dump.c: do not use sv_len_utf8 because it modified the scalar
Message-ID: <20070711171911.GD8177@ostwald>

do not use sv_len_utf8 because it modified the scalar.
Add a test to Peek.t to check that dumping doesn't modify anything;
the test is still TODO because hashiteration in dump.c set the OOK flag.

p4raw-id: //depot/perl@31588

16 years agoRe: [perl #43545] 'no warnings' effects $@.
Rick Delaney [Sat, 7 Jul 2007 23:06:11 +0000 (19:06 -0400)]
Re: [perl #43545] 'no warnings' effects $@.
Message-ID: <20070708030611.GJ436@bort.ca>

p4raw-id: //depot/perl@31587

16 years agoUse Perl_croak() rather than DIE() in S_doeval() because "DIE()"
Steve Hay [Wed, 11 Jul 2007 09:00:49 +0000 (09:00 +0000)]
Use Perl_croak() rather than DIE() in S_doeval() because "DIE()"
becomes "return Perl_die()" and Perl_die() returns an OP*, which
isn't appropriate to return from S_doeval.

p4raw-id: //depot/perl@31586

16 years agoLess indirect object notation
Rafael Garcia-Suarez [Wed, 11 Jul 2007 07:48:46 +0000 (07:48 +0000)]
Less indirect object notation

p4raw-id: //depot/perl@31585

16 years agoRemove wrong equivalent to pop() (bug #43705)
Rafael Garcia-Suarez [Wed, 11 Jul 2007 07:40:17 +0000 (07:40 +0000)]
Remove wrong equivalent to pop() (bug #43705)

p4raw-id: //depot/perl@31584

16 years agoRe: [PATCH] File-Path fix wrong skip count
David Landgren [Tue, 10 Jul 2007 22:48:53 +0000 (00:48 +0200)]
Re: [PATCH] File-Path fix wrong skip count
Message-ID: <4693F0B5.1030505@landgren.net>

p4raw-id: //depot/perl@31583

16 years agoFix assertion failure on failed magic eval - eg FETCH {eval'('}
Dave Mitchell [Tue, 10 Jul 2007 23:51:58 +0000 (23:51 +0000)]
Fix assertion failure on failed magic eval - eg FETCH {eval'('}
S_doeval()'s behaviour varies depending on whether the code
compiles or not; on failure it pops the EVAL context block. This
is bad because later on, S_docatch() assumes that the block is
still there. Make docatch() return a boolean instead, indicating
success. The value it formerly returned (the next op) can be deduced
as PL_eval_start or PL_op->op_next on success/failure.

p4raw-id: //depot/perl@31582

16 years agoAdd additional SUSV3 constants to Socket for use with setsockopt()
Steve Peters [Tue, 10 Jul 2007 20:31:31 +0000 (20:31 +0000)]
Add additional SUSV3 constants to Socket for use with setsockopt()
and getsockopt().

p4raw-id: //depot/perl@31581

16 years agoRe: Small addition to perlcheat.pod
Spiros Denaxas [Mon, 9 Jul 2007 17:14:43 +0000 (18:14 +0100)]
Re: Small addition to perlcheat.pod
From: "Spiros Denaxas" <spiros@lokku.com>
Message-ID: <bba689ec0707090914vc018f1cj2a45add2d7630c8f@mail.gmail.com>

p4raw-id: //depot/perl@31580

16 years agoFix Digest::SHA test boilerplate.
Rafael Garcia-Suarez [Tue, 10 Jul 2007 14:10:43 +0000 (14:10 +0000)]
Fix Digest::SHA test boilerplate.

p4raw-id: //depot/perl@31579

16 years agoUpgrade to Digest::SHA 5.45.
Rafael Garcia-Suarez [Tue, 10 Jul 2007 14:08:35 +0000 (14:08 +0000)]
Upgrade to Digest::SHA 5.45.

p4raw-id: //depot/perl@31578

16 years agoHow this got I got ext/Digest/MD5/t/files.t wrong for EBCDIC, I
Steve Peters [Tue, 10 Jul 2007 13:18:20 +0000 (13:18 +0000)]
How this got I got ext/Digest/MD5/t/files.t wrong for EBCDIC, I
do not know.

p4raw-id: //depot/perl@31577

16 years agoModernize opendir() syntax
Rafael Garcia-Suarez [Tue, 10 Jul 2007 06:17:50 +0000 (06:17 +0000)]
Modernize opendir() syntax

p4raw-id: //depot/perl@31576

16 years agoMention the two ways of overriding built-ins.
Rafael Garcia-Suarez [Tue, 10 Jul 2007 06:16:43 +0000 (06:16 +0000)]
Mention the two ways of overriding built-ins.
Link to perlsub. Fix typos and indentation.

p4raw-id: //depot/perl@31575

16 years agoCORE.pod
Tels [Mon, 9 Jul 2007 17:28:43 +0000 (19:28 +0200)]
CORE.pod
Message-Id: <200707091728.43634@bloodgate.com>

p4raw-id: //depot/perl@31574

16 years agoPERL_PATCHNUM is dead. Long live SMOKEs!
H.Merijn Brand [Mon, 9 Jul 2007 14:21:00 +0000 (14:21 +0000)]
PERL_PATCHNUM is dead. Long live SMOKEs!
Started by Steve Hay <steve.hay@uk.radan.com>
Subject: [PATCH] Re: patch level of blead/maintperl
Date: Mon, 09 Jul 2007 13:10:11 +0100
Message-ID: <469225A3.5010909@uk.radan.com>

p4raw-id: //depot/perl@31573

16 years agoUpdate references to Win32's Platform SDK installation location.
Marvin Humphrey [Sun, 8 Jul 2007 08:27:44 +0000 (01:27 -0700)]
Update references to Win32's Platform SDK installation location.

Different versions install into different default locations, as
pointed out here:

Subject: Building 5.9.5 with Win2k, MSVC8FREE
Message-Id: <1D149669-931C-4458-B073-789D25623D2D@rectangular.com>

p4raw-id: //depot/perl@31571

16 years agoDon't install static library files of statically linked extensions
Steve Hay [Fri, 6 Jul 2007 12:20:06 +0000 (13:20 +0100)]
Don't install static library files of statically linked extensions
when using a shared perl library. The files are not needed, and this
fixes a problem building PAR-Packer on Win32 with a debug build of
perl. (If Win32CORE.lib gets installed then PAR-Packer wants to link
against it and its PDB file, vc60.pdb, but the latter is not installed.)
Also skip installing a few other unnecessary files.

Subject: Re: Problem in Win32CORE when building PAR-Packer-0.975 with bleadperl on Win32
Message-ID: <468E2566.8090504@uk.radan.com>

p4raw-id: //depot/perl@31570

16 years agoSome Win32 Config fixes for patchlevel and perl_patchlevel:
Steve Hay [Mon, 9 Jul 2007 11:43:09 +0000 (11:43 +0000)]
Some Win32 Config fixes for patchlevel and perl_patchlevel:
- Set $Config{patchlevel} to PERL_VERSION (it was previously blank
  because it was wrongly being set from PATCHLEVEL, which was blank)
- Set $Config{perl_patchlevel} and $Config{PERL_PATCHLEVEL} to the
  value in the top-level ".patch" file if it exists (the former was
  previously not set, while the latter was previously wrongly set to
  PERL_VERSION)

p4raw-id: //depot/perl@31569

16 years agocygwin path conversions, take 4
Reini Urban [Sat, 7 Jul 2007 15:00:54 +0000 (17:00 +0200)]
cygwin path conversions, take 4
From: "Reini Urban" <rurban@x-ray.at>
Message-ID: <6910a60707070600xa8638eak3c3f20b20ccc093a@mail.gmail.com>

p4raw-id: //depot/perl@31568

16 years agoUpdate Filter::Call::Util version
Paul Marquess [Sat, 7 Jul 2007 20:24:21 +0000 (21:24 +0100)]
Update Filter::Call::Util version
From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
Message-ID: <007e01c7c0cc$6d07af30$6801a8c0@myopwv.com>

p4raw-id: //depot/perl@31567

16 years agoMore missing dual-life modules
Rafael Garcia-Suarez [Sat, 7 Jul 2007 16:49:44 +0000 (16:49 +0000)]
More missing dual-life modules

p4raw-id: //depot/perl@31566

16 years agoAdd CPANPLUS::Dist to Maintainers.pl
Rafael Garcia-Suarez [Sat, 7 Jul 2007 16:37:33 +0000 (16:37 +0000)]
Add CPANPLUS::Dist to Maintainers.pl

p4raw-id: //depot/perl@31565

16 years agoReinstate "DEVEL" in patchlevel
Rafael Garcia-Suarez [Sat, 7 Jul 2007 16:34:50 +0000 (16:34 +0000)]
Reinstate "DEVEL" in patchlevel

p4raw-id: //depot/perl@31564

16 years agoRegenerate Changes.
Rafael Garcia-Suarez [Sat, 7 Jul 2007 11:01:31 +0000 (11:01 +0000)]
Regenerate Changes.

p4raw-id: //depot/perl@31563

16 years agoFix corelist.pl after the reorganisation of the perl-5.9.5
Rafael Garcia-Suarez [Sat, 7 Jul 2007 10:59:10 +0000 (10:59 +0000)]
Fix corelist.pl after the reorganisation of the
Compress modules in ext/. Re-update Module::CoreList.

p4raw-id: //depot/perl@31562

16 years agoUpdate Module::CoreList, regenerate META.yml,
Rafael Garcia-Suarez [Sat, 7 Jul 2007 10:51:08 +0000 (10:51 +0000)]
Update Module::CoreList, regenerate META.yml,
mention Log::Message::* in perldelta and
update perlhist with 5.9.5

p4raw-id: //depot/perl@31561

16 years agoRegenerate table of contents
Rafael Garcia-Suarez [Sat, 7 Jul 2007 10:38:56 +0000 (10:38 +0000)]
Regenerate table of contents

p4raw-id: //depot/perl@31560

16 years agoFAQ sync
Rafael Garcia-Suarez [Sat, 7 Jul 2007 10:19:07 +0000 (10:19 +0000)]
FAQ sync

p4raw-id: //depot/perl@31559