In perl.git, the annotated tag v5.25.1 has been created
<http://perl5.git.perl.org/perl.git/commitdiff/febfa16a2f75efd39879f07b2cc083d85392b91a?hp=0000000000000000000000000000000000000000>
at febfa16a2f75efd39879f07b2cc083d85392b91a (tag)
tagging 5b145eb412326b9b57276229cfde0ef09e7ca2bc (commit)
replaces v5.25.0
tagged by Sawyer X
on Fri May 20 22:10:36 2016 +0200
- Log -----------------------------------------------------------------
Second release of the 5.25 series!
Aaron Crane (22):
Porting/release_schedule.pod: fix typo
[perl #127877] Emit undef warning on sassign+concat
Fix misleading indentation in op.c
Delete dead null-pointer check in op.c
op.c: add some explanatory comments to S_new_logop()
[perl #127952] misoptimization for negated constant-ish on lhs of logop
S_fold_constants(): refactor foldability detection
Make barewords constant-foldable
sv.c: fix missing word in apidoc
[cpan#100183] Add missing "<FH> chunk #" phrase to Carp messages
Fix Scalar-List-Utils build on C++ compilers; patch sent upstream
Fix Scalar-List-Utils build on C89 compilers; patch sent upstream
[perl #128052] make t/test.pl compatible with older Perls
POSIX: add lround() to the :math_h_c99 export tag
POSIX: add new :netdb_h tag with missing EAI_* symbols
POSIX: add new :sys_socket_h export tag with missing MSG_* symbols
POSIX: delete the L_tmpnam and L_tmpname symbols
POSIX: test that all subroutines are exported
perlbug: don't run editor when noninteractive
make_ext.pl: emit fewer blank lines during build
Add perldelta entries for my 5.25.1 changes
Fix POD error
Andreas Voegele (1):
Fix test failure in lib/perl5db.t when mandoc is installed
Chad Granum (1):
Update to the latest Test-Simple cpan dist
Chris 'BinGOs' Williams (11):
M-CL now 5.20160507 on CPAN
Update Locale-Codes to CPAN version 3.38
Update perlfaq to CPAN version 5.021011
Update Archive-Tar to CPAN version 2.06
Update Archive-Tar to CPAN version 2.08
Update IPC-Cmd to CPAN version 0.94
Update Digest-MD5 to CPAN version 2.55
Correct info in Maintainers.pl for dists already on CPAN
Update Term-ANSIColor to CPAN version 4.05
Update Sys-Syslog to CPAN version 0.34
Add 'corpus' to the heuristic for demo or test modules
Craig A. Berry (2):
Finish mathomizing Perl_instr.
No such thing as MACOSX_DEVELOPMENT_TARGET.
David Mitchell (8):
Split the guts of pp_require into two static fns
reindent S_require_version()
make 'require ::Foo::Bar' die
load-module.t: re-indent and add some comments.
[MERGE] disallow 'require ::Foo::Bar' etc
enable PERL_OP_PARENT by default.
add PERL_OP_PARENT to 'perl -V' output
perldelta: OP_PARENT, and require ::Foo::Bar
Doug Bell (1):
fix link to crosby paper on hash complexity attack
Father Chrysostomos (25):
[perl #128106] Fix reset with non-globs
op.c: Remove special cases for array funcs
Dump empty-string ENAMEs as empty strings
inline.h: Suppress g++ warning under threads
[perl #128086] Test the prev commit
smartkve.t: Delete now-redundant tests
startkve.t: Refactor setting of $errpat
[perl #127976] Use yyerror for each $scalar error
[perl #127976] Restore âor arrayâ to each($s) err
regen_perly.pl: Correct typo
Remove some autoderef leftovers
Fix crash with: undef *_; shift;
Use concat overloading for "foo$_->$*"
Remove LEX_KNOWNEXT and stop using PL_lex_defer
bisect-runner.pl: Donât use /a
bisect-runner: Only run ./Configure -S when needed
Revert "bisect-runner: Only run ./Configure -S when needed"
bisect-runner: Work around ./Configure -S bug
[perl #128171] Fix assert fail with /@0{0*->@*/*0
perldelta update
lexsub.t: Remove some unnecessary evals
[perl #128182] Fix crash with require $nonstring
perldelta for 08f800f85 / #128182
Allow require_error.t be run from the top level
[perl #123367] Test my sub defined in BEGIN{eval}
H.Merijn Brand (1):
Sync Config::Perl::V with release 0.26
Hugo van der Sanden (1):
[perl #128086] Fix precedence in hv_ename_delete
Jarkko Hietaniemi (8):
Update to IPC-SysV 2.07 from CPAN
Sort the %replacement and %reimpl
Remove the deprecated POSIX::tmpnam as unsafe
Croak on unimplemented already at import time
Upgrade to DB_File 1.838 from CPAN.
Upgrade to Scalar-List-Utils 1.45 from CPAN
Coverity sees a path where a NULL op might be dereferenced.
Add POSIX::tmpnam() removal into perldelta
Jim Cromie (1):
fix make test failures in -Accflags=-DPERL_TRACE_OPS
John Lightsey (1):
Add blacklist and whitelist support to Locale::Maketext.
Karen Etheridge (5):
fix typo in RMG
upgrade Module-Metadata to 1.000032
Do not dump verbose diagnostics in perl core.
fix Module::CoreList::is_core bounds checking for specific module versions
remove internal test modules from Module::CoreList
Karl Williamson (30):
mktables: Add stack trace facility
mktables: Add info under -annotate option
mktables: Don't destroy a data structure too soon.
Stop accepting deprecated NBSP in \N{}
toke.c: Fix comment
Remove deprecated literal control char variable names
Make deprecated qr//xx fatal
ext/B/t/OptreeCheck.pm: Escape literal pattern '{'
Require literal '{' in patterns to be escaped
Reinstate "Make instr() a macro"
POSIX.pod: Add some caveats about strcoll(), strxfrm()
locale.c: Clarify a debugging statement
locale.c: Some nano-optimizations
locale.c, sv.c: Add, fix some comments
README.freebsd: Add some L<>, C<> to pod
POSIX.pod: Fix grammar
embed.fnc: Remove improper flag character
regen/embed.pl: Verify flags field of embed.fnc
mathoms.c: Fix prototype
embed.fnc: Indicate ninstr(), rninstr() have documentation
embed.fnc: Change 'b' flag to not imply 'p' flag
regen/embed.pl: Don't: #define FOO FOO
embed.fnc: Temporarily remove backcompat flag for 2 fcns
embed.fnc: Alter 'b' flag meaning
Make two functions for 5.005 backcompat MATHOMS
mathoms.c: Remove special casing from instr()
Merge branch to not require mathoms special cases into blead
Use memmem() if available on the platform for Perl_ninstr()
sv.c: Add comment
mathoms.c: Add instructions for moving code here
Lukas Mai (1):
fix symbol detection with gcc 6 link-time optimization (RT #128131)
Maxwell Carey (1):
Clarify description of sprintf "%.1g"
Nicholas Clark (2):
Treat require ::foo::bar; the same as foo::bar;
Validate the 'require Bare::Word' pathname.
Niko Tyni (7):
Fix the Configure escape with usecrosscompile but no targethost
perlbug: Allow noninteractive use in test mode (-t option)
perlbug: quit main loop on empty answer / eof in test mode
perlbug: Allow subjects without whitespace in test mode
perlbug: Add unit tests
perlbug: Refactor duplicated file reading code
perlbug: wrap overly long lines
Ricardo Signes (6):
bump version to v5.25.1: now open for business
perldelta: new v5.25.1 perldelta
corelist: update for v5.25.1
update release schedule
epigraphs: add v5.24.0-related epigraphs
document the ?pair option to beforemaintrelease
Sawyer X (6):
Update and correct release schedule:
Correct POD for release managers document:
add a change to perldelta
Update Module::CoreList for 5.25.1
updated perldelta
add new release to perlhist
Tony Cook (8):
perldelta for 23695c073f41
perldelta for e71f25b35412
(perl #127923) pass porting tests
(perl #127923) note priority between the white and blacklist
(perl #127923) add blacklists/whitelists to Locale::Maketext
update GNUmakefile for Test2 too
Maxwell Carey is now a perl author
(perl #127780) point backtick users at the open pragma
Yves Orton (3):
Call PERL_ASYNC_CHECK when we backtrack in the regex engine
fix #128085 - SIGSEGV in S_regmatch with S_study_chunk: Assertion
"!frame" failed.
fix #128109 - do not move RExC_open_parens[0] in reginsert
jdhedden (2):
Upgrade to threads 2.08
Upgrade to threads::shared 1.52
jimc (1):
better glibc i_modulo bug handling
-----------------------------------------------------------------------
--
Perl5 Master Repository