16 years agoMore tests for when fieldhash magic (doesn't) trigger.
Nicholas Clark [Wed, 19 Sep 2007 09:34:00 +0000]
More tests for when fieldhash magic (doesn't) trigger.

p4raw-id: //depot/perl@31902

16 years agoCorrect test descriptions. bless didn't trigger. ever. Change 31898
Nicholas Clark [Wed, 19 Sep 2007 09:05:44 +0000]
Correct test descriptions. bless didn't trigger. ever. Change 31898
forgot to update the comment - lvalue store should trigger once.

p4raw-id: //depot/perl@31901

16 years agoRe: [perl #45493] [patch] ext/Win32/Win32.xs compilation fails on msvc < 6
Dmitry Karasik [Tue, 18 Sep 2007 10:45:31 +0000]
Re: [perl #45493] [patch] ext/Win32/Win32.xs compilation fails on msvc < 6
Message-ID: <20070918084531.GA96406@tetsuo.karasik.eu.org>

(Adds some #defines missing from MSVC++ < 6, plus sorts the list into
numerical order and tests each #define individually)

p4raw-id: //depot/perl@31900

16 years agoRe: [PATCH] Cray XT4/Catamount build
Jarkko Hietaniemi [Tue, 18 Sep 2007 19:48:48 +0000]
Re: [PATCH] Cray XT4/Catamount build
Message-ID: <46F063E0.1000004@iki.fi>

(Restores a pre-generated utils/Makefile for the benefit of Win32,
which can't run utils/Makefile.SH itself)

p4raw-id: //depot/perl@31899

16 years agoFor an LVALUE fetch, "hv_fetch()" will recurse into "hv_store()" for a
Nicholas Clark [Wed, 19 Sep 2007 08:12:09 +0000]
For an LVALUE fetch, "hv_fetch()" will recurse into "hv_store()" for a
hash with magic. Field hashes have u magic, so this recursion triggers.
However, key conversion replaces the original key with the converted
key, so we need to ensure that conversion happens exactly once, else
for a non-idempotent key conversion routine (eg ROT13) we will see
double conversion in this case.

p4raw-id: //depot/perl@31898

16 years agothreads 1.67
Jerry D. Hedden [Tue, 18 Sep 2007 16:48:03 +0000]
threads 1.67
From: "Jerry D. Hedden" <jdhedden@cpan.org>
Message-ID: <1ff86f510709181348h45b1941epf501f9f73d4daa75@mail.gmail.com>

fix test count.

p4raw-id: //depot/perl@31897

16 years agot/TEST doesn't check exit (was Re: Test::More bug?)
Michael G. Schwern [Tue, 18 Sep 2007 18:25:14 +0000]
t/TEST doesn't check exit (was Re: Test::More bug?)
Message-ID: <46F07A7A.1060900@pobox.com>

p4raw-id: //depot/perl@31896

16 years agoRe: [PATCH] Re: Unintentional base.pm behavior change
Michael G. Schwern [Wed, 19 Sep 2007 00:39:40 +0000]
Re: [PATCH] Re: Unintentional base.pm behavior change
Message-ID: <46F0D23C.6020105@pobox.com>

p4raw-id: //depot/perl@31895

16 years agoPrevent the pragmas from ${^OPEN} propagated to %^H from deparsing.
Rafael Garcia-Suarez [Tue, 18 Sep 2007 14:10:34 +0000]
Prevent the pragmas from ${^OPEN} propagated to %^H from deparsing.
This stops test failures when perl is run with -C under utf-8 locales.
However this is only a partial solution, since it will prevent the
open pragma from being properly deparsed. Probably ${^OPEN} should
be handled separately.

p4raw-id: //depot/perl@31894

16 years agodocument [PATCH] lib/feature.pm
Robin Barker [Mon, 17 Sep 2007 18:18:43 +0000]
document [PATCH] lib/feature.pm
From: "Robin Barker" <Robin.Barker@npl.co.uk>
Message-ID: <2C2E01334A940D4792B3E115F95B7226C9D1B3@exchsvr1.npl.ad.local>

p4raw-id: //depot/perl@31893

16 years agoMore work and modernization of INSTALL
Rafael Garcia-Suarez [Tue, 18 Sep 2007 10:09:43 +0000]
More work and modernization of INSTALL

p4raw-id: //depot/perl@31892

16 years agoChange #31889 forgot to regen global.sym
Steve Hay [Tue, 18 Sep 2007 07:41:51 +0000]
Change #31889 forgot to regen global.sym

p4raw-id: //depot/perl@31891

16 years agoFix spelling errors in comments.
Nicholas Clark [Mon, 17 Sep 2007 22:34:45 +0000]
Fix spelling errors in comments.

p4raw-id: //depot/perl@31890

16 years agoRemove dead functions:
Nicholas Clark [Mon, 17 Sep 2007 21:07:33 +0000]
Remove dead functions:
Perl_do_pipe, which is unused since 4.036
Perl_save_hints, which would just croak
pp_threadsv, which was only used by 5.005 threads

p4raw-id: //depot/perl@31889

16 years agoRemove dead code surrounded by #if 0 from mathoms.c
Nicholas Clark [Mon, 17 Sep 2007 20:19:51 +0000]
Remove dead code surrounded by #if 0 from mathoms.c

p4raw-id: //depot/perl@31888

16 years ago[patch] qualify OP arenas item in perltodo
Jim Cromie [Sat, 15 Sep 2007 13:36:46 +0000]
[patch] qualify OP arenas item in perltodo
Message-ID: <46EC344E.3080903@gmail.com>

p4raw-id: //depot/perl@31887

16 years agoHP's ANSI-C optimizer breaks op.c (t/op/state.t failure); ccversion fixed
H.Merijn Brand [Mon, 17 Sep 2007 14:16:08 +0000]
HP's ANSI-C optimizer breaks op.c (t/op/state.t failure); ccversion fixed

p4raw-id: //depot/perl@31886

16 years agoSome more state variable deparse tests.
Nicholas Clark [Mon, 17 Sep 2007 12:21:01 +0000]
Some more state variable deparse tests.

p4raw-id: //depot/perl@31885

16 years ago[ patch ] add line-number to embed.pl warnings
Jim Cromie [Wed, 12 Sep 2007 11:25:08 +0000]
[ patch ] add line-number to embed.pl warnings
Message-ID: <46E820F4.80106@gmail.com>

p4raw-id: //depot/perl@31884

16 years agoModule::Load::Conditional 0.18 (was Re: Module::Load::Conditional 0.18 wannabe)
Jos I. Boumans [Sat, 15 Sep 2007 16:22:20 +0000]
Module::Load::Conditional 0.18 (was Re: Module::Load::Conditional 0.18 wannabe)
From: "Jos I. Boumans" <kane@cpan.org>
Message-Id: <B7B53F13-0EF3-4B05-984C-E481D14964F0@cpan.org>

p4raw-id: //depot/perl@31883

16 years agoMake B::Deparse able to handle pragmas from %^H.
Rafael Garcia-Suarez [Mon, 17 Sep 2007 11:25:33 +0000]
Make B::Deparse able to handle pragmas from %^H.
Add tests for deparsing say() and state().

p4raw-id: //depot/perl@31882

16 years agodocument limitation of exec() inside pseudo-processes
Jan Dubois [Thu, 13 Sep 2007 12:46:06 +0000]
document limitation of exec() inside pseudo-processes
From: "Jan Dubois" <jand@activestate.com>
Message-ID: <023a01c7f63e$b9da1170$2d8e3450$@com>

p4raw-id: //depot/perl@31881

16 years agothreads 1.66
Jerry D. Hedden [Fri, 14 Sep 2007 14:56:34 +0000]
threads 1.66
From: "Jerry D. Hedden" <jdhedden@cpan.org>
Message-ID: <1ff86f510709141156n498af13aq9e0d279a0c76b48@mail.gmail.com>

Version bump (sync with CPAN version)

p4raw-id: //depot/perl@31880

16 years agofix bigint testsuite
Tels [Sun, 16 Sep 2007 13:41:15 +0000]
fix bigint testsuite
Message-Id: <200709161341.15574@bloodgate.com>

p4raw-id: //depot/perl@31879

16 years agoRe: [PATCH] Cray XT4/Catamount build
Jarkko Hietaniemi [Sat, 15 Sep 2007 20:47:57 +0000]
Re: [PATCH] Cray XT4/Catamount build
Message-ID: <46EC7D3D.5010604@iki.fi>

p4raw-id: //depot/perl@31878

16 years agogrammar nit
Jim Cromie [Mon, 17 Sep 2007 02:25:04 +0000]
grammar nit
Message-ID: <46EE39E0.80601@gmail.com>
Date: Mon, 17 Sep 2007 02:25:04 -0600

p4raw-id: //depot/perl@31877

16 years agoChange 31873 was not robust against the possibility that the
Nicholas Clark [Sun, 16 Sep 2007 23:28:30 +0000]
Change 31873 was not robust against the possibility that the
configuration has no #defined options. So add a "" that will make the
initialiser for PL_bincompat_options syntactically correct in this
case.

p4raw-id: //depot/perl@31876

16 years ago[PATCHES] various small Math::BigInt et. al. fixes
Tels [Sun, 16 Sep 2007 11:23:14 +0000]
[PATCHES] various small Math::BigInt et. al. fixes
Message-Id: <200709161123.14970@bloodgate.com>
Date: Sun, 16 Sep 2007 11:23:14 +0200

Subject: Re: [PATCHES] various small Math::BigInt et. al. fixes
From: Tels <nospam-abuse@bloodgate.com>
Message-Id: <200709161156.09071@bloodgate.com>
Date: Sun, 16 Sep 2007 11:56:08 +0200

p4raw-id: //depot/perl@31875

16 years agoUpgrade to Archive::Tar 1.36
Nicholas Clark [Sun, 16 Sep 2007 09:40:45 +0000]
Upgrade to Archive::Tar 1.36
(Portability fixes for VMS, as offered by Craig Berry)

p4raw-id: //depot/perl@31874

16 years agoMove all the compile time options that affect binary compatibility into
Nicholas Clark [Sat, 15 Sep 2007 22:34:16 +0000]
Move all the compile time options that affect binary compatibility into
a global variable PL_bincompat_options. Because the string will be
embedded in any shared perl library, it will allow a comparison check
to be added to perlmain.c in the future, to detect library mismatch.

p4raw-id: //depot/perl@31873

16 years agoRejig the word wrapping code for the "Compile-time options:" of perl -V
Nicholas Clark [Sat, 15 Sep 2007 21:26:53 +0000]
Rejig the word wrapping code for the "Compile-time options:" of perl -V
Replace the rather elegant C code with Perl code that can also sort the
options first, as this will allow them to be split into those that
affect binary compatibility, and those that do not.

p4raw-id: //depot/perl@31872

16 years agoNote the gotcha about newlines in the elements of PL_preambleav.
Nicholas Clark [Sat, 15 Sep 2007 17:54:04 +0000]
Note the gotcha about newlines in the elements of PL_preambleav.

p4raw-id: //depot/perl@31871

16 years agoSave some C<","> in the embedded program used to generate -V output.
Nicholas Clark [Sat, 15 Sep 2007 16:23:25 +0000]
Save some C<","> in the embedded program used to generate -V output.

p4raw-id: //depot/perl@31870

16 years agoUpdate Module::Load to 0.12 (Was Re: Module::Load 0.12 wanna be
Jos I. Boumans [Fri, 14 Sep 2007 14:03:14 +0000]
Update Module::Load to 0.12 (Was Re: Module::Load 0.12 wanna be
(was Re: [patch@31735] Module-load/require fixes for VMS))
From: "Jos I. Boumans" <kane@cpan.org>
Message-id: <594A1762-D3E1-47AD-BBED-121E315D89BF@cpan.org>
p4raw-link: @31735 on //depot/perl: 646c27d472ef3530ad06b94bc11148eca940fc51

p4raw-id: //depot/perl@31869

16 years agoenable utf8 cache assertions on DEBUGGING builds
Dave Mitchell [Fri, 14 Sep 2007 22:28:03 +0000]
enable utf8 cache assertions on DEBUGGING builds

p4raw-id: //depot/perl@31868

16 years ago[perl #45337] utf8 + "[a]a{2}" + /$.../ = panic: sv_len_utf8 cache
Dave Mitchell [Fri, 14 Sep 2007 21:59:59 +0000]
[perl #45337] utf8 + "[a]a{2}" + /$.../ = panic: sv_len_utf8 cache
when shrinking an SV, shrink the sv_len_utf8 cache too!

p4raw-id: //depot/perl@31867

16 years agoFwd: CPAN Upload: S/SA/SAPER/Sys-Syslog-0.21.tar.gz
Sébastien Aperghis-Tramoni [Fri, 14 Sep 2007 01:18:04 +0000]
Fwd: CPAN Upload: S/SA/SAPER/Sys-Syslog-0.21.tar.gz
Message-Id: <92AB5E7F-F8E1-4DEE-805C-B257A569CB62@free.fr>

p4raw-id: //depot/perl@31866

16 years agoa spelling nit
Jim Cromie [Fri, 14 Sep 2007 10:58:36 +0000]
a spelling nit
Message-ID: <46EABDBC.40700@gmail.com>

p4raw-id: //depot/perl@31865

16 years ago[perl #45053] Memory corruption with heavy module loading in threads
Dave Mitchell [Fri, 14 Sep 2007 18:25:44 +0000]
[perl #45053] Memory corruption with heavy module loading in threads
In void context, eval leaves garbage on the stack. Don't then
copy this back into the threads->param array!

p4raw-id: //depot/perl@31864

16 years agoNote that list initialisation of state variables is TODO. While in the
Nicholas Clark [Thu, 13 Sep 2007 14:52:20 +0000]
Note that list initialisation of state variables is TODO. While in the
area, note how B::Deparse might be improved to name inlined constants.

p4raw-id: //depot/perl@31863

16 years ago[patch@31788] Term::ReadLine::Stub missing get_line
John E. Malmberg [Wed, 12 Sep 2007 20:14:53 +0000]
[patch@31788] Term::ReadLine::Stub missing get_line
From: "John E. Malmberg" <wb8tyw@qsl.net>
Message-id: <46E88F0D.2090405@qsl.net>

p4raw-id: //depot/perl@31862

16 years agoBetter diagnostics and test naming
Rafael Garcia-Suarez [Thu, 13 Sep 2007 09:10:18 +0000]
Better diagnostics and test naming

p4raw-id: //depot/perl@31861

16 years agoMake Deparse handle "say"
Rafael Garcia-Suarez [Thu, 13 Sep 2007 08:58:07 +0000]
Make Deparse handle "say"

p4raw-id: //depot/perl@31860

16 years agoURL correction by Robert Spier
Rafael Garcia-Suarez [Thu, 13 Sep 2007 08:17:09 +0000]
URL correction by Robert Spier

p4raw-id: //depot/perl@31859

16 years agoCarp's argument backtrace code would show undef as "undef" - a string.
Nicholas Clark [Wed, 12 Sep 2007 23:11:45 +0000]
Carp's argument backtrace code would show undef as "undef" - a string.

p4raw-id: //depot/perl@31858

16 years agoAdd the missing assignment to op_last that change 31798 missed out.
Nicholas Clark [Wed, 12 Sep 2007 23:10:58 +0000]
Add the missing assignment to op_last that change 31798 missed out.
With this, state $zok = ...; will deparse.

p4raw-id: //depot/perl@31857

16 years agoDon't call frexp() on +Inf or -Inf either. (It's not just NaN it might
Nicholas Clark [Wed, 12 Sep 2007 18:38:54 +0000]
Don't call frexp() on +Inf or -Inf either. (It's not just NaN it might
choke on.)

p4raw-id: //depot/perl@31856

16 years agoAmend change 31854 for when NAN_COMPARE_BROKEN
Rafael Garcia-Suarez [Wed, 12 Sep 2007 11:48:32 +0000]
Amend change 31854 for when NAN_COMPARE_BROKEN

p4raw-id: //depot/perl@31855

16 years ago[perl #45383] sprintf %f panics with NaN
Zefram [Tue, 11 Sep 2007 15:22:23 +0000]
[perl #45383] sprintf %f panics with NaN
From: Zefram (via RT) <perlbug-followup@perl.org>
Message-ID: <rt-3.6.HEAD-10743-1189549342-52.45383-75-0@perl.org>

p4raw-id: //depot/perl@31854

16 years agoMake @INC available in base.pm's error message when
Rafael Garcia-Suarez [Wed, 12 Sep 2007 09:32:47 +0000]
Make @INC available in base.pm's error message when
a module can't be found. See CPAN bug #28582.

p4raw-id: //depot/perl@31853

16 years agoUpgrade to Win32-0.31
Steve Hay [Wed, 12 Sep 2007 08:11:46 +0000]
Upgrade to Win32-0.31

p4raw-id: //depot/perl@31852

16 years agoRe: mro "PERFORMANCE CONSIDERATIONS" still true?
Rick Delaney [Mon, 10 Sep 2007 10:45:41 +0000]
Re: mro "PERFORMANCE CONSIDERATIONS" still true?
Message-ID: <20070910144541.GI9260@bort.ca>

plus update Changes file for base.pm

p4raw-id: //depot/perl@31851

16 years ago[patch@31846] vms stat and chmod fixes.
John E. Malmberg [Tue, 11 Sep 2007 22:01:14 +0000]
[patch@31846] vms stat and chmod fixes.
From: "John E. Malmberg" <wb8tyw@qsl.net>
Message-ID: <46E7567A.8090203@qsl.net>

p4raw-id: //depot/perl@31850

16 years agomro_get_linear_isa_dfs and mro_get_linear_isa_c3 can have static
Nicholas Clark [Wed, 12 Sep 2007 00:09:18 +0000]
mro_get_linear_isa_dfs and mro_get_linear_isa_c3 can have static
linkage.

p4raw-id: //depot/perl@31849

16 years agoUpgrade to Devel::PPPort 3.11_06
Marcus Holland-Moritz [Tue, 11 Sep 2007 21:45:40 +0000]
Upgrade to Devel::PPPort 3.11_06

p4raw-id: //depot/perl@31848

16 years agoSome escapes were mentioned twice, although they're not qr//-specific
Rafael Garcia-Suarez [Tue, 11 Sep 2007 15:59:15 +0000]
Some escapes were mentioned twice, although they're not qr//-specific

p4raw-id: //depot/perl@31847

16 years ago[patch] [Win32] Makefile and makefile.mk rely on shell association
Max Maischein [Sat, 1 Sep 2007 15:27:54 +0000]
[patch] [Win32] Makefile and makefile.mk rely on shell association
Message-ID: <46D968DA.2000205@cpan.org>

p4raw-id: //depot/perl@31846

16 years agoUpgrade to Net::Ping 2.33, with help from Jerry Hedden
Rafael Garcia-Suarez [Tue, 11 Sep 2007 09:32:02 +0000]
Upgrade to Net::Ping 2.33, with help from Jerry Hedden

p4raw-id: //depot/perl@31845

16 years agoUpgrade to libnet 1.22 (with some help by Jerry Hedden)
Rafael Garcia-Suarez [Tue, 11 Sep 2007 09:28:02 +0000]
Upgrade to libnet 1.22 (with some help by Jerry Hedden)

p4raw-id: //depot/perl@31844

16 years agoVMS help for File::Path 2.00_11: chdir() is finicky about directory
Craig A. Berry [Mon, 10 Sep 2007 22:40:30 +0000]
VMS help for File::Path 2.00_11:  chdir() is finicky about directory
format; catdir spews warnings when given files that aren't directories;
File::Spec functions may call stat(), thus zapping C<_>; filenames with
characters that need escaping (such as spaces), must have some path
syntax attached to them and be converted to native syntax in order to
force escaping to take place.

p4raw-id: //depot/perl@31843

16 years agochange #31246 unconditionally enabled utf8 cache debugging code
Dave Mitchell [Mon, 10 Sep 2007 21:53:53 +0000]
change #31246 unconditionally enabled utf8 cache debugging code
p4raw-link: @31246 on //depot/perl: 95ca8690fb514421b98da534c91bfd455c9daabc

p4raw-id: //depot/perl@31842

16 years agoMove version to 1.07, although some tests are different (due to
Rafael Garcia-Suarez [Mon, 10 Sep 2007 16:17:08 +0000]
Move version to 1.07, although some tests are different (due to
the perl core test preamble).

p4raw-id: //depot/perl@31841

16 years agosilence warning in new state.t test (spotted by Jerry Hedden)
Dave Mitchell [Mon, 10 Sep 2007 14:04:40 +0000]
silence warning in new state.t test (spotted by Jerry Hedden)

p4raw-id: //depot/perl@31840

16 years agoThe best way not to have the missing subroutines hash trample all over
Nicholas Clark [Mon, 10 Sep 2007 11:10:37 +0000]
The best way not to have the missing subroutines hash trample all over
someone else's namespace is by not having it in their namespace in the
first place :-)

p4raw-id: //depot/perl@31839

16 years agoRe: [perl #44623] Optimized magic_setisa has bug
Rick Delaney [Thu, 6 Sep 2007 14:40:39 +0000]
Re: [perl #44623] Optimized magic_setisa has bug
Message-ID: <20070906184039.GG9260@bort.ca>

p4raw-id: //depot/perl@31838

16 years agoUpgrade to ExtUtils::Install 1.44
Rafael Garcia-Suarez [Mon, 10 Sep 2007 08:34:08 +0000]
Upgrade to ExtUtils::Install 1.44

p4raw-id: //depot/perl@31837

16 years agoRemove the "performance considerations" paragraph.
Rafael Garcia-Suarez [Mon, 10 Sep 2007 08:19:58 +0000]
Remove the "performance considerations" paragraph.

p4raw-id: //depot/perl@31836

16 years agowhen anon subs are cloned, the 'assign once only' flag should be
Dave Mitchell [Mon, 10 Sep 2007 00:02:55 +0000]
when anon subs are cloned, the 'assign once only' flag should be
set for all state vars in the pad.
(Nicholas worked up the same fix - spooky action at a distance!)

p4raw-id: //depot/perl@31835

16 years agoununit pos value warning identified the wrong variable name
Dave Mitchell [Sun, 9 Sep 2007 22:27:38 +0000]
ununit pos value warning identified the wrong variable name

p4raw-id: //depot/perl@31834

16 years agostate variables shouldn't be shared between anon subs
Dave Mitchell [Sun, 9 Sep 2007 19:51:50 +0000]
state variables shouldn't be shared between anon subs

p4raw-id: //depot/perl@31833

16 years agoMoved really outdated Y2K comment from INSTALL to README.hpux
H.Merijn Brand [Sun, 9 Sep 2007 10:09:34 +0000]
Moved really outdated Y2K comment from INSTALL to README.hpux

p4raw-id: //depot/perl@31832

16 years agoMerged duplicate info about GDBM/threads on HP-UX 11
H.Merijn Brand [Sun, 9 Sep 2007 09:54:38 +0000]
Merged duplicate info about GDBM/threads on HP-UX 11
from INSTALL to README.hpux

p4raw-id: //depot/perl@31831

16 years agoThe question auctioned at YAPC::Europe-2007 in Vienna
H.Merijn Brand [Sun, 9 Sep 2007 09:37:40 +0000]
The question auctioned at YAPC::Europe-2007 in Vienna

p4raw-id: //depot/perl@31830

16 years agoMore INSTALL nits. Move Tru64 specific info in the related
Rafael Garcia-Suarez [Sun, 9 Sep 2007 09:18:12 +0000]
More INSTALL nits. Move Tru64 specific info in the related
README file. (is it outdated?)

p4raw-id: //depot/perl@31828

16 years agoNot many people reuse an old config.sh nowadays, I suppose.
Rafael Garcia-Suarez [Sun, 9 Sep 2007 08:26:02 +0000]
Not many people reuse an old config.sh nowadays, I suppose.
Move the section "start with a fresh distribution" further down.

p4raw-id: //depot/perl@31827

16 years agoMove the "reporting problems" section further in the INSTALL file,
Rafael Garcia-Suarez [Sun, 9 Sep 2007 07:43:50 +0000]
Move the "reporting problems" section further in the INSTALL file,
and simplify the synopsis, as suggested by Richard Foley.

p4raw-id: //depot/perl@31826

16 years agoBand-aid for Pod::Man::devise_title to keep it from looking
Craig A. Berry [Sun, 9 Sep 2007 00:31:51 +0000]
Band-aid for Pod::Man::devise_title to keep it from looking
beyond the end of an array and generating undefined warnings.

p4raw-id: //depot/perl@31825

16 years agoFor now, forbid all list assignment initialisation of state variables,
Nicholas Clark [Sat, 8 Sep 2007 22:34:29 +0000]
For now, forbid all list assignment initialisation of state variables,
as the precise semantics in Perl 6 are not clear. Better to make it a
syntax error, than to have one behaviour now, but change it later.
[I believe that this is the consensus. If not, it will be backed out]

p4raw-id: //depot/perl@31824

16 years agoMake 'state $$' etc report 'Can't use global $$ in "state"' (not "my")
Nicholas Clark [Sat, 8 Sep 2007 21:47:24 +0000]
Make 'state $$' etc report 'Can't use global $$ in "state"' (not "my")

p4raw-id: //depot/perl@31823

16 years agoUpdate perldiag.pod to mention "state" in all places where state
Nicholas Clark [Sat, 8 Sep 2007 21:21:37 +0000]
Update perldiag.pod to mention "state" in all places where state
variables can report the same errors as my variables.

p4raw-id: //depot/perl@31822

16 years agoB.pm still assumed that SVt_PVBM exists. Correct this.
Nicholas Clark [Sat, 8 Sep 2007 15:20:14 +0000]
B.pm still assumed that SVt_PVBM exists. Correct this.
Tweak the alignment of ASCII art inheritance diagrams.

p4raw-id: //depot/perl@31821

16 years ago[patch] readabilty tweaks
Jim Cromie [Fri, 7 Sep 2007 13:12:22 +0000]
[patch] readabilty tweaks
Message-ID: <46E1A296.1020101@gmail.com>

p4raw-id: //depot/perl@31820

16 years agosync blead with File-Path 2.00_11
David Landgren [Sat, 8 Sep 2007 10:46:15 +0000]
sync blead with File-Path 2.00_11
Message-ID: <46E26157.4050307@landgren.net>

p4raw-id: //depot/perl@31819

16 years agoUserdefined properties
Abigail [Fri, 7 Sep 2007 18:38:47 +0000]
Userdefined properties
Message-ID: <20070907163847.GB16395@abigail.be>

p4raw-id: //depot/perl@31818

16 years agoerr should be removed from perl_keyword.pl, too
Rafael Garcia-Suarez [Sat, 8 Sep 2007 12:34:27 +0000]
err should be removed from perl_keyword.pl, too

p4raw-id: //depot/perl@31817

16 years agoSpelling nit by Jim Cromie
Rafael Garcia-Suarez [Fri, 7 Sep 2007 15:50:10 +0000]
Spelling nit by Jim Cromie

p4raw-id: //depot/perl@31816

16 years agoTwo Module::Build::Platform::VMS tweaks:
Craig A. Berry [Fri, 7 Sep 2007 15:07:14 +0000]
Two Module::Build::Platform::VMS tweaks:
-- Override expand_test_dir to relativize paths.
-- Eliminate eliminate_macros; M::B doesn't need it.

p4raw-id: //depot/perl@31815

16 years ago[patch@31780] fixes for cpanplus on VMS
John E. Malmberg [Sun, 2 Sep 2007 17:23:04 +0000]
[patch@31780] fixes for cpanplus on VMS
From: "John E. Malmberg" <wb8tyw@qsl.net>
Message-id: <46DB37C8.3060100@qsl.net>

Only the hunk containing the replacement of catdir with
catfile in Module::Build::Base::install_map.

p4raw-id: //depot/perl@31814

16 years agoBump version of Module::Build after change #31619
Rafael Garcia-Suarez [Fri, 7 Sep 2007 14:03:52 +0000]
Bump version of Module::Build after change #31619
p4raw-link: @31619 on //depot/perl: f82d2ab4f80792a36288c2270b44dbb7387cc379

p4raw-id: //depot/perl@31813

16 years agoRemove the 'err' keyword
Rafael Garcia-Suarez [Fri, 7 Sep 2007 09:25:24 +0000]
Remove the 'err' keyword

p4raw-id: //depot/perl@31812

16 years agofeature bundle :5.10 should be equivalent to latest :5.10.X
Rafael Garcia-Suarez [Fri, 7 Sep 2007 08:55:19 +0000]
feature bundle :5.10 should be equivalent to latest :5.10.X

p4raw-id: //depot/perl@31811

16 years agoTest fixes to go along with longpath.inc patch
Jerry D. Hedden [Thu, 6 Sep 2007 14:50:15 +0000]
Test fixes to go along with longpath.inc patch
From: "Jerry D. Hedden" <jdhedden@cpan.org>
Message-ID: <1ff86f510709061150t4838c7d4i4c5b3f1f7dc0edd1@mail.gmail.com>

p4raw-id: //depot/perl@31810

16 years agoFix t/op/magic.t failures under Cygwin
Jerry D. Hedden [Thu, 6 Sep 2007 13:37:34 +0000]
Fix t/op/magic.t failures under Cygwin
From: "Jerry D. Hedden" <jdhedden@cpan.org>
Message-ID: <1ff86f510709061037q6744827cub29f666ca5fb5904@mail.gmail.com>

p4raw-id: //depot/perl@31809

16 years agoFix ext/Win32/t/Unicode.t test failure under Cygwin
Jerry D. Hedden [Thu, 6 Sep 2007 13:07:51 +0000]
Fix ext/Win32/t/Unicode.t test failure under Cygwin
From: "Jerry D. Hedden" <jdhedden@cpan.org>
Message-ID: <1ff86f510709061007x57e86b50led110861846cdc02@mail.gmail.com>

p4raw-id: //depot/perl@31808

16 years agoForce uppercase drive letters
Jerry D. Hedden [Thu, 6 Sep 2007 12:57:09 +0000]
Force uppercase drive letters
From: "Jerry D. Hedden" <jdhedden@cpan.org>
Message-ID: <1ff86f510709060957p9a530feu7b97616dd8cd3b50@mail.gmail.com>

p4raw-id: //depot/perl@31807

16 years agoMore tests
Abigail [Thu, 6 Sep 2007 18:56:34 +0000]
More tests
Message-ID: <20070906165634.GB446@abigail.be>

p4raw-id: //depot/perl@31806

16 years agostate $foo if 0 shouldn't warn. Spotted by Abigail.
Rafael Garcia-Suarez [Thu, 6 Sep 2007 14:57:03 +0000]
state $foo if 0 shouldn't warn. Spotted by Abigail.

p4raw-id: //depot/perl@31805

16 years agoChange 31798 forgot to add the op 'once' to Opcode.pm
Nicholas Clark [Thu, 6 Sep 2007 14:45:52 +0000]
Change 31798 forgot to add the op 'once' to Opcode.pm

p4raw-id: //depot/perl@31804

16 years agoPart of the 5.10.0 bump
H.Merijn Brand [Thu, 6 Sep 2007 14:18:30 +0000]
Part of the 5.10.0 bump

p4raw-id: //depot/perl@31803

16 years agoUpstream netbsd patch. Also unified the whitespace. (thanks BinGOs)
H.Merijn Brand [Thu, 6 Sep 2007 14:15:07 +0000]
Upstream netbsd patch. Also unified the whitespace. (thanks BinGOs)

p4raw-id: //depot/perl@31802