17 years agoRe: [PATCH] (Re: [PATCH] unicode/utf8 pod)
Juerd Waalboer [Sun, 4 Mar 2007 16:00:19 +0000]
Re: [PATCH] (Re: [PATCH] unicode/utf8 pod)
Message-ID: <20070304150019.GN4723@c4.convolution.nl>

p4raw-id: //depot/perl@30493

17 years agoLocalize $! in splainthis() too. (see bug #41717)
Rafael Garcia-Suarez [Wed, 7 Mar 2007 11:00:07 +0000]
Localize $! in splainthis() too. (see bug #41717)

p4raw-id: //depot/perl@30492

17 years agoBetter localisation of $_ in diagnostics.
Rafael Garcia-Suarez [Wed, 7 Mar 2007 10:57:11 +0000]
Better localisation of $_ in diagnostics.
This fixes bug #41717.

p4raw-id: //depot/perl@30491

17 years agoAvoid to load the *+ and *- globs too early.
Rafael Garcia-Suarez [Wed, 7 Mar 2007 10:33:38 +0000]
Avoid to load the *+ and *- globs too early.
To silence spurious interpolation warnings, merely
create the stash entry for them. Ensure that the
re::Tie::Hash::NamedCapture module is always loaded
when we have created the tied hashes %+ and %-.
Revert change #30483, which is now unnecessary.
p4raw-link: @30483 on //depot/perl: 73f68b39467596f862aade4f4b46d6061aa98bd3

p4raw-id: //depot/perl@30490

17 years agoUpgrade to IO-Zlib-1.05. There are updates to the core that have
Steve Peters [Tue, 6 Mar 2007 16:49:47 +0000]
Upgrade to IO-Zlib-1.05.  There are updates to the core that have
not yet been included in the CPAN distribution, so the core
module has a version bump.

p4raw-id: //depot/perl@30489

17 years agoFix error messages returned by S_require_tie_mod. Fix small leaks
Rafael Garcia-Suarez [Tue, 6 Mar 2007 15:51:06 +0000]
Fix error messages returned by S_require_tie_mod. Fix small leaks
happening in there too. More importantly, call it when we load both
a hash or a glob.

p4raw-id: //depot/perl@30488

17 years agoFix a small leak on loading *+ and *- globs
Rafael Garcia-Suarez [Tue, 6 Mar 2007 15:04:03 +0000]
Fix a small leak on loading *+ and *- globs

p4raw-id: //depot/perl@30487

17 years agoUpgrade to CGI.pm-3.27
Steve Peters [Tue, 6 Mar 2007 13:52:56 +0000]
Upgrade to CGI.pm-3.27

p4raw-id: //depot/perl@30486

17 years ago'Unknown PerlIO layer "encoding"...' message
Jerry D. Hedden [Fri, 2 Mar 2007 06:59:41 +0000]
'Unknown PerlIO layer "encoding"...' message
From: "Jerry D. Hedden" <jdhedden@yahoo.com>
Message-ID: <794180.55454.qm@web30208.mail.mud.yahoo.com>

p4raw-id: //depot/perl@30485

17 years agoDoc patch about PerlIO::encoding:
Tels [Fri, 2 Mar 2007 11:31:39 +0000]
Doc patch about PerlIO::encoding:

Subject: [PATCH] Re: 'Unknown PerlIO layer "encoding"...' message
Message-Id: <200703021131.41085@bloodgate.com>

p4raw-id: //depot/perl@30484

17 years agodumpvar.pl must load re::Tie::Hash::NamedCapture if it wants
Rafael Garcia-Suarez [Tue, 6 Mar 2007 10:32:01 +0000]
dumpvar.pl must load re::Tie::Hash::NamedCapture if it wants
to dump %+ and %-.

p4raw-id: //depot/perl@30483

17 years agoReinstate part of #28744 that was accidentally reverted in #30454
Steve Hay [Tue, 6 Mar 2007 09:20:51 +0000]
Reinstate part of #28744 that was accidentally reverted in #30454
to suppress a couple of warnings (at least on Win32)

p4raw-id: //depot/perl@30482

17 years agoAs SvUPGRADE() is a macro wrapping a call to sv_upgrade() inside
Nicholas Clark [Mon, 5 Mar 2007 23:52:09 +0000]
As SvUPGRADE() is a macro wrapping a call to sv_upgrade() inside
a check on the existing SvTYPE(), there's no need to wrap it inside
another explcit check of SvTYPE(). This won't make any difference to
the output of an optimising compiler, but it makes the source clearer.

p4raw-id: //depot/perl@30481

17 years agoChange 30461 was wrong. As ext/re (re)builds the regexp engine with
Nicholas Clark [Mon, 5 Mar 2007 12:26:46 +0000]
Change 30461 was wrong. As ext/re (re)builds the regexp engine with
-DDEBUGGING, it's going to need PL_reg_name even if core perl doesn't.
So something is always going to use it, so always define it, and always
export it. (But only define it once, so that static builds work.)

p4raw-id: //depot/perl@30464

17 years agoIn vms/gen_shrfls.pl, no more special handling of vars from
Craig A. Berry [Mon, 5 Mar 2007 00:13:50 +0000]
In vms/gen_shrfls.pl, no more special handling of vars from
regcomp.h -- just process the file. (Needed for PL_reg_name.)

p4raw-id: //depot/perl@30463

17 years agoUse linker flags rather than compiler flags in ExtUtils::Liblist::Kid::_vms_ext
Craig A. Berry [Sun, 4 Mar 2007 22:58:29 +0000]
Use linker flags rather than compiler flags in ExtUtils::Liblist::Kid::_vms_ext
when determining whether the perlshr library was linked debug. Also submitted
to CPAN RT queue at <http://rt.cpan.org/Ticket/Display.html?id=25268>.

p4raw-id: //depot/perl@30462

17 years agoIt seems that change 30451 should also have arranged to export
Nicholas Clark [Sun, 4 Mar 2007 19:22:45 +0000]
It seems that change 30451 should also have arranged to export
PL_reg_name properly. Hopefuly this will fix it, but I don't have
access to any platform where I can test this directly.

p4raw-id: //depot/perl@30461

17 years agoMath::BigInt 1.80
Tels [Sun, 4 Mar 2007 15:57:01 +0000]
Math::BigInt 1.80
Message-Id: <200703041557.02996@bloodgate.com>

p4raw-id: //depot/perl@30460

17 years agoRename exception() to apitest_exception() in XS/APItest, so that it
Nicholas Clark [Sun, 4 Mar 2007 11:51:08 +0000]
Rename exception() to apitest_exception() in XS/APItest, so that it
doesn't clash with the exception() in Devel/PPPort. This way, all
tests pass when both modules are staticly linked.

p4raw-id: //depot/perl@30459

17 years agoUpgrade to IO-Compress-Base-2.004, Compress-Raw-Zlib-2.004,
Steve Peters [Sun, 4 Mar 2007 07:01:34 +0000]
Upgrade to IO-Compress-Base-2.004, Compress-Raw-Zlib-2.004,
IO-Compress-Zlib-2.004, and Compress-Zlib-2.004.

p4raw-id: //depot/perl@30458

17 years agoUpgrade to Time-HiRes-1.9707
Steve Peters [Sun, 4 Mar 2007 04:51:28 +0000]
Upgrade to Time-HiRes-1.9707

p4raw-id: //depot/perl@30457

17 years agoClean up the right file in vms/test.com (following #30414).
Craig A. Berry [Sat, 3 Mar 2007 23:26:33 +0000]
Clean up the right file in vms/test.com (following #30414).

p4raw-id: //depot/perl@30456

17 years agoAdd missing file from change #30454
Rafael Garcia-Suarez [Sat, 3 Mar 2007 18:19:01 +0000]
Add missing file from change #30454
p4raw-link: @30454 on //depot/perl: caa6400115a38c0669db5e1b28eaa0eb8d1aad26

p4raw-id: //depot/perl@30455

17 years agoMath::BigInt::FastCalc 0.12 (plug leaks)
Tels [Sat, 3 Mar 2007 17:09:58 +0000]
Math::BigInt::FastCalc 0.12 (plug leaks)
Message-Id: <200703031710.00203@bloodgate.com>

p4raw-id: //depot/perl@30454

17 years agoMust only use dynamic extensions in the Dynaloader test. If the
Nicholas Clark [Sat, 3 Mar 2007 15:50:33 +0000]
Must only use dynamic extensions in the Dynaloader test. If the
extensions are static, it doesn't work :-)

p4raw-id: //depot/perl@30453

17 years agoAs the test is about the parser, not actually running the code, better
Nicholas Clark [Sat, 3 Mar 2007 15:28:39 +0000]
As the test is about the parser, not actually running the code, better
to avoid running <STDOUT> rather than run it with warnings disabled.

p4raw-id: //depot/perl@30452

17 years agoDefine and initialise reg_name only once.
Nicholas Clark [Sat, 3 Mar 2007 12:22:19 +0000]
Define and initialise reg_name only once.
This allows re to be a static extension.
As it's now no-longer a static variable in regcomp.c, it needs a PL_
prefix.

p4raw-id: //depot/perl@30451

17 years agoDon't let feature.pm interfere with the tests for use VERSION.
Rafael Garcia-Suarez [Sat, 3 Mar 2007 10:09:49 +0000]
Don't let feature.pm interfere with the tests for use VERSION.
That probably needs to be refined.

p4raw-id: //depot/perl@30450

17 years agoDon't copy DynaLoader.o unnecessarily
Jerry D. Hedden [Thu, 1 Mar 2007 08:47:30 +0000]
Don't copy DynaLoader.o unnecessarily
From: "Jerry D. Hedden" <jdhedden@yahoo.com>
Message-ID: <566598.96493.qm@web30204.mail.mud.yahoo.com>

p4raw-id: //depot/perl@30449

17 years agoAdd a volatile modifier to avoid possible cloberring by longjmp,
Rafael Garcia-Suarez [Sat, 3 Mar 2007 09:36:54 +0000]
Add a volatile modifier to avoid possible cloberring by longjmp,
as the compiler used by Jerry D. Hedden warns.

p4raw-id: //depot/perl@30448

17 years agoCompilation warnings fixes by Jerry D. Hedden
Rafael Garcia-Suarez [Sat, 3 Mar 2007 09:34:23 +0000]
Compilation warnings fixes by Jerry D. Hedden

p4raw-id: //depot/perl@30447

17 years agoMake use VERSION also load feature.pm
Rafael Garcia-Suarez [Sat, 3 Mar 2007 09:29:37 +0000]
Make use VERSION also load feature.pm

p4raw-id: //depot/perl@30446

17 years agoFix a few errors and ambiguities in configure.com caught by
Craig A. Berry [Sat, 3 Mar 2007 04:35:24 +0000]
Fix a few errors and ambiguities in configure.com caught by
Charlie Hammond's DCL Checker.

p4raw-id: //depot/perl@30445

17 years agoAvoid an assertion failure when overloading readpipe.
Nicholas Clark [Fri, 2 Mar 2007 15:02:43 +0000]
Avoid an assertion failure when overloading readpipe.

p4raw-id: //depot/perl@30444

17 years agoMore assertion failures, found by auditing the code.
Nicholas Clark [Fri, 2 Mar 2007 14:42:27 +0000]
More assertion failures, found by auditing the code.

p4raw-id: //depot/perl@30443

17 years agoDon't crash if the symbol table entry for ISA isn't a typeglob.
Nicholas Clark [Fri, 2 Mar 2007 13:23:22 +0000]
Don't crash if the symbol table entry for ISA isn't a typeglob.

p4raw-id: //depot/perl@30442

17 years agoMore work on perldelta
Rafael Garcia-Suarez [Fri, 2 Mar 2007 12:58:04 +0000]
More work on perldelta

p4raw-id: //depot/perl@30441

17 years agoThe bug fixed by change 29610 would have been avoided with this
Nicholas Clark [Thu, 1 Mar 2007 17:46:49 +0000]
The bug fixed by change 29610 would have been avoided with this
assertion - ensure that the hek argument to Perl_unshare_hek() is not
NULL, because if it is, then S_unshare_hek_or_pvn() will merrily
unshare the string "" instead.

p4raw-id: //depot/perl@30440

17 years agoDon't SEGV when dumping an undefined typeglob. The HEK used to store
Nicholas Clark [Thu, 1 Mar 2007 16:09:31 +0000]
Don't SEGV when dumping an undefined typeglob. The HEK used to store
the GV's name can be NULL.

p4raw-id: //depot/perl@30439

17 years agoMention the syntax C<use feature ':5.10'> in feature.pm's synopsis
Rafael Garcia-Suarez [Thu, 1 Mar 2007 15:22:52 +0000]
Mention the syntax C<use feature ':5.10'> in feature.pm's synopsis

p4raw-id: //depot/perl@30438

17 years agoUpgrade to Params::Check 0.26
Rafael Garcia-Suarez [Thu, 1 Mar 2007 11:20:14 +0000]
Upgrade to Params::Check 0.26

p4raw-id: //depot/perl@30437

17 years agoRe: New file: t/op/regexp_email.t
Yves Orton [Wed, 28 Feb 2007 17:45:33 +0000]
Re: New file: t/op/regexp_email.t
Message-ID: <9b18b3110702280845p7860ca08taf1aead39a178aa4@mail.gmail.com>

p4raw-id: //depot/perl@30436

17 years agoA new test by Abigail: Check that certain modules don't
Rafael Garcia-Suarez [Thu, 1 Mar 2007 10:30:04 +0000]
A new test by Abigail: Check that certain modules don't
get loaded when other modules are used.

p4raw-id: //depot/perl@30435

17 years agoRe: Revisits in 'make install'
Jerry D. Hedden [Wed, 28 Feb 2007 10:59:49 +0000]
Re: Revisits in 'make install'
From: "Jerry D. Hedden" <jdhedden@yahoo.com>
Message-ID: <95346.11233.qm@web30207.mail.mud.yahoo.com>

p4raw-id: //depot/perl@30434

17 years agoA couple of casting nits by Jarkko
Rafael Garcia-Suarez [Thu, 1 Mar 2007 10:10:41 +0000]
A couple of casting nits by Jarkko

p4raw-id: //depot/perl@30433

17 years agoTeach Module::Build about DragonflyBSD
Rafael Garcia-Suarez [Thu, 1 Mar 2007 09:19:07 +0000]
Teach Module::Build about DragonflyBSD

p4raw-id: //depot/perl@30432

17 years agoMissing dual-lived modules in maintainers list
Rafael Garcia-Suarez [Wed, 28 Feb 2007 15:27:23 +0000]
Missing dual-lived modules in maintainers list

p4raw-id: //depot/perl@30431

17 years agoUpdate my email address
Rafael Garcia-Suarez [Wed, 28 Feb 2007 14:51:41 +0000]
Update my email address

p4raw-id: //depot/perl@30430

17 years agoWin32 doc update for Win32CORE changes
Yitzchak Scott-Thoennes [Mon, 26 Feb 2007 11:28:00 +0000]
Win32 doc update for Win32CORE changes
From: "Yitzchak Scott-Thoennes" <sthoenna@efn.org>
Message-ID: <13678.68.166.55.187.1172518080.squirrel@68.166.55.187>

p4raw-id: //depot/perl@30429

17 years agoUnexpected output
Abigail [Tue, 27 Feb 2007 23:00:28 +0000]
Unexpected output
Message-ID: <20070227220028.GA460@abigail.nl>

p4raw-id: //depot/perl@30428

17 years agoRemove obsolete test for the deprecation warning I just removed.
Rafael Garcia-Suarez [Wed, 28 Feb 2007 09:22:56 +0000]
Remove obsolete test for the deprecation warning I just removed.

p4raw-id: //depot/perl@30427

17 years agoFix ext/Win32API/File/t/file.t under test harness
Jerry D. Hedden [Tue, 27 Feb 2007 09:38:15 +0000]
Fix ext/Win32API/File/t/file.t under test harness
From: "Jerry D. Hedden" <jdhedden@yahoo.com>
Message-ID: <994673.36516.qm@web30215.mail.mud.yahoo.com>

p4raw-id: //depot/perl@30426

17 years agoRe: [PATCH] Re: Math::BigInt and Win32API::File whines a lot during make test...
Jerry D. Hedden [Tue, 27 Feb 2007 10:33:36 +0000]
Re: [PATCH] Re: Math::BigInt and Win32API::File whines a lot during make test...
From: "Jerry D. Hedden" <jdhedden@yahoo.com>
Message-ID: <738238.57355.qm@web30201.mail.mud.yahoo.com>

(Silences warnings about math lib(s), avoids using Math::BigInt
when using 64-bit ints and changes "new" to "->new()")

p4raw-id: //depot/perl@30425

17 years ago(?p{}) has been deprecated for a long time.
Rafael Garcia-Suarez [Wed, 28 Feb 2007 08:54:05 +0000]
(?p{}) has been deprecated for a long time.
Remove it, so people are not confused with regard to the
new /p regexp modifier.

p4raw-id: //depot/perl@30424

17 years agoAdd new tests for keys in %+ and %-
Rafael Garcia-Suarez [Wed, 28 Feb 2007 08:45:55 +0000]
Add new tests for keys in %+ and %-

p4raw-id: //depot/perl@30423

17 years agoperltodo nit for SelfLoader
Rafael Garcia-Suarez [Wed, 28 Feb 2007 08:45:13 +0000]
perltodo nit for SelfLoader

p4raw-id: //depot/perl@30422

17 years agoFix a couple of typos in internal docs
Rafael Garcia-Suarez [Wed, 28 Feb 2007 08:44:16 +0000]
Fix a couple of typos in internal docs

p4raw-id: //depot/perl@30421

17 years agoChange of email address.
Abigail [Tue, 27 Feb 2007 23:54:56 +0000]
Change of email address.
Message-ID: <20070227225456.GA1808@abigail.nl>
Date: Tue, 27 Feb 2007 23:54:56 +0100

p4raw-id: //depot/perl@30420

17 years agoSkip tests if Encode not built
Jerry D. Hedden [Tue, 27 Feb 2007 11:27:58 +0000]
Skip tests if Encode not built
From: "Jerry D. Hedden" <jdhedden@yahoo.com>
Message-ID: <176638.9767.qm@web30207.mail.mud.yahoo.com>

p4raw-id: //depot/perl@30419

17 years agoDisable the strict pragma before eval'ing selfloaded code.
Rafael Garcia-Suarez [Tue, 27 Feb 2007 14:07:28 +0000]
Disable the strict pragma before eval'ing selfloaded code.

p4raw-id: //depot/perl@30418

17 years agodmq points out that %+ and %- are not arrays. Fix the doc.
Rafael Garcia-Suarez [Tue, 27 Feb 2007 13:39:03 +0000]
dmq points out that %+ and %- are not arrays. Fix the doc.

p4raw-id: //depot/perl@30417

17 years agoUpdate Changes
Rafael Garcia-Suarez [Tue, 27 Feb 2007 13:16:46 +0000]
Update Changes

p4raw-id: //depot/perl@30416

17 years agoRework and fix docs for %+, %- and re::Tie::Hash::NamedCapture.
Rafael Garcia-Suarez [Tue, 27 Feb 2007 10:56:17 +0000]
Rework and fix docs for %+, %- and re::Tie::Hash::NamedCapture.

p4raw-id: //depot/perl@30415

17 years agoOn VMS, use the normal executable file extension for the copy of
Craig A. Berry [Tue, 27 Feb 2007 01:41:31 +0000]
On VMS, use the normal executable file extension for the copy of
Perl used to run the test suite.  Not doing so was confusing
some of the Module::Build tests.

p4raw-id: //depot/perl@30414

17 years agoRe: [perl #41565] qr// memory corruption
Yves Orton [Mon, 26 Feb 2007 16:45:23 +0000]
Re: [perl #41565] qr// memory corruption
Message-ID: <9b18b3110702260745u373980e8x19ba3afdf33bd424@mail.gmail.com>

p4raw-id: //depot/perl@30413

17 years agoRe: Regexp recursion limit too low?
Yves Orton [Thu, 15 Feb 2007 17:22:16 +0000]
Re: Regexp recursion limit too low?
Message-ID: <9b18b3110702150822o13a4f240g86463c60e625fb8f@mail.gmail.com>

p4raw-id: //depot/perl@30412

17 years agoBump $Win32API::File::VERSION for change #30409
Steve Hay [Mon, 26 Feb 2007 13:45:23 +0000]
Bump $Win32API::File::VERSION for change #30409
p4raw-link: @30409 on //depot/perl: 57d226e4c036539e44197f78a5d0e896298c6424

p4raw-id: //depot/perl@30411

17 years agoIn configure.com, include the Win32 extensions in $Config{known_extensions},
Craig A. Berry [Mon, 26 Feb 2007 13:36:41 +0000]
In configure.com, include the Win32 extensions in $Config{known_extensions},
but not it $Config{extensions}.  This way t/TEST knows to exclude them.

p4raw-id: //depot/perl@30410

17 years agoRe: [PATCH] Re: Win32 modules & cygwin
Yitzchak Scott-Thoennes [Mon, 26 Feb 2007 00:45:10 +0000]
Re: [PATCH] Re: Win32 modules & cygwin
From: "Yitzchak Scott-Thoennes" <sthoenna@efn.org>
Message-ID: <1300.63.226.247.142.1172479510.squirrel@63.226.247.142>

(Stops Win32* extension tests from being run when the
corresponding extensions haven't been built)

p4raw-id: //depot/perl@30409

17 years agoUpdate the FSF's address. Plus some other whitespace and NON-WHITESPACE
Nicholas Clark [Mon, 26 Feb 2007 11:59:27 +0000]
Update the FSF's address. Plus some other whitespace and NON-WHITESPACE
changes that have crept into the GPL v2.

p4raw-id: //depot/perl@30408

17 years agoFix bug #41550 - AUTOLOAD :lvalue not working the same in blead as in
Nicholas Clark [Mon, 26 Feb 2007 11:07:06 +0000]
Fix bug #41550 -  AUTOLOAD :lvalue not working the same in blead as in
5.8.8 (a code example from "Extending and Embedding Perl")

p4raw-id: //depot/perl@30407

17 years agoConvert t/op/sub_lval.t to test.pl
Nicholas Clark [Mon, 26 Feb 2007 09:33:15 +0000]
Convert t/op/sub_lval.t to test.pl

p4raw-id: //depot/perl@30406

17 years agoModule::Pluggable wasn't in the maintainers list
Rafael Garcia-Suarez [Mon, 26 Feb 2007 06:59:44 +0000]
Module::Pluggable wasn't in the maintainers list

p4raw-id: //depot/perl@30405

17 years agoAdd a version number to Module::Pluggable::Object and
Rafael Garcia-Suarez [Mon, 26 Feb 2007 06:57:22 +0000]
Add a version number to Module::Pluggable::Object and
bump the version number of Module::Pluggable

p4raw-id: //depot/perl@30404

17 years agoIn perlport, refine description of eight-level directory depth
Craig A. Berry [Mon, 26 Feb 2007 04:35:18 +0000]
In perlport, refine description of eight-level directory depth
limitation on older VMS systems and add example of how to tell
when we're in trouble.

p4raw-id: //depot/perl@30403

17 years agoAssorted updates to vms/vms.c to fix compiler errors on VAX.
Craig A. Berry [Mon, 26 Feb 2007 01:08:07 +0000]
Assorted updates to vms/vms.c to fix compiler errors on VAX.

p4raw-id: //depot/perl@30402

17 years agoOne more longdouble nit for configure.com, following 30217, 30325, and 30329.
Craig A. Berry [Mon, 26 Feb 2007 01:06:30 +0000]
One more longdouble nit for configure.com, following 30217, 30325, and 30329.

p4raw-id: //depot/perl@30401

17 years agoModule::Pluggable::Object::search_paths portability update prompted by
Craig A. Berry [Mon, 26 Feb 2007 00:42:30 +0000]
Module::Pluggable::Object::search_paths portability update prompted by
VMS test failures.  Patch also submitted to CPAN RT queue at
<http://rt.cpan.org/Public/Bug/Display.html?id=13607>.

p4raw-id: //depot/perl@30400

17 years agosigtrap.pm (handler_traceback): do not clobber $_
Alexey Tourbin [Sat, 24 Feb 2007 21:24:32 +0000]
sigtrap.pm (handler_traceback): do not clobber $_
Message-ID: <20070224182432.GA14446@localhost.localdomain>

p4raw-id: //depot/perl@30399

17 years ago[perl #41560] [PATCH] crash in Perl_vmess when GvIOp is null
Devin Heitmueller [Tue, 20 Feb 2007 16:38:20 +0000]
[perl #41560] [PATCH] crash in Perl_vmess when GvIOp is null
From: "Devin Heitmueller" (via RT) <perlbug-followup@perl.org>
Message-ID: <rt-3.6.HEAD-24617-1172018300-131.41560-75-0@perl.org>

p4raw-id: //depot/perl@30398

17 years agoRe: [perl #41513] (parsing?)problem when using a '/' followed by a Switch statement
Wolfgang Laun [Sat, 24 Feb 2007 15:08:44 +0000]
Re: [perl #41513] (parsing?)problem when using a '/' followed by a Switch statement
From: "Wolfgang Laun" <wolfgang.laun@gmail.com>
Message-ID: <17de7ee80702240608n1411ef67xcdd1ffb238742bc1@mail.gmail.com>

p4raw-id: //depot/perl@30397

17 years ago- Use the same regexp as in change #30395 to parse subroutine
Rafael Garcia-Suarez [Sun, 25 Feb 2007 15:29:20 +0000]
- Use the same regexp as in change #30395 to parse subroutine
  declarations
- Make SelfLoader strict-compliant
- Constant fold debug code out
p4raw-link: @30395 on //depot/perl: 91798d18643cb4539dc3cf0a83f879bbe84d17c2

p4raw-id: //depot/perl@30396

17 years agoFactorize three regexps into one, using new regexp features
Rafael Garcia-Suarez [Sun, 25 Feb 2007 15:04:17 +0000]
Factorize three regexps into one, using new regexp features
(with some help from Yves Orton). (Now the compatibilty of this
module with 5.8.x perls is doomed.)

p4raw-id: //depot/perl@30395

17 years agoDon't clobber $_ by using "my $_". Potential bug found by Alexey Tourbin.
Rafael Garcia-Suarez [Sun, 25 Feb 2007 14:42:11 +0000]
Don't clobber $_ by using "my $_". Potential bug found by Alexey Tourbin.

p4raw-id: //depot/perl@30394

17 years agoAdd a comment to mg.c to clarify that words like "raise" and
Craig A. Berry [Sun, 25 Feb 2007 00:54:14 +0000]
Add a comment to mg.c to clarify that words like "raise" and
"pending" in the context of Perl's deferred signals bear only
an analogous relationship to the underlying signal mechanism.

p4raw-id: //depot/perl@30393

17 years agoUpdate descriptions of long-running ops and non-deferrable
Craig A. Berry [Sat, 24 Feb 2007 21:52:23 +0000]
Update descriptions of long-running ops and non-deferrable
signals in perlipc.pod.

p4raw-id: //depot/perl@30392

17 years agoExtUtils/Constant/Base.pm: use constant folding to eliminated dead code
Alexey Tourbin [Sat, 24 Feb 2007 15:52:23 +0000]
ExtUtils/Constant/Base.pm: use constant folding to eliminated dead code
Message-ID: <20070224125223.GA17227@localhost.localdomain>

p4raw-id: //depot/perl@30391

17 years agoExtUtils/MM_Unix.pm (fixin): do not clobber $/
Alexey Tourbin [Sat, 24 Feb 2007 15:38:58 +0000]
ExtUtils/MM_Unix.pm (fixin): do not clobber $/
Message-ID: <20070224123858.GA11434@localhost.localdomain>

p4raw-id: //depot/perl@30390

17 years agoperlio.c (PerlIO_tmpfile): fix memory leak
Alexey Tourbin [Sat, 24 Feb 2007 14:47:35 +0000]
perlio.c (PerlIO_tmpfile): fix memory leak
Message-ID: <20070224114735.GA3454@localhost.localdomain>

p4raw-id: //depot/perl@30389

17 years agoAdd a new test for undef and delete on stash entries that
Rafael Garcia-Suarez [Sat, 24 Feb 2007 09:53:56 +0000]
Add a new test for undef and delete on stash entries that
are bound to subroutines or methods. Based on a test by
Robert 'phaylon' Sedlacek.

p4raw-id: //depot/perl@30388

17 years agoC<keys %+> should not warn. Don't make scan_ident test for
Rafael Garcia-Suarez [Sat, 24 Feb 2007 09:29:20 +0000]
C<keys %+> should not warn. Don't make scan_ident test for
ambiguous unary ops when the following token is a hash identifier.
(like with scalars and arrays)

p4raw-id: //depot/perl@30387

17 years agoIndexing and POD fixes
Rafael Garcia-Suarez [Sat, 24 Feb 2007 09:04:10 +0000]
Indexing and POD fixes

p4raw-id: //depot/perl@30386

17 years agoperlretut.pod, 2nd version
Wolfgang Laun [Thu, 22 Feb 2007 09:36:19 +0000]
perlretut.pod, 2nd version
Message-ID: <45DD5603.1040402@thalesgroup.com>

p4raw-id: //depot/perl@30385

17 years agoAt least, fix the MakeMaker build_man tests.
Rafael Garcia-Suarez [Sat, 24 Feb 2007 07:22:05 +0000]
At least, fix the MakeMaker build_man tests.

p4raw-id: //depot/perl@30384

17 years agoRe: [perl #41546] perl 5.8.x bug: overloaded 'eq' does not work with 'nomethod'
Rick Delaney [Wed, 21 Feb 2007 16:53:16 +0000]
Re: [perl #41546] perl 5.8.x bug: overloaded 'eq' does not work with 'nomethod'
Message-ID: <20070221215316.GF5646@bort.ca>

p4raw-id: //depot/perl@30383

17 years agoReinstate tests removed by change #30381, but don't
Rafael Garcia-Suarez [Thu, 22 Feb 2007 18:29:18 +0000]
Reinstate tests removed by change #30381, but don't
"use Config" in the test, because that will overwrite
%main::Config with the real Config hash, not the fake
one from MakeMaker.
p4raw-link: @30381 on //depot/perl: cb7d39f54ca678d4ba0e91eaea2d10f4ab6317d7

p4raw-id: //depot/perl@30382

17 years agoRevert changes to lib/ExtUtils/t/build_man.t from change
Steve Peters [Thu, 22 Feb 2007 18:09:06 +0000]
Revert changes to lib/ExtUtils/t/build_man.t from change
#30380.  The changes in that test write to the now
readonly %Config.

p4raw-id: //depot/perl@30381

17 years agoUpgrade to ExtUtils-MakeMaker-6.32. Included a version
Steve Peters [Thu, 22 Feb 2007 14:36:27 +0000]
Upgrade to ExtUtils-MakeMaker-6.32.  Included a version
bump to ExtUtils::MakeMaker to 6.32_01 because changes
#29266, #29583, #29580, #29581 and #29583 were missing from the new
release.

p4raw-id: //depot/perl@30380

17 years agoRe: Win32 modules & cygwin
Yitzchak Scott-Thoennes [Tue, 20 Feb 2007 01:50:18 +0000]
Re: Win32 modules & cygwin
From: "Yitzchak Scott-Thoennes" <sthoenna@efn.org>
Message-ID: <1254.67.42.109.122.1171965018.squirrel@67.42.109.122>

Also includes integration & deletion of win32/ext/Win32API to
ext/Win32API, and addition of copyright message and corrections to
spacing/tabbing as suggested by Jan Dubois.

p4raw-id: //depot/perl@30379

17 years agoUpgrade to CPAN-1.88_77.
Steve Peters [Wed, 21 Feb 2007 17:50:37 +0000]
Upgrade to CPAN-1.88_77.

p4raw-id: //depot/perl@30378