[perl.git] branch blead, updated. v5.23.1-139-ga2373b3

2015-07-29 Thread Tony Cook
commit a2373b32b1b1b8979cf9c5bb27478555d4ac2bde Author: Tony Cook Date: Thu Jul 30 12:01:17 2015 +1000 perldelta for 3480fbaaaea8 --- Summary of changes: pod/perldelta.pod | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pod/perldelta

[perl.git] branch blead, updated. v5.23.1-165-gb01a1ee

2015-08-02 Thread Tony Cook
In perl.git, the branch blead has been updated - Log - commit b01a1eea00c654eb434a66b36b1c03579536c4

[perl.git] branch blead, updated. v5.23.1-166-gc0b7e59

2015-08-02 Thread Tony Cook
commit c0b7e5912401cf8f1eedc72206b90e6f1623729a Author: Tony Cook Date: Mon Aug 3 11:41:42 2015 +1000 use a more sensible homepage value for XSLoader --- Summary of changes: dist/XSLoader/Makefile.PL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff

[perl.git] branch blead, updated. v5.23.1-167-g997c424

2015-08-02 Thread Tony Cook
In perl.git, the branch blead has been updated - Log - commit 997c424a5725c6a1ddfcced6f5d13535e970f8

[perl.git] branch blead, updated. v5.23.1-171-g078e221

2015-08-04 Thread Tony Cook
commit 078e2213d1e79935a637aef6d5b7bc38aa6954fe Author: Tony Cook Date: Mon Aug 3 16:48:01 2015 +1000 [perl #120826] correct documentation of sv parameter of call_sv() --- Summary of changes: perl.c | 18 -- 1 file changed, 16 insertions

[perl.git] branch tonyc/remove-bom, created. v5.23.1-176-g5356d32

2015-08-06 Thread Tony Cook
- Log - commit 5356d32ec564e8c2e19758f66dbcbbc38327aa75 Author: Tony Cook Date: Fri Aug 7 14:20:36 2015 +1000 remove the byte-order-mark introduced to sv.c by 5488d373 This causes the build to fail on

[perl.git] branch blead, updated. v5.23.1-176-g5356d32

2015-08-06 Thread Tony Cook
commit 5356d32ec564e8c2e19758f66dbcbbc38327aa75 Author: Tony Cook Date: Fri Aug 7 14:20:36 2015 +1000 remove the byte-order-mark introduced to sv.c by 5488d373 This causes the build to fail on NetBSD --- Summary of changes: sv.c | 2 +- 1 file chan

[perl.git] branch tonyc/remove-bom, deleted. v5.23.1-176-g5356d32

2015-08-06 Thread Tony Cook
In perl.git, the branch tonyc/remove-bom has been deleted was 5356d32ec564e8c2e19758f66dbcbbc38327aa75

[perl.git] branch blead, updated. v5.23.1-179-g6147b00

2015-08-09 Thread Tony Cook
commit 6147b0088faa521d6b4bc8bb97279ad46f5365a0 Author: Tony Cook Date: Mon Aug 10 11:39:07 2015 +1000 bump $ExtUtils::ParseXS::VERSION to 3.29 M dist/ExtUtils-ParseXS/lib/ExtUtils/ParseXS.pm M dist/ExtUtils-ParseXS/lib/ExtUtils/ParseXS/Constants.pm M dist/ExtUtils-ParseXS/lib/ExtUtils/ParseXS/CountLine

[perl.git] branch blead, updated. v5.23.1-191-g9728ed0

2015-08-10 Thread Tony Cook
In perl.git, the branch blead has been updated - Log - commit 9728ed0a4dcaca9d7fddf6ce9c5736ed3aacd4

[perl.git] branch blead, updated. v5.23.1-192-g9b669ea

2015-08-11 Thread Tony Cook
In perl.git, the branch blead has been updated - Log - commit 9b669ea1e2997fbb78558e1fc0a7ecae3aa23a

[perl.git] branch blead, updated. v5.23.1-194-g9d16830

2015-08-12 Thread Tony Cook
commit 9d16830f95e0a4120910cd786e9a1dd3a17bcd06 Author: Tony Cook Date: Thu Aug 13 15:40:32 2015 +1000 avoid unnecessary noise from lib/h2xs.t --- Summary of changes: lib/h2xs.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/h2xs.t

[perl.git] branch blead, updated. v5.23.1-197-gfb10a8a

2015-08-16 Thread Tony Cook
commit fb10a8a78bba7573de4629b739bfe81cd42e78c9 Author: Tony Cook Date: Mon Aug 17 16:25:11 2015 +1000 [perl #125760] deprecate sys(read|write)(), send(), recv() on :utf8 --- Summary of changes: pod/perldiag.pod | 21 + pp

[perl.git] branch blead, updated. v5.23.1-198-g0ba9d88

2015-08-16 Thread Tony Cook
commit 0ba9d88c925494ce5e0e96d4ea3c11637807f08c Author: Tony Cook Date: Mon Aug 17 16:38:53 2015 +1000 perldelta for fb10a8a78bba --- Summary of changes: pod/perldelta.pod | 22 ++ 1 file changed, 22 insertions(+) diff --git a/pod/perldel

[perl.git] branch blead, updated. v5.23.1-210-ga1e2717

2015-08-17 Thread Tony Cook
commit a1e27170fc118bb226e97988b42fb9a970689740 Author: Tony Cook Date: Tue Aug 11 15:49:37 2015 +1000 [perl #125781] handle range overflow when Size_t is smaller than IV --- Summary of changes: pp_ctl.c | 6 +- 1 file changed, 5 insertions(+), 1 de

[perl.git] branch blead, updated. v5.23.1-214-g668fcfe

2015-08-18 Thread Tony Cook
commit 668fcfea69086ab3cf35fc7ba175ea225dbc7f9d Author: Tony Cook Date: Wed Aug 19 14:35:29 2015 +1000 [perl #125826] make the buffer large enough in TRIE_STORE_REVCHAR Since the SV is discarded almost immediately (in non-DEBUGGING builds) don't worry about making it the smallest po

[perl.git] branch blead, updated. v5.23.1-215-g2c3d35a

2015-08-18 Thread Tony Cook
commit 2c3d35a4bbf08d71ed7e9a625c0e8262439abdfd Author: Tony Cook Date: Wed Aug 5 15:51:20 2015 +1000 [perl #125467] mingw-w64 has moved --- Summary of changes: README.win32 | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.w

[perl.git] branch blead, updated. v5.23.1-219-g60e6724

2015-08-19 Thread Tony Cook
commit 60e67244ffcef10571202f2f5fcf30bcebf5fa59 Author: Tony Cook Date: Thu Aug 20 10:32:03 2015 +1000 [perl 125760] fix new (and one old test) to pass with PERL_UNICODE --- Summary of changes: t/lib/warnings/pp_sys | 15 --- 1 file changed, 8 inse

[perl.git] branch blead, updated. v5.23.1-220-g89afeb4

2015-08-19 Thread Tony Cook
commit 89afeb4776894908ce75f4b808087ff12a4bc7b5 Author: Tony Cook Date: Thu Aug 20 11:24:31 2015 +1000 perldelta for 668fcfea6, a1e27170f --- Summary of changes: pod/perldelta.pod | 13 + 1 file changed, 13 insertions(+) diff --git a/pod/perldelta

[perl.git] branch tonyc/revert-pod-parser, created. v5.23.2-38-g8226f50

2015-08-24 Thread Tony Cook
- Log - commit 8226f5083483c32f65ab0be1501060f802b10c04 Author: Tony Cook Date: Tue Aug 25 12:08:45 2015 +1000 Revert "Update Pod-Simple to CPAN version 3.31" This reverts commit 354f3e4ea74293dacec2ca84d3762435e9c45701. This bro

[perl.git] branch blead, updated. v5.23.2-38-g8226f50

2015-08-24 Thread Tony Cook
commit 8226f5083483c32f65ab0be1501060f802b10c04 Author: Tony Cook Date: Tue Aug 25 12:08:45 2015 +1000 Revert "Update Pod-Simple to CPAN version 3.31" This reverts commit 354f3e4ea74293dacec2ca84d3762435e9c45701. This broken Win32 builds, see https://github.com/perl-pod/pod-

[perl.git] branch tonyc/revert-pod-parser, deleted. v5.23.2-38-g8226f50

2015-08-24 Thread Tony Cook
In perl.git, the branch tonyc/revert-pod-parser has been deleted was 8226f5083483c32f65ab0be1501060f802b10c04 -

[perl.git] branch blead, updated. v5.23.2-51-gd2a9272

2015-08-26 Thread Tony Cook
In perl.git, the branch blead has been updated - Log - commit d2a9272722b0e544c349fbad8e2f2feba3cce4

[perl.git] branch blead, updated. v5.23.2-52-ga9b708b

2015-08-26 Thread Tony Cook
In perl.git, the branch blead has been updated - Log - commit a9b708ba5552bfe8ce5d5a0291df60aca3b2e8

[perl.git] branch blead, updated. v5.23.2-53-ge6b2cf8

2015-08-26 Thread Tony Cook
commit e6b2cf838e87ec34b3a2043c947b4f723d6efcca Author: Tony Cook Date: Mon Aug 24 11:46:35 2015 +1000 [perl #125341] check for unexpected trash after any sub start --- Summary of changes: t/lib/croak/toke | 5 + toke.c | 8 +++- 2 files c

[perl.git] branch blead, updated. v5.23.2-54-g3160b44

2015-08-26 Thread Tony Cook
commit 3160b44a75aed79c4961134279bf776ca5bff28b Author: Tony Cook Date: Thu Aug 27 14:15:21 2015 +1000 perldelta for e6b2cf838 --- Summary of changes: pod/perldelta.pod | 5 + 1 file changed, 5 insertions(+) diff --git a/pod/perldelta.pod b/pod/perldel

[perl.git] branch blead, updated. v5.23.2-64-g1599518

2015-08-30 Thread Tony Cook
commit 1599518e8394d3ebf8071403b8c19ef0dfdf23e3 Author: Tony Cook Date: Mon Aug 31 10:08:45 2015 +1000 ensure the perldelta version is updated in win32/GNUmakefile M Porting/pod_rules.pl commit e3b617890d388ec001462d6c0ded9cdb6ad95476 Author: Tony Cook Date: Mon Aug 31 09:50:47 2015 +1000 bump perldelta versi

[perl.git] branch blead, updated. v5.23.2-68-g4d0c87b

2015-08-31 Thread Tony Cook
commit 4d0c87b775ebcde1bb74a58c8db664a073fb9310 Author: Tony Cook Date: Tue Sep 1 15:17:08 2015 +1000 prevent warning noise on mingw-64 builds The following was produced for every non-miniperl object built, including for XS modules and the test builds done by ExtUtils::MakeMaker etc ..\iperlsys.h:

[perl.git] branch blead, updated. v5.23.2-72-g56e812a

2015-09-01 Thread Tony Cook
In perl.git, the branch blead has been updated - Log - commit 56e812ab8628b00bc27969baab262ffbb6dfed

[perl.git] branch blead, updated. v5.23.2-73-gd055471

2015-09-01 Thread Tony Cook
commit d055471910c2d93ba13a4eb5385fe091aaada32f Author: Tony Cook Date: Wed Sep 2 16:29:34 2015 +1000 [perl #120903] perlcall cleanup - linkify references to sections - use EXTEND(SP, n) and PUSHs() instead of XPUSHs() where applicable and update prose to match - add POPu, POPul and POPpbytex

[perl.git] branch blead, updated. v5.23.2-78-g3da3c74

2015-09-02 Thread Tony Cook
commit 3da3c74ddcb242e0a051636cd3bd3a8a20052b25 Author: Tony Cook Date: Thu Sep 3 10:41:40 2015 +1000 [perl #120903] fix a typo or should that be "fix an typo" --- Summary of changes: pod/perlcall.pod | 2 +- 1 file changed, 1 insertio

[perl.git] branch blead, updated. v5.23.2-79-gc0bf907

2015-09-02 Thread Tony Cook
commit c0bf9074e4a1b56f9afe46591417297e6613d5ea Author: Tony Cook Date: Tue Sep 1 10:41:40 2015 +1000 [perl #125924] allow op/infnan.t to pass on Win32 gcc --- Summary of changes: win32/config_sh.PL | 25 - 1 file changed, 16 insertions

[perl.git] branch blead, updated. v5.23.2-200-g049e0eb

2015-09-06 Thread Tony Cook
commit 049e0eb31f8abf40e06ee60ffc0b14ffd0991771 Merge: 48458f6 c2c7bda Author: Tony Cook Date: Mon Sep 7 14:14:00 2015 +1000 Support parallel builds on Win32 with dmake commit c2c7bda0885d19e01f0d998f22d2248d7663e957 Author: Daniel Dragan Date: Sat Aug 15 05:39:55 2015 -0400 add parallel support 4 Win32 dmake-uudmap+

[perl.git] branch travis, created. v5.23.2-205-g3ef85ee

2015-09-07 Thread Tony Cook
- Log - commit 3ef85ee4aca6a6cdbbaec962b6395648f709e42c Author: Tony Cook Date: Tue Sep 8 11:34:45 2015 +1000 make the build process depend on the previous steps travis does NOT stop the build process if a step fails M .travis.yml

[perl.git] branch travis, deleted. v5.23.2-205-g3ef85ee

2015-09-07 Thread Tony Cook
In perl.git, the branch travis has been deleted was 3ef85ee4aca6a6cdbbaec962b6395648f709e42c --

[perl.git] branch blead, updated. v5.23.2-208-g7ce1b4c

2015-09-07 Thread Tony Cook
commit 7ce1b4c45d9211e3a1d1630a5d0294b7f86ea037 Author: Tony Cook Date: Tue Sep 8 11:03:16 2015 +1000 report missing authors to stderr So if authors.t fails the cause is obvious from the test output *without* having to perform a verbose run. --- S

[perl.git] branch blead, updated. v5.23.2-220-gbc150b6

2015-09-08 Thread Tony Cook
In perl.git, the branch blead has been updated - Log - commit bc150b6ce0f4272607b4e7ce03d2abbf814182

[perl.git] branch blead, updated. v5.23.2-223-g2efb8b4

2015-09-09 Thread Tony Cook
commit 2efb8b4b644d5f3c28974a8f577081b4142decd2 Author: Tony Cook Date: Thu Sep 10 09:51:43 2015 +1000 refine the skip test for the 32-bit x86 ABI brokeness - the previous test checked ivsize, but that will be 8 for -Duse64bitint - similarly, byteorder is sized to an iv, so loosen that check to just mak

[perl.git] branch tonyc/smartmatch, deleted. v5.21.2-86-gda28f97

2015-09-09 Thread Tony Cook
In perl.git, the branch tonyc/smartmatch has been deleted was da28f979f053b8dab3ddd3852ceb66d858e340c6

[perl.git] branch tonyc/smartmatch, created. v5.23.2-233-gae42f1c

2015-09-09 Thread Tony Cook
- Log - commit ae42f1cf5e5071c5bf5bfd6c2060340bbd44420b Author: Tony Cook Date: Thu Sep 10 13:56:20 2015 +1000 make when(/foo/) act like when(qr/foo/) M op.c M t/op/switch.t commit 51953fd7021d8617bca54b2e67fca8d0ba884e55 Author: Tony Cook Date: M

[perl.git] branch tonyc/netbsd-timet, created. v5.23.2-253-gc79631a

2015-09-14 Thread Tony Cook
- Log - commit c79631a1c8b4ecf3ec1fc557c875d412058b3e47 Author: Tony Cook Date: Tue Sep 15 10:12:04 2015 +1000 prevent op/time.t failures on NetBSD 5.1 - make the watchdog time exceed the maximum time for the "very basic times test"

[perl.git] branch blead, updated. v5.23.2-253-gc79631a

2015-09-14 Thread Tony Cook
commit c79631a1c8b4ecf3ec1fc557c875d412058b3e47 Author: Tony Cook Date: Tue Sep 15 10:12:04 2015 +1000 prevent op/time.t failures on NetBSD 5.1 - make the watchdog time exceed the maximum time for the "very basic times test". This doesn't prevent the test from failing, but prevents the en

[perl.git] branch tonyc/netbsd-timet, deleted. v5.23.2-253-gc79631a

2015-09-14 Thread Tony Cook
In perl.git, the branch tonyc/netbsd-timet has been deleted was c79631a1c8b4ecf3ec1fc557c875d412058b3e47 --

[perl.git] branch blead, updated. v5.23.2-275-g9ca4b7e

2015-09-16 Thread Tony Cook
In perl.git, the branch blead has been updated - Log - commit 9ca4b7ea1df2a8085f1c9fc84c5c2a8eebc01f

[perl.git] branch blead, updated. v5.23.2-276-gd67e180

2015-09-16 Thread Tony Cook
In perl.git, the branch blead has been updated - Log - commit d67e180c79c65d7f57c566e833b50b24b5de33

[perl.git] branch tonyc/smartmatch, deleted. v5.23.2-233-gae42f1c

2015-09-16 Thread Tony Cook
In perl.git, the branch tonyc/smartmatch has been deleted was ae42f1cf5e5071c5bf5bfd6c2060340bbd44420b

[perl.git] branch tonyc/smartmatch, created. v5.23.2-290-gb659c49

2015-09-16 Thread Tony Cook
- Log - commit b659c49d696b31694141b7db7f3bd42697c4986d Author: Tony Cook Date: Thu Sep 17 15:52:24 2015 +1000 return a generic true/false for ~~ overloads rather than the return value of the overload method M pp_ctl.c M t/op/smartmatch.t

[perl.git] branch blead, updated. v5.23.3-7-ge120c24

2015-09-22 Thread Tony Cook
commit e120c24fe257993e9cbf4c567194bec2792f3ccc Author: Tony Cook Date: Wed Sep 23 09:33:50 2015 +1000 [perl #126133] autodie touches its touch_me, make it writable autodie's utime.t touches touch_me, in a git checkout that's fine since the file is writable, but in a distribution, all files are read

[perl.git] branch tonyc/chdir-nul, deleted. v5.22.0-27-g8acfce0

2015-10-11 Thread Tony Cook
In perl.git, the branch tonyc/chdir-nul has been deleted was 8acfce0771b8340dd0fc9301a5b8d975854b34ed -

[perl.git] branch tonyc/symlink-handling, deleted. v5.21.1-46-g2520356

2015-10-11 Thread Tony Cook
In perl.git, the branch tonyc/symlink-handling has been deleted was 2520356405baac1c040f3ca75098dc9da9a4961c --

[perl.git] branch tonyc/cyg-fixes, deleted. v5.21.0-323-g25aefc0

2015-10-11 Thread Tony Cook
In perl.git, the branch tonyc/cyg-fixes has been deleted was 25aefc01060f55f06530e600331ecff3362f6bea -

[perl.git] branch tonyc/cygwin-socket, deleted. v5.19.7-267-gb3b9505

2015-10-11 Thread Tony Cook
In perl.git, the branch tonyc/cygwin-socket has been deleted was b3b9505ffdbd1d4f8a59382bbe42bfbcdc294a3f -

[perl.git] branch tonyc/fcntl, deleted. v5.21.4-295-g106d9bc

2015-10-11 Thread Tony Cook
In perl.git, the branch tonyc/fcntl has been deleted was 106d9bc1725bb51a2677716ff822775102838780 -

[perl.git] branch smoke-me/tonyc/post-5.22, deleted. v5.22.0-RC2-44-g59a2fd9

2015-10-11 Thread Tony Cook
In perl.git, the branch smoke-me/tonyc/post-5.22 has been deleted was 59a2fd94e16529238f355b6b118d043c093cd74f

[perl.git] branch blead, updated. v5.23.3-102-g6937817

2015-10-11 Thread Tony Cook
In perl.git, the branch blead has been updated - Log - commit 6937817d58b1688d689072cd112ed95fe62db2

[perl.git] branch blead, updated. v5.23.3-104-g4a21999

2015-10-11 Thread Tony Cook
commit 4a21999a595cf89f78d57aa5b3fdf3fbfa638fb1 Author: Tony Cook Date: Mon Sep 14 14:32:07 2015 +1000 [perl #126051] make the warnings::enabled example use warnings::enabled 7e6d00f88633 added the warnif() function and changed most uses of warnings:enabled() to use warnif(), including this one. Revert just tha

[perl.git] branch blead, updated. v5.23.3-105-g0f94828

2015-10-11 Thread Tony Cook
In perl.git, the branch blead has been updated - Log - commit 0f948285b1d20fc918c76b133dd5bf40d0fa12

[perl.git] branch blead, updated. v5.23.3-106-ga0c8eb5

2015-10-11 Thread Tony Cook
commit a0c8eb5189bee48419189457c1d1c7f094ab0152 Author: Tony Cook Date: Mon Oct 12 15:46:53 2015 +1100 perldelta for 0f948285b1d2 --- Summary of changes: pod/perldelta.pod | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pod/perldelta

[perl.git] branch blead, updated. v5.23.3-108-g8c9009a

2015-10-12 Thread Tony Cook
In perl.git, the branch blead has been updated - Log - commit 8c9009ad13ddadd4e5865ef02a27df15933a7c

[perl.git] branch blead, updated. v5.23.3-127-g25c1b13

2015-10-13 Thread Tony Cook
commit 25c1b134afb28e3391447584a4ccc05b5caa9922 Author: Tony Cook Date: Wed Oct 14 10:51:21 2015 +1100 [perl #126242] make the constant hash seeds unsigned char * ...to prevent warnings on most C compilers and build failures on C++ compilers for -DNO_HASH_SEED builds. M hv_func.h M perl.c

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

2015-10-13 Thread Tony Cook
commit f445f5c484ae3bcaf063ccb7e1e82443f7b7fbad Author: Tony Cook Date: Wed Oct 14 11:29:04 2015 +1100 add the -DNO_HASH_SEED fixes --- Summary of changes: votes-5.20.xml | 3 +++ votes-5.22.xml | 3 +++ 2 files changed, 6 insertions(+) diff --git a

[perl.git] branch blead, updated. v5.23.3-161-g1e77749

2015-10-18 Thread Tony Cook
In perl.git, the branch blead has been updated - Log - commit 1e777496fd51e7d05020c0f05a4f2e19f2a314

[perl.git] branch blead, updated. v5.23.3-163-g03a8022

2015-10-18 Thread Tony Cook
In perl.git, the branch blead has been updated - Log - commit 03a8022922436d6126806f2021d599237739ff

[perl.git] branch blead, updated. v5.23.3-164-g8ca2a5d

2015-10-18 Thread Tony Cook
In perl.git, the branch blead has been updated - Log - commit 8ca2a5d6d84d93b456a8dfa622707ae9222a38

[perl.git] branch blead, updated. v5.23.3-198-ga72f268

2015-10-19 Thread Tony Cook
commit a72f268056499ee0738b8a442b667104044fca5b Author: Tony Cook Date: Tue Oct 20 15:11:42 2015 +1100 fix pod error introduced in 65c4791f --- Summary of changes: pod/perlhacktips.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[perl.git] branch blead, updated. v5.23.3-200-gaf2f850

2015-10-19 Thread Tony Cook
In perl.git, the branch blead has been updated - Log - commit af2f850fb5b3bd37dab6742ca16cce6aa5482f

[perl.git] branch blead, updated. v5.23.4-6-gb5f7915

2015-10-20 Thread Tony Cook
In perl.git, the branch blead has been updated - Log - commit b5f7915ceb5ed4ec947f64365f20ecd4cfd9ac

[perl.git] branch blead, updated. v5.23.4-26-g0b057af

2015-10-25 Thread Tony Cook
In perl.git, the branch blead has been updated - Log - commit 0b057af72368f97c1b6f0b4c58943ced6d6c98

[perl.git] branch blead, updated. v5.23.4-27-geeb9a2f

2015-10-25 Thread Tony Cook
commit eeb9a2fc894389772ece9041f75e0a27354508a7 Author: Tony Cook Date: Mon Oct 26 15:59:53 2015 +1100 [perl #126452] partly 0b057af7 revert for C++ builds --- Summary of changes: dist/threads-shared/shared.xs | 6 +++--- 1 file changed, 3 insertions(+), 3 del

[perl.git] branch blead, updated. v5.23.4-42-g1545a17

2015-10-27 Thread Tony Cook
In perl.git, the branch blead has been updated - Log - commit 1545a17946a06cf70b111af74a1786ae29fa76

[perl.git] branch blead, updated. v5.23.4-43-g0c7fc64

2015-10-27 Thread Tony Cook
commit 0c7fc6418c524329d47034aa2f4bec4f288095e2 Author: Tony Cook Date: Wed Oct 28 14:11:12 2015 +1100 fix the non-Win32 build breakage introduced in ce9582af On Unix, EU::MM was falling back to EU::MM::version::vpp, which was removed above. Make the real version.pm available i

[perl.git] branch tonyc/perlio-read, created. v5.23.4-49-g24d3a12

2015-10-28 Thread Tony Cook
- Log - commit 24d3a128142a9228295358f66a99a3536c572522 Author: Tony Cook Date: Mon Oct 26 12:06:53 2015 +1100 [perl #126403] WIP bypass the buffer for large reads through only :perlio --- --

[perl.git] branch blead, updated. v5.23.4-50-g57dca39

2015-10-28 Thread Tony Cook
commit 57dca39807652a99670f69f164cadefe6218cb6a Author: Tony Cook Date: Thu Oct 29 14:13:36 2015 +1100 Unicode::Normalize needs CombiningClass.pl This (typically) worked ok for parallel builds, since U::N is built very late in the XS extensions build process, but for non-parallel builds the lack of the depe

[perl.git] branch blead, updated. v5.23.4-66-g581f186

2015-11-01 Thread Tony Cook
In perl.git, the branch blead has been updated - Log - commit 581f1868f20d4bca2aae77b9aeb547e054f2a4

[perl.git] branch blead, updated. v5.23.4-72-gf24427c

2015-11-02 Thread Tony Cook
In perl.git, the branch blead has been updated - Log - commit f24427ccd6154b1ab883b98e12381d005b311c

[perl.git] branch blead, updated. v5.23.4-73-g6baa8db

2015-11-02 Thread Tony Cook
In perl.git, the branch blead has been updated - Log - commit 6baa8dbdfb8bc6c409778912cc3c8ea3dd39c3

[perl.git] branch tonyc/smartmatch-distinct, created. v5.23.2-291-g41a6227

2015-11-02 Thread Tony Cook
- Log - commit 41a622791fd9369fc8715701408ce7d16874abcd Author: Tony Cook Date: Mon Sep 21 15:47:52 2015 +1000 WIP ~~x and x~~ overloads going to try moving the fallback out of pp_smartmatch, which may be complicated by always wanting the fa

[perl.git] branch tonyc/vc2003-macro-issues, created. v5.23.4-74-ge708ca3

2015-11-02 Thread Tony Cook
- Log - commit e708ca371e3916d4d43873b94590507b76536a3b Author: Tony Cook Date: Tue Nov 3 15:27:31 2015 +1100 WIP test fix for 126045, needs work, needs testing --- -- Perl5 Master Repository

[perl.git] branch blead, updated. v5.23.4-82-g636efde

2015-11-08 Thread Tony Cook
commit 636efde423cb618062f58fe3313feb544ebe3882 Author: Tony Cook Date: Mon Oct 12 14:02:33 2015 +1100 cygwin: look harder for a C: mapping and skip if we don't find it Some recent update to df on cygwin changed the output from listing all mappings for the drive with cygwin installed on it to listing on

[perl.git] branch blead, updated. v5.23.4-84-g28aaeb3

2015-11-08 Thread Tony Cook
commit 28aaeb3b24f750f72f0505fc311412e0fa8a29f4 Author: Tony Cook Date: Thu Oct 29 15:07:09 2015 +1100 [perl #126469] document the ob parameter to sv_reftype() M sv.c commit b1744e1301fac4040f4a35d41cb9ff1e8531edc3 Author: Tony Cook Date: Thu Oct 29 15:05:59 2015 +1100 make sv_ref() part of the API

[perl.git] branch tonyc/debug-mark-macros, created. v5.23.4-91-g76a4743

2015-11-09 Thread Tony Cook
In perl.git, the branch tonyc/debug-mark-macros has been created at 76a474362ba8a966929d4ebbc097e7a449dd46b7 (commit) - Log --

[perl.git] branch blead, updated. v5.23.4-94-g6cae08a

2015-11-09 Thread Tony Cook
In perl.git, the branch blead has been updated - Log - commit 6cae08a8be145bcb838b49a6de6051e08d4e25

[perl.git] branch tonyc/debug-mark-macros, deleted. v5.23.4-91-g76a4743

2015-11-09 Thread Tony Cook
In perl.git, the branch tonyc/debug-mark-macros has been deleted was 76a474362ba8a966929d4ebbc097e7a449dd46b7 -

[perl.git] branch tonyc/dynaloader, created. v5.23.4-98-g8ce4cdd

2015-11-09 Thread Tony Cook
In perl.git, the branch tonyc/dynaloader has been created at 8ce4cdde62a1456a5ef0f085cb7eed82d0478c4f (commit) - Log -

[perl.git] branch tonyc/dynaloader, deleted. v5.23.4-98-g8ce4cdd

2015-11-09 Thread Tony Cook
In perl.git, the branch tonyc/dynaloader has been deleted was 8ce4cdde62a1456a5ef0f085cb7eed82d0478c4f

[perl.git] branch tonyc/dynaloader, created. v5.23.4-98-gd725c36

2015-11-09 Thread Tony Cook
In perl.git, the branch tonyc/dynaloader has been created at d725c366e1df086d81fa5c9d9c4ba15cb5cd50ff (commit) - Log -

[perl.git] branch tonyc/dynaloader, deleted. v5.23.4-98-gd725c36

2015-11-09 Thread Tony Cook
In perl.git, the branch tonyc/dynaloader has been deleted was d725c366e1df086d81fa5c9d9c4ba15cb5cd50ff

[perl.git] branch tonyc/dynaloader, created. v5.23.4-98-ga64426e

2015-11-09 Thread Tony Cook
In perl.git, the branch tonyc/dynaloader has been created at a64426e5ef600bc12ef10b8c5c6bb69f94eb8cb9 (commit) - Log -

[perl.git] branch blead, updated. v5.23.4-105-gc35721e

2015-11-10 Thread Tony Cook
In perl.git, the branch blead has been updated - Log - commit c35721edcd870400420b201f2fbd36e7a00bce

[perl.git] branch blead, updated. v5.23.4-106-gfdfd5e4

2015-11-10 Thread Tony Cook
commit fdfd5e4d926a555f6d4f156d79198d8c6db9dc44 Author: Tony Cook Date: Wed Nov 11 09:20:56 2015 +1100 fix symbian XS too, missed this when checking over the patch Unfortunately the symbian SDK doesn't appear to be available anymore. --- Summary

[perl.git] branch blead, updated. v5.23.4-107-g0403a1a

2015-11-10 Thread Tony Cook
commit 0403a1ad8ff01aaac2d09a986ea6bb5210472459 Author: Tony Cook Date: Thu Oct 22 12:03:05 2015 +1100 [perl #126325] don't read past the end of the source for pack [Hh] With a utf8 target but a non-utf8 source, pack Hh would read past the end of the source when given a length, due to an incorrec

[perl.git] branch blead, updated. v5.23.4-108-g48d0e2b

2015-11-11 Thread Tony Cook
In perl.git, the branch blead has been updated - Log - commit 48d0e2b20bba278a1927e100c7d907bff0ed36

[perl.git] branch blead, updated. v5.23.4-120-g867fa9e

2015-11-16 Thread Tony Cook
In perl.git, the branch blead has been updated - Log - commit 867fa9eefaaa3d718bbe6c592840b7a554c75a

[perl.git] branch blead, updated. v5.23.4-121-gcf69025

2015-11-16 Thread Tony Cook
commit cf69025fa87b76cf2f1859253fb3313ffd5b7e48 Author: Tony Cook Date: Wed Nov 11 11:29:03 2015 +1100 [perl #126602] make sure targ isn't freed from under us --- Summary of changes: cop.h| 6 -- t/re/subst.t | 7 ++- 2 files changed, 10

[perl.git] branch blead, updated. v5.23.4-122-g9e59c36

2015-11-16 Thread Tony Cook
commit 9e59c36b452568c56b99957f02b853c42e280f8a Author: Tony Cook Date: Wed Nov 11 15:57:09 2015 +1100 [perl #126193] don't use a trash SV if no indexes are provided to pp_lslice --- Summary of changes: pp.c| 23 ++- t/op/

[perl.git] branch smoke-me/tonyc/126443-use-after-free, created. v5.23.4-127-gc8fa4f7

2015-11-18 Thread Tony Cook
- Log - commit c8fa4f7fcdb0936482dc3b0196ef55918993a5cc Author: Tony Cook Date: Thu Nov 19 11:44:48 2015 +1100 [perl #126443] make sure PL_oldbufptr is preserved in scan_heredoc() This is later used to update PL_oldoldbufptr, if the

[perl.git] branch smoke-me/tonyc/pipe-assertion, created. v5.23.4-130-g019955f

2015-11-18 Thread Tony Cook
- Log - commit 019955f68dc34b5a2495da3a0ccd931093ca8748 Author: Tony Cook Date: Thu Nov 19 14:10:21 2015 +1100 [perl 126480] pipe() doesn't need the assertions GvIOn() already performs the checks and produces a nice error message

[perl.git] branch blead, updated. v5.23.5-21-g8f8d807

2015-11-22 Thread Tony Cook
commit 8f8d807bf58b98d89584dfa59055ff3313e3b961 Author: Tony Cook Date: Mon Nov 23 10:37:47 2015 +1100 make_ext.pl: fix operator precedence error from b4c079ca5 --- Summary of changes: make_ext.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -

[perl.git] branch tonyc/smartmatch, deleted. v5.23.2-290-gb659c49

2015-11-23 Thread Tony Cook
In perl.git, the branch tonyc/smartmatch has been deleted was b659c49d696b31694141b7db7f3bd42697c4986d

[perl.git] branch tonyc/smartmatch, created. v5.23.5-60-gdb59805

2015-11-23 Thread Tony Cook
- Log - commit db598054d47fbbe93cc2210f14ee9009f4d793a2 Author: Tony Cook Date: Tue Nov 24 11:29:34 2015 +1100 add ~~x and x~~ overloads, deprecating ~~ overloads M gv.c M lib/overload.pm M lib/overload.t M lib/overload/number

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