In perl.git, the branch smoke-me/nicholas/RT-118603 has been created

<http://perl5.git.perl.org/perl.git/commitdiff/7faf190f41917e1bc4b8893038d5364d8e5306da?hp=0000000000000000000000000000000000000000>

        at  7faf190f41917e1bc4b8893038d5364d8e5306da (commit)

- Log -----------------------------------------------------------------
commit 7faf190f41917e1bc4b8893038d5364d8e5306da
Author: Yves Orton <demer...@gmail.com>
Date:   Sat Jun 22 19:02:08 2013 +0200

    add PL_reg_intflags_name to globvar.sym - used in debugging regex engine

M       globvar.sym

commit b8f6efdd9cee0ae5cd4adf5a15aebb2984f57fda
Author: Yves Orton <demer...@gmail.com>
Date:   Sat Jun 22 18:17:09 2013 +0200

    Fix and add tests for *PRUNE/*THEN plus leading non-greedy +
    
    "aaabc" should match /a+?(*THEN)bc/ with "abc".

M       embed.h
M       proto.h
M       regcomp.c
M       regnodes.h
M       t/re/re_tests
M       t/re/regexp.t

commit 337ff3078c4082e843af19536e11f70d3d14bfe9
Author: Yves Orton <demer...@gmail.com>
Date:   Sat Jun 22 18:16:36 2013 +0200

    Show intflags as well as extflags

M       embed.fnc
M       embed.h
M       proto.h
M       regcomp.c
M       regen/regcomp.pl
M       regnodes.h

commit 80e09529483332d99472e6944c1f7b1abc89c89c
Author: Peter Martini <petercmart...@gmail.com>
Date:   Sat Jun 22 00:09:12 2013 -0400

    Treat a consecutive semicolons in a prototype as 1
    
    This also intentionally ignores spaces; they're ignored by
    the toker, but if the prototype was set externally, they
    may have leaked in. This is just for the method/not method
    checks.

M       t/comp/proto.t
M       toke.c

commit 0e05e560edc12120d297a77996d0dfa53a9858af
Author: James E Keenan <jkee...@cpan.org>
Date:   Sat Jun 22 00:54:59 2013 +0200

    Correction to Perl version number.
    
    As reported by ni...@thykier.net++ in RT #118575.

M       README.macosx

commit 33954ec3715c20be7a93d4b1b35e41cd32973e8e
Author: Chris 'BinGOs' Williams <ch...@bingosnet.co.uk>
Date:   Fri Jun 21 22:29:11 2013 +0100

    Update Text-ParseWords to CPAN version 3.29
    
      [DELTA]
    
      3.29
      Remove pod test from distribution

M       Porting/Maintainers.pl
M       cpan/Text-ParseWords/lib/Text/ParseWords.pm
M       cpan/Text-ParseWords/t/ParseWords.t
M       cpan/Text-ParseWords/t/taint.t

commit 8b21fa03ebc1de8cb1217ea4e0458a42b4510b2c
Author: Chris 'BinGOs' Williams <ch...@bingosnet.co.uk>
Date:   Fri Jun 21 22:18:38 2013 +0100

    Update Params-Check to CPAN version 0.38
    
      [DELTA]
    
    Changes for 0.38    Thu Jun 20 10:43:37 2013
    ============================================
    * Typo fixes by David Steinbrunner

M       Porting/Maintainers.pl
M       cpan/Params-Check/lib/Params/Check.pm

commit 9a00675db41cb2119a7340d679a1d86f89dd83bf
Author: Chris 'BinGOs' Williams <ch...@bingosnet.co.uk>
Date:   Fri Jun 21 22:14:39 2013 +0100

    Update HTTP-Tiny to CPAN version 0.033
    
      [DELTA]
    
    0.033     2013-06-21 06:26:51 America/New_York
    
      [FIXED]
    
      - Modifying the 'agent' attribute with the accessor will append the
        default agent string, just like setting it during construction
    
    0.032     2013-06-20 11:41:24 America/New_York
    
      [ADDED]
    
      - Added 'no_proxy' attribute, defaulting to $ENV{no_proxy}

M       MANIFEST
M       Porting/Maintainers.pl
M       cpan/HTTP-Tiny/lib/HTTP/Tiny.pm
M       cpan/HTTP-Tiny/t/001_api.t
M       cpan/HTTP-Tiny/t/003_agent.t
A       cpan/HTTP-Tiny/t/141_no_proxy.t

commit 5a50c7c8970381e0720b875dd03ba17bb794712b
Author: Chris 'BinGOs' Williams <ch...@bingosnet.co.uk>
Date:   Fri Jun 21 22:09:59 2013 +0100

    Module-CoreList is 2.92 on CPAN

M       Porting/Maintainers.pl

commit 4c1060812937b8380199ef84b4b2c10c384b7bc7
Author: Karl Williamson <pub...@khwilliamson.com>
Date:   Fri Jun 21 14:19:30 2013 -0600

    perldata: More identifier definition fix
    
    Commit 9c1129c7de15ff8044f606550980c47f8c1724e9 did not update the
    (?(DEFINE).  This does that.

M       pod/perldata.pod

commit a68a39540f0d7418b9dc28bac68bbb6ddc73d0fd
Author: Father Chrysostomos <spr...@cpan.org>
Date:   Fri Jun 21 12:38:27 2013 -0700

    Increase $B::VERSION to 1.44

M       ext/B/B.pm

commit 8922e4382e9c1488fdbe46a0f52493860dc897a6
Author: Father Chrysostomos <spr...@cpan.org>
Date:   Fri Jun 21 11:26:26 2013 -0700

    Remove BmRARE and BmPREVIOUS
    
    These were only used by the study code, which was disabled in 5.16.0
    and removed shortly thereafter.

M       dump.c
M       ext/B/B.xs
M       ext/Devel-Peek/t/Peek.t
M       sv.h
M       util.c

commit 771cc755419212f6b1b78673650a3a2e499c2908
Author: Johan Vromans <jvrom...@squirrel.nl>
Date:   Fri Jun 21 17:31:54 2013 +0200

    Update perlsub.pod for lvalue subroutines.

M       pod/perlsub.pod

commit 9c1129c7de15ff8044f606550980c47f8c1724e9
Author: Karl Williamson <pub...@khwilliamson.com>
Date:   Fri Jun 21 12:04:32 2013 -0600

    PATCH [perl #118563]: Fix perldata ident defn
    
    The formal definition of identifiers was missing the fact that every
    character in an identifier must match \w.  This also adds some
    explanation.

M       pod/perldata.pod

commit 1dbf759920c13f5e1ec5c87cb6e33d629e302e4b
Author: David Golden <dagol...@cpan.org>
Date:   Fri Jun 21 10:02:07 2013 -0400

    release_managers_guide.pod: amended based on v5.19.1 experience

M       Porting/release_managers_guide.pod

commit 0f5bd29fb92492cf7c78ec3195f10abc5c741816
Author: Nicholas Clark <n...@ccl4.org>
Date:   Sun May 26 08:50:17 2013 +0200

    Improved struct pmop alignment fix - avoid the slow path on 64 bit systems.
    
    Commit c2a50ddb1bed6576 works round an alignment bug in the slab allocator
    for 32 bit systems built with 64 bit IVs. However, the C pre-processor logic
    meant that the test path was enabled on true 64 bit systems. It's not needed
    there, so improve the logic so that it isn't compiled for platforms where
    pointers are 64 bit.

M       op.c

commit 88dbe4af2506aa2aa6864e188ca115b5423d4f9b
Author: Father Chrysostomos <spr...@cpan.org>
Date:   Thu Jun 20 14:07:19 2013 -0700

    [perl #118305] make dtrace sub-entry probe support lexsubs
    
    No tests, because I don’t know how to write them.
    
    See also 
<https://rt.perl.org/rt3/Ticket/Display.html?id=118305#txn-1221543>.
    
    I have tested this manually, so I know it works and no longer crashes.
    
    Hopefully someone else can follow this up with tests.

M       cop.h

commit 609d3913d15c86a472c83d699e6e4da4fe0949cb
Author: Father Chrysostomos <spr...@cpan.org>
Date:   Thu Jun 20 04:55:20 2013 -0700

    optree_constants.t: Correct line number in comment
    
    Why we need a reference like this is beyond me, but it is extremely
    fragile, because even cosmetic changes to gv.t will throw it off.
    That said, at least the next person looking at it won’t be as puzzled
    as I was (until the next gv.t change).

M       ext/B/t/optree_constants.t

commit 2bf7e7b22ae2341b4d7d436349e8c0fceab63f85
Author: Father Chrysostomos <spr...@cpan.org>
Date:   Wed Jun 19 22:50:35 2013 -0700

    perldiag: Document ‘Can't call mro_method_changed_in()’

M       pod/perldiag.pod
M       t/porting/diag.t

commit ea297d26859293c01ca712513c2d217de6d7fe13
Author: David Golden <dagol...@cpan.org>
Date:   Fri Jun 21 05:37:19 2013 -0400

    Revert "portport: remove DG/UX"
    
    This reverts commit 28371e3dbee6234e13f1dfa4afb650ba7691ebfc.

M       pod/perlport.pod

commit 703078b2cb5abba66f3bf2b3849aef612234420c
Author: David Golden <dagol...@cpan.org>
Date:   Thu Jun 20 23:13:53 2013 -0400

    Porting/epigraphs.pod: add link to release announcement

M       Porting/epigraphs.pod

commit 4b2a788cef03c6515f65b9f816d0c99f43054b1d
Author: Brian Gottreu <gott...@gmail.com>
Date:   Thu Jun 20 17:28:23 2013 -0700

    Benchmark.t: fix skip() argument order

M       AUTHORS
M       lib/Benchmark.t

commit d04adc2097f8f151138860a3c5dec966eadc20df
Author: David Golden <dagol...@cpan.org>
Date:   Thu Jun 20 22:29:24 2013 -0400

    stub Module::CoreList for v5.19.2

M       dist/Module-CoreList/Changes
M       dist/Module-CoreList/lib/Module/CoreList.pm
M       dist/Module-CoreList/lib/Module/CoreList.pod
M       dist/Module-CoreList/lib/Module/CoreList/TieHashDelta.pm
M       dist/Module-CoreList/lib/Module/CoreList/Utils.pm

commit 93a90a483db0bb0f54a3c8bbfc1a19a7b7df57dd
Author: David Golden <dagol...@cpan.org>
Date:   Thu Jun 20 22:14:02 2013 -0400

    bump version to v5.19.2

M       Cross/config.sh-arm-linux
M       Cross/config.sh-arm-linux-n770
M       INSTALL
M       META.json
M       META.yml
M       NetWare/Makefile
M       NetWare/config_H.wc
M       Porting/config.sh
M       Porting/config_H
M       Porting/perldelta_template.pod
M       Porting/todo.pod
M       README.haiku
M       README.macosx
M       README.os2
M       README.vms
M       hints/catamount.sh
M       intrpvar.h
M       patchlevel.h
M       plan9/config.plan9
M       plan9/config_sh.sample
M       win32/Makefile
M       win32/makefile.mk

commit 38663f11700d59590597a2cbe616e6709933ffa8
Author: David Golden <dagol...@cpan.org>
Date:   Thu Jun 20 22:01:51 2013 -0400

    new perldelta

M       MANIFEST
M       Makefile.SH
M       pod/.gitignore
M       pod/perl.pod
A       pod/perl5191delta.pod
M       pod/perldelta.pod
M       vms/descrip_mms.template
M       win32/Makefile
M       win32/makefile.mk
M       win32/pod.mak

commit 549a11ea8c714ac38796b8edae2e100ba392d837
Author: David Golden <dagol...@cpan.org>
Date:   Thu Jun 20 21:39:00 2013 -0400

    Porting/epigraphs.pod: add v5.19.1 and v5.19.0 epigraphs

M       Porting/epigraphs.pod
-----------------------------------------------------------------------

--
Perl5 Master Repository

Reply via email to