In perl.git, the annotated tag v5.20.2-RC1 has been created
<http://perl5.git.perl.org/perl.git/commitdiff/13b498df64fb4bcec264534961bcda03a0fbc280?hp=0000000000000000000000000000000000000000>
at 13b498df64fb4bcec264534961bcda03a0fbc280 (tag)
tagging a920fedcd88708027dc9204b8d8abac1638789d4 (commit)
replaces v5.20.1
tagged by Steve Hay
on Sun Feb 1 00:37:45 2015 +0000
- Log -----------------------------------------------------------------
Perl 5.20.2-RC1
Aaron Crane (1):
[perl #123029]: add regression test
Abigail (10):
List files to modify.
Use F<> for files, not L<>
Added 5.21.5 release to perlhist
Epigraph for 5.21.5
"all question marks" is ambigious.
Tick off the 5.20.0 and 5.20.1 releases.
5.21.5 has been ticked off
perldelta: Mention that IRIX and Tru64 are regained platforms.
Update Module::CoreList for 5.21.5
Installing Inline no longer installs Inline::C.
Andreas Voegele (2):
Only compare defined values with "ge" in
Module::CoreList::first_release_raw
Add test for rt#123556
Andy Dougherty (1):
Correct usage of memEQs in attributes.xs [perl #122701]
Anthony Heading (1):
stat Makefile.PL to get values for utime.
Aristotle Pagaltzis (2):
perl.pod: Use consistent perldelta order
perlfunc: document immediate stricture effect of "our"
Chris 'BinGOs' Williams (13):
Trailing whitespace removed in perlport.pod
Add epigraph for v5.21.6
Update perlhist for v5.21.6
Tick that v5.21.4 got a release in the schedule
Upstream a patch from pkgsrc for NetBSD hints
Bump Module-CoreList versions to new date stamped version
Bump Module-CoreList versions again
Remove the corevers.t from Module-CoreList and amend corelist porting test
Changed Module-CoreList version to how it should be
Update Module-CoreList Changes file for 5.20141002 release
Make the CAVEAT entry in Module-CoreList pod sane
Update Module::CoreList for v5.21.6
There's no need to rewrite the Module-CoreList pod now
Craig A. Berry (1):
Fix distclean for "pm_to_blib directly" extensions.
Daniel Dragan (4):
[perl #123502] isnan identifier can't be used as a var
fix WinCE build
make -DNO_MATHOMS work on Win32
improve and reword README.win32
Doug Bell (5):
sig() should be kill()
add missing close paren in pod
clarify use VERSION docs
make it clear not to use git-send-email at all
git format-patch -M option takes branch
Ed J (1):
perlmod and perlstyle improvements
Father Chrysostomos (60):
perldelta for the prev. commit
Manually revert "Rationalise RX_MATCH_UTF8_set()"
[perl #123135] Tests for utf8 $^N within match
perldelta for ab4e48c10a / #123135
[perl #122771] Fix assertion failure with -d and sort
[perl #122995] Hang with while(1) in a sub-list
state.t: Improve test for #123029
sv.c: Always #define COW threshold constants
[perl #123029] Donât steal PADSTALE buffers
Fix crash when lex subs are used for AUTOLOAD
Fix crash when lex subs are used for overload
Fix crash with lex subs under -d
perldelta for f20d0df0f
[perl #122669] Donât taint at compile time
Fix t/op/taint.t on Windows
perldelta for 4c62787/#122771
perldelta for 2c1f00b/#122747
perldelta for #123029
perldelta for 64ff300b/#122669
svleak.t: Add test for #123198
[perl #40565] Fix localisation in pseudo-fork
perldelta for the prev. commit
sv.c: Suppress compiler warning
[perl #123410] sort CORE::fake bizarre behaviour
perldelta for 487e470d / #123410
Fix qr/@array(?{block})/
Fix assertion failure with qr/\Q(?{})/
perldelta for 3bc8ec963 / #123344
[perl #123495] Stop gmtime(nan) from crashing
[perl #123452] Fix crash with s/${<>{})//
parser.t: Correct skip count
perldelta for d8bd3d828 / #123495
perldelta for 08b999a9d / #123452
perldiag: reword and rewrap an entry
perlfunc: consistent spaces after dots
Typo in pad.c apidocs
perldiag grammar
perlsec: Consistent spaces after dots
perlsec: Typo
perlsec: Another typo
Consistent spaces after dots in perlsub
perlop tweak
perldiag: Rewrap for better splain output
Consistent spaces after dots in perlapi
Consistent spaces after dots in perlop
Add Ed J to AUTHORS
Long verbatim lines in perlmodstyle
Consistent spaces after dots in perlmodstyle
Consistent spaces after dots in perlfunc
perlguts typo
perlfunc: Mention map {;...} convention
perliol.pod: Correct flags type in _PerlIO struct
perlpolicy: Be explicit wrt crashing bug policy
release_schedule.pod: Correct some versions
perldiag: Reunite ââ¬Ëperhaps you forgot to loadââ¬â¢
Import perl5184delta
parser.t: Correct bug number
Fix long verbatim line in perlunicook
perldiag: Document âBad symbol for scalarâ
Add Andreas Voegele to AUTHORS
Glenn D. Golden (1):
Improve connected() doc
H.Merijn Brand (1):
Perl 5 on Haiku - libperl.so not found installing out of standard location
Hugo van der Sanden (1):
intuit_more: no need to copy before keyword check
James E Keenan (5):
Doug Bell is now a Perl 5 author.
Semicolon before ellipsis inside block disambiguates.
Update Perl 5 Porter list archives.
Add word missing from docs for 'wait' function.
Grammatical correction.
Jarkko Hietaniemi (18):
AIX doesn't set the length in getsockopt.
IRIX 6.5 (cc 7.4) needs -c99 to compile without whining.
Irix: MIPSpro 7.4 compiler has broken memcmp.
Irix: the explicit <fcntl.h> is needed
Tru64: _SOCKADDR_LEN is good.
Tru64: does have sa_len.
Tru64: the socket API defines must come early.
Tru64: Skip tests that for some reason grind Tru64 to a halt.
Manual backport of 572618de.
IRIX: fsync documented to fail on read-only filehandles.
IRIX: OS mixup in 1d850a6a.
Manual backport of c32c3de1 and bcd8bfa9.
Trailing comma in enum is not C89.
Tru64: the cluster filesystem is special.
Avoid gcc warning.
Version multibump.
Darwin: if cc is explicitly gcc/g++, use it also as ld.
Darwin: set ld to 'cc' if $cc is 'cc' or empty, $cc otherwise.
Jim Cromie (1):
Storable: fixup pod wording
Karen Etheridge (1):
include reference to metacpan.org; refer to the module-authors list
instead of modules, and include a link to the subscription page
Karl Williamson (15):
PATCH: [perl #123198] Memory leak in regex in 5.20.1
PATCH: [perl #123539] regcomp.c node overrun/segfault
perldiag: Add missing entry
perldelta for [perl #123530]
sv.c: Silence VMS compiler warning
perldiag: Add clarification.
perlrecharclass: Use more common property synonym
perlop: Nits
perlsyn: Remove reference to potential Unicode op
perlvar: Note a deprecation
perllocale: Nits and clarifications
perlfunc: Fix typo
perluniintro: Vertically stack ternarys
perldelta: Entry for [perl #122655].
perllocale: Nits
Matthew Horsfall (14):
Update Module::CoreList for 5.21.8
Sync Module::CoreList with CPAN and update for next release
Final updates to M::CL for version bump
RMG - Clarify that updating %released/CAVEATS isn't for RCs
RMG: Remove useless 'make distclean', save time
RMG - Per review - keep make distclean as a test, add comment
RMG - Add comment that git clean -xdf after distclean should be no-op
Update RMG to mention new policy of perlhist containing RMs names.
RMG: Use -Dusedevel in ./Configure, like everywhere else in the RMG.
RMG - Per review - only -Dusedevel for development builds
RMG: Show that version'd binaries might be used
Add new release to perlhist
Add epigraph and update release schedule
Update epigraph with mailing list link
Max Maischein (4):
add new release to perlhist
Update epigraphs.pod
Update Module::CoreList for 5.21.7
Missed the %deprecated entry in Module::CoreList
Peter Martini (2):
Fix documented return type for PAD_SV
Module::CoreList version number bump
Rafael Garcia-Suarez (1):
Fixes for a few trivial typos
Ricardo Signes (22):
document the postderef feature in feature.pm
perlexperiment: add signatures to experimental features
todo: expand the list of OS access builtins to update
document how to graduate from experimental status
delete/exists on array elements is discouraged, not deprecated
perlpolicy: clarify that bans related to RT as well as p5p
import latest epigraphs from maint-5.18
perlhist: bring in 5.18.3 and 5.18.4 release dates
update release schedule
update release schedule
release schedule: put Abigail on for October
release schedule: add managers for 5.21.6, 5.21.8
release schedule: Max M. will do December 2014
release schedule: the v5.22 landing plan
release schedule: 5.18.4 shipped, 5.18.5 may happen
Tom Christiansen's Perl Unicode Cookbook 1st draft
perlunicook: add perlunicook to MANIFEST
perlunicook: add it to build files and TOC
perlunicook: remove empty list item
perlunicook: add trusted-to-exist links for perlunicook
note that sort can't use a lexsub as its SUBNAME
corelist: import v5.18.3 and v5.18.4 data
Shlomi Fish (10):
remove trailing whitespace.
Remove trailing space from perlipc.pod.
Modernized an example in perlipc.pod.
Move the POD away from $a and $b.
Move away from $a and $b for examples.
$a,$b deprecation in perlop.pod.
Convert "\t"s to spaces in perlref.pod.
Remove trailing whitespace.
perlfork.pod: convert "\t"s to spaces.
Convert tabs to spaces and remove trailing space.
Slaven Rezic (1):
perlfunc: another alternative for enabling the "state" feature
Steffen Mueller (1):
Data::Dumper version bump for CPAN release
Steve Hay (87):
Create new perldelta for 5.20.2
Reset regen/feature.pl's mode following previous cherry-pick commit
Move perldelta entry from Errata to Bug Fixes, where it is more
appropriate for maint
Reset Configure's mode following previous cherry-pick commit
perldelta for cherry-pick of 0d42e778cf/#122995
perldelta for cherry-pick of dd369969a5/#122701
Correction to bc1e1a8817: maint has different $VERSION numbers to blead
Fix typo in previous commit
Add missing =item * in perldelta from commit c53c18b375
Correct a bug number in perldelta
Adjust test expectations from previous commit
Improve Errno parsing of Win32 output
Tweak Errno parsing some more
Errno parsing: Don't match hex numbers in parts of function names
Errno parsing: Skip expressions containing function names etc
Bump $Errno::VERSION for previous commits
perldiag grammar
Add epigraph for 5.20.1
Update release announcement template
Perl 5.21.4 today
Add epigraph for 5.12.4
RMG - Note why it is that MAINT is version-bumped late rather than early
RMG - Even RCs these days generally get an epigraph
RMG - Remove out-of-date instruction about epigraph link
RMG - RCs are now listed in perlhist
More actions to take when bumping the version number.
Update release schedule
Update 5.20 release schedule: Plan for 5.20.2 in January
Note that 5.21.6 and 5.21.7 are released
RMG: Note that Porting/release_schedule.pod should be updated
perldelta: Move previous item to Errata From Previous Releases
perldelta - Remove sections that never apply to maint releases
perldelta - Data::Dumper and PathTools upgrades
perldelta - Remaining module upgrades
perldelta correction - IO::Socket has connected(), not isconnected()
perldelta - Correction to perlsyn entry
perldelta - Remaining documentation/diagnostics changes
perldelta - One new file in t/
perldelta for 817b6ac6 (originally 512e01ab00)
perldelta - Add links for rt.perl.org / rt.cpan.org tickets
Silence "Useless use ... in void context" warnings from commit 2ce04c5f4a
perldelta for cherry-pick of e6d55c9947
perldelta - Add link for RT ticket
perldelta for 56f81afc0f
Consistent use of 'Perl' for the language
Add the new perlsub note into perldelta's Known Problems
Bump version to 5.20.2, just ahead of its impending release
Add Module-CoreList check to t/porting/corelist.t
Update Module::CoreList for 5.21.4
Prepare Module::CoreList for 5.21.5, expected on 2014-10-20
Bump the Module-CoreList version for 5.21.6
Bump the Module-CoreList version for 5.21.7
Bump the Module-CoreList version for 5.21.8
Bump the Module-CoreList version for 5.21.9
Bump the Module-CoreList version for 5.20.2
Update copyright information
perldelta - Note the addition of perlunicook
perldelta - Remove boilerplate sections except for Acknowledgements
perldelta - Two spelling corrections
perldelta - Copy-editing
Finalize perldelta except for Acknowledgements and M::CL's final $VERSION
INSTALL - Correct notes about binary compatibility
Teach Porting/cmpVERSION.pl about Scalar-List-Utils (broken by cb8c84586a)
INSTALL - Correct one more binary compatibility note
RMG - Show correct Porting/corelist-perldelta.pl command for MAINT
releases
RMG - Module/CoreList.pod is no longer updated, since 64eeb2c06c
RMG - Put all version-bump related information about INSTALL in one place
RMG - Note that Porting/cmVERSION.pl should be used to check more releases
RMG - Consistent four-space indent; wrap all lines to 79 characters
Update RMG to fix grammar
Update which stable release series are now "officially" supported
Porting/cmpVERSION.pl - Show $VERSION of failing modules
Bump some CPAN $VERSIONs
Bump Pod::PlainText $VERSION
Bump VMS::Stdio $VERSION
Bump $VMS::DCLsym::VERSION for commit 555bd962bf
Make Porting/cmpVERSION.pl --tag v5.18.4 happy
Module::CoreList - Remove 5.20.2 stubs
Update Module-CoreList for 5.20.2
Complete Module::CoreList update for 5.20.2
Module::CoreList - Remove 5.21.9 stubs
perldelta - Update with $VERSION bumps from earlier today
RMG - Module::CoreList's CAVEATS is no longer updated, since 64eeb2c06c
perldelta - Finalize with Acknowledgements section
Perl 5.20.2-RC1 today
RMG - Update local_patches[] code snippet with current code
RC1!
Tadeusz SoÅnierz (1):
Make eval_pv documentation more precise
Tony Cook (16):
don't recurse infinitely in Data::Dumper
[perl #123245] tests for format crashes
[perl #123245] avoid a panic in sv_chop() in formats
perldelta for fcaef4dc8ca9, fb9282c3ccd3
[perl #123443] avoid overflowing got into a negative number
don't allow a negative file position on a PerlIO::scalar handle
perldelta for 63d073d27fe5, 1d050e5534ce
fix PerlIO::scalar get_cnt when the file position is beyond 2GB
perldelta for 696efa16de2c
PerlIO::scalar: skip the 4GB seek test if off_t is too small
[perl #120487] make sure we're using an unmodified @INC to load Win32
bump $IO::Socket::VERSION to 1.38
Glenn D. Golden is now a perl AUTHOR
perldelta for 7eb3f2cf1bb0
[perl #123538] always set chophere and itembytes at the same time
perldelta for 62db6ea5fed1
Yves Orton (2):
perl #122747: localize PL_curpm to null in _core_swash_init
add test for rt122747
kmx (2):
[perl #123436] installperl patch related to $Config{dlext}
[perl #123438] Wrong comment style in win32/win32.h
Ãvar Arnfjörð Bjarmason (2):
t/io/eintr.t: Make this pass on my ppc64 box
perlfunc: Improve the pointer from "elseif" to "elsif"
-----------------------------------------------------------------------
--
Perl5 Master Repository