[prev in list] [next in list] [prev in thread] [next in thread] 

List:       perl5-changes
Subject:    [perl.git]  annotated tag if-0.0605 created. if-0.0605
From:       Karen Etheridge <perl () froods ! org>
Date:       2017-11-20 22:38:58
Message-ID: E1eGuiQ-0007oq-K5 () git ! dc ! perl ! space
[Download RAW message or body]

In perl.git, the annotated tag if-0.0605 has been created

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


        at  0bb51a46a79d3ef50418d025860a88877e820976 (tag)
   tagging  14735530c9ee0afb050f13df6d310f68bc909053 (commit)
  replaces  v5.23.2
 tagged by  Karen Etheridge
        on  Wed Sep 30 19:20:59 2015 -0700

- Log -----------------------------------------------------------------
if version 0.0605

Aaron Crane (2):
      Improve regex debug output for unbounded curly quantifiers
      Quell compilation warning in regcomp.c

Andy Broad (60):
      The #ifdef NV_MIN_EXP straddled the if () braces.
      amigaos4: Configure: /dev/null works, but test -c doesn't
      amigaos4: Configure: tr extra sanity check
      amigaos4: Configure: the multiview is a good amigaos indicator
      amigaos4: Configure; the abc/pdksh shell evaluates \n in arguments
      amigaos4: Configure; abc/pdksh bug workaround, hardwire the fieldn
      amigaos4: Configure: -fstack-protector* compiles but does not link
      amigaos4: Configure: this test needs also alarm()
      amigaos4: Configure: allow hinting d_procselfexe
      amigaos4: Configure: allow hinting sig_num_init
      amigaos4: config.sh, and new hints using the config
      amigaos4: there is no /dev/tty but there is CONSOLE:
      amigaos4: add Amiga::ARexx and Amiga::Exec
      amigaos4: detect the Amiga extensions
      amigaos4: ppport.h for the AmigaOS extensions
      amigaos4: Amiga extensions maintenance
      amigaos4: lib/.gitignore for the Amiga extensions
      amigaos4: do not build Amiga extensions in Win32
      amigaos4: the Perl executable needs to be linked with -ldl
      amigaos4: flock unimplemented
      amigaos4: Makefile.SH workaround for shell bug
      amigaos4: add amigaos the glue code
      amigaos4: copy the amigaos glue files to the top
      amigaos4: check that the errno indicates an error
      amigaos4: WORD defined in exec/types.h
      amigaos4: FD_CLOEXEC is defined but not implemented
      amigaos4: exec returns I32
      amigaos4: special post-exec trick needed
      amigaos4: clone differently
      amigaos4: save and restore stdio handles around exec
      amigaos4: use amigaos glue for exec(), system(), waitpid()
      amigaos4: PERL_SYS_INIT_BODY and PERL_SYS_TERM_BODY
      amigaos4: use our own environ implementation
      amigaos4: fork child handling
      amigaos4: unistd.h needs netinet/in.h
      amigaos4: no env in main()
      amigaos4: setenv magic should work with __amigaos4__
      amigaos4: needs inplace edit backup file
      amigaos4: avoid my_popen_list
      amigaos4: use my_popen from amigaos.c
      amigaos4: avoid my_pclose
      amigaos4: unlink of open/locked files will fail
      amigaos4: random device name
      amigaos4: use afstat for fstat
      amigaos4: neither sched_yield nor pthread_yield
      amigaos4: translate $^X to unix style
      amigaos4: ext/POSIX: no mkfifo
      amigaos4: ext/POSIX: no fancy signals
      amigaos4: dist/PathTools/Cwd: special env handling
      amigaos4: dist/PathTools/lib/File/Spec: add AmigaOS.pm
      amigaos4: dist/threads: no thread signal blocking
      amigaos4: cpan/Compress-Raw-Zlib: also __amigaos4__
      amigaos4: cpan/Pod-Perldoc: different paging
      amigaos4: cpan/Socket: needs INET_ADDRSTRLEN
      amigaos4: customized Compress-Raw-Zlib Zlib.xs
      amigaos4: customized Pod::Perldoc lib/Perldoc.pm
      amigaos4: customized Socket Socket.xs
      amigaos4: no FD_CLOEXEC, no test
      amigaos4: install scripts
      amigaos4: README.amiga

Chris 'BinGOs' Williams (7):
      Module-CoreList-5.20150820 is now on CPAN
      Update Pod-Simple to CPAN version 3.31
      Don't add -shared when the compiler is clang++
      Update experimental to CPAN version 0.014
      Module-CoreList-5.20150912 is on the CPAN
      Remove ExtUtils-Command, it is merged in EUMM now
      Update ExtUtils-MakeMaker to CPAN version 7.10

Craig A. Berry (2):
      Skip Amiga extensions on VMS.
      Skip aassign.t test under -DDEBUGGING on VMS.

Dan Collins (1):
      PATCH [perl #126039] regexec.c: Fix compiler warning

Daniel Dragan (3):
      add parallel support 4 Win32 dmake building part 1
      add parallel support 4 Win32 dmake-COREDIR parallelism part 2
      add parallel support 4 Win32 dmake-uudmap+no 2nd run of config_h.PL part 3

David Mitchell (6):
      RT #125840 stop *x = $x doing bad things
      pp_aassign: scan on DEBUGGING builds
      pp_aassign(): fix ($x,$y) = (undef, $x)
      aassign.t: better test for DEBUGGING build
      re/speed.t: increase watchdog timeout
      Revert "#126039 regexec.c: Fix compiler warning"

James E Keenan (3):
      Remove superfluous line in code sample.
      Increment $VERSION in lib/locale.pm.
      Add test for sprintf ordering by both explicit index and not.

Jan Dubois (3):
      Use personal email address for Jan Dubois
      Update Win32 to CPAN version 0.52
      Declare compatibility with newer released versions of Windows

Jarkko Hietaniemi (7):
      POSIX: mention the Inf, NaN constants; other small tweaks
      POSIX: version bump for d7a0f0b
      Note that the all the fd flags are saved/restored.
      Explicitly use and check for FD_CLOEXEC.
      One more FD_CLOEXEC case, missed in 131d45a9.
      AUTHORS for 8c1ed856
      Add minitest-notty to run minitest as batch.

Jerry D. Hedden (1):
      Upgrade to Thread::Queue 3.06

John SJ Anderson (1):
      Replace '-w' ref in SEE ALSO with 'use warnings'

Karen Etheridge (1):
      fix list rendering in perlhack

Karl Williamson (110):
      mktables: Use mnemonic instead of hex constant
      mktables: Fix up property calc for early Unicodes
      mktables: Move code to common functions
      mktables: Fix so -annotate works on early Unicodes
      mktables: Revamp the compare versions functionality
      mktables: Move file handling to non-exceptional order
      mktables: Comment changes only
      PATCH: [perl #125805] Perl segfaults with a regex_sets error message
      podcheck.t: regenerate db
      perldelta: Improve wording for [perl #125805]
      perldebguts: Add clarification
      Add ANYOFD regex node
      regcomp.h: Fold 2 ANYOF flags into a single one
      regcomp.c: Add a parameter to static function
      Make qr/(?[ ])/ work in UTF-8 locales
      Further clarification to [perl #125805] perldelta
      PATCH: [perl 125825] {n}+ possessive quantifier broken
      Output bad locale warning in regex synthetic start class
      regexec.c: Move a #define next to related code
      perldelta: Fix typo
      Various .t files: Use globals to see if on EBCDIC
      op/chr.t: Better skip message
      t/op/tr.t: Clarify skip tests message
      t/base/lex.t: Use more standard test for EBCDIC
      lib/utf8.t: Add some tests to stress EBCDIC
      t/op/utf8decode.t: Better SKIP message
      perlguts: Wrap macro name with C<>
      t/op/split.t: Generalize for EBCDIC
      lib/utf8.t: EBCDIC fixes
      PATCH: [perl #125947] Doc error in perlunicode
      Add John SJ Anderson to AUTHORS
      utf8::unicode_to_native() should return UV, not an IV
      utfebcdic.h: Clarify comment
      re/regex_sets.t: Suppress $^W expected warnings
      regcomp.h: SSC no longer has to be strict ANYOF
      regcomp.h: Reorder some flag definitions.
      regcomp.[ch]: Comment additions, fixes
      io/utf8.t: Fix typo in comment
      io/utf8.t: Generalize test for ebcdic, better skip msg
      uni/lex_utf8.t: Generalize for EBCDIC platforms
      Make cmp() work on EBCDIC with both UTF-8 operands
      sv.c: White-space only
      pp.c: White-space only
      t/uni/gv.t: Generalize for EBCDIC
      ext/XS-APItest/t/svcat.t: Generalize to run on EBCDIC
      XS-APItest/t/svpeek.t: Skip ASCII-centric test on EBCDIC
      XS-APItest/t/svpv_magic.t: Generalize for EBCDIC
      utf8.h: Add macro synonym
      perlapi, perlintern: Add L<> links to pod
      Start fixing some pod pedantic errors
      Fix some pedantic pod erros in Thread::Queue
      Various pods: Add C<> around many typed-as-is things
      perlapi: Add some S<>
      perlapi: Change some 'eg' to 'e.g.'
      perlapi use 'UTF-8' instead of variants of that
      perlapi: Change slightly weird construct
      perlapi: Nits
      Change to use UVCHR_SKIP over UNI_SKIP
      utf8.h: Add assertions to macro
      Add macro for converting Latin1 to UTF-8, and use it
      Change filter of problematic code points for EBCDIC
      Remove no longer used #define
      regen/mk_PL_charclass.pl: Refactor a print
      l1_char_class_tab.h: Add bits for UTF-EBCDIC
      l1_char_class_tab.h: Add comments
      Change some UTF-EBCDIC macro handling defns
      utf8.h: Change defn of UNI_IS_INVARIANT
      Change EBCDIC macro definition
      Change EBCDIC macro definition
      Change EBCDIC macro definition
      utf8.h: Change definition of UTF8_IS_INVARIANT
      porting/maintainers.t: Skip on EBCDIC
      Skip some code in a common case
      utf8.h: Add comment; white space changes
      utf8.h, utfebcdic.h: Add some assertions
      Fix potential flaw in 2 EBCDIC macros.
      t/op/utf8decode.t: Update tests from new source material
      Fix broken link in pod for Hash::Util::FieldHash
      Fix a couple of pod issues
      Regenerated podcheck db: AmigaOS pedantic failures
      Rmv trailing ';' on #endif
      Test::Test.pm: EBCDIC fixes
      Test-Test.pm: Pedantic pod fixes
      embed.fnc: Add comment
      locale.c: Add clarifying comments
      Add code for debugging locale initialization
      Add more -DL debugging info
      lib/locale.pm: Add an assertion
      lib/locale.t: sub ok() returns pass/fail
      lib/locale.t: Use 'chomp' not 'chop'
      t/loc_tools.pl: Fix some bugs in locales_enabled()
      Slightly shorten most regex patterns
      Refactor tr/// parsing to work on EBCDIC, fix other bug
      mktables: Fix --annotate option output
      locale.c: Silence porting messages
      pods: Discourage use of 'In' prefix for Unicode Block property
      regcomp.c: Fix, clarify comments
      regcomp.c: Add assertion and parameter to macro
      regcomp.c: Reorder a test
      regcomp.c: Split an internal flag into 2
      PATCH: [perl #125990] panic: reg_node overrun
      toke.c: Silence some compiler warnings
      regcomp.c: Add synonym for macro complement
      PATCH: [perl #125892] qr/(?[ ]) regression with '!'
      regcomp.c: Comment changes only
      regcomp.c: Simplify some code
      PATCH [perl #126036] toke.c: Silence some compiler warnings
      Add Dan Collins to AUTHORS
      PATCH [perl #120790] Unicode::UCD failure to warn on bad input
      if.pm: Better failure message for 'no if'

Lukas Mai (3):
      implicitly anchor .{0,} like .* [perl #125810]
      test implicit anchors using re.pm [perl #125810]
      replace references to "-w" by strict/warnings

Matthew Horsfall (5):
      Add epigraph for v5.23.2.
      Update release schedule
      Fix TBD so podcheck.t is happy
      Porting/new-perldelta.pl regenerations
      Bump the perl version in various places for 5.23.3.

Peter John Acklam (1):
      Reformat code in .pm files in bignum distribution.

Ricardo Signes (7):
      import Time-HiRes v1.9727_02 from CPAN
      Merge commit for amigos branch
      bump versions of perl modules updated in AmigaOS branch
      move Math-Big* from ./dist to ./cpan
      META.* regen for moved Math-* dists
      move Test dist from ./cpan to ./dist
      release managers for September and December 2015

Steffen Mueller (2):
      ExtUtils::ParseXS: Promote version to 3.30
      Porting: Updated version of EU::ParseXS on CPAN

Steve Hay (11):
      Import Module::CoreList changes for 5.20.3-RC1
      Perl 5.20.3-RC1 today
      Add epigraph for 5.20.3-RC1
      Add missing URL for 5.23.2 release announcement
      Perl 5.20.3-RC2 today
      Add epigraph for 5.20.3-RC2
      Module::CoreList: Fill in date for 5.20.3 release
      5.20.3 today
      Add epigraph for 5.20.3
      Copy perl5203delta into blead
      Update release schedule

Sullivan Beck (1):
      Bump Locale-Codes from 3.35 to 3.36

Thomas Sibley (2):
      perlvar: %LAST_MATCH_START is not %-
      English.pm: Only alias $- to $FORMAT_LINES_LEFT

Todd Rinaldo (2):
      Do not inject use Config into Dynaloader.pm when PERL_BUILD_EXPAND_CONFIG_VARS
      Avoid %Config check on Errno load if it was built with \
PERL_BUILD_EXPAND_CONFIG_VARS

Tony Cook (13):
      Revert "Update Pod-Simple to CPAN version 3.31"
      [perl #125341] check for unexpected trash after any sub start
      perldelta for e6b2cf838
      bump perldelta versions in GNUmakefile
      ensure the perldelta version is updated in win32/GNUmakefile
      prevent warning noise on mingw-64 builds
      [perl #120903] perlcall cleanup
      [perl #120903] fix a typo
      [perl #125924] allow op/infnan.t to pass on Win32 gcc
      Support parallel builds on Win32 with dmake
      report missing authors to stderr
      refine the skip test for the 32-bit x86 ABI brokeness
      prevent op/time.t failures on NetBSD 5.1

darksuji (1):
      Make behavior of $Carp::MaxArgNums match docs

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

-- 
Perl5 Master Repository


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic