17 years agoUpgrade to ExtUtils-ParseXS-2.16. There actually are a couple of
Steve Peters [Sat, 16 Sep 2006 19:37:51 +0000]
Upgrade to ExtUtils-ParseXS-2.16.  There actually are a couple of
changes in bleadperl not in the new version, so version was bumped
to 2.16_01.

p4raw-id: //depot/perl@28856

17 years agoShrink the interpreter structure by 4 bytes (usually) by making
Nicholas Clark [Sat, 16 Sep 2006 17:59:17 +0000]
Shrink the interpreter structure by 4 bytes (usually) by making
PL_in_eval a U8 and PL_delaymagic a U16. (And corresponding changes
in struct block_eval in cop.h to avoid any possible compiler warnings)

p4raw-id: //depot/perl@28855

17 years agoRevert changes 28772, 28773, 28774 as they won't gain us anything - I
Nicholas Clark [Sat, 16 Sep 2006 17:07:03 +0000]
Revert changes 28772, 28773, 28774 as they won't gain us anything - I
failed to realise that struct block_sub is not the largest of the
4 structures in the block.blk_u union. (It's actually block_loop)

p4raw-id: //depot/perl@28853

17 years agoreturn value of -1 without errno set is ok in
Craig A. Berry [Sat, 16 Sep 2006 15:14:36 +0000]
return value of -1 without errno set is ok in
ext/POSIX/t/sysconf.t (it just means the feature is
not implemented, not defined, or has no limit)

p4raw-id: //depot/perl@28851

17 years agoNo declarations after statements ! (noticed by Sadahiro Tomoyuki)
Rafael Garcia-Suarez [Sat, 16 Sep 2006 06:32:36 +0000]
No declarations after statements ! (noticed by Sadahiro Tomoyuki)

p4raw-id: //depot/perl@28850

17 years agoAvoid warnings when $Config{d_cplusplus} is undefined.
Nicholas Clark [Fri, 15 Sep 2006 22:03:53 +0000]
Avoid warnings when $Config{d_cplusplus} is undefined.

p4raw-id: //depot/perl@28849

17 years agoMore hacking in util.c's ifdef jungle following 28844 to avoid
Craig A. Berry [Fri, 15 Sep 2006 00:39:32 +0000]
More hacking in util.c's ifdef jungle following 28844 to avoid
duplicate definition of Perl_my_setenv on VMS.

p4raw-id: //depot/perl@28848

17 years agoFix for bug #37714: XSUB.h version check may fail due to locale
Rafael Garcia-Suarez [Thu, 14 Sep 2006 15:31:22 +0000]
Fix for bug #37714: XSUB.h version check may fail due to locale
Always convert version to number under C locale settings

p4raw-id: //depot/perl@28847

17 years agoC++ Encode
Jarkko Hietaniemi [Thu, 14 Sep 2006 09:05:10 +0000]
C++ Encode
Message-ID: <4508F116.40606@iki.fi>

p4raw-id: //depot/perl@28846

17 years agoMakeMaker is being split in new sub-distributions on CPAN
Rafael Garcia-Suarez [Thu, 14 Sep 2006 14:18:32 +0000]
MakeMaker is being split in new sub-distributions on CPAN

p4raw-id: //depot/perl@28845

17 years agoRe: Re: [PATCH] C++: Solaris CC now compiles "perl"
Yves Orton [Thu, 14 Sep 2006 14:28:16 +0000]
Re: Re: [PATCH] C++: Solaris CC now compiles "perl"
Message-ID: <9b18b3110609140528x49e063aay724169d7f1e49531@mail.gmail.com>

p4raw-id: //depot/perl@28844

17 years agoDefine d_cplusplus on VMS when appropriate
Craig A. Berry [Thu, 14 Sep 2006 03:50:18 +0000]
Define d_cplusplus on VMS when appropriate

p4raw-id: //depot/perl@28843

17 years ago(1) g++ 4.x (or Mac OS X) (2) Solaris g++ or CC
Jarkko Hietaniemi [Wed, 13 Sep 2006 20:19:04 +0000]
(1) g++ 4.x (or Mac OS X) (2) Solaris g++ or CC
Message-ID: <45083D88.7050207@iki.fi>

Plus a tweak to the name of CC.

p4raw-id: //depot/perl@28842

17 years agoRegenerated mktables.lst per Yves Orton's suggestion.
Steve Peters [Thu, 14 Sep 2006 01:10:01 +0000]
Regenerated mktables.lst per Yves Orton's suggestion.

p4raw-id: //depot/perl@28841

17 years agodarwin also seems to be lacking a dl_unload_file() in its
Steve Peters [Wed, 13 Sep 2006 16:05:33 +0000]
darwin also seems to be lacking a dl_unload_file() in its
DynaLoader, so some additional skips are needed.  If I only
had a NeXT to test with now...

p4raw-id: //depot/perl@28840

17 years agoAdd darwin to the list of OS's that fail to pass test
Steve Peters [Wed, 13 Sep 2006 15:34:46 +0000]
Add darwin to the list of OS's that fail to pass test
op/sprintf.t #157.  Newer versions appear to be OK,
but Mac OS X 10.2.X regularly fail with this test.

p4raw-id: //depot/perl@28839

17 years agoTest cases for version cannot handle Test::More versions that
Steve Peters [Wed, 13 Sep 2006 14:59:01 +0000]
Test cases for version cannot handle Test::More versions that
end with _0X.  TODO-ing the failing test cases for now.

p4raw-id: //depot/perl@28838

17 years agoUpgrade to CPAN 1.87_63
Rafael Garcia-Suarez [Wed, 13 Sep 2006 14:23:38 +0000]
Upgrade to CPAN 1.87_63

p4raw-id: //depot/perl@28837

17 years agoUpgrade to Test-Simple-0.64_02
Steve Peters [Wed, 13 Sep 2006 13:35:32 +0000]
Upgrade to Test-Simple-0.64_02

p4raw-id: //depot/perl@28836

17 years agoBump version and other misc. changes. 3rd patch from:
Jerry D. Hedden [Sun, 10 Sep 2006 09:12:06 +0000]
Bump version and other misc. changes. 3rd patch from:

Subject: [PATCH] thread 1.41 - A drama in three parts
From: "Jerry D. Hedden" <jdhedden@cpan.org>
Message-ID: <20060910091206.fb30e530d17747c2b054d625b8945d88.321c7cbc94.wbe@email.secureserver.net>

p4raw-id: //depot/perl@28835

17 years agoStatically allocate the main thread.
Jerry D. Hedden [Sun, 10 Sep 2006 09:12:06 +0000]
Statically allocate the main thread.
2nd patch from:

Subject: [PATCH] thread 1.41 - A drama in three parts
From: "Jerry D. Hedden" <jdhedden@cpan.org>
Message-ID: <20060910091206.fb30e530d17747c2b054d625b8945d88.321c7cbc94.wbe@email.secureserver.net>

p4raw-id: //depot/perl@28834

17 years agoRace condition fix in threads.pm
Jerry D. Hedden [Sun, 10 Sep 2006 09:12:06 +0000]
Race condition fix in threads.pm
First patch from:

Subject: [PATCH] thread 1.41 - A drama in three parts
From: "Jerry D. Hedden" <jdhedden@cpan.org>
Message-ID: <20060910091206.fb30e530d17747c2b054d625b8945d88.321c7cbc94.wbe@email.secureserver.net>

p4raw-id: //depot/perl@28833

17 years agomktables executes seven time per build sigh
Yves Orton [Sun, 10 Sep 2006 17:52:10 +0000]
mktables executes seven time per build sigh
Message-ID: <9b18b3110609100852q2cfc2497ufceda5ff5d0875e3@mail.gmail.com>

(Fix for Windows)

p4raw-id: //depot/perl@28832

17 years ago[perl #40328] B::Deparse pod does not list failure to grok outer lexical scopes in...
David Nicol [Tue, 12 Sep 2006 13:21:24 +0000]
[perl #40328] B::Deparse pod does not list failure to grok outer lexical scopes in BUGS section
From: David Nicol (via RT) <perlbug-followup@perl.org>
Message-ID: <rt-3.5.HEAD-31259-1158092484-244.40328-75-0@perl.org>

p4raw-id: //depot/perl@28831

17 years ago[perl #40327] Doc patch for perlfunc.pod
merijnb@ms.com [Tue, 12 Sep 2006 09:12:12 +0000]
[perl #40327] Doc patch for perlfunc.pod
From: merijnb@ms.com (via RT) <perlbug-followup@perl.org>
Message-ID: <rt-3.5.HEAD-31259-1158077531-1067.40327-75-0@perl.org>

p4raw-id: //depot/perl@28830

17 years agoAccumulated fixes from earlier backports, amongst of which:
Jarkko Hietaniemi [Tue, 12 Sep 2006 07:19:32 +0000]
Accumulated fixes from earlier backports, amongst of which:
Subject: [PATCH] remove -Wdeclaration-after-statement scan from Configure
Message-ID: <45063554.1040301@iki.fi>

p4raw-id: //depot/perl@28829

17 years agoDisable study() for utf-8 strings
Yves Orton [Tue, 12 Sep 2006 17:08:55 +0000]
Disable study() for utf-8 strings

Subject: Re: Re: [Fwd: Smoke [5.9.4] 28821 FAIL(XF) OSF1 V5.1 (EV6/4 cpu)]
Message-ID: <9b18b3110609120808jceb84ces55ef29c2f2b73ebc@mail.gmail.com>

p4raw-id: //depot/perl@28827

17 years agoUpgrade to CPAN-1.87_62
Steve Peters [Tue, 12 Sep 2006 15:30:57 +0000]
Upgrade to CPAN-1.87_62

p4raw-id: //depot/perl@28826

17 years agoUpgrade to MakeMaker 6.30_04
Rafael Garcia-Suarez [Tue, 12 Sep 2006 14:49:21 +0000]
Upgrade to MakeMaker 6.30_04

p4raw-id: //depot/perl@28825

17 years agoMore warnings silencing, including suggestions by Dominic Dunlop
Rafael Garcia-Suarez [Tue, 12 Sep 2006 14:04:54 +0000]
More warnings silencing, including suggestions by Dominic Dunlop

p4raw-id: //depot/perl@28824

17 years agoRe: C++ status [Fwd: Smoke [5.9.4] 28776 FAIL(FM) OSF1 V5.1 (EV6/4 cpu)]
Dominic Dunlop [Tue, 12 Sep 2006 09:13:41 +0000]
Re: C++ status [Fwd: Smoke [5.9.4] 28776 FAIL(FM) OSF1 V5.1 (EV6/4 cpu)]
Message-Id: <6FD7503D-349B-4BE4-B457-D79458900FA0@computer.org>

p4raw-id: //depot/perl@28823

17 years agoAnother warning-silencing cast
Rafael Garcia-Suarez [Tue, 12 Sep 2006 07:22:40 +0000]
Another warning-silencing cast

p4raw-id: //depot/perl@28822

17 years agoPOD fixes in perlce manpage
Rafael Garcia-Suarez [Mon, 11 Sep 2006 13:05:16 +0000]
POD fixes in perlce manpage

p4raw-id: //depot/perl@28821

17 years agoFAQ sync
Rafael Garcia-Suarez [Mon, 11 Sep 2006 12:32:35 +0000]
FAQ sync

p4raw-id: //depot/perl@28820

17 years agoFix a few more printf format warnings
Rafael Garcia-Suarez [Mon, 11 Sep 2006 11:51:04 +0000]
Fix a few more printf format warnings

p4raw-id: //depot/perl@28819

17 years agoFix definition of macro HOP3 (spotted by a gcc warning)
Rafael Garcia-Suarez [Mon, 11 Sep 2006 10:19:20 +0000]
Fix definition of macro HOP3 (spotted by a gcc warning)

p4raw-id: //depot/perl@28818

17 years agoFix some compilation warnings
Rafael Garcia-Suarez [Mon, 11 Sep 2006 10:12:32 +0000]
Fix some compilation warnings

p4raw-id: //depot/perl@28817

17 years agoTeach regex optimiser how to handle (?=) and (?<=) properly.
Yves Orton [Sat, 9 Sep 2006 22:00:05 +0000]
Teach regex optimiser how to handle (?=) and (?<=) properly.
Message-ID: <9b18b3110609091300x1fd0b15dt32932902a0a80674@mail.gmail.com>

p4raw-id: //depot/perl@28816

17 years agoRe: [perl #40302] sigtrap(3pm) man page is vague
David Nicol [Fri, 8 Sep 2006 11:19:23 +0000]
Re: [perl #40302] sigtrap(3pm) man page is vague
From: "David Nicol" <davidnicol@gmail.com>
Message-ID: <934f64a20609080919g3d0add8cr1ca3d1c7ea9a5d32@mail.gmail.com>

p4raw-id: //depot/perl@28815

17 years agoC++: Solaris CC now compiles "perl"
Jarkko Hietaniemi [Sat, 9 Sep 2006 15:29:12 +0000]
C++: Solaris CC now compiles "perl"
Message-ID: <4502B398.6060505@iki.fi>

p4raw-id: //depot/perl@28814

17 years agoNULL and sv_setpv vs. newSVpv
Yitzchak Scott-Thoennes [Sun, 10 Sep 2006 20:31:46 +0000]
NULL and sv_setpv vs. newSVpv
From: "Yitzchak Scott-Thoennes" <sthoenna@efn.org>
Message-ID: <8750.24.19.24.170.1157945506.squirrel@24.19.24.170>

p4raw-id: //depot/perl@28813

17 years agoUpdate Porting/Maintainers.pl w.r.t. #28811
Steve Hay [Fri, 8 Sep 2006 16:08:53 +0000]
Update Porting/Maintainers.pl w.r.t. #28811

p4raw-id: //depot/perl@28812

17 years agoAdd Params::Check to the core
Jos I. Boumans [Fri, 8 Sep 2006 13:57:16 +0000]
Add Params::Check to the core
From: "Jos Boumans" <kane@dwim.org>
Message-ID: <8319.80.127.35.68.1157716636.squirrel@webmail.xs4all.nl>

(Just the Params-Check part: Locale-Maketext-Simple has already been
added by change #28809)
p4raw-link: @28809 on //depot/perl: c9d0c046ab7aa1e87edc8cd6fbfa8dc66f709875

p4raw-id: //depot/perl@28811

17 years agoUpdate Porting/Maintainers.pl w.r.t. #28809
Steve Hay [Fri, 8 Sep 2006 15:33:18 +0000]
Update Porting/Maintainers.pl w.r.t. #28809

p4raw-id: //depot/perl@28810

17 years agoRe: [PATCH] Add Locale::Maketext::Simple to the core
Jos I. Boumans [Sun, 13 Aug 2006 15:51:58 +0000]
Re: [PATCH] Add Locale::Maketext::Simple to the core
Message-ID: <24406.80.127.35.68.1155477118.squirrel@webmail.xs4all.nl>

Actually added 0.18, rather than 0.17 which this PATCH contained, for
an updated licence statement.

p4raw-id: //depot/perl@28809

17 years agoUse %^H instead of $^H for the assertions pragma
Rafael Garcia-Suarez [Fri, 8 Sep 2006 08:36:32 +0000]
Use %^H instead of $^H for the assertions pragma

p4raw-id: //depot/perl@28808

17 years agoRemove empty typemap file
Rafael Garcia-Suarez [Fri, 8 Sep 2006 07:39:10 +0000]
Remove empty typemap file

p4raw-id: //depot/perl@28807

17 years agodeclaration after code nit in vms/vms.c (from Martin Vorlaender)
Craig A. Berry [Fri, 8 Sep 2006 02:07:30 +0000]
declaration after code nit in vms/vms.c (from Martin Vorlaender)

p4raw-id: //depot/perl@28806

17 years agoClean up some comments.
Steve Peters [Thu, 7 Sep 2006 18:39:22 +0000]
Clean up some comments.

p4raw-id: //depot/perl@28805

17 years agoTypo fix in #ifdef
Rafael Garcia-Suarez [Thu, 7 Sep 2006 15:21:56 +0000]
Typo fix in #ifdef

p4raw-id: //depot/perl@28804

17 years agoFix to first problem causing Cygwin Perl to fail to build
Steve Peters [Thu, 7 Sep 2006 14:24:18 +0000]
Fix to first problem causing Cygwin Perl to fail to build
in a path with spaces in it.

p4raw-id: //depot/perl@28803

17 years agoDocument mkpath() return value in scalar context.
Gisle Aas [Thu, 7 Sep 2006 14:12:14 +0000]
Document mkpath() return value in scalar context.
Document that rmtree() return value include deleted
directories.

p4raw-id: //depot/perl@28802

17 years agoRe: [perl #40262] kill( 0, ... ) does not return alive status of child process
David Nicol [Fri, 1 Sep 2006 17:26:34 +0000]
Re: [perl #40262] kill( 0, ... ) does not return alive status of child process
From: "David Nicol" <davidnicol@gmail.com>
Message-ID: <934f64a20609011526odd7f5bta847a3be1f6fa5f0@mail.gmail.com>

p4raw-id: //depot/perl@28801

17 years ago[perl #40293] perlsec talks erroneously about "Non-Finite Automaton"
premchai21@yahoo.com [Wed, 6 Sep 2006 23:11:10 +0000]
[perl #40293] perlsec talks erroneously about "Non-Finite Automaton"
From: premchai21@yahoo.com (via RT) <perlbug-followup@perl.org>
Message-ID: <rt-3.5.HEAD-31258-1157609470-1994.40293-75-0@perl.org>

p4raw-id: //depot/perl@28800

17 years agoBump version of PerlIO::scalar
Rafael Garcia-Suarez [Thu, 7 Sep 2006 11:46:40 +0000]
Bump version of PerlIO::scalar

p4raw-id: //depot/perl@28799

17 years agoFix for [perl #40267] PerlIO::scalar doesn't respect readonly-ness
Rafael Garcia-Suarez [Thu, 7 Sep 2006 11:45:36 +0000]
Fix for [perl #40267] PerlIO::scalar doesn't respect readonly-ness

p4raw-id: //depot/perl@28798

17 years agoInvalidate ISA and method caches when calling a safe compartment
Rafael Garcia-Suarez [Thu, 7 Sep 2006 09:49:31 +0000]
Invalidate ISA and method caches when calling a safe compartment
(bug #39887)

Remove XS_VERSION, make it equal to VERSION

p4raw-id: //depot/perl@28797

17 years agoAdd Exporter in the dual-lived module list
Rafael Garcia-Suarez [Thu, 7 Sep 2006 09:25:18 +0000]
Add Exporter in the dual-lived module list

p4raw-id: //depot/perl@28796

17 years agoDual life for Exporter
Adriano Ferreira [Wed, 6 Sep 2006 16:40:28 +0000]
Dual life for Exporter
From: "Adriano Ferreira" <a.r.ferreira@gmail.com>
Message-ID: <73ddeb6c0609061240g34f60d9fodaf7727575778d8e@mail.gmail.com>

p4raw-id: //depot/perl@28795

17 years agoConvert Errno.t to Test::More. Increase the test coverage
Steve Peters [Thu, 7 Sep 2006 02:07:57 +0000]
Convert Errno.t to Test::More.  Increase the test coverage
while in there as well.

p4raw-id: //depot/perl@28794

17 years agocxtype is a U16, not a U32 (Stops VC++ complaining)
Steve Hay [Wed, 6 Sep 2006 16:54:19 +0000]
cxtype is a U16, not a U32 (Stops VC++ complaining)

p4raw-id: //depot/perl@28793

17 years agoRemoved some leftover debugging accidentally added with
Steve Peters [Wed, 6 Sep 2006 14:33:06 +0000]
Removed some leftover debugging accidentally added with
change #28788.
p4raw-link: @28788 on //depot/perl: 98fbe98930ddfea1c62d93ddeb877f51263c4d25

p4raw-id: //depot/perl@28792

17 years agoRevert accidental file deletion
Rafael Garcia-Suarez [Wed, 6 Sep 2006 14:11:09 +0000]
Revert accidental file deletion

p4raw-id: //depot/perl@28791

17 years agoRemove perlcc and the byteloader
Rafael Garcia-Suarez [Wed, 6 Sep 2006 14:04:33 +0000]
Remove perlcc and the byteloader

p4raw-id: //depot/perl@28790

17 years agoRemove JPL
Rafael Garcia-Suarez [Wed, 6 Sep 2006 09:18:31 +0000]
Remove JPL

p4raw-id: //depot/perl@28789

17 years agoUCD 5.0.0
Jarkko Hietaniemi [Tue, 5 Sep 2006 21:29:45 +0000]
UCD 5.0.0
Message-ID: <44FDC219.8010006@iki.fi>

p4raw-id: //depot/perl@28788

17 years agoFix a few warnings
Rafael Garcia-Suarez [Tue, 5 Sep 2006 11:09:03 +0000]
Fix a few warnings

p4raw-id: //depot/perl@28787

17 years ago; was RE: [PATCH perlio.c pp.c regcomp.c] silence format and comparison warnings
Robin Barker [Fri, 1 Sep 2006 16:10:25 +0000]
; was RE: [PATCH perlio.c pp.c regcomp.c] silence format and comparison warnings
From: "Robin Barker" <Robin.Barker@npl.co.uk>
Message-ID: <2C2E01334A940D4792B3E115F95B7226120A21@exchsvr1.npl.ad.local>

p4raw-id: //depot/perl@28786

17 years agoRe: [PATCH] Trie jumping
Yves Orton [Sat, 2 Sep 2006 16:40:12 +0000]
Re: [PATCH] Trie jumping
Message-ID: <9b18b3110609020740y2eb9004cpab313c3353a437ca@mail.gmail.com>

p4raw-id: //depot/perl@28785

17 years ago[perl #40239] New hints file for MidnightBSD
Lucas Holt [Fri, 25 Aug 2006 20:16:40 +0000]
[perl #40239] New hints file for MidnightBSD
From: Lucas Holt (via RT) <perlbug-followup@perl.org>
Message-ID: <rt-3.5.HEAD-31263-1156562199-1390.40239-75-0@perl.org>

p4raw-id: //depot/perl@28783

17 years agoUpgrade to Sys::Syslog 0.18
Rafael Garcia-Suarez [Mon, 4 Sep 2006 15:50:17 +0000]
Upgrade to Sys::Syslog 0.18

p4raw-id: //depot/perl@28782

17 years ago[perl #40272] subroutine call with & in perlop example
yath-perlbug@yath.de [Sun, 3 Sep 2006 13:03:28 +0000]
[perl #40272] subroutine call with & in perlop example
From: yath-perlbug@yath.de (via RT) <perlbug-followup@perl.org>
Message-ID: <rt-3.5.HEAD-31251-1157313807-430.40272-75-0@perl.org>

p4raw-id: //depot/perl@28781

17 years agoDocumentation nit, found by Dr Ruud.
Rafael Garcia-Suarez [Mon, 4 Sep 2006 13:12:20 +0000]
Documentation nit, found by Dr Ruud.

p4raw-id: //depot/perl@28780

17 years agoCorrection to POD for FETCH_*_ATTRIBUTES
Jerry D. Hedden [Fri, 1 Sep 2006 12:43:46 +0000]
Correction to POD for FETCH_*_ATTRIBUTES
From: "Jerry D. Hedden" <jerry@hedden.us>
Message-ID: <20060901124346.fb30e530d17747c2b054d625b8945d88.0cfdb87cb8.wbe@email.secureserver.net>

p4raw-id: //depot/perl@28779

17 years agoRe: AW: [PATCH pod/*] Use Direct Object Constructor Calls
chromatic [Fri, 1 Sep 2006 09:12:45 +0000]
Re: AW: [PATCH pod/*] Use Direct Object Constructor Calls
Message-Id: <200609010912.46314.chromatic@wgz.org>

p4raw-id: //depot/perl@28778

17 years agoAdd Index Numbers to caller() Docs
chromatic [Fri, 1 Sep 2006 05:42:17 +0000]
Add Index Numbers to caller() Docs
Message-Id: <200609010542.17571.chromatic@wgz.org>

p4raw-id: //depot/perl@28777

17 years agoRemove dead code from sort.pm
Rafael Garcia-Suarez [Sun, 3 Sep 2006 12:51:57 +0000]
Remove dead code from sort.pm

p4raw-id: //depot/perl@28776

17 years agoMerge lval and hasargs into one U8 in struct block_sub
Nicholas Clark [Fri, 1 Sep 2006 17:25:50 +0000]
Merge lval and hasargs into one U8 in struct block_sub

p4raw-id: //depot/perl@28774

17 years agoAccess to cx->blk_sub.lval via macros (as it's about to move).
Nicholas Clark [Fri, 1 Sep 2006 16:27:48 +0000]
Access to cx->blk_sub.lval via macros (as it's about to move).

p4raw-id: //depot/perl@28773

17 years agoAccess cx->blk_sub.hasargs via a pair of macros (as it's about to
Nicholas Clark [Fri, 1 Sep 2006 15:05:10 +0000]
Access cx->blk_sub.hasargs via a pair of macros (as it's about to
move)

p4raw-id: //depot/perl@28772

17 years agoChange the generation of {} and [] from 3 ops to 1, and avoid 1 mortal
Nicholas Clark [Thu, 31 Aug 2006 09:05:50 +0000]
Change the generation of {} and [] from 3 ops to 1, and avoid 1 mortal
on the tempstack, by augmenting pp_anonlist and pp_anonhash to accept
OPf_SPECIAL to mean "return a reference to the aggregate" on the stack
rather than the aggregate itself.

p4raw-id: //depot/perl@28771

17 years agoSave 4 bytes from struct context (on ILP32) by moving cx_type into
Nicholas Clark [Thu, 31 Aug 2006 08:26:13 +0000]
Save 4 bytes from struct context (on ILP32) by moving cx_type into
struct block and struct subst.

p4raw-id: //depot/perl@28770

17 years agoSilence some more Borland compiler warnings
Steve Hay [Wed, 30 Aug 2006 15:57:13 +0000]
Silence some more Borland compiler warnings
(See: http://www.nntp.perl.org/group/perl.daily-build.reports/40471)

- Change the cryptic pragma warn strings into numbers that are more
  easily recognized, and add a new one (8027).

- Add a similar pragma warn line to fcrypt.c, which doesn't use
  win32.h.

p4raw-id: //depot/perl@28769

17 years agoSilence Borland compiler warnings in XS::APItest and Win32
Steve Hay [Tue, 29 Aug 2006 13:24:56 +0000]
Silence Borland compiler warnings in XS::APItest and Win32
(See: http://www.nntp.perl.org/group/perl.daily-build.reports/40471)

p4raw-id: //depot/perl@28768

17 years agoRevert bogus change 28763.
Rafael Garcia-Suarez [Mon, 28 Aug 2006 12:52:00 +0000]
Revert bogus change 28763.

p4raw-id: //depot/perl@28767

17 years agoFix PerlIO::scalar fileno() documentation as suggested in:
Shawn Boyette [Mon, 28 Aug 2006 00:21:25 +0000]
Fix PerlIO::scalar fileno() documentation as suggested in:
Subject: [perl #40245] POD error for PerlIO::scalar in 5.8.8
From: "Shawn Boyette" (via RT) <perlbug-followup@perl.org>
Message-ID: <rt-3.5.HEAD-31263-1156749685-634.40245-75-0@perl.org>

p4raw-id: //depot/perl@28766

17 years agoAdded an additional #ifndef based on comments by Jarkko and
Steve Peters [Sun, 27 Aug 2006 17:53:17 +0000]
Added an additional #ifndef based on comments by Jarkko and
John Malmberg.

p4raw-id: //depot/perl@28765

17 years agoperlsyn incomplete duplicate definition of truth
Daniel Frederick Crisman [Thu, 24 Aug 2006 17:29:57 +0000]
perlsyn incomplete duplicate definition of truth
Message-ID: <20060824212957.GA32557@fury.crisman.org>

p4raw-id: //depot/perl@28764

17 years agoMore conditional defines of EXTERN_C, by Jarkko
Rafael Garcia-Suarez [Sun, 27 Aug 2006 15:57:39 +0000]
More conditional defines of EXTERN_C, by Jarkko

p4raw-id: //depot/perl@28763

17 years agoChange #24364 broke Data::Dumper::Seen()
Marcus Holland-Moritz [Fri, 25 Aug 2006 22:35:33 +0000]
Change #24364 broke Data::Dumper::Seen()
Message-ID: <20060825223533.04efdf2d@r2d2>

p4raw-id: //depot/perl@28762

17 years agoRegression test for attributes 'reserved' warning,
Rafael Garcia-Suarez [Sun, 27 Aug 2006 15:46:54 +0000]
Regression test for attributes 'reserved' warning,
by Jerry D. Hedden

p4raw-id: //depot/perl@28761

17 years agoPut a plan in the last added test
Rafael Garcia-Suarez [Fri, 25 Aug 2006 16:47:08 +0000]
Put a plan in the last added test

p4raw-id: //depot/perl@28760

17 years agoSilence a bunch of Borland compiler warnings in SDBM_File
Steve Hay [Fri, 25 Aug 2006 16:12:52 +0000]
Silence a bunch of Borland compiler warnings in SDBM_File
(See: http://www.nntp.perl.org/group/perl.daily-build.reports/40283)

p4raw-id: //depot/perl@28759

17 years agoRe: [perl #40216] SelfLoader::croak doesn't protect $@ from being clobbered by require
Adriano Ferreira [Thu, 24 Aug 2006 10:20:43 +0000]
Re: [perl #40216] SelfLoader::croak doesn't protect $@ from being clobbered by require
From: "Adriano Ferreira" <a.r.ferreira@gmail.com>
Message-ID: <73ddeb6c0608240620s207124d1mc202aea6a4598576@mail.gmail.com>

p4raw-id: //depot/perl@28758

17 years agoFollowing Jarkko's advice, it seems that ODBM_File cannot be
Rafael Garcia-Suarez [Fri, 25 Aug 2006 15:45:08 +0000]
Following Jarkko's advice, it seems that ODBM_File cannot be
compiled as C++ as-is.

p4raw-id: //depot/perl@28757

17 years agoRE: [perl #40227] 'reserved' warning not working
Jerry D. Hedden [Thu, 24 Aug 2006 09:04:12 +0000]
RE: [perl #40227] 'reserved' warning not working
From: "Jerry D. Hedden" <jdhedden@cpan.org>
Message-ID: <20060824090412.fb30e530d17747c2b054d625b8945d88.e8ae12ccab.wbe@email.secureserver.net>

p4raw-id: //depot/perl@28756

17 years agoUpgrade to File-Temp-0.17. Also, a change to Tim Jenness's email.
Steve Peters [Thu, 24 Aug 2006 15:07:58 +0000]
Upgrade to File-Temp-0.17.  Also, a change to Tim Jenness's email.

p4raw-id: //depot/perl@28755

17 years agochange 28744 broke ODBM_File
Robin Barker [Thu, 24 Aug 2006 13:22:47 +0000]
change 28744 broke ODBM_File
From: "Robin Barker" <Robin.Barker@npl.co.uk>
Message-ID: <2C2E01334A940D4792B3E115F95B7226120A1A@exchsvr1.npl.ad.local>

p4raw-id: //depot/perl@28754

17 years agoDon't promulgate Perl attributes
Jerry D. Hedden [Wed, 23 Aug 2006 10:07:05 +0000]
Don't promulgate Perl attributes
From: "Jerry D. Hedden" <jdhedden@cpan.org>
Message-ID: <20060823100705.fb30e530d17747c2b054d625b8945d88.87c0ee9326.wbe@email.secureserver.net>

p4raw-id: //depot/perl@28753

17 years agoUpgrade to CGI.pm-3.22.
Steve Peters [Thu, 24 Aug 2006 01:27:08 +0000]
Upgrade to CGI.pm-3.22.

p4raw-id: //depot/perl@28752