In perl.git, the annotated tag v5.21.11 has been created
<http://perl5.git.perl.org/perl.git/commitdiff/28676b03ada6eb77ed83a80af33272d90c904f10?hp=0000000000000000000000000000000000000000>
at 28676b03ada6eb77ed83a80af33272d90c904f10 (tag)
tagging 79ce1a76a68648f6b503f9be5f59f10e15c2996d (commit)
replaces v5.21.10
tagged by Steve Hay
on Mon Apr 20 21:07:41 2015 +0100
- Log -----------------------------------------------------------------
Perl 5.21.11
Alex Vandiver (4):
[perl #124113] Make check for multi-dimensional arrays be UTF8-aware
Allow unquoted UTF-8 HERE-document terminators
Fix "...without parentheses is ambuguous" warning for UTF-8 function names
toke.c: UTF-8 aware warning cleanups
Andreas Koenig (1):
CPAN.pm: Fix "Redundant argument in sprintf"
Craig A. Berry (2):
Some updates for perlvms.pod.
Fix/simplify VMS-specific info in perlport.
Dagfinn Ilmari Mannsåker (1):
Replace common Emacs file-local variables with dir-locals
Daniel Dragan (1):
fix #123976 Win32 GCC miniperl needs -fno-strict-aliasing
David Golden (1):
discourage use warnings FATAL => 'all'
David Mitchell (21):
perlfunc: mention that study() is currently a noop
Revert "Mathomise save_re_context"
Revert "Donât call save_re_context"
Revert "Gut Perl_save_re_context"
save_re_context(): do "local $n" with no PL_curpm
Perl_save_re_context(): re-indent after last commit
op.c: avoid direct op_sibling access
keep FOO read-only in 'FOO'->f()
skip t/op/dump.t under Address Sanitizer
assertion failure on interpolated parse err
fix t/uni/parser.t test
fix some minor compiler warnings
skip some asserts on non-PERL_OP_PARENT builds
op_sibling => op_sibparent under PERL_OP_PARENT
rename op_lastsib to op_moresib, and invert logic
op_sibling_splice(): allow NULL parent arg
rpeep(): use op_sibling_splice()
op_parent(): only exist under -DPERL_OP_PARENT
add Op(MORE|LAST|MAYBE)SIB_set; rm OpSIBLING_set
perldelta for PERL_OP_PARENT changes
[MERGE] update PERL_OP_PARENT implementation
Father Chrysostomos (12):
Deparse.t: test <<>>
[perl #122322] Update OOK example in perlguts
regen pod issues
Increase $XS::APItest::VERSION to 0.72
Add B::Generate to perl5220delta
[perl #123790] Assert fail with *x=<y>
[perl #124160] Disable targlex for state var init
concat2.t: Mention where concat.t is
[perl #123790] Disable targlex for some ops
Stop $^H |= 0x1c020000 from enabling all features
[perl #124099] Wrong CvOUTSIDE in find_lexical_cv
[perl #124153] Fix require(v5.6)
H.Merijn Brand (1):
Update Config::Perl::V to version 0.24
Herbert Breunung (1):
updates to perlbook.pod
Hugo van der Sanden (1):
fix signed/unsigned mismatch in (M)EXTEND
James E Keenan (2):
Remove 'use lib' left over from refactoring -- five years ago!
Grammatical correction in inline comment.
James McCoy (1):
lib/perl5db.pl: Restore noop lock prototype
Karl Williamson (22):
if.pm: Note that works with 'no' besides 'use'
Don't raise Wide char warning in UTF-8 locale
perlhacktips: Add caution about clib ptr returns to static memory
perlrebackslash: Nit
perlrecharclass: Fix typo
pod/perluniintro: Nits
pod/perluniintro: Update for EBCDIC and newer Unicode handling
perllocale: Nit
perllocale: Update for EBCDIC
perlebcdic: Clarifications, update
perlpodspec: Nits
perlpodspec: Finish EBCDIC updates
perlpodspec: Nit
Regen podcheck db
utfebcdic.h: Remove comments
Fix SET_NUMERIC_STANDARD, _UNDERLYING spelling
Fix regression in 5.21: /[A-Z]/ai
Regen podcheck db
perlport: Various nits
t/loc_tools.pl: Comments only
perlhack: Nits and update for v5.22
perlop: Nits and update for v5.22
Matthew Horsfall (alh) (1):
Update supported versions in perlpolicy.pod
Max Maischein (1):
Skip testing for PL_warn_locale
Nicholas Clark (1):
Bump Deparse's $VERSION following commit 65ef2c3e7d945498.
Rafael Garcia-Suarez (1):
Correctly deparse <<>>
Randy Stauner (1):
Reword reference to $ENV{PERL_UNICODE} in utf8
Ricardo Signes (5):
fix fencepost error in Module::CoreList is_core
cope with versions that do not match x.yyyzzz in corelist
corelist: bump test count
corelist: use || not // to run on older perls
do not index the modules under lib/perl5db
SHIRAKATA Kentaro (2):
Small typographical corrections to documentation.
perldiag: escape all "<--HERE"
Steffen Mueller (1):
Revert "pp_helem: Remove branch seemingly untaken (v2)"
Steve Hay (22):
Add 5.21.10 epigraph
Tick off the 5.21.10 release
Create new perldelta for 5.21.11 (if that happens)
Bump version for 5.21.11 (if that happens)
Module-CoreList version 5.20150320 is now on CPAN
Prepare Module::CoreList for 5.21.11 (if that happens)
Upgrade IO-Socket-IP from version 0.36 to 0.37
perldelta for previous commit
Sort list of upgraded modules in perldelta
No need to list FindExt in perldelta - it isn't an installed module
perldelta - Update modules
perldelta - Documentation updates
perldelta - Document new test script
perldelta - Begin updating with bug fixes etc
perldelta - Update with remaining changes
perldelta - One more module update
perldelta - Fill in rt.perl.org links
perldelta - Remove boilerplate sections except for Acknowledgements
perldelta - Wrap to 79 columns and other minor copy-editing
Update Module::CoreList for 5.21.11
Finalize perldelta
5.21.11 today
Tony Cook (9):
gv_const_sv() handle subrefs directly in the stash
fix dmake test for gcc
perldelta for c0388966161b, bd8b97a1c641
[perl #123971] fix long double pack padding on newer GCC
perldelta for 070e2677bff6
[perl #124127] fix cloning arrays with unused elements
James McCoy is now a perl AUTHOR
bump perl5db.pl's $VERSION
perldelta for 41ef2c66e0da, 902d16915db2
-----------------------------------------------------------------------
--
Perl5 Master Repository