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

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

        at  f2a7553504cda041f6ac212c23b55633658a2f4b (tag)
   tagging  8de8eb77f9d6567ac8194b8d19af809e36945198 (commit)
  replaces  v5.29.3
 tagged by  Aaron Crane
        on  Sat Oct 20 13:55:02 2018 +0100

- Log -----------------------------------------------------------------
Fifth release of the v5.29 series!

Aaron Crane (3):
      RT#133573: $^X fallback when platform-specific technique fails
      Update Module::Corelist for 5.29.4
      Finalize perldelta for 5.29.4

Alexandr Savca (2):
      fix typos
      fix wrong number of parameters for macro SHIFT_VAR

Andreas Koenig (1):
      Updates CPAN.pm to ANDK/CPAN-2.21-TRIAL.tar.gz

Chris 'BinGOs' Williams (2):
      Update Module-CoreList for v5.29.4 (shim)
      Chooser of the slain

Craig A. Berry (1):
      Fix used only once warning in gmagic.t.

Dagfinn Ilmari Mannsåker (4):
      Remove support for setting $[ to a non-zero value
      Remove arybase support from B::Deparse
      Minor POD cleanups in sv.c
      Remove obsolete mention of a fifth arena type

David Mitchell (1):
      fix 'for reverse @array' bug on AIX

Eugen Konkov (1):
      Be more explicit about how to work with $AUTOLOAD

James E Keenan (13):
      Remove B::Debug from core distribution.
      Avoid compiler warning showing up on darwin.
      perldelta for 903b1101f7c2c55545e6cfd3eb5dfd564e1befd2
      Implement scheduled fatalization of my() in false conditional
      Eliminated 3 '-Wparentheses' warnings detected by g++-8.
      Sync bignum with CPAN version 0.51
      Update example of Dump on hashref.
      Fatalize use of $* and $#
      Implement fatalization of dump()
      Remove File::Glob::glob() in perl-5.30
      perldelta for commits:
      Use bsd_glob() instead of glob().
      basic.t: Provide descriptions for all unit tests

John SJ Anderson (6):
      Merge branch 'release-5.29.3' into blead
      5.29.3 epigraph
      update release_schedule for 5.29.3
      new perldelta for 5.29.4
      bumping versions to 5.29.4
      Remove perlweb bits from release manager's guide

Karl Williamson (70):
      regcomp.c: Fix typo in debug stmt
      regexec.c: Rename variable
      PATCH: [perl #133547]: script run broken
      re/script_run.t: White-space only
      regexec.c: Remove macro use for further clarity
      regexec.c: Remove obsolete comments
      regexec.c: Comments, White-space only
      perlre: Add missing word to fix grammar
      Change REG_INFTY to 2**16-1, instead of 2**15-1
      Add Matthias Bethke to AUTHORS
      perl.c: Silence compiler warning
      regcomp.c: Fix Posix ASCII defins for cased, vert space
      regcomp.c: Change error reporting mechanism slightly
      regcomp.c: Add #ifdefs for RE_TRACK_PATTERN_OFFSETS
      regcomp.c: Change name spelling for clarity
      regcomp.c: Make 'const' 2 parms to re_op_compile
      t/lib/warnings/regcomp: Turn off warns for experimental
      t/re/reg_mesg.t: Turn off warns for experimental
      regcomp.h: Create FILL_NODE macro and use it
      regcomp.c: Rename macros; reword some panic messages
      regcomp.c: Use pre-existing macro
      regcomp.c: Change macro formal parameter name
      regcomp.c: Add conversion macros and use them
      regcomp.h: White-space, comments only
      regcomp.c: White-space, comment only
      regcomp.h: Remove unused macros
      regcomp.h: Add some macros
      regcomp.sym: Add node type ANYOF_POSIXL
      regcomp.c: Generate new regnode for /[[:posix:]]/l
      regcomp.h: Swap struct vs typedef
      regcomp.sym: Add lengths for ANYOF nodes
      regcomp.c: Use regnode offsets during parsing
      regcomp.c: Use name consistently
      regcomp.c: Use another macro consistently
      regcomp.c: Rename macro and label
      regcomp.c: Put common code in a macro
      regcomp.c: Add macro for warning experimental features
      regcomp.c: Consolidate 2nd pass for warnings
      regcomp.c: Move some code to earlier
      regcomp.c: Move some more code to earlier
      regcomp.c: Generalize conditions to output warnings
      regcomp.c: Add ability to not warn during substitute parse
      regcomp.c: Omit warning if error about to be raised
      Consolidate code into a single macro
      regcomp.c: Split variable into two
      regcomp.c: Combine expression into a macro
      regcomp.c: Use an equivalent 'if' condition
      regcomp.c: Use SvREFCNT_inc_NN()
      regcomp.c: Rmv unnecessary else
      regcomp.c: Reorder 'if' clauses
      regcomp.c: Use an equivalent 'if' condition
      regcomp.c: Add some const's to static fcn
      regcomp.c: Move some declarations
      regcomp.c: Defer setting flags of a regnode
      regcomp.c: Defer setting regnode operand
      regcomp.c: Defer setting the OP variant of a regnode
      regcomp.c: Add macro for warnings output
      regcomp.c: Consolidate checks for warnings fatality
      regcomp.c: Extract code into a function
      regcomp.c: Move fcn call out of loop
      regcomp.c: Remove variable in favor of struct element
      regcomp.c: Test for having /u earlier for \p{}
      regcomp.c: Extract code into a function
      regcomp.c: Test that code block exists before cleaning
      regcomp.c: Avoid potential NULL ptr dereference
      Remove sizing pass from regular expression compiler
      Remove references to passes from regex compiler
      regcomp.c: White space only
      perldelta
      Merge branch 'remove sizing pass' into blead

Matthias Bethke (1):
      POSIX.pod: Mark cuserid() as obsolete

Nicolas R (4):
      Move the is_linux_container test helper to test.pl
      Adjust t/op/stat.t when run from docker
      t/uni/caller.t should declare its plan at run time
      use a buffer for is_cur_LC_category_utf8

Slaven Rezic (1):
      Accept also ESTALE (fix for RT #133534)

Tomasz Konojacki (1):
      win32: define HAS_BUILTIN_EXPECT on MinGW

Tony Cook (12):
      (perl #132655) nul terminate result of unpack "u" of invalid data
      perldelta for 12cad9bd9972
      (perl #130674) don't modify $^H in vars.pm
      perldelta for eda3f954e1ab
      (perl #133439) fix -Dm reporting for calloc()
      perldelta for 2273039810f4
      (perl #133494) better document CCHOME for GCC builds
      mention gmake builds in a few more places.
      (perl #125760) fatalize sysread/syswrite/recv/send on :utf8 handles
      (perl #126760) adapt sigtrap for layers on STDERR.
      perldelta for 1ed4b7762a85
      (perl #125760) add fatal :utf8 tests for recv and send

sisyphus (4):
      define d_ldexpl in win32/config.gc
      define HAS_LDEXPL in win32/config_H.gc
      amend sisyphus' email address in AUTHORS
      amend sisyphus' email in Porting/checkAUTHORS.pl

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

-- 
Perl5 Master Repository

Reply via email to