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

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

        at  bc26baabd7d14628cb10c6d6d990740458c78a4d (tag)
   tagging  f59a22f56c1411049a1e15d4dd99c53aeee32bb9 (commit)
  replaces  v5.27.10
 tagged by  Sawyer X
        on  Fri Apr 20 15:57:35 2018 +0200

- Log -----------------------------------------------------------------
Twelfth release of the v5.27 series!

Aaron Crane (14):
      I18N::Langinfo: fix POD typo
      I18N::Langinfo: clarify POD with a list
      I18N::Langinfo: reword list items
      I18N::Langinfo: add a POD link
      [MERGE] Documentation tweaks in I18N::Langinfo
      Rebuild Configure from latest units
      Rebuild Configure using metaconfig langinfo change
      Add HAS_STRTOD_L to metaconfig.h and rebuild Configure
      op.c: fix weird indentation
      perlfunc: clarify why next/last/redo don't affect sub{} et al
      perlfunc: clarify that keys/values reset the iterator first
      perlapio: fix another out-of-date count of I/O implementations
      RT#132744: clarify subs/vars documentation
      Document that `use v5.12` and `use feature ":5.12"` differ

Alexandr Savca (1):
      Spelling corrections in pod/*.pod from Alexandr Savca.

Chris 'BinGOs' Williams (4):
      Tick another dev release off
      Them bones
      Bump Module-CoreList so is higher than version on CPAN
      Change in the house of flies

Dagfinn Ilmari Mannsåker (3):
      Fix building with -Accflags=-DDL_UNLOAD_ALL_AT_EXIT
      Mark unused dl_unload_all_files() argument
      Add ppport.h to IO

Daniel Dragan (7):
      RT #133039 dont build a Storable.so/.dll with a static perl build
      fix utf8.c overflowed VC6's preproc macro buffer and syntax errored
      fix parallel ALL_STATIC Win32 build
      fix win32 with Ming.org GCC 3.4.5 build
      fix -DNO_MATHOMS build, mathomed syms were not removed from perldll.def
      fix SEGV in XS::APItest::Backrefs::Comctl32Version()
      ExtUtils::Constant fix "panic: failed to extend arg stack"

David Mitchell (6):
      op_dump(): display PARENT of top-most node
      POSIX.pm: resolve ambiguous #If
      bytes.pm: remove 'use utf8' from example
      S_regmatch(): improve debugging output
      Revert "S_regmatch: eliminate WHILEM_A_min paren saving"
      Encode: truncated_utf8.t TODO passes

H.Merijn Brand (4):
      d_strchr is C89 and has been removed from Configure
      Whitespace consistency
      Update Config::Perl::V with test on 5.27.11 (rsync version)
      Regen after backporting and merging

James E Keenan (7):
      Use lexically scoped ('our') variables in POD examples.
      Remove 'our' from one non-Exporter-related variable.
      Spelling corrections from Ville Skytt.
      Provide additional email address for author.
      One more spelling correction from Ville Skyttä.
      Spelling correction for consistency with pod/perldebguts.pod.
      Spelling correction for consistency with pod/perldebguts.pod.

John Peacock (2):
      Synch cpan/version/* and other files with CPAN version 0.9921.
      Synch cpan/version/* and other files with CPAN version 0.9923.

Karl Williamson (114):
      mktables: Add aliases to the Present_In property
      locale.c: Really silence compiler warning
      I18N::Langinfo/t/Langinfo.t: Skip tests on early netbsd
      utf8.c: Update comment
      regen/mk_invlists.pl: Remove Currency_Symbol definition
      regen/mk_invlists.pl: Handle EBCDIC
      regen/mk_invlists.pl: Allow enum defns to be public
      regen/mk_invlists.pl: Suppress empty enum declarations
      regen/mk_invlists.pl: Fix bug with adjusted inputs
      regen/mk_invlists.pl: Allow to Generate code point mappings
      regen/mk_invlists.pl: White space only
      regen/mk_invlists.pl: Add case changing tables
      Move UTF-8 case changing data into core
      regen/mk_invlists.pl: Fix comment gobbleldy gook
      Move case change invlists from interpreter to global
      Move some inversion list init to perl.c
      Regen uconfig.h
      utf8.c: fix leak
      embed.fnc: Add a const to parameter
      Update proto.h
      utf8.c: Allow to compile for early Unicode versions
      regexec.c: Silence compiler warning
      utf8.c: Add comments
      perl.h: Clarify comment
      utf8.c: Clarify comment
      utf8.c: Prefer an inversion list over a swash
      utf8.c: Avoid calling swash code
      Fix bug in mathoms fcn _is_utf8_xidcont()
      Move init of 2 inversion lists to perl.c
      utf8.c: Change no longer used params to dummys
      Remove no longer used constant and #if checks.
      regen/mk_invlists.pl: Generate charnames inversion lists
      Use charnames inversion lists
      regexec.c: Rmv obsolete macro
      regexec.c: Convert one swash to inversion list
      regexec.c: Check for UTF-8 fitting
      regexec.c: Explicitly use case: instead of default:
      regexec.c: Convert swash lookup to inversion list
      regexec.c: Convert swash lookup to inversion list
      regexec.c: Convert swash lookup to inversion list
      regexec.c: White-space, comment only
      Remove obsolete variables
      regen/mk_invlists.pl: Change some fcns to return a ref
      regexec.c: Remove no longer used macros
      regen/mk_invlists.pl: Inversion maps don't have to be IV
      regen/mk_invlists.pl: Generate tables for inverted case folds
      Use compiled-in C structure for inverted case folds
      utf8.c: Rmv no longer used function
      regen/mk_invlists.pl: Improve error message
      regen/mk_invlists.pl: Fix to work on early Unicode
      regcomp.c: Rmv no longer used core-only function
      regcomp.c: Rmv no longer used variable
      Merge branch 'use swashes less often' into blead
      regcomp.c: White-space only
      regexec.c: White-space only
      regexec.c: Simplify a little
      utf8.c: Remove unused thread context for core-only fcn
      utf8.c: Add missing const in formal parameter
      regcomp.c: Simplify a function
      regexec.c: Silence a compiler warning
      PATCH: [perl #133405] POSIX.xs: Silence compiler warning
      regexec.c: Use macro intended for the purpose
      PATCH: [perl #132167] Parse error in regex_sets
      inline.h: Silence compiler warning
      Use unsigned to avoid compiler warning
      Revert "inline.h: Silence compiler warning"
      PATCH: [perl #133037] new warning in inline.h
      Add Marc-Philip Werner to AUTHORS
      Move utf8_to_uvchr out of mathoms.c
      PATCH: [perl #132055] Assertion failure
      utf8.c: Don't dump malformation past first NUL
      PATCH: (perl #132227 CVE-2018-6797] heap-buffer-overflow
      perlbug: Ask confirmation if would overwrite existing file
      regen/mk_invlists.pl: Add comment
      regen/mk_invlists.pl: stop at 256 for latin1 lists
      Subject: PATCH: [perl #132063]: Heap buffer overflow
      Revert "PATCH: (perl #132227 CVE-2018-6797] heap-buffer-overflow"
      heap-buffer-overflow
      t/thread_it.pl: Increase stack size on AIX
      t/re/reg_mesg.t: Add test for [perl #132055]
      regcomp.c: Fix typo in comment
      regen/mk_invlists.pl: Remove improper line
      mktables: Add tests for t/re/unipropsFOO
      re/regexp_unicode_prop.t: Add test
      t/run/locale.t: Add debugging code
      t/run/locale.t: Refactor to use done_testing()
      t/loc_tools.pl: Special case openbsd
      Fixes found by coverity
      PATCH [perl #132164] regcomp.c: Don't try to increment infinity
      t/run/locale.t; Suppress wide char warnings
      locale.c: Reorder some debugging statements
      t/run/locale.t: Silence perl warning
      perldiag: Add diagnostic
      PATCH: [perl #131670] Document Wide char msg better
      Move inversion lists to utf8.c
      regen/mk_invlists.pl: Better handle preprocessor directives
      regen/mk_invlists.pl: Move some code around
      regen/mk_invlists.pl: Move some code around
      regen/mk_invlists.pl: Extract code into subs
      regen/mk_invlists.pl: Reverse order of table vs EBCDIC
      regen/mk_invlists.pl: White space only
      regen/mk_invlists.pl: Use one table if applies everywhere
      Generate all binary Unicode property tables
      regen/mk_invlists.pl: Keep core tables adjacent
      Set up initial \p{} parse function.
      Bring all Unicode property definitions into core
      regen/mph.pl: Use U16, etc, not uint16_t etc
      regen/mph.pl: Move a print around
      regen/mph.pl: Split function into two
      regen/mph.pl: Add comments to gen'd file
      Use a perfect hash for Unicode property lookups
      regen/mk_invlists.pl: Omit #defines
      perldelta for this moving uniprops to core
      Merge branch 'bring unicode properties into core' into blead

Marc-Philip (1):
      PATCH: [perl #133074] 5.26.1: some coverity fixes

Nicholas Clark (2):
      Bump version to 0.24_50.
      Bump version to 0.25.

Pali (1):
      Devel::PPPort: Use prefix D_PPP_ for helper macros

Ricardo Signes (1):
      perlvar: update the docs on "my $_" to note its removal

Sawyer X (4):
      Push release of 5.28 by a month to May
      Update Module::CoreList for 5.27.11
      Finalizing perldelta
      Add new release to perlhist

Sergey Aleynikov (7):
      Update RT path for Devel::PPPort
      Update links in Devel::PPPort documentation
      Fix static builds with MinGW
      Fix spelling in windows makefiles
      Fix ALL_STATIC builds with MinGW
      Maintain extralibs order for linker
      PATCH: [perl #133121] Fix crash in gv_fetchmeth_sv

Steve Hay (9):
      Maint releases are now expected mid-April; RC1s will be out soon
      5.24.4-RC1 and 5.26.2-RC1 today
      Add epigraphs for 5.24.4-RC1 and 5.26.2-RC1
      Epigraphs for 5.24.4 and 5.26.2
      Update Module-CoreList with data for 5.24.4 and 5.26.2
      Import perl5244delta.pod and perl5262delta.pod
      5.24.4 today
      5.26.2 today
      Tick off 5.24.4 and 5.26.2

Todd Rinaldo (13):
      Epigraph for 5.27.10
      New Perldelta for 5.27.11
      Bump the perl version in various places for 5.27.11
      Adjust code which did not get automatically switched over to 5.027011
      Upgrade Time::HiRes from version 1.9757 to 1.9758
      Update Porting/Maintainers.pl to match CPAN for Module::CoreList
      Remove redundant advice in the RMG about using pod2html which you were 
just shown how to use
      Revert "Upgrade Time::HiRes from version 1.9757 to 1.9758"
      Revert "Upgrade Time::HiRes from version 1.9753 to 1.9757"
      Bump Time-HiRes to 1.9759 to revert changes from 1.9754..1.9758 on CPAN
      Bump all IO modules to 1.39 and set required Perl to 5.8.1
      Remove pre-5.8 logic no longer relevant in IO unit tests
      Update IO ChangeLog since last public release to CPAN

Tony Cook (9):
      (perl #133009) handle the XP fallback after we're ready to write
      Storable: the Limit.pm should depend on the code generating it
      (perl #133009) *nix builds need Cwd.pm too
      (perl #132876) only define croak_xs_usage()'s assert macro if cxu 
requested
      (perl #132876) define API macros on if the NEED_ macro is defined
      (perl #127743) don't use a freed context
      prevent warnings from building Storable on x64 Win32 with gcc
      (perl #131844) fix various space calculation issues in pp_pack.c
      regen uconfig.h

Yves Orton (2):
      fix TRIE_READ_CHAR and DECL_TRIE_TYPE to account for non-utf8 target
      Add regen/mph.pl for generating a perfect hash

Zefram (2):
      delete unreliable test of Carp crash avoidance
      fix versions in doc of signature/attribute diag

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

-- 
Perl5 Master Repository

Reply via email to