In perl.git, the annotated tag v5.31.3 has been created

<https://perl5.git.perl.org/perl.git/commitdiff/5c60e81cd3519797d3c24dbf909bab5c0c10dab1?hp=0000000000000000000000000000000000000000>

        at  5c60e81cd3519797d3c24dbf909bab5c0c10dab1 (tag)
   tagging  1f6c9461cb3775550f70cd0c579d874dc80c5038 (commit)
  replaces  v5.31.2
 tagged by  Tom Hukins
        on  Tue Aug 20 13:23:17 2019 +0000

- Log -----------------------------------------------------------------
Release v5.31.3

Alexandr Savca (1):
      vms/vms.c: fix unused relational comparison result

Andrew Hewus Fresh (1):
      Recommend chdir after chroot more strongly

Chad Granum (1):
      Update Test-Simple to CPAN version 1.302166

Chris 'BinGOs' Williams (6):
      Update Win32 to CPAN version 0.53
      Update Scalar-List-Utils to CPAN version 1.51
      Update Compress-Raw-Zlib to CPAN version 2.087
      Update Compress-Raw-Bzip2 to CPAN version 2.087
      Update IO-Compress to CPAN version 2.087
      Revert "Update Scalar-List-Utils to CPAN version 1.51"

Dagfinn Ilmari Mannsåker (2):
      Fix obsolete mention if is_sig in S_pending_ident comment
      Fix typo in STORE_LC_NUMERIC_SET_TO_NEEDED_IN docs

Dan Book (1):
      update 'say' docs to better represent reality

David Cantrell (3):
      I18N::LangTags: bump version
      I18N::LangTags: document IGNORE_WIN32_LOCALE
      I18N::LangTags: minor clarification

David Mitchell (14):
      Perl_Slab_Alloc(): rename 'slab' to 'head_slab'
      make opslot_slab an offset in current slab
      OPSLAB: always have opslab_size field
      opslabs: change opslab_first to opslab_free_space
      struct opslot: document a field better
      OPSLOT: replace opslot_next with opslot_size
      Perl_opslab_force_free() adjust loop test
      [MERGE] slim down opslot structure.
      op_dump(): display a wild parent pointer.
      include a trailing \0 in SVs holding trie info
      avoid use-after free in /(?{...})/
      fix size-miscalculation upgrading LISTOP TO LOOPOP
      perldelta for 442d4b523eda1 (opslot)
      Perl_quadmath_format_single(): fix off-by-1 err

E.Choroba (1):
      Fix pod formatting

Graham Knop (2):
      remove remains of Storable stack size detection
      move Storable CAN_FLOCK computation into XS

H.Merijn Brand (2):
      Remove trailing '/' from prefix
      Configure: reuse "cached" value of "none" for dir

Hauke D (1):
      (perl #133695) "0".."-1" should act like 0..-1

Hugo van der Sanden (3):
      [perl #134172] restrict scope of locale changes during sprintf
      [perl #134172] Avoid multiple checks of IN_LC(LC_NUMERIC)
      [perl #134172] perldelta

James E Keenan (4):
      perldelta for 6b62d97b14ca2894417d0297a435c63e056e31fe
      Run tests in ext/File-Find/t in series
      perldelta for 2f36de812bad297aa2393aee5b13ed2e3acd00e8
      perldelta for ab7a3d991f6e4eb554d12bf4f083c352fe40452f

Johan Vromans (1):
      Getopt::Long: sync with CPAN version 2.51

Karen Etheridge (1):
      add perlweb update to RMG

Karl Williamson (26):
      handy.h: Add missing character classification synonym
      Document my_sprintf as deprecated
      embed.fnc: Clarify wording
      embed.fnc: Fix wrong comment
      embed.fnc: Certain fcns don't have Perl_ prefix
      embed.fnc: foldEQ has documentation
      autodoc.pl: Fix typo in comment
      pad.h: Parameters to many functions are ptrs
      embed.fnc: Fix typo in comment
      numeric.c: Fix typo in pod
      embed.fnc: Note functions that have documentation
      autodoc.pl: Warn if entry missing d flag but has docs
      autodoc.pl: Forget heuristics, we have a flag
      locale.c: Stop Coverity warning
      regcomp.c: Don't read off the end of buffer
      perlapi: 5.30 promise not met; change to 5.32
      perlapi: Reword some isFOO char classification docs
      perlapi: save_gp is a GV function
      perlapi: sortsv_flags is an SV function
      perlapi: my_sprintf is a Miscellaneous function
      perlapi: Document isALNUMC and variants
      PATCH: [perl #134357] embed.fnc missing flag for docs
      perldelta: Fix typo
      perldelta: Document I8N::LangTags noteworthy change
      utfebcdic.h: Fix EBCDIC compilation error
      Fix utf8_to_uvchr_buf to match docs

Paul "LeoNerd" Evans (1):
      [perl #132474] Add function for parsing sub signatures

Sawyer X (1):
      Update release schdule, still missing some

Steve Hay (8):
      Add epigraph for 5.31.2
      Tick off 5.31.2
      Create new perldelta for 5.31.3
      Bump version to 5.31.3
      Update Module::CoreList for 5.31.3
      Module::CoreList 5.20190720 is now on CPAN
      Get dist/Devel-PPPort/t/uv.t passing
      Update next major release number in Porting/todo.pod

Tom Hukins (5):
      perldelta - remove boilerplate
      Update Module::CoreList for 5.31.3
      perldelta - acknowledgements
      perldelta - module versions
      5.31.3 today

Tomasz Konojacki (4):
      Time::HiRes: normalize indentation
      Time::HiRes: remove code for perls older than 5.6
      Time::HiRes: remove the remains of MacOS classic support
      Time::HiRes: remove workaround for an ancient Devel::PPPort bug

Tony Cook (36):
      (perl #134291) propagate non-PVs in $@ in bare die()
      perldelta for 85d4e0a35b2d
      ensure mktests.PL produces the same output cross-platform
      writing to the root directory requires elevated privileges
      File-Find/t/find.t: reindent after adding a SKIP block
      bump $Devel::PPPort::VERSION
      bump $File::Find::VERSION
      perldelta for e3f4f3212908, 33617017c38f, cfb8d85df6eb
      Win32: set FOO lists values for all variables starting with FOO
      avoid synthesizing locale names with newlines in them
      perldelta for 43e5ab2e34fe
      (perl #134310) don't confuse S_no_op()
      perldelta for 8348ac19a3c3
      Revert "Revert "postpone perl_parse() exit(0) bugfix""
      Storable: make count large enough
      PerlIO::Via: check arg is non-NULL before using it.
      bump $PerlIO::via::VERSION
      perldelta for d1bc97feec1a
      minimally document the stacksize tool
      bump $Storable::VERSION and update ChangeLog
      (perl #134266) make sure $@ is writable when we write to it
      perldelta for 933e3e630076
      (perl #132777) document PL_exit_flags
      (perl #132777) document and add PL_curcop to the API
      (perl #132777) APIify and document PL_curstash
      (perl #132777) document and APIify PL_defgv
      (perl #132777) document and APIify PL_parser
      (perl #132777) document (sort of) and APIify PL_runops
      (perl #132777) APIify and document PL_perl_destruct_level
      PERL_DESTRUCT_LEVEL no longer requires a -DDEBUGGING build
      APIify and document several interpreter variables
      bump $Time::HiRes::VERSION
      Cleanup Time::HiRes
      perldelta for merge commit 17154110146f
      (perl #124256) disallow \K in lookahead and lookbehind
      perldelta for 105c827d9a0f

-----------------------------------------------------------------------

-- 
Perl5 Master Repository

Reply via email to