[perl.git] branch blead updated. v5.31.0-75-g35608a1658

2019-05-29 Thread Tony Cook
commit 35608a1658fe75c79ca53d96aea6cf7cb2a98615 Author: Tony Cook Date: Thu May 9 09:52:30 2019 +1000 (perl #122112) a simpler fix for pclose() aborted by a signal This change results in a zombie child process for the lifetime of the process, but I think that's the responsibility of the signal handler t

[perl.git] branch blead updated. v5.31.0-76-gfd0b39e2c8

2019-05-29 Thread Tony Cook
commit fd0b39e2c8e08d180653e64e96276216d2b606ac Author: Tony Cook Date: Thu May 30 10:33:40 2019 +1000 perldelta for fb5e77103dd4, 35608a1658fe --- Summary of changes: pod/perldelta.pod | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git

[perl.git] branch smoke-me/tonyc/133850-sublex-print-fh created. v5.31.0-80-gaa7eb33b9c

2019-05-29 Thread Tony Cook
- Log - commit aa7eb33b9c346e654ba80df586838f7fe2de759b Author: Tony Cook Date: Wed May 29 14:37:25 2019 +1000 (perl #133850) allow attributes in sub-parses commit 9a51fa1162df8670c4d269fafcab5e8e2e022d9f Author: Tony Cook Date: Wed May

[perl.git] branch smoke-me/tonyc/130585-scope-stack-assert created. v5.31.0-77-g84083dae5d

2019-05-29 Thread Tony Cook
- Log - commit 84083dae5d47d85867db20d7bd52b18cd3f624de Author: Tony Cook Date: Tue Feb 12 16:30:34 2019 +1100 (perl #130585) prevent a spurious ) in a subparse confusing the parser When doing a subparse, the tokenizer opens

[perl.git] branch blead updated. v5.31.0-115-g9dfe0a3438

2019-06-02 Thread Tony Cook
commit 9dfe0a3438ae69872b71b98e4fb4f4bef084983d Author: Tony Cook Date: Mon Jun 3 14:34:17 2019 +1000 (perl #134008) an alternative test commit b0f5b1daacb21ab7e46a772a6ff0f70ca627cb58 Author: Hugo van der Sanden Date: Tue Apr 9 14:27:41 2019 +0100 [#134008] More carefully ignore negative precision in sprintf

[perl.git] branch blead updated. v5.31.0-116-gddf1088979

2019-06-02 Thread Tony Cook
commit ddf10889792b3f8a311927c783f3864eee1822a3 Author: Tony Cook Date: Mon Jun 3 15:09:13 2019 +1000 perldelta for 9dfe0a3438ae, b0f5b1daacb2 --- Summary of changes: pod/perldelta.pod | 5 + 1 file changed, 5 insertions(+) diff --git a/pod/perldelta

[perl.git] branch blead updated. v5.31.0-117-g94a2f6a3c8

2019-06-02 Thread Tony Cook
commit 94a2f6a3c87a0795b9b1aabd49616f90c922b835 Author: Tony Cook Date: Wed Apr 24 11:05:21 2019 +1000 (perl #134048) prevent an erroneous assertion on OP_SCALAR --- Summary of changes: op.c | 3 ++- t/op/multideref.t | 4 +++- 2 files chan

[perl.git] branch blead updated. v5.31.0-118-g755e4cab24

2019-06-02 Thread Tony Cook
commit 755e4cab247c77c4da8b4c33eaf69b119dfbefb7 Author: Tony Cook Date: Mon Jun 3 15:33:07 2019 +1000 perldelta for 94a2f6a3c87a --- Summary of changes: pod/perldelta.pod | 5 + 1 file changed, 5 insertions(+) diff --git a/pod/perldelta.pod

[perl.git] branch blead updated. v5.31.0-119-g027471cf10

2019-06-02 Thread Tony Cook
commit 027471cf1095f75f273df40310e4647fe1e8a9df Author: Tony Cook Date: Wed Mar 20 16:47:49 2019 +1100 (perl #133913) limit numeric format results to INT_MAX The return value of v?snprintf() is int, and we pay attention to that return value, so limit the expected size of numeric formats to I

[perl.git] branch blead updated. v5.31.0-120-gfef47adaf9

2019-06-02 Thread Tony Cook
commit fef47adaf9aff92370afa2482f7c17f81cabfab7 Author: Tony Cook Date: Mon Jun 3 16:16:49 2019 +1000 perldelta for 027471cf1095 --- Summary of changes: pod/perldelta.pod | 8 1 file changed, 8 insertions(+) diff --git a/pod/perldelta.pod

[perl.git] branch blead updated. v5.31.0-138-g1768639d6d

2019-06-04 Thread Tony Cook
commit 1768639d6db2b2e7909706b5250e8751a23d34e1 Author: Tony Cook Date: Wed Jun 5 11:59:17 2019 +1000 (perl #134175) tests for eval_pv rethrowing objects commit 0f4fe36327e6e3c7c0007b67364cac3c4b43ee5d Author: Pali Date: Tue Jun 4 12:28:09 2019 +0200 In Perl_eval_pv rethrow error via croak_sv() This would al

[perl.git] branch blead updated. v5.31.0-139-gfb55ce6b75

2019-06-04 Thread Tony Cook
commit fb55ce6b7596b9e94f941cf83eac5ff84f760ea2 Author: Tony Cook Date: Wed Jun 5 14:37:32 2019 +1000 perldelta for 0f4fe36327e6, 1768639d6db2 --- Summary of changes: pod/perldelta.pod | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git

[perl.git] branch blead updated. v5.31.0-144-g5afa8ffbdf

2019-06-10 Thread Tony Cook
commit 5afa8ffbdf01228399875ca4111e261e206f40cd Author: Tony Cook Date: Mon Jun 10 10:42:45 2019 +1000 bump $Storable::VERSION and update Changes commit 16f2ddb794883529d5a3ad8326974a07aae7e567 Author: Tony Cook Date: Mon Jun 10 10:17:20 2019 +1000 (perl #134179) include regexps in the seen objects table on re

[perl.git] branch blead updated. v5.31.0-145-ga04f48a54e

2019-06-10 Thread Tony Cook
commit a04f48a54e7b38518d0a59757c09918934136452 Author: Tony Cook Date: Tue Jun 11 11:26:43 2019 +1000 perldelta for 16f2ddb79488, 5afa8ffbdf01 --- Summary of changes: pod/perldelta.pod | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git

[perl.git] branch blead updated. v5.31.0-146-g2fe0d7f40a

2019-06-10 Thread Tony Cook
commit 2fe0d7f40a94163d6c242c3e695fdcd19e387422 Author: Tony Cook Date: Tue Jun 11 14:59:23 2019 +1000 (perl #122112) remove some interfering debug output --- Summary of changes: t/io/pipe.t | 1 - 1 file changed, 1 deletion(-) diff --git a/t/io/pipe.t

[perl.git] branch blead updated. v5.31.0-150-g82de236bf4

2019-06-10 Thread Tony Cook
commit 82de236bf4d8d37736218318628cc3f85c53ab28 Author: Tony Cook Date: Wed May 29 14:37:25 2019 +1000 (perl #133850) allow attributes in sub-parses commit be9b0510216085dfb679b29a41e483c07effbb79 Author: Tony Cook Date: Wed May 29 13:47:36 2019 +1000 (perl #133850) allow @x{...} with space in sub-parse

[perl.git] branch blead updated. v5.31.0-151-g4ec3954cc1

2019-06-10 Thread Tony Cook
commit 4ec3954cc121fc761a8ba7ee850de9ebb13bf4b9 Author: Tony Cook Date: Tue Jun 11 16:45:50 2019 +1000 perldelta for eec88220688f, 10724e88639b, be9b05102160, 82de236bf4d8 --- Summary of changes: pod/perldelta.pod | 30 ++

[perl.git] branch blead updated. v5.31.0-152-g7259f4194f

2019-06-11 Thread Tony Cook
commit 7259f4194f3131957240f6b3dba47b74f53ac660 Author: Tony Cook Date: Tue Jun 4 16:35:35 2019 +1000 (perl #134125) accept only complete hex and binary literals --- Summary of changes: t/lib/croak/toke| 16 t/lib/warnings/toke | 3 ---

[perl.git] branch blead updated. v5.31.0-153-g2dd5ef160d

2019-06-11 Thread Tony Cook
commit 2dd5ef160d2c5f016b80d7946dbd60cd03f7827e Author: Tony Cook Date: Wed Jun 12 10:17:26 2019 +1000 perldelta for 7259f4194f31 --- Summary of changes: pod/perldelta.pod | 6 ++ 1 file changed, 6 insertions(+) diff --git a/pod/perldelta.pod

[perl.git] branch blead updated. v5.31.0-154-g69afcc21ed

2019-06-11 Thread Tony Cook
commit 69afcc21edd23e38a4aff806a14e666d77f2bd0c Author: Tony Cook Date: Tue Feb 12 16:30:34 2019 +1100 (perl #130585) prevent a spurious ) in a subparse confusing the parser When doing a subparse, the tokenizer opens up the subexpression with a '(' token, expecting the logic in yylex() to generate a 

[perl.git] branch blead updated. v5.31.0-155-g5b2f1ba66e

2019-06-11 Thread Tony Cook
commit 5b2f1ba66ef295d86085d8099d6c8cf1943913e9 Author: Tony Cook Date: Wed Jun 12 11:40:29 2019 +1000 perldelta for 69afcc21edd2 --- Summary of changes: pod/perldelta.pod | 13 + 1 file changed, 13 insertions(+) diff --git a/pod/perldelta.pod

[perl.git] branch blead updated. v5.31.0-156-g40258daf98

2019-06-11 Thread Tony Cook
commit 40258daf9899686d934c460ba3630431312d7694 Author: Tony Cook Date: Wed May 15 15:59:49 2019 +1000 (perl #134072) allow \&foo = \&bar to work in main:: subs in main:: are stored as a RV referring to a CV as a space optimization, but the pp_refassign code expected to find a glob, which made the assi

[perl.git] branch blead updated. v5.31.0-157-g0367cc1aba

2019-06-11 Thread Tony Cook
commit 0367cc1abaafd2271368270db2bea24e8c7a5945 Author: Tony Cook Date: Wed Jun 12 12:07:14 2019 +1000 perldelta for 40258daf9899 --- Summary of changes: pod/perldelta.pod | 5 + 1 file changed, 5 insertions(+) diff --git a/pod/perldelta.pod

[perl.git] branch blead updated. v5.31.0-158-g368ac47ccc

2019-06-12 Thread Tony Cook
commit 368ac47cccd4ffca6e83a26289c152a32c2ea385 Author: Tony Cook Date: Wed Apr 17 15:45:15 2019 +1000 (perl #134035) ensure sv_gets() handles a signal handler modifying sv At a very basic level at least. In the ticket cases, a signal handler is modifying (and reallocating PVX) the sv, while sv_gets() reta

[perl.git] branch blead updated. v5.31.0-159-g84ab3b6908

2019-06-12 Thread Tony Cook
commit 84ab3b690861c92bea535c991537bdde20c93750 Author: Tony Cook Date: Thu Jun 13 16:08:32 2019 +1000 perldelta for 368ac47cccd4 --- Summary of changes: pod/perldelta.pod | 5 + 1 file changed, 5 insertions(+) diff --git a/pod/perldelta.pod

[perl.git] branch blead updated. v5.31.0-162-g1d9630e785

2019-06-16 Thread Tony Cook
commit 1d9630e7857d6fbae6fddd261fbb80c9c9a8cfd6 Author: Tony Cook Date: Mon Mar 18 16:02:33 2019 +1100 (perl #133936) document differences between IO::Socket::* and builtin commit 229dff1ea726e744f983d06b20f0a1803a7b6e9f Author: Tony Cook Date: Mon Mar 18 15:48:04 2019 +1100 bump $IO::VERSION

[perl.git] branch blead updated. v5.31.0-163-gcc1cbb0666

2019-06-16 Thread Tony Cook
commit cc1cbb0666e28628f59cb4250463295e43646214 Author: Tony Cook Date: Mon Jun 17 10:17:46 2019 +1000 perldelta for f1000aa2d58f, 229dff1ea726, 1d9630e7857d --- Summary of changes: pod/perldelta.pod | 7 +++ 1 file changed, 7 insertions(+) diff --git

[perl.git] branch blead updated. v5.31.0-165-g4403f2e515

2019-06-16 Thread Tony Cook
commit 4403f2e515391112cbb6a5eb7de70f876e26b1f4 Author: Tony Cook Date: Mon Jun 17 10:51:22 2019 +1000 Michael Haardt is now perl author commit f4af610f061b3fbfc085e544669ec78982cc2156 Author: Michael Haardt Date: Mon Apr 22 12:44:42 2019 +0200 Increase cpp macro space for HP-UX 11.00 ANSI co

[perl.git] branch blead updated. v5.31.0-166-ga8e0c1fd5a

2019-06-16 Thread Tony Cook
commit a8e0c1fd5ade7c30aa0782f1aea274ef89190f6d Author: Tony Cook Date: Wed Jun 12 15:21:47 2019 +1000 (perl #133989) scalar() the argument to readline, if any C< readline @foo > would treat @foo as array. If the array was empty this would push zero items and readline() would then pop one item, possibly

[perl.git] branch blead updated. v5.31.0-167-gfa068f6da2

2019-06-16 Thread Tony Cook
commit fa068f6da2218ae85bae1e26ee7591c15276555f Author: Tony Cook Date: Mon Jun 17 15:24:04 2019 +1000 perldelta for a8e0c1fd5ade --- Summary of changes: pod/perldelta.pod | 7 +++ 1 file changed, 7 insertions(+) diff --git a/pod/perldelta.pod

[perl.git] branch tonyc/133936-more-socket-send created. v5.31.0-168-g1cd58fbe94

2019-06-17 Thread Tony Cook
- Log - commit 1cd58fbe94e083531b4cd36c6241e19be1afa048 Author: Tony Cook Date: Tue Jun 18 14:59:00 2019 +1000 (perl #133936) make send() a bit saner This undoes some of the effect of f1000aa2d in that TO will always be supplied to CORE

[perl.git] branch blead updated. v5.31.0-169-gbc26d2e6b2

2019-06-18 Thread Tony Cook
commit bc26d2e6b287cc6693f41e1a2d48b0dd77d2e427 Author: Tony Cook Date: Tue Jun 18 14:59:00 2019 +1000 (perl #133936) make send() a bit saner This undoes some of the effect of f1000aa2d in that TO will always be supplied to CORE::send() if it's supplied, otherwise whether TO is supplied to CORE::send()

[perl.git] branch blead updated. v5.31.0-170-gda1830f5b0

2019-06-18 Thread Tony Cook
commit da1830f5b059251a3031add1d03b8a965ab2c773 Author: Tony Cook Date: Wed Jun 19 10:12:01 2019 +1000 perldelta for bc26d2e6b287 bc26d2e6b287 changes the behaviour introduced by the original commit and there's been no release, so there's no need for a new

[perl.git] branch blead updated. v5.31.0-171-g3127113cbf

2019-06-18 Thread Tony Cook
In perl.git, the branch blead has been updated - Log - commit 3127113cbf175740dce688a3320c9d62ece9b

[perl.git] branch blead updated. v5.31.0-174-gf83193f250

2019-06-18 Thread Tony Cook
commit f83193f25095f9353c8e34c187184bc25fdadf51 Author: Tony Cook Date: Wed Jun 19 11:25:13 2019 +1000 Manuel Mausz is now a perl author commit 3121d45269f99e4f103ab5b830d517ded30081a8 Author: Manuel Mausz Date: Mon Jun 17 10:24:03 2019 +0200 Add test for perl #134169 commit 79e302e6c3f815bf4cb72a5bacc3012595970db9

[perl.git] branch blead updated. v5.31.0-175-gb9d9f9ab79

2019-06-18 Thread Tony Cook
commit b9d9f9ab79a4bbe3c10743b2b22828dbb8bd2a46 Author: Tony Cook Date: Wed Jun 19 14:17:44 2019 +1000 perldelta for 79e302e6c3f8, 3121d45269f9, f83193f25095 --- Summary of changes: pod/perldelta.pod | 5 + 1 file changed, 5 insertions(+) diff --git

[perl.git] branch blead updated. v5.31.0-178-gd842227003

2019-06-18 Thread Tony Cook
commit d8422270033e0728e6a9cecb24cdbd123656e367 Author: Tony Cook Date: Mon Jun 17 11:46:00 2019 +1000 (perl #134193) make the varname match the %[+-] names when loading Tie/Hash/NamedCapture.pm for the long name variants commit 22f05786af0b7f963440e47908cd5f35cf074c12 Author: Tony Cook Date: Thu Jun 13 10:05:1

[perl.git] branch blead updated. v5.31.0-179-g09b83c411b

2019-06-18 Thread Tony Cook
commit 09b83c411bd5dcd2722d0acdd5730c75f926811a Author: Tony Cook Date: Wed Jun 19 15:15:06 2019 +1000 perldelta for 1a1d29aaa2e0, 22f05786af0b, d8422270033e --- Summary of changes: pod/perldelta.pod | 13 - 1 file changed, 12 insertions(+), 1 de

[perl.git] branch blead updated. v5.31.1-55-g9918f0bc51

2019-06-23 Thread Tony Cook
commit 9918f0bc5148608ed6e31f41d86dff018d035897 Author: Tony Cook Date: Thu Jun 13 04:04:35 2019 + (perl #134189) handle no gcc, but cc is clang You can setup Ubuntu (and presumably other dists) with clang and no gcc installed, which left plibpth un

[perl.git] branch blead updated. v5.31.1-56-gec121dacb4

2019-06-23 Thread Tony Cook
commit ec121dacb4d1d7f6aa78abbd19bf388858bf5095 Author: Tony Cook Date: Mon Jun 24 11:14:00 2019 +1000 perldelta for 9918f0bc5148 --- Summary of changes: pod/perldelta.pod | 5 + 1 file changed, 5 insertions(+) diff --git a/pod/perldelta.pod

[perl.git] branch maint-votes updated. 37615aed2d5ce7dd5e254533f5235478f3378422

2019-06-25 Thread Tony Cook
commit 37615aed2d5ce7dd5e254533f5235478f3378422 Author: Tony Cook Date: Wed Jun 26 10:40:15 2019 +1000 propose the 134169 fix and vote for the 134126 fix --- Summary of changes: votes-5.30.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-)

[perl.git] branch blead updated. v5.31.1-107-g293a533c53

2019-06-25 Thread Tony Cook
commit 293a533c53d9c0fe939e23c439f4dfc47a5736dc Author: Tony Cook Date: Tue Jun 25 15:47:57 2019 +1000 (perl #122112) make sure SIGPIPE is delivered if we test it --- Summary of changes: t/io/pipe.t | 12 1 file changed, 12 insertions(+) diff -

[perl.git] branch blead updated. v5.31.1-114-g1ef28cc363

2019-06-26 Thread Tony Cook
commit 1ef28cc363aecc46572509c9acfcd02ed416d226 Author: Tony Cook Date: Thu Jun 20 11:06:13 2019 +1000 (perl #134125) make no digits after 0x/0b fatal My original change in 7259f4194 silently adjusted the parse position to immediately after the 0 in an incomplete hex or binary literal. In most cases this lead

[perl.git] branch blead updated. v5.31.1-115-g1bed9104d4

2019-06-26 Thread Tony Cook
commit 1bed9104d475eb126ab7d1df518bb894f66e1fab Author: Tony Cook Date: Thu Jun 27 10:35:57 2019 +1000 perldelta for 1ef28cc363ae --- Summary of changes: pod/perldelta.pod | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/pod/perldelta

[perl.git] branch blead updated. v5.31.1-118-gc0ad3f0899

2019-06-30 Thread Tony Cook
commit c0ad3f089909eceaf6d442a6805e5b46d1fee0e0 Author: Tony Cook Date: Thu Jun 27 15:00:47 2019 +1000 (perl #134218) make sure ECHO is defined This is used in dtrace rules originally needed on FreeBSD, which appears to define ECHO to echo by default for Makefiles. But this isn't the case for Sola

[perl.git] branch blead updated. v5.31.1-119-g48988e37c2

2019-06-30 Thread Tony Cook
commit 48988e37c210b95dc6f228038eb4e6e04e60ea20 Author: Tony Cook Date: Mon Jul 1 11:36:05 2019 +1000 perldelta for c0ad3f089909e --- 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.31.1-120-g0087236851

2019-06-30 Thread Tony Cook
commit 008723685161a22b8f080bf12eeccada6d55c162 Author: Tony Cook Date: Thu Jun 27 11:48:25 2019 +1000 (perl #134187) how do we know it's a Turkic locale Not by name. --- Summary of changes: pod/perllocale.pod | 10 +++--- 1 file changed, 7

[perl.git] branch tonyc/134221-open-temp-modes created. v5.31.1-121-gd55e40faa5

2019-07-01 Thread Tony Cook
- Log - commit d55e40faa52d1a9ff4da5a8806fe4224f2e9455e Author: Tony Cook Date: Tue Jul 2 14:16:35 2019 +1000 (perl #134221) support append mode for open .. undef Still needs work for VMS, Win32 and in theor

[perl.git] branch tonyc/134221-open-temp-modes updated. v5.31.1-122-g6a0e219b61

2019-07-01 Thread Tony Cook
commit 6a0e219b617bcb21c24f1f2e22394cbb62125a03 Author: Tony Cook Date: Tue Jul 2 15:22:26 2019 +1000 (perl #134221) support append mode temp files on Win32 too --- Summary of changes: perlio.c | 2 +- win32/win32.c

[perl.git] branch tonyc/134221-open-temp-modes updated. v5.31.1-123-g4a99ea8eb2

2019-07-02 Thread Tony Cook
commit 4a99ea8eb2f2820a5730b2c1f2c55166c4a6426d Author: Tony Cook Date: Wed Jul 3 20:23:49 2019 +1000 strip O_TRUNC too --- Summary of changes: perlio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perlio.c b/pe

[perl.git] branch blead updated. v5.31.1-134-g66ff4fb582

2019-07-07 Thread Tony Cook
commit 66ff4fb5827047a9962893be6bdf6c6439b7af2c Author: Tony Cook Date: Mon Jun 24 10:01:42 2019 +1000 use hex for the call_*()/eval_sv() flag definitions while I expect most C programmers have these powers of two engraved into their brains, using hex makes this more obvious

[perl.git] branch blead updated. v5.31.1-135-gb870557cf8

2019-07-07 Thread Tony Cook
commit b870557cf82f1e7b8262b798bd06520f5123258c Author: Tony Cook Date: Mon Jul 8 11:56:27 2019 +1000 perldelta for fb81daf0179f, 66ff4fb58270 --- Summary of changes: pod/perldelta.pod | 12 1 file changed, 12 insertions(+) diff --git

[perl.git] branch blead updated. v5.31.1-138-g256dda502e

2019-07-07 Thread Tony Cook
commit 256dda502eca71f547885c73901e8e8b42d47174 Author: Tony Cook Date: Mon Jul 8 15:39:26 2019 +1000 make apidoc error reporting a little more explicit commit 131e4949745cb53db2d0dec8d7649c20ea51f0b8 Author: Tony Cook Date: Thu Jul 4 11:12:20 2019 +1000 (perl #120841) document some errno macros for internal use

[perl.git] branch blead updated. v5.31.1-139-g2773b4f50f

2019-07-08 Thread Tony Cook
commit 2773b4f50f991900e38d33daace2b9c6a0902c6a Author: Tony Cook Date: Thu Jul 4 15:02:46 2019 +1000 Revert "postpone perl_parse() exit(0) bugfix" This reverts commit 857320cbf85e762add18885ae8a197b5e0c21b69, re-instating the [perl #2754] fix, which was reverted in late 2017 to allow Modul

[perl.git] branch blead updated. v5.31.1-140-ged0cf058d6

2019-07-08 Thread Tony Cook
commit ed0cf058d67700902ba366dd1fa5f1327d56f95c Author: Tony Cook Date: Tue Jul 9 14:51:03 2019 +1000 perldelta for 2773b4f50f99 --- Summary of changes: pod/perldelta.pod | 11 +++ 1 file changed, 11 insertions(+) diff --git a/pod/perldelta.pod

[perl.git] branch blead updated. v5.31.1-141-g72fb396a39

2019-07-08 Thread Tony Cook
In perl.git, the branch blead has been updated - Log - commit 72fb396a39a42fb8f014aad05b2a85adaac6a

[perl.git] branch tonyc/134221-open-temp-modes-vms created. v5.31.1-144-gc67d360a7c

2019-07-14 Thread Tony Cook
- Log - commit c67d360a7cd2bc4acf5c0d0c88e716151f14a938 Author: Tony Cook Date: Mon Jul 15 11:53:23 2019 +1000 (perl #134221) support O_APPEND for open ..., undef on VMS VMS doesn't allow you to delete an open file like POSIXish sys

[perl.git] branch blead updated. v5.31.1-152-g910b8b92a5

2019-07-15 Thread Tony Cook
commit 910b8b92a5c097593b840ac1eee578d2da08ad44 Merge: dc9ac3ee56 74b421cc87 Author: Tony Cook Date: Tue Jul 16 15:59:29 2019 +1000 (perl #134221) preserve O_APPEND for open ... undef calls. For most systems this means switching from mkstemp() to mkostemp(), which Zefram helpfully added an emulation for.

[perl.git] branch blead updated. v5.31.1-153-g973ae08839

2019-07-15 Thread Tony Cook
commit 973ae08839a3c974ff88014594ecf63cdb20d5e8 Author: Tony Cook Date: Tue Jul 16 16:30:58 2019 +1000 perldelta for ae73d7ec2329, 0424723402ef, 74b421cc877e --- Summary of changes: pod/perldelta.pod | 6 ++ 1 file changed, 6 insertions(+) diff --git

[perl.git] branch tonyc/134172-in-lc created. v5.31.1-155-gcdf3268f4f

2019-07-17 Thread Tony Cook
- Log - commit cdf3268f4ffd58175cb8a655bebee6f209e77e65 Author: Tony Cook Date: Thu Jul 18 14:09:59 2019 +1000 (perl #134172) don't croak with the locale lock held commit fe38e583dd96b522b7d555905a8d270cff2861e7 Author: Tony Cook Date: Wed Jul 17 16

[perl.git] branch blead updated. v5.31.1-154-g52bd4b1005

2019-07-18 Thread Tony Cook
commit 52bd4b1005ce2b1499ca6df62b6d09e45880a467 Author: Tony Cook Date: Fri Jul 19 10:08:30 2019 +1000 (perl #134221) MSVC doesn't define O_ACCMODE --- Summary of changes: win32/win32.h | 4 1 file changed, 4 insertions(+) diff --git a/win32/win3

[perl.git] branch blead updated. v5.31.2-13-g85d4e0a35b

2019-07-21 Thread Tony Cook
commit 85d4e0a35b2d44cf06a9343d23a2f84b8ebb9024 Author: Tony Cook Date: Wed Jul 17 11:32:50 2019 +1000 (perl #134291) propagate non-PVs in $@ in bare die() --- Summary of changes: pp_sys.c | 2 +- t/op/die.t | 6 +- 2 files changed, 6 insertions

[perl.git] branch blead updated. v5.31.2-14-g052ce2b816

2019-07-21 Thread Tony Cook
commit 052ce2b816c991db592124ad1a8ad271dce1a63d Author: Tony Cook Date: Mon Jul 22 11:15:06 2019 +1000 perldelta for 85d4e0a35b2d --- Summary of changes: pod/perldelta.pod | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pod/perldelta

[perl.git] branch tonyc/134295-win32-blocks created. v5.31.2-15-ge3f4f32129

2019-07-21 Thread Tony Cook
- Log - commit e3f4f321290813be202cfd9ce45f4ef5b3d96a2f Author: Tony Cook Date: Mon Jul 22 14:52:48 2019 +1000 ensure mktests.PL produces the same output cross-platform With the change to always generate the tests, this was producing mo

[perl.git] branch blead updated. v5.31.2-15-ge3f4f32129

2019-07-21 Thread Tony Cook
In perl.git, the branch blead has been updated - Log -

[perl.git] branch tonyc/134295-win32-blocks updated. v5.31.2-17-gcfb8d85df6

2019-07-21 Thread Tony Cook
commit cfb8d85df6ebf8495bf2f9a43a9b70bf0ccb37fd Author: Tony Cook Date: Mon Jul 22 15:47:57 2019 +1000 File-Find/t/find.t: reindent after adding a SKIP block commit 33617017c38f4e15c84e1fd29b4ce48e5d28be6c Author: Tony Cook Date: Mon Jul 22 15:45:39 2019 +1000 writing to the root directory re

[perl.git] branch blead updated. v5.31.2-17-gcfb8d85df6

2019-07-21 Thread Tony Cook
In perl.git, the branch blead has been updated - Log -

[perl.git] branch blead updated. v5.31.2-19-g474c64972f

2019-07-21 Thread Tony Cook
commit 474c64972ff2cbea6e99cf6f2c737235a4503a70 Author: Tony Cook Date: Mon Jul 22 16:24:32 2019 +1000 bump $File::Find::VERSION for the win32 test change commit 34ad2e9c224703dcd1b10c0b835f4f4b751826d2 Author: Tony Cook Date: Mon Jul 22 16:24:14 2019 +1000 bump $Devel::PPPort::VERSION for the m

[perl.git] branch blead updated. v5.31.2-20-g03b7d2792b

2019-07-21 Thread Tony Cook
commit 03b7d2792b10d1f615dd9a9680ffd3cd2f73f584 Author: Tony Cook Date: Mon Jul 22 16:34:36 2019 +1000 perldelta for e3f4f3212908, 33617017c38f, cfb8d85df6eb --- Summary of changes: pod/perldelta.pod | 14 ++ 1 file changed, 14 insertions(+)

[perl.git] branch blead updated. v5.31.2-24-gf670c2bb3d

2019-07-22 Thread Tony Cook
commit f670c2bb3dd57802df85a5c454bf77c8a891846e Author: Tony Cook Date: Tue Jul 23 10:45:04 2019 +1000 avoid synthesizing locale names with newlines in them while debugging some strange behaviour on Win32 I tried dumping locale names in _trylocale() and saw names go past like: sv_fi.15 <-

[perl.git] branch blead updated. v5.31.2-25-gefb1f9ac55

2019-07-22 Thread Tony Cook
commit efb1f9ac55b355a893961ff973ff73842943bee4 Author: Tony Cook Date: Tue Jul 23 14:42:54 2019 +1000 perldelta for 43e5ab2e34fe I don't think f670c2bb3dd57 needs a perldelta entry. --- Summary of changes: pod/perldelta.pod | 5 +++-- 1 file

[perl.git] branch blead updated. v5.31.2-36-g8348ac19a3

2019-07-30 Thread Tony Cook
commit 8348ac19a3c37caf807ef0f64320e0bec53b6747 Author: Tony Cook Date: Wed Jul 31 11:06:20 2019 +1000 (perl #134310) don't confuse S_no_op() This code could previously set PL_bufptr so it points after the returned s pointer, which S_no_op() asserts on for the test case. Since setting PL_bufptr her

[perl.git] branch blead updated. v5.31.2-37-ga3c775652e

2019-07-30 Thread Tony Cook
commit a3c775652e11bdb1349501ca6c6978da2f07d62b Author: Tony Cook Date: Wed Jul 31 11:14:50 2019 +1000 perldelta for 8348ac19a3c3 --- Summary of changes: pod/perldelta.pod | 4 1 file changed, 4 insertions(+) diff --git a/pod/perldelta.pod

[perl.git] branch blead updated. v5.31.2-64-g625e8b0bff

2019-08-06 Thread Tony Cook
commit 625e8b0bffed3334db9b3897f8713d570fd5385c Author: Tony Cook Date: Wed Aug 7 10:45:52 2019 +1000 Revert "Revert "postpone perl_parse() exit(0) bugfix"" This reverts commit 2773b4f50f991900e38d33daace2b9c6a0902c6a. I haven't made much progress in resolving the problems this pro

[perl.git] branch blead updated. v5.31.2-68-g9bceefdb82

2019-08-07 Thread Tony Cook
commit 9bceefdb82ae645c3112967e6c233ed719b425f9 Author: Tony Cook Date: Thu Aug 8 10:09:01 2019 +1000 bump $PerlIO::via::VERSION commit 12e1284a67e5e3404c704c3f864749fd9f04c7c4 Author: Tony Cook Date: Wed Aug 7 14:58:14 2019 +1000 PerlIO::Via: check arg is non-NULL before using it. I can't find any code i

[perl.git] branch blead updated. v5.31.2-69-gd1bc97feec

2019-08-07 Thread Tony Cook
In perl.git, the branch blead has been updated - Log - commit d1bc97feec1ac3a922c2ff2e27c9f517722cc

[perl.git] branch blead updated. v5.31.2-70-ge6132dc079

2019-08-07 Thread Tony Cook
commit e6132dc079934a742aa3f346fceb6cb20e5dd8c2 Author: Tony Cook Date: Thu Aug 8 11:18:38 2019 +1000 perldelta for d1bc97feec1a --- Summary of changes: pod/perldelta.pod | 12 1 file changed, 12 insertions(+) diff --git a/pod/perldelta.pod

[perl.git] branch blead updated. v5.31.2-74-g134b625d98

2019-08-07 Thread Tony Cook
commit 134b625d9892c96a2e9718d6dba0692b40391bc7 Author: Tony Cook Date: Thu Aug 8 11:58:23 2019 +1000 bump $Storable::VERSION and update ChangeLog commit d8d4e2e101f7b3f67be2e11ec8e867885de0c46c Author: Tony Cook Date: Tue Aug 6 10:54:25 2019 +1000 minimally document the stacksize tool

[perl.git] branch blead updated. v5.31.2-75-g933e3e6300

2019-08-07 Thread Tony Cook
commit 933e3e630076d4fdbe32a101eeb5f12e37ec4ac2 Author: Tony Cook Date: Mon Aug 5 15:23:45 2019 +1000 (perl #134266) make sure $@ is writable when we write to it when unwinding. Since except_sv might be ERRSV we try to preserve it's value, if not the actual SV (which we have an extra refcount

[perl.git] branch blead updated. v5.31.2-76-g6e23836a54

2019-08-07 Thread Tony Cook
commit 6e23836a54f586418eb81fac4af911e6d883ab19 Author: Tony Cook Date: Thu Aug 8 14:35:51 2019 +1000 perldelta for 933e3e630076 --- Summary of changes: pod/perldelta.pod | 7 +++ 1 file changed, 7 insertions(+) diff --git a/pod/perldelta.pod

[perl.git] branch blead updated. v5.31.2-85-g4510b39350

2019-08-07 Thread Tony Cook
commit 4510b393500f9f3cd77fafbbee5bdd37be8e4594 Merge: 6e23836a54 8008a6e6e6 Author: Tony Cook Date: Thu Aug 8 15:56:58 2019 +1000 APIify and document several interpreter variables commit 8008a6e6e60e5971898f3f85b5566c9e4663699e Author: Tony Cook Date: Thu Aug 8 15:53:31 2019 +1000 PERL_DESTRUCT_LEVEL no longer requ

[perl.git] branch blead updated. v5.31.2-107-g1715411014

2019-08-14 Thread Tony Cook
commit 17154110146fd1d2f11d4879051bb9dd2e0c653f Merge: 8639f1585e d9cf960ca3 Author: Tony Cook Date: Thu Aug 15 14:17:49 2019 +1000 Cleanup Time::HiRes commit d9cf960ca31df94beab2ff4ca45a0e5298ad0369 Author: Tony Cook Date: Thu Aug 15 14:16:19 2019 +1000 bump $Time::HiRes::VERSION

[perl.git] branch blead updated. v5.31.2-108-gf0f66070bd

2019-08-14 Thread Tony Cook
commit f0f66070bdc4000b714fbde4c050eb27569b795b Author: Tony Cook Date: Thu Aug 15 14:24:44 2019 +1000 perldelta for merge commit 17154110146f --- Summary of changes: pod/perldelta.pod | 7 +++ 1 file changed, 7 insertions(+) diff --git a/pod/perldelta

[perl.git] branch blead updated. v5.31.2-111-g105c827d9a

2019-08-18 Thread Tony Cook
commit 105c827d9a0f19a772c7b179e2997d842a095460 Author: Tony Cook Date: Thu Sep 28 14:40:24 2017 +1000 (perl #124256) disallow \K in lookahead and lookbehind \K can cause infinite loops in matching in these, and we're not sure how it really should behave, s

[perl.git] branch blead updated. v5.31.2-112-gbefef3681f

2019-08-18 Thread Tony Cook
commit befef3681ffdd8d9337e2c6b174f6b59f971ceaf Author: Tony Cook Date: Mon Aug 19 15:49:35 2019 +1000 perldelta for 105c827d9a0f though if anyone has a better description, please update it --- Summary of changes: pod/perldelta.pod | 7 +++

[perl.git] branch tonyc/regexp-runtime-limits-no-re created. v5.31.2-118-g85a4efd858

2019-08-18 Thread Tony Cook
- Log - commit 85a4efd8589f9eb333628270a49bb2fb273e27fb Author: Tony Cook Date: Mon Jun 3 10:47:31 2019 +1000 clean up the error messages a bit - expand the "regexp" contraction - make the two messages co

[perl.git] branch tonyc/regexp-runtime-limits created. v5.31.2-116-gdd57c55e25

2019-08-18 Thread Tony Cook
- Log - commit dd57c55e25ab39f195711ff3b2f9cd7109603ba8 Author: Tony Cook Date: Wed May 29 10:44:55 2019 +1000 update some functions to the new standard name but I might change that standard name. commit f6ef14b652ee1e8e900db456afebd9bd69

[perl.git] branch blead updated. v5.31.3-12-g14d26b44a1

2019-08-25 Thread Tony Cook
commit 14d26b44a1d7eee67837ec0ea8fb0368ac6fe33e Author: Tony Cook Date: Tue Aug 20 15:43:05 2019 +1000 (perl #134230) don't interpret 0x, 0b when numifying strings --- Summary of changes: numeric.c | 9 + t/op/int.t | 5 - 2 files

[perl.git] branch blead updated. v5.31.3-13-g9cb6912335

2019-08-25 Thread Tony Cook
commit 9cb69123352ffa47c66a6da5bdabaabed004a5ec Author: Tony Cook Date: Mon Aug 26 10:27:10 2019 +1000 perldelta for 14d26b44a1d7 --- Summary of changes: pod/perldelta.pod | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/pod/perldelta

[perl.git] branch blead updated. v5.31.3-14-g6e404ab585

2019-08-25 Thread Tony Cook
In perl.git, the branch blead has been updated - Log - commit 6e404ab585deadc1c32d50513f13b50ae395c

[perl.git] branch maint-votes updated. 505f5c2eae278315848683921345684891170fc2

2019-08-26 Thread Tony Cook
commit 505f5c2eae278315848683921345684891170fc2 Author: Tony Cook Date: Tue Aug 27 10:22:16 2019 +1000 propose a few commits 134218 - fixes a build issue on Solaris 133989 - fixes a crash bug, if someone has @foo = ($fh); readline(@foo) this change will break it, 134072 - fixes an experi

[perl.git] branch blead updated. v5.31.3-31-g39d5361c0c

2019-08-26 Thread Tony Cook
In perl.git, the branch blead has been updated - Log - commit 39d5361c0cd36ed4a0dc1ffa435cbef624cb7

[perl.git] branch blead updated. v5.31.3-47-ge99ccafab2

2019-09-01 Thread Tony Cook
commit e99ccafab27dc0d084a8c16ed5a07fe8f4cc87ce Merge: 7ea7c4bb61 10032e64f3 Author: Tony Cook Date: Mon Sep 2 11:35:47 2019 +1000 More SvPV* macros commit 10032e64f3fae241388253fee5a76a270864e4e0 Author: Tony Cook Date: Mon Sep 2 11:28:16 2019 +1000 bump $XS::APItest::VERSION commit 3e13e8f6968d020943ce324057a81959fc

[perl.git] branch blead updated. v5.31.3-48-g05a03c0da6

2019-09-02 Thread Tony Cook
commit 05a03c0da6f3694904885fa1629a6e35e75d2875 Author: Tony Cook Date: Mon Sep 2 15:35:36 2019 +1000 (perl #134390) don't leak the SV we just created on an early return --- Summary of changes: regexec.c | 1 + 1 file changed, 1 insertion(+) d

[perl.git] branch blead updated. v5.31.3-49-g8714ff4fff

2019-09-02 Thread Tony Cook
commit 8714ff4fff9cfd29f80108bcdd43cfd7637999b9 Author: Tony Cook Date: Tue Sep 3 09:19:52 2019 +1000 perldelta for 05a03c0da6f3 --- Summary of changes: pod/perldelta.pod | 6 ++ 1 file changed, 6 insertions(+) diff --git a/pod/perldelta.pod

[perl.git] branch blead updated. v5.31.3-50-g6c3320363f

2019-09-02 Thread Tony Cook
commit 6c3320363f6cd734c66a25852aac87e4f2538215 Author: Tony Cook Date: Wed Jul 24 15:56:08 2019 +1000 (perl #133981) fix for Win32 setlocale() abort This appears to abort because the supplied locale string isn't validly encoded in the current code page, so we see the following steps: 1) an internal

[perl.git] branch blead updated. v5.31.3-51-g0076a04752

2019-09-02 Thread Tony Cook
commit 0076a0475227b84d56bbbe0f4db3ad75a7059bbe Author: Tony Cook Date: Tue Sep 3 11:15:23 2019 +1000 perldelta for 6c3320363f6cd --- Summary of changes: pod/perldelta.pod | 9 +++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git

[perl.git] branch blead updated. v5.31.3-126-g17a1e9ac29

2019-09-08 Thread Tony Cook
commit 17a1e9ac2917a0f8cdb3bf899724e07190e3d8ec Author: Tony Cook Date: Thu Sep 5 15:37:30 2019 +1000 (perl #133981) fix my stupid mistake --- Summary of changes: locale.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/locale.c b/lo

[perl.git] branch maint-votes updated. bc5a55b644062045c0683ddc752611a7cfbe7d0e

2019-09-08 Thread Tony Cook
commit bc5a55b644062045c0683ddc752611a7cfbe7d0e Author: Tony Cook Date: Tue Sep 3 09:33:16 2019 +1000 propose the 134390 fix for backporting --- Summary of changes: votes-5.28.xml | 2 ++ votes-5.30.xml | 2 ++ 2 files changed, 4 insertions(+) diff -

[perl.git] branch blead updated. v5.31.3-128-g6484208a10

2019-09-08 Thread Tony Cook
commit 6484208a1010b591744b2a7467e254d4f58f7ba5 Author: Tony Cook Date: Mon Sep 9 11:14:05 2019 +1000 bump $Time::HiRes::VERSION commit 1d96b9c90e199a42267d0142b9d623350a183412 Author: Tomasz Konojacki Date: Mon Sep 2 07:37:17 2019 +0200 Time::HiRes: implement clock_gettime() and clock_getres() for win32 To ma

<    5   6   7   8   9   10   11   12   13   14   >