This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
11 years agoperldtrace.pod: fix example code
Anton Nikishaev [Wed, 27 Feb 2013 08:01:07 +0000 (12:01 +0400)]
perldtrace.pod: fix example code

11 years ago[PATCH] Bump Locale-Codes from 3.24 to 3.25
Sullivan Beck [Thu, 28 Feb 2013 19:06:05 +0000 (19:06 +0000)]
[PATCH] Bump Locale-Codes from 3.24 to 3.25

Signed-off-by: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
11 years agoRevert "Bump Pod::Html to 1.19"
Chris 'BinGOs' Williams [Thu, 28 Feb 2013 17:51:14 +0000 (17:51 +0000)]
Revert "Bump Pod::Html to 1.19"

This reverts commit 46b428ce5128df764ce460c744a3c4f0f9727b5b.

11 years agoUpdate Pod-Simple to CPAN version 3.26
Chris 'BinGOs' Williams [Thu, 28 Feb 2013 15:23:20 +0000 (15:23 +0000)]
Update Pod-Simple to CPAN version 3.26

  [DELTA]

  2013-02-27   David E. Wheeler <david@justatheory.org>
    * Release 3.26

    Fixed another test script to skip all tests when Encode is not
    installed.

    Added 'encoding()' and 'detected_encoding()' to return the current
    encoding and the encoding actually to decode the input file. The
    value from "=encoding" is also now kept in the output tree. Patch
    from Patrice Dumas (RT #74390).

  2013-02-16   David E. Wheeler <david@justatheory.org>
    * Release 3.25

    Improved the warning when "=item" types mismatch within one
    "=over"/"=back" block.

  2013-02-14   David E. Wheeler <david@justatheory.org>
    * Release 3.24

    Fixed corner case bug for unlikely scenario in which non-UTF-8
    text could be parsed as UTF-8. Grant McLean.

    XHTML IDs can no longer end with punctuation. Thanks to Smylers
    for the patch.

    Fixed test failure on Perl 5.6.2.

    Changed the default installation location from "perl" to "site" on
    5.12 and higher, since as of that version of Perl, dual-life
    modules no longer need to be installed in "perl" to replace
    in-core versions. Patch from tzccinct.

    Fixed hash order dependency test failures on Perl 5.17. Thanks to
    Yves Orton for the patch.

    Inlined the code that tries to guess a Pod file's encoding. This
    reduces the time Pod::Simple takes to build the core Perl
    documentation by 15-20%. Thanks to Dagfinn Ilmari Mannsåker for
    the patch!

    Added a warning when "=item" types mismatch within one
    "=over"/"=back" block. Marc Green/Google Summer of Code, with
    assist from RJBS.

    Fixed regression introduced in 3.22 in which "C< >" tags were
    incorrectly treated as verbatim text in table of contents items
    emitted by Pod::Simple::XHTML. Thanks to Randy Stauner for the
    report and to Thomas Sibley for the fix!

    Loosened up the matching of "L< >" tags for man pages so that they
    allow names with dots, underscores, and any other chararacters
    other than "/", just so long as they end in '[(][-a-zA-Z0-9]+[)]'.
    Thanks to Dave Rolsky and Kevin Ryde for the reports (RT #82975 &
    RT #82972).

    Fixed inverted mapping of "keyboard" to "kbd" in
    Pod::Simple::HTML. Thanks to Robert Boisvert for the bug report
    (RT #79201).

    Added two new Tagmap entries to Pod::Simple::HTML: "preformat"
    maps to "pre", and "teletype" maps to "tt". Suggested by Robert
    Boisvert (RT #79201).

    "X< >" tags are now ignored by the pull parser when it searches
    for titles, as is any trailing whitespace. Thanks to Patrice Dumas
    for the report (RT #74389).

11 years agoBump Pod::Html to 1.19
Chris 'BinGOs' Williams [Thu, 28 Feb 2013 15:22:25 +0000 (15:22 +0000)]
Bump Pod::Html to 1.19

11 years agocorrect Pod-Html tests for new Pod-Simple output
Ricardo Signes [Tue, 19 Feb 2013 03:33:05 +0000 (22:33 -0500)]
correct Pod-Html tests for new Pod-Simple output

Okay, look, I know we should really fix the tests to be more
generic, but that's just not going to happen right now.  Hopefully,
we can ditch Pod-Html before this comes up again.  Maintaining it
as is is sort of a drag.

11 years agoUpdate Text-ParseWords to CPAN version 3.28
Chris 'BinGOs' Williams [Thu, 28 Feb 2013 12:22:47 +0000 (12:22 +0000)]
Update Text-ParseWords to CPAN version 3.28

  [DELTA]

  3.28
  Better diag information in pod.t
  More metadata in META.yml

11 years agoForgot to update Maintainers.pl for podlators update
Chris 'BinGOs' Williams [Thu, 28 Feb 2013 12:14:14 +0000 (12:14 +0000)]
Forgot to update Maintainers.pl for podlators update

11 years agoUpdate podlators to CPAN version 2.5.1
Chris 'BinGOs' Williams [Thu, 28 Feb 2013 10:27:18 +0000 (10:27 +0000)]
Update podlators to CPAN version 2.5.1

  [DELTA]

  2013-02-27  Russ Allbery  <rra@stanford.edu>

    * VERSION: podlators 2.5.1 released.

    * t/color.t: Add Z<> to tag width test to avoid triggering the new
    Pod::Parser warning about numeric items in description lists.
    * t/overstrike.t: Likewise.
    * t/termcap.t: Likewise.
    * t/man.t: Remove the test for proper handling of lists that start
    with a non-bullet and then have an item that looks like a bullet.
    This now triggers a warning in Pod::Simple.  Move it to...
    * t/man-options.t: ...here, where we can configure the parser to
    ignore errors and test that the output is correct.

11 years agoSuppress experimental warning for my $_ in Devel::PPPort's tests.
Nicholas Clark [Thu, 28 Feb 2013 09:57:30 +0000 (10:57 +0100)]
Suppress experimental warning for my $_ in Devel::PPPort's tests.

This warning was missed by commit dcd695b6ec3bf411. The patch is effectively
an update of commit 0d7b125b0c3d6ada. It requires hoop jumping with if,
because the "experimental::lexical_topic" warnings category is unrecognised
and hence a fatal error on earlier perls.

11 years agoMerge branch 'blead' of jkeenan@perl5.git.perl.org:/perl into blead
James E Keenan [Thu, 28 Feb 2013 02:28:59 +0000 (21:28 -0500)]
Merge branch 'blead' of jkeenan@perl5.git.perl.org:/perl into blead

11 years agoLoosen the passing requirement for a regex.
James E Keenan [Thu, 28 Feb 2013 01:19:54 +0000 (20:19 -0500)]
Loosen the passing requirement for a regex.

RT #116961: Olivier Menguéreported many test failures when installing
Data-Dumper v2.43 on pre-5.16.0 versions of Perl.  This patch addresses only
one of those issues by relaxing what is expected in a pattern match:
'42' vs. 42.  It doesn't matter for the test in question because what we are
testing is the "annotation" of array elements with their indices.

11 years ago\N is no longer experimental
Karl Williamson [Thu, 28 Feb 2013 01:27:23 +0000 (18:27 -0700)]
\N is no longer experimental

11 years agoUse native-size integers for some global counters
Steffen Mueller [Wed, 27 Feb 2013 17:12:28 +0000 (18:12 +0100)]
Use native-size integers for some global counters

It may be unlikely that a Perl program will hit 2 billion SVs, but by
the time that 5.18 is ancient history, it's looking a lot more likely.
This makes two global counters use native-size ints.

I'm preserving signedness just for hysterical raisins: It might be
deliberate.

11 years agoAdd documentation on the advantages of perldoc for man users to perl.pod
H.Merijn Brand [Wed, 27 Feb 2013 20:17:02 +0000 (21:17 +0100)]
Add documentation on the advantages of perldoc for man users to perl.pod

Thanks.

Signed-off-by: H.Merijn Brand <h.m.brand@xs4all.nl>
11 years agoNote what incrementing the op_type actually does
Rafael Garcia-Suarez [Wed, 27 Feb 2013 12:52:01 +0000 (13:52 +0100)]
Note what incrementing the op_type actually does

This comment is intended to improve the greppability of the code.

11 years agoMerge branch 'blead' of jkeenan@perl5.git.perl.org:/perl into blead
James E Keenan [Wed, 27 Feb 2013 12:33:32 +0000 (07:33 -0500)]
Merge branch 'blead' of jkeenan@perl5.git.perl.org:/perl into blead

11 years agominor perlipc doc fix missing semicolon
Scott Lanning [Tue, 26 Feb 2013 20:53:04 +0000 (23:53 +0300)]
minor perlipc doc fix missing semicolon

11 years agoAdd alternate email address for contributor.
James E Keenan [Wed, 27 Feb 2013 02:49:54 +0000 (21:49 -0500)]
Add alternate email address for contributor.

11 years agoRemove /Net from lib/.gitignore
Chris 'BinGOs' Williams [Tue, 26 Feb 2013 19:38:14 +0000 (19:38 +0000)]
Remove /Net from lib/.gitignore

Using git clean -dXf would remove all files from lib/Net including
tracked files.

11 years agoUpdate Win32 to CPAN version 0.47
Chris 'BinGOs' Williams [Tue, 26 Feb 2013 16:30:18 +0000 (16:30 +0000)]
Update Win32 to CPAN version 0.47

  [DELTA]

  0.47    [2013-02-21]
        - Make sure %PROCESSOR_ARCHITECTURE% is defined before calling
          Win32::GetArchName() in t/Names.t.  It may be undefined when
          the test is running under Cygwin crond.
        - In t/Names.t don't assume that LoginName or NodeName is at
          least 2 characters long; it may just be 1.

11 years agoThe Module-Pluggable version is 4.7 from CPAN
Chris 'BinGOs' Williams [Tue, 26 Feb 2013 16:28:16 +0000 (16:28 +0000)]
The Module-Pluggable version is 4.7 from CPAN

11 years agoModule-CoreList is at 2.82 on CPAN
Chris 'BinGOs' Williams [Tue, 26 Feb 2013 16:24:04 +0000 (16:24 +0000)]
Module-CoreList is at 2.82 on CPAN

11 years agoRevert "Lookup overloaded assignment operators when trying to swap the arguments"
Ricardo Signes [Mon, 25 Feb 2013 16:01:17 +0000 (11:01 -0500)]
Revert "Lookup overloaded assignment operators when trying to swap the arguments"

This reverts commit f041cf0f9c6469c41de8b73d5f7b426710c3ff8b.

This is reverted in reference to [perl #113834].  Although this commit
does fix a real bug, it introduces a new one that is arguably worse.
More importantly, it is a regression from 5.16.0.  We should produce a
test case that solves both bugs, then solve them both, then get that in
place.  Before 5.18.0 would be nice.  After 5.18.0 may have to do.

11 years agoReorder the members of struct re_save_state to reduce its size on LP64.
Nicholas Clark [Mon, 25 Feb 2013 16:50:35 +0000 (17:50 +0100)]
Reorder the members of struct re_save_state to reduce its size on LP64.

This drops its size by 8 bytes on LP64 platforms. This also makes the
interpreter struct 8 bytes smaller, as it embeds a re_save_state struct.

11 years agoMerge the refactored S_hsplit() and Perl_hv_ksplit() and related cleanups.
Nicholas Clark [Tue, 26 Feb 2013 14:38:27 +0000 (15:38 +0100)]
Merge the refactored S_hsplit() and Perl_hv_ksplit() and related cleanups.

Perl_hv_ksplit() now calls S_hsplit(), avoiding duplicating the code to
split hashes when they grow.

11 years agoIn Perl_hv_common(), call S_clear_placeholders() directly.
Nicholas Clark [Fri, 22 Feb 2013 10:19:17 +0000 (11:19 +0100)]
In Perl_hv_common(), call S_clear_placeholders() directly.

This saves one call to HvPLACEHOLDERS_get().

11 years agoClarify why hv_common() tries to clear placeholders before calling hsplit().
Nicholas Clark [Fri, 22 Feb 2013 09:52:55 +0000 (10:52 +0100)]
Clarify why hv_common() tries to clear placeholders before calling hsplit().

Which makes me realise that if we clear placeholders, we may be able to
avoid the need to split at all.

(In fact, as hv_common() only adds one key to the hash, under the current
definition of DO_HSPLIT() which only considers total number of keys,
clearing any placeholder is going to be enough to drop the total number of
keys, and so no longer trigger the split. But we'll leave the code making a
second check, to avoid a tight coupling with the internals of DO_HSPLIT().)

11 years agoIn S_hsplit(), replace a for with a do/while, as the loop runs at least once.
Nicholas Clark [Thu, 21 Feb 2013 19:54:48 +0000 (20:54 +0100)]
In S_hsplit(), replace a for with a do/while, as the loop runs at least once.

Seems pointless to check the exit condition before any iterations, when we
know that it will always be false the first time.

11 years agoReplace the bulk of Perl_hv_ksplit() with a call to S_hsplit().
Nicholas Clark [Thu, 21 Feb 2013 19:22:32 +0000 (20:22 +0100)]
Replace the bulk of Perl_hv_ksplit() with a call to S_hsplit().

The code duplication that introduced hv_ksplit() as a fork of hsplit() back
with commit 72940dca186befa0 in Sept 1996 is finally healed.

11 years agoTweak S_hsplit() to return early if there are no keys to process.
Nicholas Clark [Thu, 21 Feb 2013 18:58:04 +0000 (19:58 +0100)]
Tweak S_hsplit() to return early if there are no keys to process.

This mimics the behaviour in Perl_hv_ksplit().

Also remove a vestigial comment. The code it relates to was removed in
commit 7dc8663964c66a69 in Nov 2012.

11 years agoPass the current and desired hash sizes to S_hsplit().
Nicholas Clark [Thu, 21 Feb 2013 18:45:38 +0000 (19:45 +0100)]
Pass the current and desired hash sizes to S_hsplit().

Whilst this is slightly more work for its existing two callers, it will
permit Perl_hv_ksplit() to also call it.

Use STRLEN for the parameters, and change a local variable from I32 to
STRLEN to match.

11 years agoMove the code handling allocating a new buffer earlier in Perl_hv_ksplit().
Nicholas Clark [Thu, 21 Feb 2013 18:16:44 +0000 (19:16 +0100)]
Move the code handling allocating a new buffer earlier in Perl_hv_ksplit().

This makes the rest of the code of Perl_hv_ksplit() closer to that of
S_hsplit().

11 years agoRefactor the loop logic in S_hsplit() and Perl_hv_ksplit() to converge.
Nicholas Clark [Thu, 21 Feb 2013 16:22:23 +0000 (17:22 +0100)]
Refactor the loop logic in S_hsplit() and Perl_hv_ksplit() to converge.

Making the code as similar as possible will make it simpler to merge the two.

11 years agoMove the call to hv_clear_placeholders() from hsplit() to hv_common().
Nicholas Clark [Thu, 21 Feb 2013 16:09:29 +0000 (17:09 +0100)]
Move the call to hv_clear_placeholders() from hsplit() to hv_common().

The relevant code calls Perl_hv_clear_placeholders() at split time, if there
are still placeholders left over from a (previously) restricted hash.
There are two callers to S_hsplit(), one from the regular HV code, and one
from the shared string table code. As the shared string table can't contain
placeholders, only the other call site could trigger this condition, so move
the code there. This simplifies S_hsplit(), and will make splitting the
shared string table marginally faster.

11 years agoignore some files from Module-Pluggable
Yves Orton [Tue, 26 Feb 2013 14:52:42 +0000 (15:52 +0100)]
ignore some files from Module-Pluggable

11 years agoUpgrade Module-Pluggable to v4.7
Yves Orton [Tue, 26 Feb 2013 07:27:45 +0000 (08:27 +0100)]
Upgrade Module-Pluggable to v4.7

Preserved old makefile as some of its logic is in Build.PL now which we dont use.

11 years agoNote CPAN release for Data::Dumper
Steffen Mueller [Tue, 26 Feb 2013 06:57:14 +0000 (07:57 +0100)]
Note CPAN release for Data::Dumper

11 years agoUpdate Data::Dumper version and release date
Steffen Mueller [Tue, 26 Feb 2013 06:53:59 +0000 (07:53 +0100)]
Update Data::Dumper version and release date

11 years agoUpdate Data::Dumper changelog
Steffen Mueller [Tue, 26 Feb 2013 06:51:22 +0000 (07:51 +0100)]
Update Data::Dumper changelog

11 years agoFix redeclaration compiler errors on EBCDIC
Nicholas Clark [Tue, 26 Feb 2013 03:53:52 +0000 (20:53 -0700)]
Fix redeclaration compiler errors on EBCDIC

This patch was posted in
http://markmail.org/message/pwjxbxnlazvxgsyw

11 years agoGet regcomp.c to compile under EBCDIC
John Goodyear [Mon, 25 Feb 2013 21:44:44 +0000 (14:44 -0700)]
Get regcomp.c to compile under EBCDIC

There were a couple of syntax errors here.

The committer modified the patch slightly based on a p5p exchange.

11 years agoAdd, fix comments
Karl Williamson [Thu, 14 Feb 2013 17:54:32 +0000 (10:54 -0700)]
Add, fix comments

11 years agoUnicode/UCD.pm: Fix undef bug
Karl Williamson [Mon, 25 Feb 2013 20:35:34 +0000 (13:35 -0700)]
Unicode/UCD.pm: Fix undef bug

This only happens should Perl be compiled on the very first Unicode
release, which is extremely unlikely, but fix it anyway.

11 years agounwrap #define argument list for REXEC_TRIE_READ_CHAR
Yves Orton [Mon, 25 Feb 2013 12:34:52 +0000 (13:34 +0100)]
unwrap #define argument list for REXEC_TRIE_READ_CHAR

Apparently this breaks the z/OS 1.13 c preprocessor. (Yay, now I can say I have written code for z/OS!)

11 years agomakedepend.SH: Deal with continuation lines
Karl Williamson [Sat, 23 Feb 2013 22:41:28 +0000 (15:41 -0700)]
makedepend.SH: Deal with continuation lines

makedepend was failing to take into account the fact that preprocessor
directives, like any line, may be continued onto succeeding lines by a
trailing backslash.  This led to errors in the C preprocessing, which were
suppressed on all but os390 systems.o

This commit alleviates that, but it is not a complete solution.  It
deletes C comments, but this being sed, it doesn't catch all nuances of
C comments.  We only care, however, about comments on preprocessor
directive lines, and this is good enough to work on the current Perl
without generating any errors, on my system.

Spotted by John Goodyear.

11 years agomakedepend.SH: Preprocessor directives don't have to start at column 1
Karl Williamson [Sat, 23 Feb 2013 22:38:55 +0000 (15:38 -0700)]
makedepend.SH: Preprocessor directives don't have to start at column 1

Like, apparently, the person(s) who originally wrote this script, I
thought all preprocessor directives had to start in column 1.

It turns out that restriction was relaxed in C89; so that they may be
indented.

Spotted by John Goodyear.

11 years agomakedepend.SH: Make compiler errors show correct line number
Karl Williamson [Sat, 23 Feb 2013 22:34:05 +0000 (15:34 -0700)]
makedepend.SH: Make compiler errors show correct line number

Instead of inserting "#line 1", insert "#line 2" to account for the
inserted line.

Spotted by John Goodyear.

11 years agoMove (?[]) doc to perlrecharclass
Karl Williamson [Sun, 24 Feb 2013 18:42:20 +0000 (11:42 -0700)]
Move (?[]) doc to perlrecharclass

This is a form of bracketed character class, and so should be documented
in the same pod.

11 years agoDocument \s change for VT, commit 075b9d7d9a6d4473b240a047655e507c8baa6db3
Karl Williamson [Sun, 24 Feb 2013 18:17:19 +0000 (11:17 -0700)]
Document \s change for VT, commit 075b9d7d9a6d4473b240a047655e507c8baa6db3

11 years agoperlintro: Typo and stop verbatim wrapping
Karl Williamson [Sun, 24 Feb 2013 03:35:04 +0000 (20:35 -0700)]
perlintro: Typo and stop verbatim wrapping

11 years agoperlhacktips: Note existence of regen/unicode_constants.pl
Karl Williamson [Sat, 23 Feb 2013 02:04:25 +0000 (19:04 -0700)]
perlhacktips: Note existence of regen/unicode_constants.pl

11 years agoHandle undef values in magic.t on VMS.
Craig A. Berry [Sat, 23 Feb 2013 18:45:11 +0000 (12:45 -0600)]
Handle undef values in magic.t on VMS.

888a67f6b95603701 added a new test that failed on VMS because it
expected the value of an undefined element in %ENV to be an empty
string, whereas on VMS it's actually a one-byte string containing
a null.  This is made possible by the fact that the logical name
API uses strings of known lengths, and made necessary by the fact
that a zero-length value (equivalence name in VMS parlance) is
not allowed.

So patch up the test implementation to handle this special case.

11 years agoadd array DELETE and EXISTS to perlfunc
David Mitchell [Wed, 30 Jan 2013 17:22:26 +0000 (17:22 +0000)]
add array DELETE and EXISTS to perlfunc

[perl #116579]
These methods weren't listed in the list of methods for tied arrays

11 years agoMark v5.17.9 as done in the release schedule
Chris 'BinGOs' Williams [Sat, 23 Feb 2013 11:36:51 +0000 (11:36 +0000)]
Mark v5.17.9 as done in the release schedule

11 years agoRemove trailing white-space from RMG document
Chris 'BinGOs' Williams [Sat, 23 Feb 2013 11:33:37 +0000 (11:33 +0000)]
Remove trailing white-space from RMG document

11 years agoPATCH: [perl #116899]: jump on uninitialised value
Karl Williamson [Fri, 22 Feb 2013 20:04:05 +0000 (13:04 -0700)]
PATCH: [perl #116899]: jump on uninitialised value

The culprit had nothing to do really with the accuesed commit.
The function S_cl_or() tries to take the union of the code points
matched by its two inputs.  Both of those nodes must be ANYOF-like
(for bracketed character classes and synthetic start classes).  These
come in two flavors, one having extra fields in the struct after the
other one's.  That is used for locale ANYOFs and the synthetic start
class.  The first paramter to cl_or() is always one of these extended
ANYOFS, but the second parameter may be the shorter form

The function was failing to check if the second one was the longer form
before reading data from beyond the short-form's struct.  This could
cause a segfault, but that wasn't the symptom here.  Instead it copied
that data to the other paramter's struct.  valgrind had set that data to
indicate it was uninitialized, so when later it was accessed, we got
this error.

During much of the 5.17 series until the failing commit, more ANYOF
nodes were the larger size.  I presume that is why this commit showed up
the problem.

11 years agoregcomp.c: Rmv comment ref to obsolete regnode
Karl Williamson [Fri, 22 Feb 2013 17:43:11 +0000 (10:43 -0700)]
regcomp.c: Rmv comment ref to obsolete regnode

11 years agoAbolish STRANGE_MALLOC. Now all malloc()s are considered strange :-)
Nicholas Clark [Wed, 20 Feb 2013 20:38:33 +0000 (21:38 +0100)]
Abolish STRANGE_MALLOC. Now all malloc()s are considered strange :-)

STRANGE_MALLOC was added in 5.002 beta 1 (4633a7c4bad06b47) as part of an
work around for typical mallocs, which had a bad interaction with perl's
allocation needs. Specifically, repeatedly extending an array and then
creating SV heads (such as when reading lines of a file into an array)
could end up with each reallocation for the array being unable to extend in
place, needing a fresh chunk of memory, and the released memory not being
suitable for use as more SV heads, so sitting unused. The solution was for
perl to recycle the old array body as SV heads, instead of returning it to
the system, passing the memory from the the AV code to the SV code using
offer_nice_chunk(), PL_nice_chunk and PL_nice_chunk_size.

STRANGE_MALLOC was actually a signal that the malloc() didn't need
protecting from itself, and to disable the work around.

offer_nice_chunk(), PL_nice_chunk and PL_nice_chunk_size were removed by
commit 9a87bd09eea1d037 in Nov 2010, without any ill effects, hence the
code used when STRANGE_MALLOC was *not* defined is essentially doing extra
work for no benefits.

From the lack of problems reported, one can assume that in the intervening
15 years malloc technology has got significantly improved, and it is probably
better to be honest with it, rather than trying to second guess it.

Hence remove all the non-STRANGE_MALLOC code, and leave everyone using the
much simpler code. See also
http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-11/msg00495.html
http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2013-01/msg00126.html

11 years agoperlfunc: clarify that "do $file" isn't really like "eval `cat $file`"
Aaron Crane [Tue, 19 Feb 2013 14:17:59 +0000 (14:17 +0000)]
perlfunc: clarify that "do $file" isn't really like "eval `cat $file`"

Closes RT#116713.

11 years agoUpdate Maintainers.pl for Safe 2.35
Rafael Garcia-Suarez [Thu, 21 Feb 2013 13:08:18 +0000 (14:08 +0100)]
Update Maintainers.pl for Safe 2.35

11 years agoUpgrade to Safe 2.35 from CPAN
Rafael Garcia-Suarez [Thu, 21 Feb 2013 07:35:38 +0000 (08:35 +0100)]
Upgrade to Safe 2.35 from CPAN

11 years agoSimplify the defintiion of optimization flags in Windows makefiles
Steve Hay [Thu, 21 Feb 2013 08:56:10 +0000 (08:56 +0000)]
Simplify the defintiion of optimization flags in Windows makefiles

The setting of -O1 for release mode builds can be factored out of the
x86 and x64 cases following commit 688ea162f4.

11 years agoPATCH: [perl #116787] -Ox on Win64 Visual C 64 bit is flawed, switch to -O1
Daniel Dragan [Thu, 21 Feb 2013 08:42:13 +0000 (08:42 +0000)]
PATCH: [perl #116787] -Ox on Win64 Visual C 64 bit is flawed, switch to -O1

-Ox is missing -GF and -Gy and -Gs
http://blogs.msdn.com/b/branbray/archive/2005/07/08/437078.aspx
http://msdn.microsoft.com/en-us/library/8f8h5cxt%28v=vs.90%29.aspx
http://msdn.microsoft.com/en-us/library/59a3b321%28v=vs.90%29.aspx

So the remaining question is, use -O1 or use -O2 on VC 64? VC 32 bit uses
-O1, and that is also slightly faster on x64 too.

11 years agoadd a missing 5 to the release announcement template
Ricardo Signes [Thu, 21 Feb 2013 00:17:06 +0000 (19:17 -0500)]
add a missing 5 to the release announcement template

11 years agoAmend 'new perldelta' advice for Win32
Chris 'BinGOs' Williams [Wed, 20 Feb 2013 23:27:30 +0000 (23:27 +0000)]
Amend 'new perldelta' advice for Win32

test_porting is supported as target for both gcc and VC++ builds

win32/Makefile since 247c55c00b852ec1da004aff2c0e2d4b07af55ab

win32/makefile.mk since 106cf76e392294bc0fe10a3efa306d011f3b2e3c

11 years agoAlso skip io/eintr.t on MidnightBSD
Chris 'BinGOs' Williams [Wed, 20 Feb 2013 21:40:15 +0000 (21:40 +0000)]
Also skip io/eintr.t on MidnightBSD

11 years agoBump to v5.17.10
Chris 'BinGOs' Williams [Wed, 20 Feb 2013 23:00:21 +0000 (23:00 +0000)]
Bump to v5.17.10

11 years agoNew perldelta template for v5.17.10
Chris 'BinGOs' Williams [Wed, 20 Feb 2013 22:54:02 +0000 (22:54 +0000)]
New perldelta template for v5.17.10

11 years agoUpdate epigraphs with the one for v5.17.9
Chris 'BinGOs' Williams [Wed, 20 Feb 2013 22:42:24 +0000 (22:42 +0000)]
Update epigraphs with the one for v5.17.9

11 years agoFinalise perldelta with updated module information v5.17.9
Chris 'BinGOs' Williams [Wed, 20 Feb 2013 19:15:46 +0000 (19:15 +0000)]
Finalise perldelta with updated module information

11 years agoAdd new release to perlhist
Chris 'BinGOs' Williams [Wed, 20 Feb 2013 18:44:20 +0000 (18:44 +0000)]
Add new release to perlhist

11 years agoUpdated Module::CoreList for v5.17.9
Chris 'BinGOs' Williams [Wed, 20 Feb 2013 18:42:29 +0000 (18:42 +0000)]
Updated Module::CoreList for v5.17.9

11 years agoUpdated ACKNOWLEDGEMENTS in perldelta
Chris 'BinGOs' Williams [Wed, 20 Feb 2013 18:26:11 +0000 (18:26 +0000)]
Updated ACKNOWLEDGEMENTS in perldelta

11 years agosuppress "experimental" warnings for my $_
Ricardo Signes [Wed, 20 Feb 2013 17:00:26 +0000 (12:00 -0500)]
suppress "experimental" warnings for my $_

11 years agoput an experimental warning on lexical topic
Ricardo Signes [Wed, 20 Feb 2013 16:40:45 +0000 (11:40 -0500)]
put an experimental warning on lexical topic

11 years agoupdate release schedule for a volunteer
Ricardo Signes [Wed, 20 Feb 2013 16:34:06 +0000 (11:34 -0500)]
update release schedule for a volunteer

11 years agoRemove more perldelta boilerplate
Chris 'BinGOs' Williams [Wed, 20 Feb 2013 16:46:34 +0000 (16:46 +0000)]
Remove more perldelta boilerplate

11 years agoPerldelta note for undeprecating my $_
Rafael Garcia-Suarez [Wed, 20 Feb 2013 15:58:55 +0000 (16:58 +0100)]
Perldelta note for undeprecating my $_

11 years agoUn-deprecate the support for lexical $_
Rafael Garcia-Suarez [Tue, 19 Feb 2013 14:53:10 +0000 (15:53 +0100)]
Un-deprecate the support for lexical $_

11 years agoRemove boilerplate from perldelta
Chris 'BinGOs' Williams [Wed, 20 Feb 2013 15:32:21 +0000 (15:32 +0000)]
Remove boilerplate from perldelta

11 years ago[perl #72892] Perl should support PERLmmnnLIB environment variable
Andy Dougherty [Wed, 20 Feb 2013 13:58:49 +0000 (08:58 -0500)]
[perl #72892] Perl should support PERLmmnnLIB environment variable

This patch to perlrun.pod expands the documentation of the directory
hierarchy searched under the locations specified by PERL5LIB.  It now
explicitly mentions the version- and architecture-specific directories
added, and also notes that $Config{inc_version_list} directories are
added.  These additions were suggested by Damon Atkins.

11 years agoSilence irrelevant stderr output from op/magic.t
Steve Hay [Wed, 20 Feb 2013 13:28:46 +0000 (13:28 +0000)]
Silence irrelevant stderr output from op/magic.t

Some 'set' commands in this test are intended to verify that an environment
variable is not set, which causes the command to send a warning message to
stderr.

11 years agoFix failing op/magic.t test 157
Steve Hay [Wed, 20 Feb 2013 13:25:41 +0000 (13:25 +0000)]
Fix failing op/magic.t test 157

Change 888a67f6b9 added manipulation of __NoNeSuCh2, but it gets
accidentally picked up by the 'set' command looking for __NoNeSuCh in test
157 because 'set' will display the value of *all* variables whose prefix
matches the name given to the command.

11 years agoEliminate 'swap' from struct regexp_internal.
Nicholas Clark [Tue, 19 Feb 2013 13:35:49 +0000 (14:35 +0100)]
Eliminate 'swap' from struct regexp_internal.

It's been unused since commit e9105d30edfbaa7f in July 2009.

11 years agoRemove the check for SVt_BIND from SvOK().
Nicholas Clark [Tue, 19 Feb 2013 10:43:08 +0000 (11:43 +0100)]
Remove the check for SVt_BIND from SvOK().

The original plan to use SVt_BIND to implement read-only aliases to
read-write values is unlikely to happen. More importantly, it's not going
to happen within a maint branch, so there's no reason to have the code
"just in case" it does. The code can easily be re-instated in blead if it
is needed in future. Nothing on CPAN is relying on this code. (Almost no
code on CPAN even references SVt_BIND.)

This effectively reverts part of commit 1cb9cd5016282146 from Dec 2006.

11 years ago[perl #116865] Upgrade to Thread::Queue 3.02
Jerry D. Hedden [Tue, 19 Feb 2013 20:23:46 +0000 (12:23 -0800)]
[perl #116865] Upgrade to Thread::Queue 3.02

Attached patch updates Thread::Queue to v3.0.2 in preparation for a
CPAN release.

Adds a new method to Thread::Queue to dequeue items with a timeout
feature.  This addition was suggested by Andreas Huber.

Signed-off-by: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
11 years agore/charset.t, re/fold_grind.t: Note C locale can match 128-255
Karl Williamson [Tue, 19 Feb 2013 20:56:20 +0000 (13:56 -0700)]
re/charset.t, re/fold_grind.t: Note C locale can match 128-255

Craig Berry pointed out that an implementation can have the C locale
give meanings to the above-ASCII code points.  (I had thought this was
an error.)  Change label name and comments in these .t files
correspondingly.

11 years agore/charset.t: Make sure locale is loaded at compile time
Karl Williamson [Sun, 17 Feb 2013 19:27:03 +0000 (12:27 -0700)]
re/charset.t: Make sure locale is loaded at compile time

Commit 569f7fc5d4ec06501b46a72075ff434fe1bf4332 caused this test file
to start failing on VMS.  The reason is that the test for locale became
run-time.  This patch restores the test to compile time, by using the
'if' module.

The reason 'if' wasn't used in the original patch was to reduce reliance
on possibly untested modules, but it makes things easier.  We hope to
get a resolution on p5p on which test groups in the suite can use things
like 'if', but since 5.17.9 is due out momentarily, I'm using 'if' for
now so that VMS will pass its tests again.

11 years agoUpdate Win32 to CPAN version 0.46
Jan Dubois [Tue, 19 Feb 2013 21:06:24 +0000 (13:06 -0800)]
Update Win32 to CPAN version 0.46

  [DELTA]

    0.46    [2013-02-19]
            - add Win2012/Win8 detection (thanks to Michiel Beijen) [rt#82572]
              [perl#116352]

11 years agoAdd some text on the interoperability of Moose & Moo to perlootut
Dave Rolsky [Tue, 19 Feb 2013 20:56:35 +0000 (14:56 -0600)]
Add some text on the interoperability of Moose & Moo to perlootut

11 years agoAdd a note to the future that they should read the latest perlootut
Dave Rolsky [Tue, 19 Feb 2013 20:51:08 +0000 (14:51 -0600)]
Add a note to the future that they should read the latest perlootut

11 years agoRun podtidy on perlootut
Dave Rolsky [Tue, 19 Feb 2013 20:50:30 +0000 (14:50 -0600)]
Run podtidy on perlootut

11 years agoRename PL_interp_size_5_16_0 to PL_interp_size_5_18_0.
Nicholas Clark [Tue, 19 Feb 2013 18:47:14 +0000 (19:47 +0100)]
Rename PL_interp_size_5_16_0 to PL_interp_size_5_18_0.

11 years agoRe-order intrpvar.h to minimise holes in the interpreter struct.
Nicholas Clark [Tue, 19 Feb 2013 15:49:34 +0000 (16:49 +0100)]
Re-order intrpvar.h to minimise holes in the interpreter struct.

Holes were created by commit f59909ab8dad6ceb (April 2012) which removed
PL_reginterp_cnt, commit 7dc8663964c66a69 (Nov 2012) which removed
PL_rehash_seed_set, and commit 8936b48a49448f4e (Dec 2012) which removed
PL_glob_index.

There is still an unavoidable U16 sized hole on the default threaded
configuration on x86_64. (U8 if PERL_SAWAMPERSAND is defined).

11 years agoFix [perl #116523] Configure is confused by '=' in output from uname -a
Andy Dougherty [Mon, 18 Feb 2013 14:33:09 +0000 (09:33 -0500)]
Fix [perl #116523] Configure is confused by '=' in output from uname -a

Previously, Configure used to try to post-process the output of uname -a.
This was to support Xenix, which gave output like this:
    sysname=XENIX
    nodename=whatever
    release=2.3.2 .. etc...

Configure attempted to parse that output and build up a $myuname variable
that resembled those generated on traditional Unix systems.
More recently, a user reported uname -a output on a CVS checkout
of NetBSD that also included information such as

       root=username@hostname:/dirname module=src branch=HEAD

The Configure code misparsed that and ended up throwing most of it away.
This patch takes the simplest approach and just skips the attempt to
process the Xenix output.

This is based on commit 05a827803ab3908a795df94f6ed3890e24a6df2 in the
metaconfig repository.

11 years agoSilence encoding.pm deprecation warnings in the core test suite
Rafael Garcia-Suarez [Tue, 19 Feb 2013 08:59:09 +0000 (09:59 +0100)]
Silence encoding.pm deprecation warnings in the core test suite

11 years agoUpdated Changes for Module-CoreList
Chris 'BinGOs' Williams [Tue, 19 Feb 2013 08:50:09 +0000 (08:50 +0000)]
Updated Changes for Module-CoreList

11 years agoperldelta for #116322 and #112244
Karl Williamson [Tue, 19 Feb 2013 05:02:33 +0000 (22:02 -0700)]
perldelta for #116322 and #112244

11 years agodist/IO/IO.xs: Silence compiler warning
Karl Williamson [Sat, 2 Feb 2013 15:41:39 +0000 (08:41 -0700)]
dist/IO/IO.xs: Silence compiler warning

This variable is unused, doesn't need to be declared.