Rafael Garcia-Suarez [Fri, 23 Apr 2010 12:43:55 +0000]
Merge commit 'avar/avar/pod-perlrepository' into blead
Robin Barker [Sun, 18 Apr 2010 19:09:45 +0000]
consting in lex_stuff_pvn
Arkturuz [Fri, 23 Apr 2010 12:20:31 +0000]
t/mro/vulcan* fixes
It seems that Dylan Reference Book has been relocated, so included is
the small patch for the vulcan_* test files with the new link.
Rafael Garcia-Suarez [Fri, 23 Apr 2010 09:42:05 +0000]
Deprecation warnings should always be mandatory since 5.12.0
Rafael Garcia-Suarez [Fri, 23 Apr 2010 09:39:58 +0000]
Fix tests and add one more test for the deprecation warning added in last change
James Mastros [Fri, 23 Apr 2010 09:35:28 +0000]
New deprecation warning: Dot after %s literal is concatenation
Chris Williams [Thu, 22 Apr 2010 21:37:09 +0000]
Fixes and new functions for Module::CoreList
Fixed functions will edge-case involving querying for Module::CoreList
itself. Pointed out by Ilmari.
Added removed_from() and removed_from_by_date() functions
for querying which release a module was removed from core.
Amended corelist utility to use new removed from functions when
stating when a module entered core ( and when it left it ).
Added tests to the testsuite to cover the edge-cases and new funcs.
Jan Dubois [Thu, 22 Apr 2010 20:46:46 +0000]
time() resolution is full seconds
So any fudging in the timing needs to be at least 1 second to have any
effect. Upped the total $sleep value to 4 (on Windows) to make sure at
least 3 seconds have passed. Amends commit 0ebb4f0.
Jan Dubois [Thu, 22 Apr 2010 19:36:31 +0000]
time() resolution is full seconds
So any fudging in the timing needs to be at least 1 second to have any
effect. Upped the total $sleep value to 4 (on Windows) to make sure at
least 3 seconds have passed. Amends commit 0ebb4f0.
Rafael Garcia-Suarez [Thu, 22 Apr 2010 16:12:44 +0000]
Consistently use OP_DESC instead of OP_NAME in error messages
This solves bug: [perl #74572] chop dies with error about schop
This is not backwards-compatible, as some error messages can change,
as seen by the required change to t/op/sprintf2.t.
Chris Williams [Thu, 22 Apr 2010 13:15:49 +0000]
POD revision for Module::CoreList.
Fully documented all the functions.
Fully documented all the provided hash data structures.
Todd Rinaldo [Thu, 22 Apr 2010 12:31:16 +0000]
FreeBSD 7+ no longer contains /usr/bin/objformat, so the following
(harmless) following error message is printed when hints are run:
./hints/freebsd.sh: /usr/bin/objformat: not found
The reason for this is outlined in this email from Feb 2007
http://lists.freebsd.org/pipermail/freebsd-ports/2007-February/038523.html
This patch just skips the objformat check for versions 7+ and
assumes ELF. (The end result is unchanged, but the error
message will not be printed anymore.)
Chris Williams [Thu, 22 Apr 2010 11:51:50 +0000]
Fix for find_version() in Module::CoreList.
Jan Dubois [Wed, 24 Mar 2010 16:54:24 +0000]
Add fudge to timing checks on Windows
sleep() time on Win32 may be rounded down to multiple of
the clock tick interval.
http://www.nntp.perl.org/group/perl.perl5.porters/2010/03/msg157878.html
Jan Dubois [Thu, 22 Apr 2010 05:26:04 +0000]
Remove emacs/cperl-mode.el and helpers
http://www.nntp.perl.org/group/perl.perl5.porters/2010/03/msg158079.html
Jan Dubois [Thu, 22 Apr 2010 01:55:01 +0000]
Update PerlStdIOGets() signature
Brings it in line with the rest of the PerlStdIO* functions that
accept parameters in the same order as the corresponding PerlSIO_*
macros. See also commit
ecc880cc.
Jan Dubois [Thu, 22 Apr 2010 01:47:48 +0000]
Fix PerlSIO_fputc() and PerlSIO_fputs() signatures
They should have the same prototype as in stdio.
This "proper fix" replaces the 5.12.0 compatible fix in commit 634b482,
but cannot be integrated into 5.12.1 because it breaks binary compatibility.
See also http://rt.perl.org/rt3/Public/Bug/Display.html?id=72704
Jan Dubois [Wed, 21 Apr 2010 23:49:09 +0000]
XSUB.h is supposed to redefine fgets under PERL_IMPLICIT_SYS, but doesn't.
See also http://rt.cpan.org/Public/Bug/Display.html?id=55049
with workaround in http://code.google.com/p/perl-devel-nytprof/source/detail?r=1168
Jan Dubois [Fri, 5 Mar 2010 23:24:17 +0000]
Apply minimal patch for Perl bug 72704.
Arguments to fputc() and fputs() are reverted on Windows.
This is not the optimal patch, but will be backwards compatible
with what is in 5.12.0. For the "correct" patch please see
http://rt.perl.org/rt3/Public/Bug/Display.html?id=72704
Gisle Aas [Sun, 18 Apr 2010 10:41:59 +0000]
Remove rendundant CPAN key
David Mitchell [Wed, 21 Apr 2010 17:47:07 +0000]
follow up fix for
fd69380d5d5b95ef16e2521cf4251b34ee0ce151
The original fix for tied elements losing magic had a bug that was masked
by a bool casting issue. Once the casting was fixed, the bug surfaced:
elements of @+ lost their values when returned from a sub. By removing the
TEMP flag from the regdatum PVLV, we force it to be copied when returned.
Rafael Garcia-Suarez [Wed, 21 Apr 2010 14:35:00 +0000]
Ignore the /UU directory that exists during ./Configure
David Mitchell [Wed, 21 Apr 2010 13:53:39 +0000]
remove bool* cast from SAVEBOOL
SAVEBOOL() should only be used on variables of type bool; casting
pointers to variables of other types into bool* is just wrong.
Rafael Garcia-Suarez [Wed, 21 Apr 2010 13:47:36 +0000]
Fix [perl #74542] 5.12.0 crash on diverse platforms
Filetest ops don't always expect an op on the stack, so we should use
TOPs only if we're sure that we're not stat'ing the _ filehandle.
This is indicated by OPf_KIDS (as checked in ck_ftst).
Ævar Arnfjörð Bjarmason [Tue, 20 Apr 2010 19:28:01 +0000]
Don't ask the porters to fetch commits from a private URL
git@github.com:USERNAME/perl.git is only accessible to USERNAME (or
collaborators), git://github.com/USERNAME/perl.git is available to
everyone.
Ævar Arnfjörð Bjarmason [Tue, 20 Apr 2010 19:14:24 +0000]
Consistently use a topic branch in the GitHub examples
Also use an example of an actual topic branch commit of that got into
Perl (<
51dd1af81002161108rff277d7r6d0ccee6b45982a0@mail.gmail.com>).
Previously the docs referenced
3adac458cb which doesn't exist in the
repository,
0c24b290ae does.
Ævar Arnfjörð Bjarmason [Tue, 20 Apr 2010 18:58:31 +0000]
Recommend git format-patch -M (detect renames) and origin..
The latter doesn't strictly matter, but it's easier to see what's
going on with those two dots.
Steffen Mueller [Wed, 21 Apr 2010 11:45:39 +0000]
Remove Locale-Codes internals from core
These (and the examples) don't have to be shipped with core perl. By not
shipping them, we can trivially make sure that they won't be erroneously
installed either.
H.Merijn Brand [Wed, 21 Apr 2010 11:16:04 +0000]
Revert "GitHub's mirror is now at mirrors/perl, not github/perl"
This reverts commit
f9bcfeacc119e37fd70816a2cb4678fded53e8d1.
David Mitchell [Wed, 21 Apr 2010 11:02:49 +0000]
add TODO test for #74484 trie leak
Also add leak_expr function to svleak.t to test an expression for leakage
rather than a whole sub
Ãvar Arnfjörð Bjarmason) (via RT [Tue, 20 Apr 2010 17:58:37 +0000]
GitHub's mirror is now at mirrors/perl, not github/perl
# New Ticket Created by (Ævar Arnfjörð Bjarmason)
# Please include the string: [perl #74532]
# in the subject line of all future correspondence about this issue.
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=74532 >
From: Ævar Arnfjörð Bjarmason <avar@cpan.org>
Signed-off-by: H.Merijn Brand <h.m.brand@xs4all.nl>
Steffen Mueller [Wed, 21 Apr 2010 10:18:49 +0000]
Update Locale::Codes to 3.12
We're skipping inclusion of some files such as the unused Build.PL,
INSTALL, etc. cpan/Locale-Codes/internal/* should probably also not be
included in perl core.
Steffen Mueller [Tue, 20 Apr 2010 21:26:10 +0000]
Update Steffen Mueller's email address in AUTHORS
Steffen Mueller [Tue, 20 Apr 2010 21:24:46 +0000]
Add contact information for Sullivan Beck
... and mark him responsible for Locale::Codes, which is now
"upstream => cpan"
Chris Williams [Wed, 21 Apr 2010 08:47:27 +0000]
Make the Module::CoreList function API consistent
Some functions could only be called with class method type syntax.
Other functions could only be called with normal sub syntax.
This makes the API consistent, functions can be called with
either syntax.
Nicholas Clark [Wed, 21 Apr 2010 08:27:55 +0000]
Correct spaces in MANIFEST.
Steffen Mueller [Tue, 20 Apr 2010 20:55:21 +0000]
Fix MANIFEST by adding new file
387b6f8d0cc8df27b7a577cf8a47f25b089895e4 added new file to
cpan/ExtUtils-ParseXS without adding it to MANIFEST.
Steffen Mueller [Sun, 18 Apr 2010 15:51:19 +0000]
Upgrade Scalar-List-Utils to 1.23 from CPAN
Steffen Mueller [Sun, 18 Apr 2010 14:39:29 +0000]
Document the INCLUDE_COMMAND XS directive
ExtUtils::ParseXS has recognized the INCLUDE_COMMAND directive as a
smarter replacement for "INCLUDE: perl -e ... |" since version 2.21_01.
Steffen Mueller [Sun, 18 Apr 2010 15:14:57 +0000]
Upgrade ExtUtils::ParseXS to 0.2205
Nicholas Clark [Mon, 19 Apr 2010 20:15:08 +0000]
Remove Class::ISA from the core distribution. Get it from CPAN now.
Nicholas Clark [Mon, 19 Apr 2010 20:00:13 +0000]
Remove Pod::Plainer from the core distribution. Get it from CPAN now.
Nicholas Clark [Mon, 19 Apr 2010 19:49:03 +0000]
Remove Shell from the core distribution. Get it from CPAN now.
Nicholas Clark [Mon, 19 Apr 2010 19:35:54 +0000]
Remove Switch from the core distribution. Get it from CPAN now.
Leon Brocard [Tue, 20 Apr 2010 20:31:17 +0000]
create perl5131delta
Leon Brocard [Tue, 20 Apr 2010 18:55:51 +0000]
Add 5.13.0 to perlhist
Ævar Arnfjörð Bjarmason [Tue, 20 Apr 2010 18:55:04 +0000]
Mention L<perlpolicy> and link to it in SEE ALSO
Ævar Arnfjörð Bjarmason [Tue, 20 Apr 2010 18:50:42 +0000]
Only all-upper case "special" POD sections
"GETTING ACCESS TO THE REPOSITORY" is a bit too loud compared to
"Getting access to the repository". The POD standard itself doesn't
have anything to say about this, but most of our long =head1 sections
in pod/*.pod don't use all-caps.
Leon Brocard [Tue, 20 Apr 2010 18:40:36 +0000]
Update to final content for release
Ævar Arnfjörð Bjarmason [Tue, 20 Apr 2010 18:36:51 +0000]
Commit messages should start with a ~50 char summary
The first sentence is stolen from Git's own
Documentation/SubmittingPatches. We have a lot of commit messages that
overflow `git log --pretty=oneline', but it wouldn't hurt if we change
that sooner rather than later.
Ævar Arnfjörð Bjarmason [Tue, 20 Apr 2010 18:32:45 +0000]
POD: Use F<> for F<utils/perldoc> and F<utils/perldoc.PL>
Ævar Arnfjörð Bjarmason [Tue, 20 Apr 2010 18:04:30 +0000]
Don't tell the reader to `git checkout origin/*'
This results in a branchless checkout (detached HEAD). Making changes
like this is a valid way to use Git, but IMO not something we should
be recommending.
Branches are cheap and it's harder to lose your commits if they're on
a named branch than on a detached HEAD.
Leon Brocard [Tue, 20 Apr 2010 18:18:50 +0000]
Update Module::CoreList for 5.13.0
Ævar Arnfjörð Bjarmason [Tue, 20 Apr 2010 17:50:03 +0000]
GitHub's mirror is now at mirrors/perl, not github/perl
Michael G Schwern [Tue, 20 Apr 2010 13:37:57 +0000]
[rt.cpan.org #56740] Format Perl versions >= 5.6.0 as X.Y.Z
Decimal style Perl version numbers are increasingly awkward. 5.01 or
5.010000 is hard to equate with 5.10.0. It would be easier to read if
Module::CoreList formatted version numbers from 5.6 onward as dotted
versions to match how they are presented elsewhere.
Rafael Garcia-Suarez [Tue, 20 Apr 2010 13:14:45 +0000]
Don't show aliased perl version numbers twice in corelist -a output
(bug [rt.cpan.org #56739])
Rafael Garcia-Suarez [Tue, 20 Apr 2010 13:10:43 +0000]
Typo fix in version number alias 5.013
Steffen Mueller [Tue, 20 Apr 2010 06:28:49 +0000]
Module::Pluggable has upstream => cpan
According to Simon Wistow.
chromatic [Mon, 19 Apr 2010 23:54:00 +0000]
Replace mention of Switch.pm with given/when
Leon Brocard [Mon, 19 Apr 2010 20:21:34 +0000]
Add another alias for Robin Barker
Leon Brocard [Mon, 19 Apr 2010 20:14:55 +0000]
Spaces not tabs
Leon Brocard [Mon, 19 Apr 2010 20:13:10 +0000]
Bump version number EU::MM is "first-come" so we have forked it
Leon Brocard [Mon, 19 Apr 2010 20:09:45 +0000]
Leon Brocard [Mon, 19 Apr 2010 20:08:50 +0000]
Leon Brocard [Mon, 19 Apr 2010 20:06:30 +0000]
Bump version number EU::MM is "first-come" so we have forked it
Ævar Arnfjörð Bjarmason [Mon, 19 Apr 2010 19:47:43 +0000]
Document prctl() via $0 assignment (
7636ea95c5) in perldelta
Ævar Arnfjörð Bjarmason [Mon, 19 Apr 2010 19:46:39 +0000]
Add =head2 to the perldelta change in
da76b8593e
Ricardo Signes [Sat, 17 Apr 2010 18:34:28 +0000]
clarification of multi-bracket format
Nicholas Clark [Mon, 19 Apr 2010 14:35:59 +0000]
Possible undefined behaviour, spotted by gcc 4.5.0 and HP's updated compiler.
Gisle Aas [Sun, 18 Apr 2010 22:04:41 +0000]
Revert "Documentation tweaks to Text::Tabs"
This change was reported upstream in <https://rt.cpan.org/Ticket/Display.html?id=56699>.
Committing it directly to blead was a mistake.
This reverts commit
f6e2320c520b8d610a864cd42aece1f0df2db895.
Gisle Aas [Sun, 18 Apr 2010 20:36:46 +0000]
Let the cmdVERSION usage message expand $0
It makes more sense than literally printing "usage: $0 ..."
Gisle Aas [Sun, 18 Apr 2010 20:58:02 +0000]
Documentation tweaks to Text::Tabs
Steffen Mueller [Sun, 18 Apr 2010 15:45:05 +0000]
Bring Porting/Maintainers in sync with reality regarding Scalar-List-Utils
Gisle Aas [Tue, 2 Feb 2010 22:22:15 +0000]
Update to MIME-Base64 3.09
Fixes issue where the Quoted-Printable encoder would sometimes output
lines that were 77 characters long. The max line length should be 76.
This reverts revert
9ef40646096384d9f65acffab1b9a2df07d03a0c.
Gisle Aas [Sat, 27 Mar 2010 06:55:51 +0000]
Escape patch strings before embedding them in patchlevel.h
Gisle Aas [Sun, 18 Apr 2010 15:13:46 +0000]
Passing regexp vars as argument is unsafe
In this case $_[0] is unexpectedly modified by matching a regular
expression inside the function, making it report bad file names.
Gisle Aas [Sun, 18 Apr 2010 15:12:24 +0000]
Avoid "Use of uninitialized value $base" for the CPANPLUS .hidden file
Steffen Mueller [Sun, 18 Apr 2010 14:52:44 +0000]
Do not clobber %ENV in EU::MM test
175046355f07701 introduced an error in the ExtUtils::MakeMaker
prerequisites tests in that it clobbers %ENV instead of just locally
overriding $ENV{PERL_CORE}.
Steffen Mueller [Sun, 18 Apr 2010 14:24:20 +0000]
EU::MakeMaker shouldn't warn about prereqs in core
This silences warnings about missing prerequisites when part of a perl
core build. Triggered by #74442.
Robin Barker [Thu, 15 Apr 2010 20:14:23 +0000]
Make abstract_from more robust
A few distributions in the perl source failure for abstract_from
Rather than fix the individual files I have made the parsing process
more robust.
Nicholas Clark [Sun, 18 Apr 2010 12:24:20 +0000]
Move PERL_ASYNC_CHECK() from POPBLOCK() to the kill case of Perl_apply().
This ensures that (safe) signals sent to the same process are still dispatched
within the same statement (as before), without overloading the semantics of
block popping.
Nicholas Clark [Sat, 17 Apr 2010 20:56:23 +0000]
Note the revised signal dispatch and performance gain in perl5130delta.pod.
Nicholas Clark [Sat, 17 Apr 2010 20:24:21 +0000]
Dispatch signals in infinite loops such as 1 while 1;
With the move of PERL_ASYNC_CHECK() out from the runloop to control ops,
infinite loops became truely infinite, as their optree has no control ops.
Hence add a PERL_ASYNC_CHECK() to pp_unstack to ensure signals will be
dispatched.
Bug noticed by Jerry Hedden.
Nicholas Clark [Sat, 17 Apr 2010 19:11:49 +0000]
Fix RT #74290 - regression for labels immediately before string evals.
Fix location identified by Father Chrysostomos, who also offered a patch, but
this patch is more efficient, as it avoids any allocation. Test code based on
his test example.
Nicholas Clark [Sat, 17 Apr 2010 13:44:36 +0000]
In Perl_get_debug_opts(), restructure the message into fewer string literals.
This reduces the object code size slightly.
Nicholas Clark [Sat, 17 Apr 2010 12:13:39 +0000]
In S_usage(), restructure the storage of the help message into fewer literals.
This reduces the object code size slightly.
Alex Vandiver [Sat, 17 Apr 2010 03:54:11 +0000]
Also guess $ENV{EMAIL}, if present, as the originating address
Signed-off-by: H.Merijn Brand <h.m.brand@xs4all.nl>
H.Merijn Brand [Fri, 16 Apr 2010 15:47:15 +0000]
[PATCH] [5.12] Allow build on aix 4.2 (sigaction and IPv6)
Based on a patch by AUGUSTE-ETIENNE José <jose.auguste-etienne@cgss-guyane.fr>
The attached patches are necessary to work around aix 4.2 lack of support for IPv6,
and limited support for POSIX sigaction()
The hints/aix_4.sh patch solves the following build failure:
"Socket.xs", line 468.16: 1506-007 (S) "struct in6_addr" is undefined.
The ext/POSIX/t/sigaction.t patch solves the failing test reported a looong time ago:
http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2006-01/msg01124.html
After testing a simple C program using POSIX sigaction() with SA_SIGINFO,
I found that it worked on aix 4.3 but failed on aix 4.2.
I think it's safe to skip the SA_SIGINFO test on the aix 4.2 platform.
perl 5.12.0 builds fine on the following platforms / C compiler :
aix 4.2.1 / vac 5.0.2.7 (with attached patches)
aix 4.3.2 / gcc 2.95.3
aix 4.3.3 / vac 4.4.0.3
aix 4.3.3 / vac 5.0.28
aix 5.2 / GNUpro gcc 2.9.aix51.020209
The atatched patches should be applied to blead and maint.
H.Merijn Brand [Fri, 16 Apr 2010 12:03:05 +0000]
Merge branch 'blead' of perl5.git.perl.org:/gitroot/perl into blead
Rafael Garcia-Suarez [Thu, 15 Apr 2010 20:40:32 +0000]
Add new Data::Dumper test file to MANIFEST
Steffen Mueller [Thu, 15 Apr 2010 19:57:15 +0000]
Upgrade Data::Dumper to 2.126 CPAN release
No significant changes, just synchronization to the exact release.
Michael G. Schwern [Thu, 15 Apr 2010 19:29:43 +0000]
Fix Data::Dumper's Fix Terse(1) + Indent(2)
RT #73604: When $Data::Dumper::Terse is true, the indentation is thrown
off. It appears to be acting as if the $VAR1 = is still there.
Niko Tyni [Sat, 27 Mar 2010 19:38:34 +0000]
Fix a test failure in perl5db.t when Term::ReadLine::Gnu is installed
With Term::ReadLine::Gnu on @INC, the debugger output will include
terminal escape sequences even when empty otherwise. This makes
lib/perl5db.t test 7 ("proxy constant subroutines") fail.
Most of the other tests are already run with ReadLine support disabled, so
bring this one in line too.
Ævar Arnfjörð Bjarmason [Thu, 15 Apr 2010 18:06:24 +0000]
Point submitters to perlbug@perl.org, not perl5-porters@perl.org
We usually want patches in RT. Patches should only go to perl5-porters
if they're intended purely for discussion.
Ævar Arnfjörð Bjarmason [Thu, 15 Apr 2010 17:12:04 +0000]
Set the legacy process name with prctl() on assignment to $0 on Linux
Ever since perl 4.000 we've only set the POSIX process name via
argv[0]. Unfortunately on Linux the POSIX name isn't used by utilities
like top(1), ps(1) and killall(1).
Now when we set C<$0 = "hello"> both C<qx[ps h $$]> (POSIX) and
C<qx[ps hc $$]> (legacy) will say "hello", instead of the latter being
"perl" as was previously the case.
See also the March 9 2010 thread "Why doesn't assignment to $0 on
Linux also call prctl()?" on perl5-porters.
Rafael Garcia-Suarez [Thu, 15 Apr 2010 14:46:40 +0000]
Bump $VERSION of IPC::Open3 to 1.06
Eric Brine [Mon, 18 Jan 2010 18:21:20 +0000]
open3 errors in child croak parent RT#72016
Errors in open3 no longer appear to originate from the executed command on forking systems.
Eric Brine [Mon, 18 Jan 2010 04:44:14 +0000]
Add TODO test for RT#72016
Steffen Mueller [Thu, 15 Apr 2010 14:42:48 +0000]
Bump threads version to 1.77_01
This is due to the POD fix of
b91a79b929f6eca75f18124340d2f0f89b9588a9.
Steffen Mueller [Thu, 15 Apr 2010 13:24:57 +0000]
Upgrade to threads-shared-1.33