[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-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-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-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-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-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-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-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-17-gcfb8d85df6

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-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 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-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 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.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 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-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 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 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-141-g72fb396a39

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

[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-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-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-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-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 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 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 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 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 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-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-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-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-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 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-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 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.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.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-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-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-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-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-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 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-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 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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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 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 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 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 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-73-gc6dcb9ed46

2019-05-28 Thread Tony Cook
In perl.git, the branch blead has been updated - Log - commit c6dcb9ed461718e37907fd4a12e9c4e267d46

[perl.git] branch maint-votes updated. 6177c708afa075b06a745ef93449e7043409ebaf

2019-05-08 Thread Tony Cook
commit 6177c708afa075b06a745ef93449e7043409ebaf Author: Tony Cook Date: Thu May 9 10:37:04 2019 +1000 votes for fb5f378b, a0bbd31, 0d9e812de --- Summary of changes: votes-5.28.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff -

[perl.git] branch blead updated. v5.29.10-61-g3b1150bcdd

2019-05-08 Thread Tony Cook
commit 3b1150bcdd8b7f453ccf6ae447cfb08f2a5d74a6 Author: Tony Cook Date: Thu May 9 10:29:17 2019 +1000 perldelta for 9f300641fc6f --- Summary of changes: pod/perldelta.pod | 8 1 file changed, 8 insertions(+) diff --git a/pod/perldelta.pod

[perl.git] branch blead updated. v5.29.10-60-g9f300641fc

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

[perl.git] branch tonyc/133958-realloc-errno-success created. v5.29.10-60-g9f300641fc

2019-05-08 Thread Tony Cook
- Log - commit 9f300641fc6fb15749f287d7ac7fd6f312b3edd8 Author: Tony Cook Date: Fri May 3 14:49:50 2019 +1000 (perl #133958) preserve errno on successful malloc/realloc In general perl doesn't try to preserve errno (aka $!)

[perl.git] branch tonyc/133958-realloc-errno-success deleted. v5.29.10-56-g373d744e31

2019-05-03 Thread Tony Cook
In perl.git, the branch tonyc/133958-realloc-errno-success has been deleted was 373d744e311ee3721ab7a4ee2bd8a33b88a7f387 - Log ---

[perl.git] branch smoke-me/tonyc/133958-realloc-errno-success created. v5.29.10-56-g373d744e31

2019-05-03 Thread Tony Cook
In perl.git, the branch smoke-me/tonyc/133958-realloc-errno-success has been created at 373d744e311ee3721ab7a4ee2bd8a33b88a7f387 (commit) - Log

[perl.git] branch tonyc/133958-realloc-errno-success created. v5.29.10-56-g373d744e31

2019-05-03 Thread Tony Cook
- Log - commit 373d744e311ee3721ab7a4ee2bd8a33b88a7f387 Author: Tony Cook Date: Fri May 3 14:49:50 2019 +1000 (perl #133958) preserve errno on successful malloc/realloc In general perl doesn't try to preserve errno (aka $!)

[perl.git] branch blead updated. v5.29.10-54-g2c49d5e5d7

2019-05-02 Thread Tony Cook
commit 2c49d5e5d77aa42423b81145aaf4f6ce70442c90 Author: Tony Cook Date: Fri May 3 10:21:48 2019 +1000 perldelta for 9a48f2ab9670, 5a6219089f70 --- Summary of changes: pod/perldelta.pod | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git

[perl.git] branch blead updated. v5.29.10-53-g5a6219089f

2019-05-02 Thread Tony Cook
commit 5a6219089f705beb81145b01c1e026157d1edd47 Author: Tony Cook Date: Fri May 3 10:09:06 2019 +1000 (perl #134061) move the test to t/uni/parser.t porting/test_bootstrap prevents most use of use in t/comp commit 9a48f2ab9670d2d0c57075bcf3653fd7c05e3535 Author: Aaron Crane Date: Fri Apr 26 14:02:47 2019 +0100

[perl.git] branch blead updated. v5.29.10-49-g7c7a699539

2019-04-30 Thread Tony Cook
commit 7c7a699539cc91c1c6eb5417b7d466f5ad1db7b9 Author: Tony Cook Date: Wed Apr 24 15:01:48 2019 +1000 (perl #134046) list form system/exec/pipe open limits on Win32 --- Summary of changes: pod/perlport.pod | 18 +- 1 file changed, 17 inse

[perl.git] branch blead updated. v5.29.9-142-g1d7b2a7e3a

2019-04-16 Thread Tony Cook
commit 1d7b2a7e3a7a0e05c254d065923488b768eb3ce0 Author: Tony Cook Date: Wed Apr 17 11:10:13 2019 +1000 free pseen in the magic free code --- Summary of changes: dist/Storable/Storable.xs | 4 dist/Storable/__Storable__.pm | 2 +- 2 files chan

[perl.git] branch blead updated. v5.29.9-138-gdc88277553

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

[perl.git] branch tonyc/libperl-asan created. v5.29.9-138-gdc88277553

2019-04-15 Thread Tony Cook
- Log - commit dc88277553b8a9ac3a811430ac94cdcd73f44e69 Author: Tony Cook Date: Tue Apr 16 15:24:00 2019 +1000 handle an ASAN specific section name parsing nm output on darwin ASAN builds can generate a section name of __asan_cstring on darwin,

[perl.git] branch blead updated. v5.29.9-132-g188c2c2fd5

2019-04-14 Thread Tony Cook
commit 188c2c2fd5c01d4619ad8ece46f1417e71262a81 Author: Tony Cook Date: Mon Apr 15 10:37:08 2019 +1000 Dan Book is now a perl AUTHOR commit b634e872a7ee3248af35af6fd99e8e2beff2060a Author: Dan Book Date: Thu Mar 7 19:34:14 2019 -0500 modernize Exporter usage in perlmod module template TonyC: placate podch

[perl.git] branch blead updated. v5.29.9-130-g3625d2a87d

2019-04-14 Thread Tony Cook
commit 3625d2a87d165ed801ba5ca7e0194e88aed15df9 Author: Tony Cook Date: Mon Apr 15 10:17:35 2019 +1000 perldelta for 05fed879afad, 15f67d146cf1, 0a4d1779402e --- Summary of changes: pod/perldelta.pod | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-)

[perl.git] branch blead updated. v5.29.9-129-g0a4d177940

2019-04-14 Thread Tony Cook
commit 0a4d1779402e8824dd675302ad6a1914ea6ccf23 Author: Tony Cook Date: Tue Mar 26 14:23:53 2019 +1100 (perl #133951) fallback to the built-in getcwd if we can commit 15f67d146cf1f32504e8a11de3faa2abc0f467cd Author: Tony Cook Date: Mon Mar 25 16:48:40 2019 +1100 (perl #133951) add Internals::getcwd

[perl.git] branch tonyc/127149-alt-perlio-encoding created. v5.25.7-114-g82f63389b2

2019-04-04 Thread Tony Cook
- Log - commit 82f63389b249293081ad9ee9b51907e277b1ae9f Author: Tony Cook Date: Tue Dec 13 15:49:20 2016 +1100 broken, depends on Encode sanity, which is alas, missing decode() on a renewed object always does stop at partial, which pr

[perl.git] branch maint-votes updated. 87f81c6166eef8848682c3e6ad25fdfdd43851f1

2019-03-27 Thread Tony Cook
commit 87f81c6166eef8848682c3e6ad25fdfdd43851f1 Author: Tony Cook Date: Thu Mar 28 11:43:13 2019 +1100 vote for the documentation fixes --- Summary of changes: votes-5.28.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a

[perl.git] branch maint-votes updated. 464b48fde97e42de619b7c38691a14cf471a934d

2019-03-27 Thread Tony Cook
commit 464b48fde97e42de619b7c38691a14cf471a934d Author: Tony Cook Date: Thu Mar 28 11:37:49 2019 +1100 vote for 515c395, d81b77352f, vote and backport 5346364 --- Summary of changes: votes-5.28.xml | 6 ++ 1 file changed, 2 insertions(+), 4 del

[perl.git] branch maint-5.28 updated. v5.28.1-20-g1ad6540c1f

2019-03-27 Thread Tony Cook
In perl.git, the branch maint-5.28 has been updated - Log - commit 1ad6540c1f5815915eea5dab3c225d35

[perl.git] branch maint-votes updated. 6c627f2a406015b3163d1019e950dd381b27abe3

2019-03-27 Thread Tony Cook
commit 6c627f2a406015b3163d1019e950dd381b27abe3 Author: Tony Cook Date: Thu Mar 28 11:01:28 2019 +1100 vote for and backport 12cad9bd9 --- Summary of changes: votes-5.28.xml | 2 -- 1 file changed, 2 deletions(-) diff --git a/votes-5.28.xml b/votes-5.

[perl.git] branch maint-5.28 updated. v5.28.1-19-gc12901e13e

2019-03-27 Thread Tony Cook
commit c12901e13e2df1d8ea437a99f39fdcb9209f2edf Author: Tony Cook Date: Mon Aug 20 16:31:45 2018 +1000 (perl #132655) nul terminate result of unpack "u" of invalid data In the given test case, Perl_atof2() would run off the end of the PV, producing an error from ASAN. (cherry pi

[perl.git] branch blead updated. v5.29.8-95-g26b0dc0c52

2019-03-13 Thread Tony Cook
commit 26b0dc0c52fbcb48a1f10935a8dd8f0b0d4c9209 Author: Tony Cook Date: Thu Mar 14 10:19:04 2019 +1100 there is no sv_catpvfn() Replace in various documentation and messages appropriately. --- Summary of changes: ext/XS-APItest/t/svcatpvf.t | 2 +

[perl.git] branch blead updated. v5.29.8-58-gff736663d5

2019-03-07 Thread Tony Cook
commit ff736663d576ffad28573e0034109dc2da50d18d Author: Tony Cook Date: Fri Mar 8 11:08:53 2019 +1100 perldelta for d22170b0f355 through bf3e41ff5d42 --- Summary of changes: pod/perldelta.pod | 14 ++ 1 file changed, 14 insertions(+) diff --git

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