This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
18 years agoundef IS_UTF8_CHAR() on EBCDIC
SADAHIRO Tomoyuki [Sat, 8 Oct 2005 09:59:00 +0000 (09:59 +0000)]
undef IS_UTF8_CHAR() on EBCDIC
Message-Id: <20051008165752.348A.BQW10602@nifty.com>

p4raw-id: //depot/perl@25716

18 years agoDocumentation nit in INSTALL found by Alan Burlison.
Steve Peters [Fri, 7 Oct 2005 15:41:32 +0000 (15:41 +0000)]
Documentation nit in INSTALL found by Alan Burlison.

p4raw-id: //depot/perl@25712

18 years agoUpgrade to Pathtools-3.12
Steve Peters [Fri, 7 Oct 2005 03:29:37 +0000 (03:29 +0000)]
Upgrade to Pathtools-3.12

p4raw-id: //depot/perl@25711

18 years agoParse symbols for the linker when more than one declaration
Craig A. Berry [Fri, 7 Oct 2005 02:41:03 +0000 (02:41 +0000)]
Parse symbols for the linker when more than one declaration
on the same line (the way PERLVARISC now throws at us).

p4raw-id: //depot/perl@25710

18 years agoAvoid a cast
Nicholas Clark [Thu, 6 Oct 2005 21:31:39 +0000 (21:31 +0000)]
Avoid a cast

p4raw-id: //depot/perl@25709

18 years agoConvert lvalue usage of SvNVX() and SvIVX() to SvNV_set() and
Steve Peters [Thu, 6 Oct 2005 19:23:59 +0000 (19:23 +0000)]
Convert lvalue usage of SvNVX() and SvIVX() to SvNV_set() and
SvIV_set().  Otherwise, compiling with -DPERL_DEBUG_COW fails.

p4raw-id: //depot/perl@25708

18 years agoBe nice with subversion hidden directories
Rafael Garcia-Suarez [Thu, 6 Oct 2005 13:42:00 +0000 (13:42 +0000)]
Be nice with subversion hidden directories

p4raw-id: //depot/perl@25707

18 years agoUpdate with new files from C::Zlib
Rafael Garcia-Suarez [Thu, 6 Oct 2005 13:24:24 +0000 (13:24 +0000)]
Update with new files from C::Zlib

p4raw-id: //depot/perl@25706

18 years agoMove ZlibTestUtils.pm under t/
Rafael Garcia-Suarez [Thu, 6 Oct 2005 13:23:20 +0000 (13:23 +0000)]
Move ZlibTestUtils.pm under t/

p4raw-id: //depot/perl@25705

18 years agoDon't install pods via MakeMaker for C::Zlib,
Rafael Garcia-Suarez [Thu, 6 Oct 2005 09:09:06 +0000 (09:09 +0000)]
Don't install pods via MakeMaker for C::Zlib,
as suggested by Robin Barker

p4raw-id: //depot/perl@25704

18 years agoAdd -C to allowed $PERL5OPT options
H.Merijn Brand [Thu, 6 Oct 2005 08:42:56 +0000 (08:42 +0000)]
Add -C to allowed $PERL5OPT options
Add -C to the $PERL5OPT documentation (and added the missing -A too)
t/run/runenv.t Could use some more tests about how supported
and unsupported options in $PERL5OPT are handled

p4raw-id: //depot/perl@25703

18 years agoRemove the getprotobynumber test, for portability concerns
Rafael Garcia-Suarez [Thu, 6 Oct 2005 07:27:39 +0000 (07:27 +0000)]
Remove the getprotobynumber test, for portability concerns

p4raw-id: //depot/perl@25702

18 years agoFix Compress::Zlib test boilerplate
Nicholas Clark [Wed, 5 Oct 2005 23:22:27 +0000 (23:22 +0000)]
Fix Compress::Zlib test boilerplate

p4raw-id: //depot/perl@25701

18 years agoCompress::Zlib's Makefile.PL shouldn't create .bak files when building the core
Rafael Garcia-Suarez [Wed, 5 Oct 2005 21:26:57 +0000 (21:26 +0000)]
Compress::Zlib's Makefile.PL shouldn't create .bak files when building the core

p4raw-id: //depot/perl@25699

18 years agoAdd test preambles to Compress::Zlib.
Rafael Garcia-Suarez [Wed, 5 Oct 2005 21:03:29 +0000 (21:03 +0000)]
Add test preambles to Compress::Zlib.
Remove 99pod.t, useless in the core

p4raw-id: //depot/perl@25698

18 years agoproposal [perl #34301]: IO::Socket calls getpeername far too often
Peter Dintelmann [Thu, 2 Jun 2005 13:34:49 +0000 (15:34 +0200)]
proposal [perl #34301]:  IO::Socket calls getpeername far too often
Message-ID: <E9A2605289D8D7468B1A21EC24E59D2101852447@naimucx5.muc.allianz>

p4raw-id: //depot/perl@25697

18 years agoRe: Untested builtins
Steven Schubiger [Wed, 28 Sep 2005 15:46:45 +0000 (17:46 +0200)]
Re: Untested builtins
Message-ID: <20050928134645.GD11546@accognoscere.homeunix.org>

p4raw-id: //depot/perl@25696

18 years agoUpgrade to Compress::Zlib 2.000_05
Rafael Garcia-Suarez [Wed, 5 Oct 2005 15:53:34 +0000 (15:53 +0000)]
Upgrade to Compress::Zlib 2.000_05

p4raw-id: //depot/perl@25695

18 years agoFix $Config{ccflags} for Win32 perls built with dmake
Steve Hay [Wed, 5 Oct 2005 15:34:18 +0000 (15:34 +0000)]
Fix $Config{ccflags} for Win32 perls built with dmake

The nmake makefile (win32/Makefile) currently adds -nologo, $(STRPOOL)
and -W3 to the ccflags in CFG_VARS, but the dmake makefile
(win32/makefile.mk) doesn't.  This means that extensions built with
perls built with VC++ and dmake spit out damn M$ logo messages and use
a lower warning level.

The reason for the difference is probably that the dmake makefile
supports multiple compilers.  Therefore, put the extra ccflags into a
new macro, and set it appropriately for each compiler.  Add the new
macro to the nmake makefile too for orthogonality.

p4raw-id: //depot/perl@25694

18 years agoRe: [PATCH] Random constings and printf cleanup
Andy Lester [Tue, 4 Oct 2005 15:16:05 +0000 (10:16 -0500)]
Re: [PATCH] Random constings and printf cleanup
Message-ID: <20051004201605.GA31682@petdance.com>

p4raw-id: //depot/perl@25693

18 years agoFixes to Pod errors found by podchecker.
Steve Peters [Tue, 4 Oct 2005 16:24:28 +0000 (16:24 +0000)]
Fixes to Pod errors found by podchecker.

p4raw-id: //depot/perl@25691

18 years agoUpgrade to ExtUtils-ParseXS-2.13
Steve Peters [Tue, 4 Oct 2005 12:02:04 +0000 (12:02 +0000)]
Upgrade to ExtUtils-ParseXS-2.13

p4raw-id: //depot/perl@25690

18 years agoUpgrade to ExtUtils-CBuilder-0.15 (with a small edit to
Steve Peters [Tue, 4 Oct 2005 11:01:11 +0000 (11:01 +0000)]
Upgrade to ExtUtils-CBuilder-0.15 (with a small edit to
       ExtUtils::CBuilder::Pltaform::dec_osf.pm to add a $VERSION)

p4raw-id: //depot/perl@25689

18 years agoRe: $^CHILD_ERROR_NATIVE issues (with attachment)
Gisle Aas [Tue, 4 Oct 2005 02:18:27 +0000 (19:18 -0700)]
Re: $^CHILD_ERROR_NATIVE issues (with attachment)
Message-ID: <lrd5ml7i8s.fsf@caliper.activestate.com>

p4raw-id: //depot/perl@25688

18 years agoClone PL_statusvalue_posix [PATCH]
Gisle Aas [Mon, 3 Oct 2005 09:37:57 +0000 (02:37 -0700)]
Clone PL_statusvalue_posix [PATCH]
Message-ID: <lr3bni8ska.fsf_-_@caliper.activestate.com>

p4raw-id: //depot/perl@25687

18 years agoPod::Usage documentation fix, suggested by :
Steven Schubiger [Sun, 2 Oct 2005 07:25:37 +0000 (00:25 -0700)]
Pod::Usage documentation fix, suggested by :

Subject: [perl #37322] Pod::Usage implementation of -sections disagrees with its documentation
From: "Steven Schubiger via RT" <perlbug-followup@perl.org>
Message-ID: <rt-3.0.11-37322-121918.15.4257995782182@perl.org>

p4raw-id: //depot/perl@25686

18 years agoYitzchak points out that this function argument is NULLOK
Rafael Garcia-Suarez [Mon, 3 Oct 2005 15:17:09 +0000 (15:17 +0000)]
Yitzchak points out that this function argument is NULLOK

p4raw-id: //depot/perl@25685

18 years agoSpaces to tabs
Rafael Garcia-Suarez [Mon, 3 Oct 2005 11:27:31 +0000 (11:27 +0000)]
Spaces to tabs

p4raw-id: //depot/perl@25684

18 years agoWe lied about strtoq way back in #8120
Craig A. Berry [Mon, 3 Oct 2005 03:43:31 +0000 (03:43 +0000)]
We lied about strtoq way back in #8120

p4raw-id: //depot/perl@25683

18 years agoUpgrade to Digest-1.12
Steve Peters [Mon, 3 Oct 2005 03:10:05 +0000 (03:10 +0000)]
Upgrade to Digest-1.12

p4raw-id: //depot/perl@25682

18 years agofix bug introduced by #25507 that kept ccflags from
Craig A. Berry [Mon, 3 Oct 2005 00:20:30 +0000 (00:20 +0000)]
fix bug introduced by #25507 that kept ccflags from
making it into config.sh

p4raw-id: //depot/perl@25681

18 years agoassorted blead build help for VMS (mostly ithreads-related)
Craig A. Berry [Sun, 2 Oct 2005 21:45:20 +0000 (21:45 +0000)]
assorted blead build help for VMS (mostly ithreads-related)

p4raw-id: //depot/perl@25680

18 years ago[perl #37233] [PATCH] Test::Harness and Devel::Cover combine with overloading to...
Yves Orton [Thu, 22 Sep 2005 11:31:02 +0000 (04:31 -0700)]
[perl #37233] [PATCH] Test::Harness and Devel::Cover combine with overloading to cause infinite recursion in Carp.pm
From: perlbug-followup[at]perl.org (Yves Orton)
Message-ID: <rt-3.0.11-37233-121233.2.25543632691242[at]perl.org>

p4raw-id: //depot/perl@25679

18 years agoClarify the documentation regarding the return value from C<push>.
Steve Peters [Sun, 2 Oct 2005 04:42:46 +0000 (04:42 +0000)]
Clarify the documentation regarding the return value from C<push>.

p4raw-id: //depot/perl@25678

18 years agoIf a 'use' or 'require' fails due to too many open files (EMFILE),
Steve Peters [Sun, 2 Oct 2005 04:32:48 +0000 (04:32 +0000)]
If a 'use' or 'require' fails due to too many open files (EMFILE),
give an appropriate error message rather than saying the module
cannot be found in @INC.

p4raw-id: //depot/perl@25677

18 years agoMissed test changes and a bit of debugging code that should
Steve Peters [Sun, 2 Oct 2005 03:30:55 +0000 (03:30 +0000)]
Missed test changes and a bit of debugging code that should
have been removed.

p4raw-id: //depot/perl@25676

18 years agoFix some of the XHTML issues in Pod::Html. The call for some time
Steve Peters [Sun, 2 Oct 2005 02:24:12 +0000 (02:24 +0000)]
Fix some of the XHTML issues in Pod::Html.  The call for some time
with a debugger to figure out what is going on.

p4raw-id: //depot/perl@25675

18 years agoImprove -DT output and fix wild buffer pointer error
Dave Mitchell [Sat, 1 Oct 2005 23:51:40 +0000 (23:51 +0000)]
Improve -DT output and fix wild buffer pointer error

p4raw-id: //depot/perl@25674

18 years agoMake building perl on Win32 with the free VC++ toolkit easier
Steve Hay [Fri, 30 Sep 2005 15:52:30 +0000 (15:52 +0000)]
Make building perl on Win32 with the free VC++ toolkit easier

Introduce new CCTYPE's MSVC70FREE and MSVC70 for the free and the full
versions of MS VC++ 7.x respectively.  Perl can now be built with the
free VC++ toolkit simply by running "nmake CCTYPE=MSVC70FREE" with no
hacking of the win32/Makefile required.  Update README.win32 with
these changes.

Also add the CCTYPE MSVC to win32/Makefile.  This is already supported
in win32/makefile.mk and is useful for avoiding the use of -DELAYLOAD
for MS VC++ 3.x through 5.x.  Update README.win32 for this too.

p4raw-id: //depot/perl@25672

18 years agoUpgrade to XSLoader 0.05, plus a few doc nits,
Rafael Garcia-Suarez [Fri, 30 Sep 2005 08:59:14 +0000 (08:59 +0000)]
Upgrade to XSLoader 0.05, plus a few doc nits,
by Sébastien Aperghis-Tramoni <maddingue@free.fr>

p4raw-id: //depot/perl@25666

18 years agoPL_defoutgv could be used after being freed
Dave Mitchell [Thu, 29 Sep 2005 22:57:44 +0000 (22:57 +0000)]
PL_defoutgv could be used after being freed
Was giving "use of freed value" warnings in t/io/through.t
and t/io/crlf_through.t

p4raw-id: //depot/perl@25665

18 years agothe return value of start_subparse() can legally be ignored
Dave Mitchell [Thu, 29 Sep 2005 21:01:54 +0000 (21:01 +0000)]
the return value of start_subparse() can legally be ignored

p4raw-id: //depot/perl@25664

18 years agoAdded new flag (--use-xsloader) to use XSLoader when in backward
Steve Peters [Thu, 29 Sep 2005 20:43:52 +0000 (20:43 +0000)]
Added new flag (--use-xsloader) to use XSLoader when in backward
compatibility mode.

p4raw-id: //depot/perl@25663

18 years agoWith XSLoader on CPAN now, add XSLoader as a prerequisite in Makefile.PL
Steve Peters [Thu, 29 Sep 2005 18:04:29 +0000 (18:04 +0000)]
With XSLoader on CPAN now, add XSLoader as a prerequisite in Makefile.PL
if the compatible version is less than 5.006 (the first version with
XSLoader).

p4raw-id: //depot/perl@25662

18 years ago2 more e-mail addresses that map to rgs
Nicholas Clark [Thu, 29 Sep 2005 13:00:18 +0000 (13:00 +0000)]
2 more e-mail addresses that map to rgs

p4raw-id: //depot/perl@25660

18 years agocheckAUTHORS.pl wasn't aware of one of Merijn's e-mail addresses
Nicholas Clark [Thu, 29 Sep 2005 12:54:00 +0000 (12:54 +0000)]
checkAUTHORS.pl wasn't aware of one of Merijn's e-mail addresses

p4raw-id: //depot/perl@25659

18 years agoCorrect/tweak Changes so that checkAUTHORS.pl parses it.
Nicholas Clark [Thu, 29 Sep 2005 12:50:40 +0000 (12:50 +0000)]
Correct/tweak Changes so that checkAUTHORS.pl parses it.

p4raw-id: //depot/perl@25658

18 years agoTeach the alias mapping about new committers.
Nicholas Clark [Thu, 29 Sep 2005 11:01:53 +0000 (11:01 +0000)]
Teach the alias mapping about new committers.

p4raw-id: //depot/perl@25657

18 years agoCope with completely empty lines within the Changes file.
Nicholas Clark [Thu, 29 Sep 2005 10:54:56 +0000 (10:54 +0000)]
Cope with completely empty lines within the Changes file.
Better diagnostics on "malformed" lines.

p4raw-id: //depot/perl@25656

18 years agoClean up CBuilder and ParseXS test files
Steve Hay [Thu, 29 Sep 2005 08:47:26 +0000 (08:47 +0000)]
Clean up CBuilder and ParseXS test files

This was done once already in change 25222, but then modified in change
25225.  The new versions of CBuilder and ParseXS that sync'ed those
changes and have now been integrated back into bleadperl missed some
bits of change 25225.  Try again.

p4raw-id: //depot/perl@25652

18 years agoAttempting to do too many things simultaneously with the C pre-
Nicholas Clark [Thu, 29 Sep 2005 06:52:35 +0000 (06:52 +0000)]
Attempting to do too many things simultaneously with the C pre-
processor considered harmful.

p4raw-id: //depot/perl@25651

18 years agoUpgrade to ExtUtils::CBuilder 0.14
Steve Peters [Thu, 29 Sep 2005 00:23:44 +0000 (00:23 +0000)]
Upgrade to ExtUtils::CBuilder 0.14

p4raw-id: //depot/perl@25650

18 years agoUpgrade to Test::Harness 2.56
Steve Peters [Wed, 28 Sep 2005 22:59:08 +0000 (22:59 +0000)]
Upgrade to Test::Harness 2.56

p4raw-id: //depot/perl@25649

18 years agosavepv and savepvn are actually NULLOK
Nicholas Clark [Wed, 28 Sep 2005 19:56:53 +0000 (19:56 +0000)]
savepv and savepvn are actually NULLOK

p4raw-id: //depot/perl@25640

18 years agoForgot to run embed.pl after change 25637
Nicholas Clark [Wed, 28 Sep 2005 18:51:15 +0000 (18:51 +0000)]
Forgot to run embed.pl after change 25637

p4raw-id: //depot/perl@25638

18 years agoembed.fnc now requires NN/NULLOK
Andy Lester [Wed, 28 Sep 2005 12:22:54 +0000 (07:22 -0500)]
embed.fnc now requires NN/NULLOK
Message-ID: <20050928172254.GE20201@petdance.com>
Date: Wed, 28 Sep 2005 12:22:54 -0500

p4raw-id: //depot/perl@25637

18 years agoWe can use the C pre-processor to build a single, longer string
Nicholas Clark [Wed, 28 Sep 2005 15:56:45 +0000 (15:56 +0000)]
We can use the C pre-processor to build a single, longer string
constant which makes the object code slightly smaller.

p4raw-id: //depot/perl@25634

18 years agoImprove File::Spec::Win32->path() and fix MM_Win32.t
Steve Hay [Wed, 28 Sep 2005 08:23:01 +0000 (08:23 +0000)]
Improve File::Spec::Win32->path() and fix MM_Win32.t

Subject: Improved File::Spec::Win32->path [PATCH]
From: Gisle Aas <gisle@ActiveState.com>
Date: 17 Sep 2005 00:13:41 -0700
Message-ID: <lrk6hgrwt6.fsf@caliper.activestate.com>

Subject: Re: Improved File::Spec::Win32->path [PATCH]
From: Michael G Schwern <schwern@pobox.com>
Date: Tue, 27 Sep 2005 13:05:54 -0700
Message-ID: <20050927200554.GC20908@windhund.schwern.org>

p4raw-id: //depot/perl@25627

18 years agoUpgrade to CGI-3.11, with some modifications for Pod differences in
Steve Peters [Wed, 28 Sep 2005 00:06:29 +0000 (00:06 +0000)]
Upgrade to CGI-3.11, with some modifications for Pod differences in
bleadperl.

p4raw-id: //depot/perl@25626

18 years agoComment nit by Vadim Konovalov
Rafael Garcia-Suarez [Tue, 27 Sep 2005 20:07:32 +0000 (20:07 +0000)]
Comment nit by Vadim Konovalov
And while we're at it, reindent consistently.

p4raw-id: //depot/perl@25625

18 years agoPOD nit by Yitzchak
Rafael Garcia-Suarez [Tue, 27 Sep 2005 20:04:07 +0000 (20:04 +0000)]
POD nit by Yitzchak

p4raw-id: //depot/perl@25624

18 years agoClarify what -MFoo=number does on the command-line
Rafael Garcia-Suarez [Tue, 27 Sep 2005 17:02:42 +0000 (17:02 +0000)]
Clarify what -MFoo=number does on the command-line

p4raw-id: //depot/perl@25623

18 years agoAW: [perl #36291] incorrect $! from open ">&nr" with too many open files
Peter Dintelmann [Tue, 27 Sep 2005 15:18:00 +0000 (17:18 +0200)]
AW: [perl #36291] incorrect $! from open ">&nr" with too many open files
From: "Dintelmann, Peter" <Peter.Dintelmann@Dresdner-Bank.com>
Date: Tue, 27 Sep 2005 15:18:00 +0200

p4raw-id: //depot/perl@25621

18 years agoFix by Rick Delaney for [perl #3269] no warnings "bareword" turns off
Rafael Garcia-Suarez [Tue, 27 Sep 2005 14:25:53 +0000 (14:25 +0000)]
Fix by Rick Delaney for [perl #3269] no warnings "bareword" turns off
too many warnings.

p4raw-id: //depot/perl@25619

18 years agoRe: [BUG 5.8.7] Another major bug in PerlIO layer
Ilya Zakharevich [Tue, 27 Sep 2005 02:07:35 +0000 (19:07 -0700)]
Re: [BUG 5.8.7] Another major bug in PerlIO layer
Message-ID: <20050927090734.GB3687@math.berkeley.edu>

p4raw-id: //depot/perl@25618

18 years agoOPpRUNTIME can be set on OP_QR too
Rafael Garcia-Suarez [Tue, 27 Sep 2005 11:06:23 +0000 (11:06 +0000)]
OPpRUNTIME can be set on OP_QR too

p4raw-id: //depot/perl@25617

18 years agoFix the overriding of CORE::do, just like change 25599
Rafael Garcia-Suarez [Tue, 27 Sep 2005 10:09:46 +0000 (10:09 +0000)]
Fix the overriding of CORE::do, just like change 25599
was fixing the overriding of CORE::require

p4raw-id: //depot/perl@25616

18 years agoMicro-optimisation: use PL_globalstash instead of looking up
Rafael Garcia-Suarez [Tue, 27 Sep 2005 09:18:42 +0000 (09:18 +0000)]
Micro-optimisation: use PL_globalstash instead of looking up
CORE::GLOBAL::require by name

p4raw-id: //depot/perl@25615

18 years agoAddition to change 25612
Rafael Garcia-Suarez [Tue, 27 Sep 2005 09:04:50 +0000 (09:04 +0000)]
Addition to change 25612

p4raw-id: //depot/perl@25614

18 years agomark cannot be const because MEXTEND() modifies it, and tkGlue.c uses MEXTEND()
Jan Dubois [Mon, 26 Sep 2005 21:19:51 +0000 (14:19 -0700)]
mark cannot be const because MEXTEND() modifies it, and tkGlue.c uses MEXTEND()
From: "Jan Dubois" <jand@ActiveState.com>
Message-Id: <200509270419.j8R4JtVw026876@smtp3.ActiveState.com>

p4raw-id: //depot/perl@25613

18 years ago5.9.x@25609 Symbian update
Jarkko Hietaniemi [Tue, 27 Sep 2005 11:54:00 +0000 (14:54 +0300)]
5.9.x@25609 Symbian update
Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A55C@esebe105.NOE.Nokia.com>

p4raw-id: //depot/perl@25612

18 years agoTest for OPpCONST_NOVER only on OP_CONST ops.
Rafael Garcia-Suarez [Tue, 27 Sep 2005 07:42:52 +0000 (07:42 +0000)]
Test for OPpCONST_NOVER only on OP_CONST ops.
Plus a regression test by Schwern.

p4raw-id: //depot/perl@25611

18 years agoWarnings in tests @25605 due to cmp_ok behavior change.
Michael G. Schwern [Mon, 26 Sep 2005 14:21:09 +0000 (07:21 -0700)]
Warnings in tests @25605 due to cmp_ok behavior change.
Message-ID: <20050926212109.GA11036@windhund.schwern.org>

p4raw-id: //depot/perl@25610

18 years agoUpgrade to Encode 2.12
Steve Peters [Tue, 27 Sep 2005 02:45:50 +0000 (02:45 +0000)]
Upgrade to Encode 2.12

p4raw-id: //depot/perl@25609

18 years agoUpgrade to Digest 1.11 with a minor Pod fix. Also my first commit :)
Steve Peters [Mon, 26 Sep 2005 23:09:44 +0000 (23:09 +0000)]
Upgrade to Digest 1.11 with a minor Pod fix.  Also my first commit :)

p4raw-id: //depot/perl@25608

18 years agoconst sausage const const bacon const tomato and const
Nicholas Clark [Mon, 26 Sep 2005 17:54:06 +0000 (17:54 +0000)]
const sausage const const bacon const tomato and const
The search_ext parameter to find_script can be a little more const.

p4raw-id: //depot/perl@25605

18 years agoUpgrade to Test::Simple 0.61
Rafael Garcia-Suarez [Mon, 26 Sep 2005 16:31:43 +0000 (16:31 +0000)]
Upgrade to Test::Simple 0.61

p4raw-id: //depot/perl@25604

18 years agoFix change 25597 for non-Windows platforms
Rafael Garcia-Suarez [Mon, 26 Sep 2005 14:45:53 +0000 (14:45 +0000)]
Fix change 25597 for non-Windows platforms

p4raw-id: //depot/perl@25602

18 years agoMake B::Deparse handle correctly CORE::require
Rafael Garcia-Suarez [Mon, 26 Sep 2005 14:24:20 +0000 (14:24 +0000)]
Make B::Deparse handle correctly CORE::require

p4raw-id: //depot/perl@25601

18 years agoDocument the new meaning of OPf_SPECIAL on OP_REQUIRE
Rafael Garcia-Suarez [Mon, 26 Sep 2005 14:22:43 +0000 (14:22 +0000)]
Document the new meaning of OPf_SPECIAL on OP_REQUIRE

p4raw-id: //depot/perl@25600

18 years agoCORE::require was always parsed as require().
Rafael Garcia-Suarez [Mon, 26 Sep 2005 14:04:21 +0000 (14:04 +0000)]
CORE::require was always parsed as require().
That's because require() isn't overridable at tokenizer-level
like other overridable built-ins, but is handled by the optree
builder. So, find a way to pass the information that require()
was written as CORE::require() to Perl_ck_require. This is
done by adding a new token type REQUIRE and by adding OPf_SPECIAL
to OP_REQUIRE when it's saw as CORE::require in the program text.
This fixes bug [perl #37274] The "CORE" in CORE::require is ignored.

p4raw-id: //depot/perl@25599

18 years ago[perl #37223] [PATCH] File::Find::find fails on Win32 with follow => 1
Steve Peters [Sun, 25 Sep 2005 14:41:03 +0000 (07:41 -0700)]
[perl #37223] [PATCH] File::Find::find fails on Win32 with follow => 1
From: "Steve Peters via RT" <perlbug-followup@perl.org>
Message-ID: <rt-3.0.11-37223-121392.15.8703994486314@perl.org>

and update docs

p4raw-id: //depot/perl@25597

18 years agoUpgrade to Compress::Zlib 1.40
Rafael Garcia-Suarez [Fri, 23 Sep 2005 20:46:04 +0000 (20:46 +0000)]
Upgrade to Compress::Zlib 1.40

p4raw-id: //depot/perl@25591

18 years agoFix to PERL_DEBUG_COW
Steve Peters [Fri, 23 Sep 2005 20:11:00 +0000 (20:11 +0000)]
Fix to PERL_DEBUG_COW
Message-ID: <20050923181109.GA1350@mccoy.peters.homeunix.org>

p4raw-id: //depot/perl@25590

18 years agoRe: pod/pod2usage2.t
H.Merijn Brand [Thu, 22 Sep 2005 12:12:49 +0000 (14:12 +0200)]
Re: pod/pod2usage2.t
From: "H.Merijn Brand" <h.m.brand@xs4all.nl>
Message-ID: <20050922121249.5077ee3e@pc09>

Also, skip all tests on Windows until we find a way
to write them portably

p4raw-id: //depot/perl@25588

18 years agoquiet a few warnings
Yitzchak Scott-Thoennes [Wed, 21 Sep 2005 18:45:56 +0000 (11:45 -0700)]
quiet a few warnings
Message-ID: <20050922014555.GA2852@efn.org>

p4raw-id: //depot/perl@25586

18 years agoChanges for hints/linux.sh for Purify
Steve Peters [Fri, 23 Sep 2005 08:38:58 +0000 (03:38 -0500)]
Changes for hints/linux.sh for Purify
Message-ID: <20050923133858.GA29475@mccoy.peters.homeunix.org>

p4raw-id: //depot/perl@25582

18 years agoExtend 25579 to cover vc64 too
Steve Hay [Fri, 23 Sep 2005 13:46:40 +0000 (13:46 +0000)]
Extend 25579 to cover vc64 too

p4raw-id: //depot/perl@25581

18 years agoAdd Porting/checkcfgvar.pl by Jarkko
Rafael Garcia-Suarez [Fri, 23 Sep 2005 13:08:14 +0000 (13:08 +0000)]
Add Porting/checkcfgvar.pl by Jarkko

p4raw-id: //depot/perl@25579

18 years agoSAPER is the new maintainer of XSLoader
Rafael Garcia-Suarez [Fri, 23 Sep 2005 12:35:30 +0000 (12:35 +0000)]
SAPER is the new maintainer of XSLoader

p4raw-id: //depot/perl@25578

18 years agoChange 25226 should have done this too
Steve Hay [Fri, 23 Sep 2005 08:40:58 +0000 (08:40 +0000)]
Change 25226 should have done this too

p4raw-id: //depot/perl@25573

18 years agoAs SvPVX_mutable and SvPVX_const are new, they don't need to be LVALUEs
Nicholas Clark [Thu, 22 Sep 2005 14:35:52 +0000 (14:35 +0000)]
As SvPVX_mutable and SvPVX_const are new, they don't need to be LVALUEs

p4raw-id: //depot/perl@25571

18 years agoThe New*() compatibility macros aren't needed inside the perl core.
Nicholas Clark [Thu, 22 Sep 2005 14:09:37 +0000 (14:09 +0000)]
The New*() compatibility macros aren't needed inside the perl core.

p4raw-id: //depot/perl@25570

18 years agoForgot to update MANIFEST in change 25547
Steve Hay [Thu, 22 Sep 2005 07:26:20 +0000 (07:26 +0000)]
Forgot to update MANIFEST in change 25547

p4raw-id: //depot/perl@25563

18 years agoAdd an option --ignore to installhtml
Rafael Garcia-Suarez [Wed, 21 Sep 2005 21:10:50 +0000 (21:10 +0000)]
Add an option --ignore to installhtml
and use it to avoid to install doc in Porting/.
Skip also test modules.

p4raw-id: //depot/perl@25560

18 years agoLocalize $@ in Locale::Maketext::maketext()
Steve Hay [Wed, 21 Sep 2005 16:19:03 +0000 (16:19 +0000)]
Localize $@ in Locale::Maketext::maketext()
so that $lh->maketext("Error: [_1]\n", $@) works as expected

Also added a new test for this fix

p4raw-id: //depot/perl@25547

18 years agoA few POD fixes
Rafael Garcia-Suarez [Wed, 21 Sep 2005 15:53:33 +0000 (15:53 +0000)]
A few POD fixes

p4raw-id: //depot/perl@25544

18 years agoUpgrade to Pod::Parser 1.33
Rafael Garcia-Suarez [Wed, 21 Sep 2005 15:31:02 +0000 (15:31 +0000)]
Upgrade to Pod::Parser 1.33

p4raw-id: //depot/perl@25543

18 years agoPodParser is now Pod-Parser on CPAN
Rafael Garcia-Suarez [Wed, 21 Sep 2005 14:20:14 +0000 (14:20 +0000)]
PodParser is now Pod-Parser on CPAN

p4raw-id: //depot/perl@25537

18 years agomisc a2p fixes
Brendan O'Dea [Sun, 11 Sep 2005 19:43:14 +0000 (05:43 +1000)]
misc a2p fixes
Message-ID: <20050911094314.GA15155@londo.c47.org>

and remove the check_byacc target from the x2p makefile

p4raw-id: //depot/perl@25534