[perl.git] branch blead, updated. v5.25.3-197-gff859a7

2016-08-10 Thread Father Chrysostomos
commit ff859a7f357d88ad4be3a66f1d07faa2ae291fa0 Author: Father Chrysostomos <spr...@cpan.org> Date: Wed Aug 10 13:00:51 2016 -0700 pp_sort.c: Missing cast This is a compilation error under C++. --- Summary of changes: pp_sort.c | 2 +- 1 fil

[perl.git] branch blead, updated. v5.25.3-100-gd64e121

2016-08-03 Thread Father Chrysostomos
commit d64e121b07bda895f7f3a5d0e449fc948986e2f1 Author: Father Chrysostomos <spr...@cpan.org> Date: Wed Aug 3 06:36:24 2016 -0700 Um, finish reordering the parser struct Follow-up to 25e092d6d, which left some gaping holes. I committed it

[perl.git] branch sprout/rstack, created. v5.25.3-220-g6204878

2016-08-11 Thread Father Chrysostomos
- Log - commit 6204878631da1ca76fce69a4c8adaa25dcd44d7a Author: Father Chrysostomos <spr...@cpan.org> Date: Thu Aug 11 22:25:31 2016 -0700 onetuhoent M perl.c commit 85c511bf8088e7c9ef1df03470e780275ad8c4dd Author: Father Chrysostomos <spr...@cpan.o

[perl.git] branch sprout/rstack, deleted. v5.25.3-185-g9cab2d2

2016-08-11 Thread Father Chrysostomos
In perl.git, the branch sprout/rstack has been deleted was 9cab2d253d1a40466168ec3976f809bd265a9fe3

[perl.git] branch blead, updated. v5.25.3-244-ge897f2d

2016-08-14 Thread Father Chrysostomos
commit e897f2d79346a5c1b43d0948c1c0720cbb220cfa Author: Father Chrysostomos <spr...@cpan.org> Date: Sun Aug 14 01:12:19 2016 -0700 Re-order intrp struct M intrpvar.h commit 8d89205aa6324e7dc469ff80b73d94181c926654 Author: Father Chrysostomos <spr...@cpan.org> Date: Sun Aug 14 01:11:07 2016 -0700

[perl.git] branch blead, updated. v5.25.3-245-g2e66fe9

2016-08-14 Thread Father Chrysostomos
commit 2e66fe905dd7ad04f1d82df888fa62650d3d2165 Author: Father Chrysostomos <spr...@cpan.org> Date: Sun Aug 14 19:00:16 2016 -0700 Revert "#define PERL_NO_GET_CONTEXT in XS::APItest" This reverts commit 6b6b24f11907f607277fd8cf6f08264c234cc693. In <20160814191141.32442.qm...@lists-nn

[perl.git] branch blead, updated. v5.25.3-224-g06ccdc0

2016-08-12 Thread Father Chrysostomos
commit 06ccdc0cc07d34934eaa2b248a061504e584c780 Author: Father Chrysostomos <spr...@cpan.org> Date: Fri Aug 12 14:35:33 2016 -0700 universal.c:XS_re_regnames_count: redundant code If we croak when items != 0, then SP -= items is a no-op, a

[perl.git] branch blead, updated. v5.25.3-223-gbdb0ae9

2016-08-12 Thread Father Chrysostomos
commit bdb0ae96bbbe0efcef6147fd6497bd49971334ed Author: Father Chrysostomos <spr...@cpan.org> Date: Fri Aug 12 08:43:39 2016 -0700 scope.c: Appease C++ C++ is dumb. M scope.c commit ee33cc1af47fcf535fa762422a110c2782c45935 Author: Father Chrysostomos <spr...@cpan.org> Date: Fri Aug 12 0

[perl.git] branch blead, updated. v5.25.3-229-gdca6023

2016-08-13 Thread Father Chrysostomos
in 6dbe9451, and doesn't show any sign of becoming true. M pod/perldiag.pod commit 7a6da5d4ce6a9ff629145784e1cb827053ecf9fc Author: Father Chrysostomos <spr...@cpan.org> Date: Fri Aug 12 15:28:35 2016 -0700 More AUTHORS sortin

[perl.git] branch blead, updated. v5.25.3-230-g4c9eaea

2016-08-13 Thread Father Chrysostomos
commit 4c9eaea68a0c4f05bc7ac8b235c83095f53f29d1 Author: Father Chrysostomos <spr...@cpan.org> Date: Sat Aug 13 14:30:56 2016 -0700 perldiag: Rewrap an entry for better splain output In an eighty-column terminal, this is what it looked like before this commit: $ ./perl -Ilib -Mdiagnostics -E '

[perl.git] branch sprout/rstack, updated. v5.25.3-185-g9cab2d2

2016-08-11 Thread Father Chrysostomos
commit 9cab2d253d1a40466168ec3976f809bd265a9fe3 Author: Father Chrysostomos <spr...@cpan.org> Date: Wed Aug 10 23:03:43 2016 -0700 perl.c: Inline CALL_LIST_BODY into the only spot that calls it. This just makes the code at that point clearer and easier to edit. M pe

[perl.git] branch sprout/perlinterp, created. v5.25.3-199-gd6b14f6

2016-08-11 Thread Father Chrysostomos
- Log - commit d6b14f6f95c2788398b4b603374e75d3e05a5c9b Author: Father Chrysostomos <spr...@cpan.org> Date: Wed Aug 10 23:43:34 2016 -0700 perlinterp.pod: Expand the op tree section based on things that came up in the thr

[perl.git] branch sprout/mstack, updated. v5.25.3-175-g0169b0a

2016-08-11 Thread Father Chrysostomos
commit 0169b0ac35d88f8b0dbcf9aabb87679899b2631b Author: Father Chrysostomos <spr...@cpan.org> Date: Wed Aug 10 23:59:07 2016 -0700 [perl #24342] Mortalize elems in array slice --- Summary of changes: pp.c | 2 +- t/op/stack.t | 8 +

[perl.git] branch blead, updated. v5.25.2-130-ga9cb10c

2016-07-13 Thread Father Chrysostomos
commit a9cb10c376533cb82419abb1088d64b7d1f3cdb2 Merge: 5cd8b22 c312496 Author: Father Chrysostomos <spr...@cpan.org> Date: Wed Jul 13 01:12:58 2016 -0700 [Merge] Remove ${^ENCODING} functionality • encoding::warnings is now a no-op that gives a warning. • ‘use encoding’ now dies, unless you spec

[perl.git] branch sprout/encoding, deleted. v5.25.2-121-gc11d79d

2016-07-13 Thread Father Chrysostomos
In perl.git, the branch sprout/encoding has been deleted was c11d79dfb86be9240504b6b540090cb93019c9bf

[perl.git] branch maint-votes, updated. 1d432e8fe760f43b60b0c51e74361ef680bd670a

2016-07-17 Thread Father Chrysostomos
commit 1d432e8fe760f43b60b0c51e74361ef680bd670a Author: Father Chrysostomos <spr...@cpan.org> Date: Sun Jul 17 11:05:53 2016 -0700 Votes --- Summary of changes: votes-5.22.xml | 4 ++-- votes-5.24.xml | 4 ++-- 2 files changed, 4 insertions(+),

[perl.git] branch blead, updated. v5.25.2-191-g2a1ad50

2016-07-17 Thread Father Chrysostomos
commit 2a1ad507ca14941c188efa2bb30bbb80907ac368 Author: Father Chrysostomos <spr...@cpan.org> Date: Sun Jul 17 14:14:53 2016 -0700 Fix failing uninit test on 64-bit-int builds On 32-bit builds with 64-bit ints, pack "q" works, but pointers and array subscripts are still 32-bit numbers, so the test w

[perl.git] branch blead, updated. v5.25.2-176-g6fe925b

2016-07-17 Thread Father Chrysostomos
commit 6fe925b92863de892c7280188c1a5a8a8682e02b Merge: bec88f1 0966a96 Author: Father Chrysostomos <spr...@cpan.org> Date: Sun Jul 17 11:27:32 2016 -0700 [Merge] declared_refs feature allowing my\$x commit 0966a96ca546ddd4763cd4ef332fcaed085ad96d Author: Father Chrysostomos <spr...@cpan.org> Date: Fri Jul 15 2

[perl.git] branch sprout/mywack, deleted. v5.25.1-54-gd4df108

2016-07-17 Thread Father Chrysostomos
In perl.git, the branch sprout/mywack has been deleted was d4df10886b190e8474bce740efd8b9b3ae2def80

[perl.git] branch smoke-me/mywack, deleted. v5.25.2-152-gde53d4b

2016-07-17 Thread Father Chrysostomos
In perl.git, the branch smoke-me/mywack has been deleted was de53d4bbd098887927a32b0c437ed2b97b02fd1b

[perl.git] branch sprout/rstack, updated. v5.25.2-145-gd117a30

2016-07-17 Thread Father Chrysostomos
commit d117a30680ee05d3baaadfee4c1960ae0585ab73 Author: Father Chrysostomos <spr...@cpan.org> Date: Sat Jul 16 23:08:15 2016 -0700 Add XSUB flag for refcounted stack Subs with this flag will use perl’s default refcounted stack. Other subs will get the stack copied to the old non-refcounte

[perl.git] branch maint-votes, updated. b3d8e91c68ebcdec860eda4d33860f6cbe613dbb

2016-07-17 Thread Father Chrysostomos
commit b3d8e91c68ebcdec860eda4d33860f6cbe613dbb Author: Father Chrysostomos <spr...@cpan.org> Date: Sat Jul 16 23:12:15 2016 -0700 Vote --- Summary of changes: votes-5.24.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vote

[perl.git] branch blead, updated. v5.25.2-145-gd1bd48a

2016-07-16 Thread Father Chrysostomos
commit d1bd48a0bf64e4969a36b6ebe7f93c0ceea5529b Author: Father Chrysostomos <spr...@cpan.org> Date: Sat Jul 16 01:08:20 2016 -0700 Get regen to work before 5.10 Since it uses the system perl, it’s useful to keep it working with earl

[perl.git] branch sprout/rstack, updated. v5.25.2-146-gc92c886

2016-07-19 Thread Father Chrysostomos
commit c92c8868314eb43d4d3d5d0cf0dcaba78a0936ce Author: Father Chrysostomos <spr...@cpan.org> Date: Mon Jul 18 18:08:28 2016 -0700 perl.h: defines for refcounted stack --- Summary of changes: perl.h | 5 + 1 file changed, 5 insertions(+)

[perl.git] branch sprout/rstack, created. v5.25.2-144-g4b4dbd8

2016-07-16 Thread Father Chrysostomos
- Log - commit 4b4dbd87ee99bfed3bca2d055630070515a9d089 Author: Father Chrysostomos <spr...@cpan.org> Date: Sat Jul 16 00:52:17 2016 -0700 Add intrp vars for a refcounted stack --- --

[perl.git] branch blead, updated. v5.25.2-143-g8bfa1b5

2016-07-16 Thread Father Chrysostomos
commit 8bfa1b58816b4557fc9cccf7baadaf2534188549 Author: Father Chrysostomos <spr...@cpan.org> Date: Fri Jul 15 16:04:53 2016 -0700 [perl #128621] #define PL_encoding to a NULL SV for non-core code, so that code that checks if(PL_encoding) will continue to comp

[perl.git] branch smoke-me/mywack, created. v5.25.2-152-gde53d4b

2016-07-16 Thread Father Chrysostomos
- Log - commit de53d4bbd098887927a32b0c437ed2b97b02fd1b Author: Father Chrysostomos <spr...@cpan.org> Date: Fri Jul 15 23:48:03 2016 -0700 decl_refs.t: Finish adding tests for declared_refs M t/op/decl-refs.t commit 573fcc4d31fab6b696c25d9118d094d3776

[perl.git] branch maint-votes, updated. 90d570deab13e0959fb2c328b147458648390a1b

2016-07-16 Thread Father Chrysostomos
commit 90d570deab13e0959fb2c328b147458648390a1b Author: Father Chrysostomos <spr...@cpan.org> Date: Fri Jul 15 13:07:25 2016 -0700 Proposals for backporting --- Summary of changes: votes-5.20.xml | 4 votes-5.22.xml | 6 ++ votes-5.24.xml |

[perl.git] branch blead, updated. v5.25.2-109-ga2637ca

2016-07-11 Thread Father Chrysostomos
commit a2637ca0a3fec01b80d7ea5ba62802354fd5e6f3 Author: Father Chrysostomos <spr...@cpan.org> Date: Mon Jul 11 14:49:17 2016 -0700 [perl #128597] Crash from gp_free/ckWARN_d See the explanation in the test added and in the RT ticket. The solution is to make the warn macros check that PL_curcop

[perl.git] branch sprout/encoding, created. v5.25.2-121-gc11d79d

2016-07-11 Thread Father Chrysostomos
- Log - commit c11d79dfb86be9240504b6b540090cb93019c9bf Author: Father Chrysostomos <spr...@cpan.org> Date: Mon Jul 11 17:46:27 2016 -0700 concat2.t: Remove encoding test Its purpose was to test the interaction between . and encoding.pm causi

[perl.git] branch sprout/encoding, deleted. v5.25.2-118-g9ca7fe8

2016-07-11 Thread Father Chrysostomos
In perl.git, the branch sprout/encoding has been deleted was 9ca7fe868eebe8de5f54a710b211a06c1a13db98

[perl.git] branch blead, updated. v5.25.2-190-g3714fdb

2016-07-17 Thread Father Chrysostomos
commit 3714fdb00852daf04028a7d28acc3645336b1899 Author: Father Chrysostomos <spr...@cpan.org> Date: Sun Jul 17 13:06:52 2016 -0700 perldelta for 6fe925b92 / my\ M pod/perldelta.pod commit d4062d50d8a6d4ab7c4d7edb81db545ae26cef70 Author: Father Chrysostomos <spr...@cpan.org> Date: Sun Jul 17 13:04:26 2016

[perl.git] branch blead, updated. v5.25.2-138-g6baaafe

2016-07-14 Thread Father Chrysostomos
In perl.git, the branch blead has been updated - Log - commit

[perl.git] branch sprout/115808, deleted. v5.25.2-94-ge413bca

2016-07-04 Thread Father Chrysostomos
In perl.git, the branch sprout/115808 has been deleted was e413bca7e061af90e847f8b1e2b1a2d9ac7c5738

[perl.git] branch blead, updated. v5.25.2-99-gae635bb

2016-07-05 Thread Father Chrysostomos
In perl.git, the branch blead has been updated - Log - commit

[perl.git] branch sprout/115808, created. v5.25.2-94-ge413bca

2016-07-04 Thread Father Chrysostomos
- Log - commit e413bca7e061af90e847f8b1e2b1a2d9ac7c5738 Author: Father Chrysostomos <spr...@cpan.org> Date: Mon Jul 4 08:48:57 2016 -0700 Fix XSLoader to recognize drive letters Commit 08e3451d made XSLoader confirm that the file path it got fro

[perl.git] branch blead, updated. v5.25.2-93-g63aab7e

2016-07-04 Thread Father Chrysostomos
commit 63aab7ecaa6e826f845c405894bd8c4b6f601b39 Author: Father Chrysostomos <spr...@cpan.org> Date: Sun Jul 3 22:23:34 2016 -0700 [perl #128532] Crash vivifying stub in deleted pkg v5.17.0-515-g186a5ba, which added newSTUB, did not take into account that a GV may have a null GvSTASH pointer, if its stash has be

[perl.git] branch blead, updated. v5.25.2-95-ga651dcd

2016-07-04 Thread Father Chrysostomos
commit a651dcdf6a9151150dcf0fb6b18849d3e39b0811 Author: Father Chrysostomos <spr...@cpan.org> Date: Mon Jul 4 08:48:57 2016 -0700 Fix XSLoader to recognize drive letters Commit 08e3451d made XSLoader confirm that the file path it got from (caller)[2] was in @INC if it looked like a relative path. Not

[perl.git] branch sprout/encoding, created. v5.25.2-118-g9ca7fe8

2016-07-11 Thread Father Chrysostomos
- Log - commit 9ca7fe868eebe8de5f54a710b211a06c1a13db98 Author: Father Chrysostomos <spr...@cpan.org> Date: Mon Jul 11 08:39:46 2016 -0700 Remove t/uni/tr_?jis.t I disabled them a few commits ago, thinking that maybe reworking them to test y’s

[perl.git] branch sprout/encoding, deleted. v5.25.1-44-gf7be497

2016-07-11 Thread Father Chrysostomos
In perl.git, the branch sprout/encoding has been deleted was f7be4978b254674fda55c20d965a4991b40ce4a9

[perl.git] branch blead, updated. v5.25.3-131-g860aed1

2016-08-04 Thread Father Chrysostomos
commit 860aed1a66433b47c656b10cda8f388ea3b26dcd Author: Father Chrysostomos <spr...@cpan.org> Date: Thu Aug 4 13:06:12 2016 -0700 Increase $Errno::VERSION to 1.26 M ext/Errno/Errno_pm.PL commit 97375ecb5a6e908690ff85bb2f9995c9470c73a9 Author: Father Chrysostomos <spr...@cpan.org> Date: Thu Aug 4 1

[perl.git] branch blead, updated. v5.25.3-136-ge167a71

2016-08-04 Thread Father Chrysostomos
commit e167a7177da799ca1757dc382b386abd3ae29491 Author: Father Chrysostomos <spr...@cpan.org> Date: Thu Aug 4 14:09:57 2016 -0700 gv.c:require_tie_mod: Create namesv only when needed We only need it as an SV when we are going to load a module. Also, there is no need for two separate SVs; we can use

[perl.git] branch sprout/pitlookup, created. v5.25.3-140-gc3b2c95

2016-08-04 Thread Father Chrysostomos
- Log - commit c3b2c95425b5f856d1fc51ddcb5a327653ee26aa Author: Father Chrysostomos <spr...@cpan.org> Date: Thu Aug 4 20:16:16 2016 -0700 test M embed.fnc M embed.h M gv.c M proto.h M toke.c commit 360cebfddd02d757c50e0679b64d

[perl.git] branch blead, updated. v5.25.3-147-gd4e5761

2016-08-05 Thread Father Chrysostomos
commit d4e5761f09914534fd578d2190584cfc1e91b253 Author: Father Chrysostomos <spr...@cpan.org> Date: Fri Aug 5 00:30:02 2016 -0700 Consistent spaces after dots in perldiag M pod/perldiag.pod commit b913d0b8878a23582b69407cb231a2fc23e063b1 Author: Father Chrysostomos <spr...@cpan.org> Date: Fri Aug 5 0

[perl.git] branch blead, updated. v5.25.3-132-gacffc8a

2016-08-04 Thread Father Chrysostomos
commit acffc8af7f7e4e27d4ead35373df7dab0b76c200 Author: Father Chrysostomos <spr...@cpan.org> Date: Thu Aug 4 13:17:32 2016 -0700 [perl #126041] Only clear LS_COLORS for glob When miniperl calls csh to implement glob(), we clear %ENV temporarily to avoid csh dying on invalid values for things like LS_COLORS.

[perl.git] branch blead, updated. v5.25.3-141-g5e19631

2016-08-05 Thread Father Chrysostomos
commit 5e196316f76f6f3ce68647b65f6a2609b286674b Author: Father Chrysostomos <spr...@cpan.org> Date: Thu Aug 4 23:24:18 2016 -0700 Add Chris Travers to AUTHORS M AUTHORS commit 458470f62360040dcd4b5a55c8ba07503e1af5fc Author: Father Chrysostomos <spr...@cpan.org> Date: Thu Aug 4 23:23:09 2016 -0700 [per

[perl.git] branch blead, updated. v5.25.3-144-g5b73992

2016-08-05 Thread Father Chrysostomos
commit 5b73992180c5344033131bcdda3681aa37f70936 Author: Father Chrysostomos <spr...@cpan.org> Date: Fri Aug 5 00:06:21 2016 -0700 Rmv duplicate AUTHORS entry for Stéphane Payrard M AUTHORS commit a8a7611f039a57d02fc0718db1ea10f79a746eb9 Author: Father Chrysostomos <spr...@cpan.org> Date: Fri Aug 5 0

[perl.git] branch blead, updated. v5.25.3-145-g9b2d695

2016-08-05 Thread Father Chrysostomos
commit 9b2d69506955ef96812494f22802448d433facb9 Author: Father Chrysostomos <spr...@cpan.org> Date: Fri Aug 5 00:09:10 2016 -0700 AUTHORS: consistent indent --- Summary of changes: AUTHORS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)

[perl.git] branch blead, updated. v5.25.3-149-g9e9fbca

2016-08-05 Thread Father Chrysostomos
commit 9e9fbcaf153d3c9eb897b5cab54a102632df4c78 Author: Father Chrysostomos <spr...@cpan.org> Date: Fri Aug 5 11:28:08 2016 -0700 XSLoader Makefile.PL: Note a possible pitfall --- Summary of changes: dist/XSLoader/Makefile.PL | 6 ++ 1 file changed,

[perl.git] branch blead, updated. v5.25.3-148-g0d9b031

2016-08-05 Thread Father Chrysostomos
In perl.git, the branch blead has been updated - Log - commit

[perl.git] branch sprout/pitlookup, deleted. v5.25.3-140-gc3b2c95

2016-08-05 Thread Father Chrysostomos
In perl.git, the branch sprout/pitlookup has been deleted was c3b2c95425b5f856d1fc51ddcb5a327653ee26aa

[perl.git] branch maint-votes, updated. 9b679cec04b9a33cb9dab3a07d9d9842913b72a2

2016-08-08 Thread Father Chrysostomos
commit 9b679cec04b9a33cb9dab3a07d9d9842913b72a2 Author: Father Chrysostomos <spr...@cpan.org> Date: Mon Aug 8 13:18:15 2016 -0700 Vote --- Summary of changes: votes-5.24.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vote

[perl.git] branch sprout/mstack, created. v5.25.3-174-g2d59412

2016-08-08 Thread Father Chrysostomos
- Log - commit 2d5941272b93560486a3e7387adeb9b1e683b323 Author: Father Chrysostomos <spr...@cpan.org> Date: Mon Aug 8 13:45:10 2016 -0700 [perl #22312] Mortalize elems in array assignment M pp_hot.c M t/op/sta

[perl.git] branch sprout/mstack, deleted. v5.25.3-80-g395ac99

2016-08-08 Thread Father Chrysostomos
In perl.git, the branch sprout/mstack has been deleted was 395ac997c27ab4b4510d438788419f7223211137

[perl.git] branch maint-votes, updated. 33c0e8a44d53a4d78d56d4772a525540411976b3

2016-08-08 Thread Father Chrysostomos
commit 33c0e8a44d53a4d78d56d4772a525540411976b3 Author: Father Chrysostomos <spr...@cpan.org> Date: Mon Aug 8 13:09:57 2016 -0700 Update #128313 entry Change fix for #128313 to use Yves’s backport branch, which is the same patch as in the ticket, but with a better commit message. Also add Yvesâ€

[perl.git] branch blead, updated. v5.25.3-157-g877dac9

2016-08-05 Thread Father Chrysostomos
commit 877dac956031909a696ab7d4ba3a4665bb841dec Author: Father Chrysostomos <spr...@cpan.org> Date: Fri Aug 5 21:28:39 2016 -0700 toke.c: Clarify comment --- Summary of changes: toke.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --gi

[perl.git] branch sprout/rstack, created. v5.25.3-167-gce9a11a

2016-08-07 Thread Father Chrysostomos
- Log - commit ce9a11a7a21de8c45f6ea74ccd4e426e39d65220 Author: Father Chrysostomos <spr...@cpan.org> Date: Mon Jul 25 23:24:49 2016 -0700 Make core use rstack; copy stack for xsubs UNFINISHED!!! M pp.h M pp_h

[perl.git] branch sprout/rstack, deleted. v5.25.3-71-g74fc0ee

2016-08-07 Thread Father Chrysostomos
In perl.git, the branch sprout/rstack has been deleted was 74fc0ee7964794a4e60163a2965d97d2b72aa454

[perl.git] branch maint-votes, updated. d971d3fc6a91c72b87435e27c75a292113c3ffab

2016-08-07 Thread Father Chrysostomos
commit d971d3fc6a91c72b87435e27c75a292113c3ffab Author: Father Chrysostomos <spr...@cpan.org> Date: Sun Aug 7 16:00:00 2016 -0700 Vote M votes-5.24.xml commit cbd6b66ac827f74ca2e604c0ccad4693580aa836 Author: Father Chrysostomos <spr...@cpan.org> Date: Sun Aug 7 15:59:40 2016 -0700 Propose

[perl.git] branch blead, updated. v5.25.3-161-g33a4312

2016-08-07 Thread Father Chrysostomos
commit 33a4312b882ab5f5396974a8fe8f5235559c2d82 Author: Father Chrysostomos <spr...@cpan.org> Date: Sun Aug 7 15:53:40 2016 -0700 Unify mark macros Use static inline functions to avoid having different code paths for GCC and non-GCC. INCMARK is unused on CPAN and only used as a statement in core, so i

[perl.git] branch sprout/mstack, created. v5.25.3-80-g395ac99

2016-08-02 Thread Father Chrysostomos
- Log - commit 395ac997c27ab4b4510d438788419f7223211137 Author: Father Chrysostomos <spr...@cpan.org> Date: Sun Jul 31 22:46:17 2016 -0700 [perl #8358] Mortalize pkg ary elems on stack and also those returned by any array dereference, since it’s the

[perl.git] branch sprout/mstack, deleted. v5.25.3-80-g167e5f1

2016-08-02 Thread Father Chrysostomos
In perl.git, the branch sprout/mstack has been deleted was 167e5f1cd88f33fd17d90825fbbf7eb0d741eead

[perl.git] branch maint-votes, updated. 2b62fd54d1cd5686536d5eec65fe323e0f505538

2016-07-28 Thread Father Chrysostomos
commit 2b62fd54d1cd5686536d5eec65fe323e0f505538 Author: Father Chrysostomos <spr...@cpan.org> Date: Thu Jul 28 12:52:42 2016 -0700 Propose d80a6052a --- Summary of changes: votes-5.24.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/vote

[perl.git] branch blead, updated. v5.25.3-54-g555e2b1

2016-07-28 Thread Father Chrysostomos
commit 555e2b18c04970c0205a348954e3a6f7dc2be19b Author: Father Chrysostomos <spr...@cpan.org> Date: Thu Jul 28 12:55:48 2016 -0700 POSIX.xs: Make NV_PAYLOAD_SIZEOF_ASSERT static so that we get the benefit of the assertions for non-debugging builds but without any run-

[perl.git] branch maint-votes, updated. 70d32e4c34cbf93d006dde5285d448dbcb30189b

2016-07-28 Thread Father Chrysostomos
commit 70d32e4c34cbf93d006dde5285d448dbcb30189b Author: Father Chrysostomos <spr...@cpan.org> Date: Thu Jul 28 12:59:29 2016 -0700 Add note about dev POSIX version bump --- Summary of changes: votes-5.24.xml | 2 ++ 1 file changed, 2 insertions(+)

[perl.git] branch blead, updated. v5.25.2-85-gb3dd0ab

2016-07-02 Thread Father Chrysostomos
commit b3dd0aba3d2bf0b22280303ef6f068e976e31888 Author: Father Chrysostomos <spr...@cpan.org> Date: Sat Jul 2 00:08:48 2016 -0700 [perl #128508] Fix line numbers with perl -x When lex_start is invoked with an SV and a handle pointer, it expects the SV to contain the beginning of the code to be parsed.

[perl.git] branch maint-votes, updated. 110a71737eb4e4e3610e9ce2df27946ddb7deb72

2016-07-02 Thread Father Chrysostomos
commit 110a71737eb4e4e3610e9ce2df27946ddb7deb72 Author: Father Chrysostomos <spr...@cpan.org> Date: Sat Jul 2 12:41:03 2016 -0700 Votes --- Summary of changes: votes-5.24.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vo

[perl.git] branch maint-votes, updated. 6361793f17d92c3876438e0db1b07467d80e9935

2016-07-02 Thread Father Chrysostomos
commit 6361793f17d92c3876438e0db1b07467d80e9935 Author: Father Chrysostomos <spr...@cpan.org> Date: Sat Jul 2 12:35:19 2016 -0700 Propose b3dd0ab, which fixes #128508, a regression --- Summary of changes: votes-5.20.xml | 2 ++ votes-5.22.xml | 2 ++

[perl.git] branch smoke-me/cpan-115808, created. v5.25.2-87-g9bf81d175

2016-07-03 Thread Father Chrysostomos
- Log - commit 9bf81d175ba72d8aa20b65d37cd585d6318d0ea3 Author: Father Chrysostomos <spr...@cpan.org> Date: Sat Jul 2 22:57:46 2016 -0700 Increase $XSLoader::VERSION to 0.22 M dist/XSLoader/XSLoader_pm.PL commit 014d8912d3969aa3286cad4fe79ee5d5966

[perl.git] branch blead, updated. v5.25.2-88-g5993d66

2016-07-03 Thread Father Chrysostomos
commit 5993d6620f29d22b0a72701f4f0fdacff3d25460 Author: Father Chrysostomos <spr...@cpan.org> Date: Sat Jul 2 22:57:46 2016 -0700 Increase $XSLoader::VERSION to 0.22 M dist/XSLoader/XSLoader_pm.PL commit 08e3451d7b3b714ad63a27f1b9c2a23ee75d15ee Author: Father Chrysostomos <spr...@cpan.org> Date: Sat Jul 2 2

[perl.git] branch maint-votes, updated. 44919bb41995b4b6cc55c5dc49d80e9b4dc9e81e

2016-08-16 Thread Father Chrysostomos
commit 44919bb41995b4b6cc55c5dc49d80e9b4dc9e81e Author: Father Chrysostomos <spr...@cpan.org> Date: Tue Aug 16 13:17:40 2016 -0700 Fix XML syntax M votes-5.24.xml commit 5b59da730bb90e63e4fbd46bd3e32d419e1075df Author: Father Chrysostomos <spr...@cpan.org> Date: Tue Aug 16 13:17:24 2016 -070

[perl.git] branch blead, updated. v5.25.3-273-g20e67ba

2016-08-17 Thread Father Chrysostomos
commit 20e67ba160487a25d00c812a421df80232423b07 Author: Father Chrysostomos <spr...@cpan.org> Date: Tue Aug 16 22:15:01 2016 -0700 Remove dead code in pp.c:pp_index 8df0e7a28b changed /* One needs to be upgraded. */ if (little_utf8) { to /* One needs to

[perl.git] branch blead, updated. v5.25.3-296-g1b2ebda

2016-08-18 Thread Father Chrysostomos
commit 1b2ebdae9234712604cd7568ffaddc71dfb881d4 Author: Father Chrysostomos <spr...@cpan.org> Date: Thu Aug 18 15:42:36 2016 -0700 getpid.t miniperl fix-up M t/op/getpid.t commit 24d2c0a4c43980a45c678a1f8ef38d1a6d754448 Author: Father Chrysostomos <spr...@cpan.org> Date: Thu Aug 18 15:40:59 2016 -0700 d

[perl.git] branch blead, updated. v5.25.3-300-gb30b43e

2016-08-18 Thread Father Chrysostomos
commit b30b43eb3f67dce6f8aa78261cf67498d56f9616 Author: Father Chrysostomos <spr...@cpan.org> Date: Thu Aug 18 16:40:54 2016 -0700 magic-27839.t miniperl fix-up M t/op/magic-27839.t commit 8d2d13e674dc4e787198d897d40acd82a32b0ba8 Author: Father Chrysostomos <spr...@cpan.org> Date: Thu Aug 18 1

[perl.git] branch maint-votes, updated. fd244ecd392d1b5d71c4365ea120dbdb63db2c3f

2016-08-21 Thread Father Chrysostomos
commit fd244ecd392d1b5d71c4365ea120dbdb63db2c3f Author: Father Chrysostomos <spr...@cpan.org> Date: Sun Aug 21 10:48:23 2016 -0700 Propose fix for #128951 M votes-5.24.xml commit 4442efd1f6f488a3363eca6168c57a1d19da429f Author: Father Chrysostomos <spr...@cpan.org> Date: Sun Aug 21 10:46:27 2016 -

[perl.git] branch maint-votes, updated. ec46a8817ff69ca0243d4be7898d52ce29f69655

2016-08-22 Thread Father Chrysostomos
commit ec46a8817ff69ca0243d4be7898d52ce29f69655 Author: Father Chrysostomos <spr...@cpan.org> Date: Sun Aug 21 23:40:18 2016 -0700 Questions M votes-5.24.xml commit a133ca1ef467c35c37e627f76f757beccf900266 Author: Father Chrysostomos <spr...@cpan.org> Date: Sun Aug 21 10:50:43 2016 -0700 Propos

[perl.git] branch blead, updated. v5.25.3-305-g8c6b0c7

2016-08-18 Thread Father Chrysostomos
commit 8c6b0c7d731fcf4b323b159e772b5fee09f791f3 Author: Father Chrysostomos <spr...@cpan.org> Date: Thu Aug 18 22:27:42 2016 -0700 toke.c: Introduce peekspace() This should make the sites that use LEX_NO_INCLINE a bit less arcane. This has nothing to do with the erstwhile PEEKSPACE macro that existed

[perl.git] branch blead, updated. v5.25.3-258-gc82de78

2016-08-16 Thread Father Chrysostomos
commit c82de78e3ba0184f85b5b49245e5da32d1cb3fcc Author: Father Chrysostomos <spr...@cpan.org> Date: Mon Aug 15 18:09:17 2016 -0700 [perl #126482] Fix assert fail ‘a_const a_const’ Mentioning a constant twice in a row results in an assertion failure: $ ./miniperl -e 'sub ub(){0} ub ub' Assertion fai

[perl.git] branch blead, updated. v5.25.3-256-g27368b5

2016-08-15 Thread Father Chrysostomos
commit 27368b5c886989ee5e8113e4fc4c6ce538205bb6 Author: Father Chrysostomos <spr...@cpan.org> Date: Mon Aug 15 18:09:17 2016 -0700 perldelta for e94ea821c9 M pod/perldelta.pod commit 07cfdfcca3021c09562f56f55514b4b701b04fc9 Author: Father Chrysostomos <spr...@cpan.org> Date: Mon Aug 15 18:07:43 2016 -0

[perl.git] branch blead, updated. v5.25.3-319-gc8fbf4a

2016-08-19 Thread Father Chrysostomos
commit c8fbf4a0405c1b43d860af2d332b5193efe24706 Author: Father Chrysostomos <spr...@cpan.org> Date: Fri Aug 19 22:22:21 2016 -0700 podcheck.t: Send helpful error output to stderr While we do try to keep stderr clean for tests, that is for *passing* tests. If the diagnostic output goes to stdout instead,

[perl.git] branch blead, updated. v5.25.3-318-gbc7bbd3

2016-08-19 Thread Father Chrysostomos
commit bc7bbd314b9de6da4e0b8bf6a3c1ced7645acc76 Author: Father Chrysostomos <spr...@cpan.org> Date: Fri Aug 19 22:10:57 2016 -0700 perldelta for #128951 / bf8a9a15 M pod/perldelta.pod commit 24c341f279028661b19077eb6c0e12df2fbe Author: Father Chrysostomos <spr...@cpan.org> Date: Fri Aug 19 22:08:14 2016

[perl.git] branch blead, updated. v5.25.4-68-gba0a415

2016-09-03 Thread Father Chrysostomos
commit ba0a4150f6f1604df236035adf6df18bd43de88e Author: Father Chrysostomos <spr...@cpan.org> Date: Sat Sep 3 13:30:22 2016 -0700 Fix checks for tainted dir in $ENV{PATH} $ cat > foo #!/usr/bin/perl print "What?!\n" ^D $ chmod +x foo $ ./perl -Ilib -Te '$ENV{PATH}=".";

[perl.git] branch blead, updated. v5.25.4-89-g05bda26

2016-09-05 Thread Father Chrysostomos
commit 05bda26ce45ab1f7024d0e8a656a251a181f0275 Author: Father Chrysostomos <spr...@cpan.org> Date: Mon Sep 5 10:14:29 2016 -0700 Fix up B::Concise tests following op flag change M ext/B/t/optree_specials.t commit 1de22db27a9aaa5fec9e9b93ec06a1d6c6f05c31 Author: Father Chrysostomos <spr...@cpan.org> Date:

[perl.git] branch sprout/av, deleted. v5.25.4-23-gdd45e15

2016-09-04 Thread Father Chrysostomos
In perl.git, the branch sprout/av has been deleted was dd45e15f34111efd4025bc1131d808ab5aabb904

[perl.git] branch blead, updated. v5.25.4-69-gbdc377e

2016-09-04 Thread Father Chrysostomos
commit bdc377e5e0c60dfb539423e956843489501ca2bd Author: Father Chrysostomos <spr...@cpan.org> Date: Sun Sep 4 14:22:37 2016 -0700 [perl #129073] Assert failure: ${p{};sub p}() When parsing the special ${var{subscript}} syntax, the lexer notes that the } matching the ${ will be a fake bracket, and should

[perl.git] branch sprout/rstack, updated. v5.25.4-81-ga582a80

2016-09-04 Thread Father Chrysostomos
scards 84bae2d2d6e1ff8c86c3a92c7b31ce25233c34fb (commit) - Log - commit a582a80191fe5c53e9f1ca809cef2c80546cf9d7 Author: Father Chrysostomos <spr...@cpan.org> Date: Mon Jul 25 23:24:49 2016 -0700 Make core use rstack; copy sta

[perl.git] branch blead, updated. v5.25.4-70-g3697c6e

2016-09-04 Thread Father Chrysostomos
commit 3697c6e2db983f1714b7206be5b04ee0784584e1 Author: Father Chrysostomos <spr...@cpan.org> Date: Sun Sep 4 16:02:02 2016 -0700 release_schedule.pod: Tick off last month --- Summary of changes: Porting/release_schedule.pod | 2 +- 1 file changed, 1 ins

[perl.git] branch maint-votes, updated. bb2234c5214d8fed81e9b37563b566cc371f8309

2016-09-04 Thread Father Chrysostomos
commit bb2234c5214d8fed81e9b37563b566cc371f8309 Author: Father Chrysostomos <spr...@cpan.org> Date: Sun Sep 4 21:41:37 2016 -0700 Proposals M votes-5.22.xml M votes-5.24.xml commit f0a769b7b23aea94b4e04ce5335175d3d59b048b Author: Father Chrysostomos <spr...@cpan.org> Date: Sun Sep 4 21:36:52 20

[perl.git] branch blead, updated. v5.25.4-73-ga612871

2016-09-04 Thread Father Chrysostomos
commit a6128716d2cc20147851e0a37768376647bd3242 Author: Dan Collins <dcolli...@gmail.com> Date: Sun Sep 4 14:43:41 2016 -0400 Regression test for RT #129196 M t/op/evalbytes.t commit 9bde56224e82f20e7a65b3469b1ffb6b9f6d4df8 Author: Father Chrysostomos <spr...@cpan.org> Date: Sun Sep 4 20:24:19 2016 -0700

[perl.git] branch blead, updated. v5.25.4-74-g03a1fa1

2016-09-04 Thread Father Chrysostomos
commit 03a1fa1ec8c5ab3929f9d04fe91f45260062eb0e Author: Father Chrysostomos <spr...@cpan.org> Date: Sun Sep 4 22:11:00 2016 -0700 parser.t: Suppress warning --- Summary of changes: t/comp/parser.t | 5 - 1 file changed, 4 insertions(+), 1 deletion(-)

[perl.git] branch sprout/rstack, updated. v5.25.4-38-g8471533

2016-08-30 Thread Father Chrysostomos
- Log - commit 8471533d46bf609a526e53df6b909049111be86e Author: Father Chrysostomos <spr...@cpan.org> Date: Mon Jul 25 23:24:49 2016 -0700 Make core use rstack; copy stack for xsubs UNFINISHED!!! The G_STACK fl

[perl.git] branch sprout/av, created. v5.25.4-23-gdd45e15

2016-08-31 Thread Father Chrysostomos
- Log - commit dd45e15f34111efd4025bc1131d808ab5aabb904 Author: Father Chrysostomos <spr...@cpan.org> Date: Wed Aug 31 06:31:17 2016 -0700 av experiment --- -- Perl5 Master Repository

[perl.git] branch blead, updated. v5.25.4-111-g92b69f6

2016-09-11 Thread Father Chrysostomos
commit 92b69f6501b4d7351e09c8b1ddd386aa7e1c9cd1 Author: Father Chrysostomos <spr...@cpan.org> Date: Sun Sep 11 21:29:56 2016 -0700 [perl #129164] Crash with splice This fixes #129166 and #129167 as well. splice needs to take into account that arrays can hold NULLs and return _sv_undef in those cases wh

[perl.git] branch blead, updated. v5.25.4-110-g95c0a76

2016-09-10 Thread Father Chrysostomos
commit 95c0a761e6d0916fd6abd02af5a344be7de9ecdb Author: Father Chrysostomos <spr...@cpan.org> Date: Sat Sep 10 07:27:43 2016 -0700 pad.c:pad_fixup_inner_anons: Add assertions These would have made it easier to track down the bug fixed by the previous commit. M pad.c commit 6da13066b6bcab52b33b8891e901

[perl.git] branch blead, updated. v5.25.4-120-g1665b71

2016-09-13 Thread Father Chrysostomos
commit 1665b718d8fbd58705dbe6376fa51f8c1a02d887 Author: Father Chrysostomos <spr...@cpan.org> Date: Tue Sep 13 22:38:59 2016 -0700 [perl #129267] Test for gv_fetchmethod buffer overrun --- Summary of changes: ext/XS-APItest/APItest.xs | 3

[perl.git] branch blead, updated. v5.25.4-129-g6ad1523

2016-09-14 Thread Father Chrysostomos
commit 6ad15231b493b02c8de67d569c41b9403c64c934 Author: Father Chrysostomos <spr...@cpan.org> Date: Tue Sep 13 23:05:43 2016 -0700 Increase $XS::APItest::VERSION to 0.84 M ext/XS-APItest/APItest.pm commit abd589f7eef29bc20721042e0aec86b6313d8ca2 Author: Father Chrysostomos <spr...@cpan.org> Date: Tue Se

[perl.git] branch sprout/nonull, created. v5.25.4-136-gd99b32e

2016-09-18 Thread Father Chrysostomos
- Log - commit d99b32eaf7ea0d4f7d205793d0747a75eb3d821b Author: Father Chrysostomos <spr...@cpan.org> Date: Sun Sep 18 12:11:28 2016 -0700 Make regexp_nonull.t test patterns without null It was only testing matches against strings without a trailing

[perl.git] branch blead, updated. v5.25.4-135-gdd81958

2016-09-17 Thread Father Chrysostomos
In perl.git, the branch blead has been updated - Log - commit

[perl.git] branch blead, updated. v5.25.4-175-g2ad45e6

2016-09-18 Thread Father Chrysostomos
commit 2ad45e6fc35ffacc3e7203e55a5fc507aa9bbb06 Author: Father Chrysostomos <spr...@cpan.org> Date: Sun Sep 18 20:27:11 2016 -0700 perldelta for #129287 / b43665 M pod/perldelta.pod commit 47c158f08e62e042778e03c59cf45e2e7d23f137 Author: Father Chrysostomos <spr...@cpan.org> Date: Sun Sep 18 20:24:00 2016 -0

[perl.git] branch blead, updated. v5.25.4-173-gbccb768

2016-09-18 Thread Father Chrysostomos
commit bccb768e4d426a431a6e9e675d1d3934a98fa089 Author: Father Chrysostomos <spr...@cpan.org> Date: Sun Sep 18 20:20:06 2016 -0700 bop.t: Delete $SIG{__WARN__} It is only needed for one block of tests. Leaving the handler in place makes it harder to add temporary diagnostics elsewhere in the code. (

<    1   2   3   4   5   6   7   8   9   10   >