[perl.git] branch blead, updated. v5.27.4-113-g7596fda6b1

2017-10-15 Thread Tony Cook
commit 7596fda6b1aaa11aff71a817f818bdd61bc2ae62 Author: Tony Cook <t...@develop-help.com> Date: Wed Sep 27 15:27:14 2017 +1000 (perl #131982) update the set/getpriority documentation too M pod/perlfunc.pod commit 4fd667a8b4c09331100c2a13db9d92f0961dfcf7 Author: Tony Cook <t...@develop-help.com> Date: Wed Se

[perl.git] branch tonyc/cperl-storable, created. ab75c31593090c1a9979e8c6e3a4aa994fd30ba4

2017-10-11 Thread Tony Cook
's DEBUGME build after commit 591596833b093b3c Storable.xs can conditionally compile debugging code if the C pre-processor macro DEBUGME is defined. By default, it is not. Commit 591596833b093b3c changed the name and purpose of the second argument to the macro BLESS(), but misse

[perl.git] branch blead, updated. v5.27.4-49-g93309f6b79

2017-10-04 Thread Tony Cook
commit 93309f6b79580ff87f973d8f99f1b23d197749d7 Author: Tony Cook <t...@develop-help.com> Date: Thu Oct 5 09:39:17 2017 +1100 perldelta for 0cbfaef69bb7 --- Summary of changes: pod/perldelta.pod | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)

[perl.git] branch blead, updated. v5.27.4-48-g0cbfaef69b

2017-10-04 Thread Tony Cook
In perl.git, the branch blead has been updated - Log - commit

[perl.git] branch blead, updated. v5.27.4-8-g0e1d050c8b

2017-09-20 Thread Tony Cook
In perl.git, the branch blead has been updated - Log - commit

[perl.git] branch blead, updated. v5.27.4-7-g8200f8061d

2017-09-20 Thread Tony Cook
commit 8200f8061dc056efb643917d5e90c8ee0aad8fd2 Author: Tony Cook <t...@develop-help.com> Date: Thu Sep 21 10:35:25 2017 +1000 (perl #127663) skip the new in-place edit tests if File::Spec not loadable I expected File::Spec to be loadable at this point, since PathTools is in buildcustomize.pl, but that

[perl.git] branch blead, updated. v5.27.3-115-g2fb0e7e4fe

2017-09-19 Thread Tony Cook
commit 2fb0e7e4fee5700b0271b577a2e729301b7f483e Author: Tony Cook <t...@develop-help.com> Date: Wed Sep 20 13:44:59 2017 +1000 prevent pod/builttoc spewing bad UTF-8 errors under PERL_UNICODE M pod/buildtoc commit e91a8fe59e04acc5aa33b600b132452b2e7e6165 Author: Tony Cook <t...@develop-help.com> Date: Wed Se

[perl.git] branch tonyc/perl_unicode-sysread-syswrite-warnings, created. v5.27.3-113-gb86d850b97

2017-09-19 Thread Tony Cook
- Log - commit b86d850b970b281f25acfc6878334f41d9ee00f8 Author: Tony Cook <t...@develop-help.com> Date: Wed Sep 20 13:44:59 2017 +1000 prevent pod/builttoc spewing bad UTF-8 errors under PERL_UNICODE M pod/buil

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

2017-09-19 Thread Tony Cook
commit de091c94818256b84549793b5275b1a78eacf49a Author: Tony Cook <t...@develop-help.com> Date: Tue Sep 19 17:44:16 2017 +1000 add commit with the fixes for the 132008 test --- Summary of changes: votes-5.26.xml | 2 ++ 1 file changed, 2 inserti

[perl.git] branch blead, updated. v5.27.3-111-g1d217c6968

2017-09-19 Thread Tony Cook
commit 1d217c696857b2bf41d87a7e927c43d20cc556e5 Author: Tony Cook <t...@develop-help.com> Date: Tue Sep 19 17:40:52 2017 +1000 (perl #132008) make sure the test behaves without a tty The test is intended to test how Term::ReadLine behaves without a tty and mocks up an invalid tty. Unfortunately some o

[perl.git] branch blead, updated. v5.27.3-110-g773582e302

2017-09-18 Thread Tony Cook
commit 773582e302d8229c3853ada57df68b93d0004a7c Author: Tony Cook <t...@develop-help.com> Date: Tue Sep 19 11:25:59 2017 +1000 perldelta for 08ccc8101277 --- Summary of changes: pod/perldelta.pod | 6 ++ 1 file changed, 6 insertions(+) diff

[perl.git] branch blead, updated. v5.27.3-109-g08ccc81012

2017-09-18 Thread Tony Cook
commit 08ccc81012771c7ca6dc701881d86876ceb40e54 Author: Tony Cook <t...@develop-help.com> Date: Tue Jul 25 14:36:28 2017 +1000 (perl #131777) prevent non-'=' assign ops tokens in sub signatures The yacc grammar introduced in d3d9da4a7 uses ASSIGNOP to represent the '=' used to introduce default values i

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

2017-09-18 Thread Tony Cook
commit d941db948bd87d5148480a8d445b0c6baacaa13b Author: Tony Cook <t...@develop-help.com> Date: Tue Sep 19 09:36:41 2017 +1000 commit not needed for 5.24 --- Summary of changes: votes-5.24.xml | 2 -- 1 file changed, 2 deletions(-) diff --git a/vo

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

2017-09-18 Thread Tony Cook
commit f734222aca96cf491ce1a3fab8d76650a9275cc9 Author: Tony Cook <t...@develop-help.com> Date: Tue Sep 19 09:16:48 2017 +1000 add the Term::ReadLine regression fix --- Summary of changes: votes-5.24.xml | 4 +++- votes-5.26.xml | 2 ++ 2 file

[perl.git] branch blead, updated. v5.27.3-107-g4369267db9

2017-09-17 Thread Tony Cook
commit 4369267db9ca4982c1a9bd1ef680bc4350decc3a Author: Tony Cook <t...@develop-help.com> Date: Mon Sep 18 15:07:21 2017 +1000 (perl #132008) try to prevent the similar mistakes in the future M dist/Term-ReadLine/lib/Term/ReadLine.pm commit d8b61909479178ddb668ad385988877d26f202f2 Author: James E Keenan <jkee...

[perl.git] branch smoke-me/tonyc/128574-fresh_perl, deleted. v5.25.2-118-gd3d7e1e621

2017-09-17 Thread Tony Cook
In perl.git, the branch smoke-me/tonyc/128574-fresh_perl has been deleted was d3d7e1e621c47370764c05ce7020db9477e6816c

[perl.git] branch smoke-me/tonyc/126162-stat-array, deleted. v5.23.9-37-g26ad17bd29

2017-09-17 Thread Tony Cook
In perl.git, the branch smoke-me/tonyc/126162-stat-array has been deleted was 26ad17bd29556736e5e4aa43e9c70ba125acdded

[perl.git] branch smoke-me/tonyc/127543-dtrace-link, deleted. v5.23.8-13-g7fc816badb

2017-09-17 Thread Tony Cook
In perl.git, the branch smoke-me/tonyc/127543-dtrace-link has been deleted was 7fc816badb0d05e1528c48a96ba1fcf2e61f0dd5

[perl.git] branch smoke-me/tonyc/127760-file-path, deleted. v5.23.9-34-g271accfe36

2017-09-17 Thread Tony Cook
In perl.git, the branch smoke-me/tonyc/127760-file-path has been deleted was 271accfe36625d297a011303312257f2c7dd54ea

[perl.git] branch smoke-me/tonyc/post-5.24, deleted. v5.24.0-RC1-23-g7d73102528

2017-09-17 Thread Tony Cook
In perl.git, the branch smoke-me/tonyc/post-5.24 has been deleted was 7d7310252826cac426f75cca1e8780bbdbb1bcd8

[perl.git] branch smoke-me/tonyc/127760-file-path-debug, deleted. v5.23.9-12-g6282886640

2017-09-17 Thread Tony Cook
In perl.git, the branch smoke-me/tonyc/127760-file-path-debug has been deleted was 62828866405cf0f1b7a311e9f48115935b2bdd68

[perl.git] branch tonyc/reini-dyna, deleted. v5.21.10-35-gb9f74f95c1

2017-09-17 Thread Tony Cook
In perl.git, the branch tonyc/reini-dyna has been deleted was b9f74f95c1f1553b42259312478d318c351a3980

[perl.git] branch tonyc/127663-safe-inplace-in-do_close, deleted. v5.27.3-81-g1b4d0d79ac

2017-09-17 Thread Tony Cook
In perl.git, the branch tonyc/127663-safe-inplace-in-do_close has been deleted was 1b4d0d79ac05894f255d23ca3d1b46c2455a10a8

[perl.git] branch tonyc/127663-freebsd-renameat, deleted. v5.27.3-89-g01cb42a3ae

2017-09-17 Thread Tony Cook
In perl.git, the branch tonyc/127663-freebsd-renameat has been deleted was 01cb42a3ae614e0c5cc32540a1e594067aa773b2

[perl.git] branch tonyc/127663-safe-inplace, deleted. v5.25.3-104-gadfe6133ff

2017-09-17 Thread Tony Cook
In perl.git, the branch tonyc/127663-safe-inplace has been deleted was adfe6133ffebac8fd4b9664bbe4e8d12197fa893

[perl.git] branch smoke-me/tonyc/127663-safe-inplace-in-do_close, deleted. v5.27.2-159-gd3e0267d62

2017-09-17 Thread Tony Cook
In perl.git, the branch smoke-me/tonyc/127663-safe-inplace-in-do_close has been deleted was d3e0267d62ec4858f20d84424ed0ee27c28a5f97

[perl.git] branch tonyc/132087-has-linkat, deleted. v5.27.3-104-gb416949bcc

2017-09-17 Thread Tony Cook
In perl.git, the branch tonyc/132087-has-linkat has been deleted was b416949bcc78c663292630a0d778398af5dce5f9

[perl.git] branch blead, updated. v5.27.3-105-g269a3b2e76

2017-09-17 Thread Tony Cook
commit 269a3b2e76d9e7b398d9faa62b30dc6d93dd9476 Merge: ac1ba09e83 b416949bcc Author: Tony Cook <t...@develop-help.com> Date: Mon Sep 18 11:18:55 2017 +1000 (127663) fix some portability issues with the new in-place edit - renameat() is present but broken for absolute paths on FreeBSD 11, add a workaround.

[perl.git] branch tonyc/132087-has-linkat, created. v5.27.3-104-gb416949bcc

2017-09-17 Thread Tony Cook
hor: James E Keenan <jkee...@cpan.org> Date: Thu Sep 14 10:12:01 2017 -0400 Make use of *at functions dependent upon HAS_LINKAT. As suggested by Zefram. For: RT #132087. M doio.c commit 84dbe61c9ddf90f31e473e6a6d04ad91139c88b1 Author: Tony Cook <t...@develop-

[perl.git] branch blead, updated. v5.27.3-101-gac1ba09e83

2017-09-17 Thread Tony Cook
commit ac1ba09e8362c54848dc27d3484a5882c4b28f43 Author: Tony Cook <t...@develop-help.com> Date: Fri Sep 15 10:25:10 2017 +1000 (perl #132087) correct *at() function detection on older darwin --- Summary of changes: hints/darwin.sh | 13 + 1

[perl.git] branch tonyc/127663-freebsd-renameat, created. v5.27.3-89-g01cb42a3ae

2017-09-12 Thread Tony Cook
- Log - commit 01cb42a3ae614e0c5cc32540a1e594067aa773b2 Author: Tony Cook <t...@develop-help.com> Date: Thu Sep 14 00:48:37 2017 +1000 (perl #127663) work around what appears to be a freebsd bug renameat() on FreeBSD 11 fails if the pa

[perl.git] branch blead, updated. v5.27.3-84-g7bd9fb107e

2017-09-10 Thread Tony Cook
commit 7bd9fb107eaf8df3da9ce46c89920f8da72c76ab Author: Tony Cook <t...@develop-help.com> Date: Mon Sep 11 15:28:55 2017 +1000 perldelta for 9c6681cc159f --- Summary of changes: pod/perldelta.pod | 34 ++ 1 file changed, 3

[perl.git] branch blead, updated. v5.27.3-82-g9c6681cc15

2017-09-10 Thread Tony Cook
commit 9c6681cc159f89641fc077464b7f7b3fcf64e6f1 Merge: 3ff4feb5bd 1b4d0d79ac Author: Tony Cook <t...@develop-help.com> Date: Mon Sep 11 14:48:21 2017 +1000 [perl #127663] safer in-place editing --- Summary of changes: Configure | 2

[perl.git] branch tonyc/127663-safe-inplace-in-do_close, created. v5.27.3-81-g1b4d0d79ac

2017-09-10 Thread Tony Cook
- Log - commit 1b4d0d79ac05894f255d23ca3d1b46c2455a10a8 Author: Tony Cook <t...@develop-help.com> Date: Wed Aug 16 09:17:25 2017 +1000 (perl #127663) fallback to looking for work file if st_ino unusable M doio.c M pod/pe

[perl.git] branch tonyc/127663-safe-inplace-in-do_close, deleted. v5.27.2-159-gd3e0267d62

2017-09-10 Thread Tony Cook
In perl.git, the branch tonyc/127663-safe-inplace-in-do_close has been deleted was d3e0267d62ec4858f20d84424ed0ee27c28a5f97

[perl.git] branch blead, updated. v5.27.3-39-g99333cdb13

2017-09-04 Thread Tony Cook
commit 99333cdb13969ed9b8675abca40b02543bd3c4bc Author: Tony Cook <t...@develop-help.com> Date: Tue Sep 5 10:56:47 2017 +1000 perldelta for f8ac814f18bf, 8c573bee8897, f3d6edb2a15d --- Summary of changes: pod/perldelta.pod | 2 +- 1 file changed, 1 ins

[perl.git] branch blead, updated. v5.27.3-38-gf3d6edb2a1

2017-09-04 Thread Tony Cook
In perl.git, the branch blead has been updated - Log - commit

[perl.git] branch blead, updated. v5.27.3-32-g5609e9536e

2017-09-03 Thread Tony Cook
commit 5609e9536ed19df7ba0ce6808af4930577ade58f Author: Tony Cook <t...@develop-help.com> Date: Mon Sep 4 15:07:42 2017 +1000 perldelta for f14cf3632059 --- Summary of changes: pod/perldelta.pod | 9 + 1 file changed, 9 insertions(+) diff

[perl.git] branch blead, updated. v5.27.3-31-gf14cf36320

2017-09-03 Thread Tony Cook
commit f14cf3632059d421de83cf901c7e849adc1fcd03 Author: Tony Cook <t...@develop-help.com> Date: Mon Aug 14 11:52:39 2017 +1000 (perl #131746) avoid undefined behaviour in Copy() etc These functions depend on C library functions which have undefined behaviour when passed NULL pointers, even when passed a ze

[perl.git] branch blead, updated. v5.27.3-30-g011c35bc25

2017-08-30 Thread Tony Cook
commit 011c35bc25a9aebadb06d2e6e7f421615d5a7260 Author: Tony Cook <t...@develop-help.com> Date: Thu Aug 31 14:41:38 2017 +1000 perldelta for cfbdacd3fe15 --- Summary of changes: pod/perldelta.pod | 7 +++ 1 file changed, 7 insertions(+) diff

[perl.git] branch blead, updated. v5.27.3-29-gcfbdacd3fe

2017-08-30 Thread Tony Cook
commit cfbdacd3fe159abe693ef1eb6fd7460850ef9312 Author: Tony Cook <t...@develop-help.com> Date: Thu Aug 31 14:33:17 2017 +1000 add a stack extend check to pp_entersub for XS subs This allows us to report the XSUB involved by name (or at least by filename if it's anonymous) in the likely case that it

[perl.git] branch blead, updated. v5.27.3-28-gcb87b182a5

2017-08-30 Thread Tony Cook
commit cb87b182a5dce7fcec9a566d505ef08d0e85c813 Author: Tony Cook <t...@develop-help.com> Date: Thu Aug 31 10:29:36 2017 +1000 perldelta for 745e740c825d and remove an obsolete comment, oops. --- Summary of changes: pod/perldelta.pod | 5 +

[perl.git] branch blead, updated. v5.27.3-27-g745e740c82

2017-08-30 Thread Tony Cook
commit 745e740c825d415f535852b90516127e64c24905 Author: Tony Cook <t...@develop-help.com> Date: Thu Aug 31 10:05:54 2017 +1000 (perl #128263) handle PL_last_in_gv being _sv_undef rv2gv will return _sv_undef when it can't get a GV, previously this could cause an assertion failure in mg.c My

[perl.git] branch blead, updated. v5.27.3-25-geed68fe8b5

2017-08-30 Thread Tony Cook
commit eed68fe8b5a46fc91d4df38f4eaccc998836085d Author: Tony Cook <t...@develop-help.com> Date: Thu Aug 31 09:50:41 2017 +1000 perldelta for 1141a2c75717 --- Summary of changes: pod/perldelta.pod | 5 + 1 file changed, 5 insertions(+) diff

[perl.git] branch blead, updated. v5.27.3-24-g1141a2c757

2017-08-30 Thread Tony Cook
commit 1141a2c757171575dd43caa4b731ca4f491c2bcf Author: Tony Cook <t...@develop-help.com> Date: Thu Aug 24 14:38:41 2017 +1000 (perl #131949) adjust s in case peekspace() moves the line string --- Summary of changes: t/comp/parser_run.t | 12

[perl.git] branch blead, updated. v5.27.3-18-g365cfd8eaa

2017-08-28 Thread Tony Cook
commit 365cfd8eaaec7a682ba41eb6274ce70b09eb9430 Author: Tony Cook <t...@develop-help.com> Date: Mon Aug 28 16:33:18 2017 +1000 perldelta for 3b8804a4c232 --- Summary of changes: pod/perldelta.pod | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-)

[perl.git] branch blead, updated. v5.27.3-17-g3b8804a4c2

2017-08-28 Thread Tony Cook
commit 3b8804a4c2320ae4e7e713c5836d340eb210b6cd Author: Tony Cook <t...@develop-help.com> Date: Mon Aug 7 11:27:50 2017 +1000 (perl #131836) avoid a use-after-free after parsing a "sub" keyword The: d = skipspace(d); can reallocate linestr in the test case, invalidating s.

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

2017-08-24 Thread Tony Cook
commit 9bc0749de93aea07aac0b40a4e0e16cad5e64045 Author: Tony Cook <t...@develop-help.com> Date: Fri Aug 25 09:02:36 2017 +1000 vote for ddb03b72f46 --- Summary of changes: votes-5.24.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -

[perl.git] branch blead, updated. v5.27.2-139-g70268191ca

2017-08-14 Thread Tony Cook
commit 70268191caaa2eedea032fbd6aee5d6c0628fd0a Author: Tony Cook <t...@develop-help.com> Date: Mon Aug 14 16:31:24 2017 +1000 perldelta for 3cb4cde3dd4d --- Summary of changes: pod/perldelta.pod | 9 + 1 file changed, 9 insertions(+) diff

[perl.git] branch blead, updated. v5.27.2-138-g3cb4cde3dd

2017-08-14 Thread Tony Cook
commit 3cb4cde3dd4d2af2f5065053905708bffa5168f9 Author: Tony Cook <t...@develop-help.com> Date: Tue Jul 4 11:44:06 2017 +1000 (perl #124368) make /foo/o; /$null/ act consistently Previously the /o would be inherited by the second match if the first match was successful, but only on non-threaded builds.

[perl.git] branch blead, updated. v5.27.2-137-g9ef07b785b

2017-08-13 Thread Tony Cook
commit 9ef07b785bb0b703029b3e0ef819565c76e1f8d5 Author: Tony Cook <t...@develop-help.com> Date: Mon Aug 14 15:58:26 2017 +1000 perldelta for adb0f5c46e10 --- Summary of changes: pod/perldelta.pod | 5 + 1 file changed, 5 insertions(+) diff

[perl.git] branch blead, updated. v5.27.2-136-gadb0f5c46e

2017-08-13 Thread Tony Cook
commit adb0f5c46e10ac97fd958f4cd5526ea6d4b058f6 Author: Tony Cook <t...@develop-help.com> Date: Thu Aug 3 12:11:56 2017 +1000 (perl #131725) ignore the exponent on a decimal float if no digits Previously the "1e-" in "1e--5" would be treated as "1", but consumed the "e-

[perl.git] branch maint-votes, updated. 350894d8bc95a2db7c579fa5ca86a8e10bafb420

2017-08-10 Thread Tony Cook
commit 350894d8bc95a2db7c579fa5ca86a8e10bafb420 Author: Tony Cook <t...@develop-help.com> Date: Wed Aug 9 11:50:42 2017 +1000 more 5.26 voting --- Summary of changes: votes-5.26.xml | 15 --- 1 file changed, 8 insertions(+), 7 deleti

[perl.git] branch maint-votes, updated. 7a0c1adb9d23acaeba0436194b9780048cb77387

2017-08-10 Thread Tony Cook
commit 7a0c1adb9d23acaeba0436194b9780048cb77387 Author: Tony Cook <t...@develop-help.com> Date: Wed Aug 9 10:26:50 2017 +1000 some maint voting --- Summary of changes: votes-5.24.xml | 1 + votes-5.26.xml | 33 +++-- 2 f

[perl.git] branch maint-votes, updated. 51b85d800acf716b53c0c2c4cd07e5de29b5cafe

2017-08-10 Thread Tony Cook
commit 51b85d800acf716b53c0c2c4cd07e5de29b5cafe Author: Tony Cook <t...@develop-help.com> Date: Wed Aug 9 10:40:51 2017 +1000 cherry-picked as d3464098a649fdfba7180a72cdda01beb6003867 --- Summary of changes: votes-5.26.xml | 5 - 1 file changed,

[perl.git] branch maint-5.26, updated. v5.26.0-6-g44af638246

2017-08-10 Thread Tony Cook
In perl.git, the branch maint-5.26 has been updated - Log - commit

[perl.git] branch maint-votes, updated. 64819e92d1f1e7d5d4ab47dc2daef8712be8d3a5

2017-08-10 Thread Tony Cook
commit 64819e92d1f1e7d5d4ab47dc2daef8712be8d3a5 Author: Tony Cook <t...@develop-help.com> Date: Wed Aug 9 12:01:31 2017 +1000 removed applied patches Applied as 7564926e2de00a49061284c72284480f6f8f0ff8 4cef16997d1513d4054c0517ec9f3395c43a9445 44af63824611e1e562a7090ab726

[perl.git] branch blead, updated. v5.27.2-124-g133e1f5511

2017-08-10 Thread Tony Cook
commit 133e1f55118a8892ad5b9433ec99dd7a95c61dbc Author: Tony Cook <t...@develop-help.com> Date: Wed Aug 9 16:24:15 2017 +1000 Add Ken Brown to AUTHORS M AUTHORS commit b9486474d36974b83d0b00fdcbfd1530299a0f7c Author: Ken Brown <kbr...@cornell.edu> Date: Thu Jul 27 11:57:44 2017 -0400 Configure: check

[perl.git] branch maint-5.26, updated. v5.26.0-3-gd3464098a6

2017-08-10 Thread Tony Cook
In perl.git, the branch maint-5.26 has been updated - Log - commit

[perl.git] branch blead, updated. v5.27.2-127-gcc289c9e63

2017-08-10 Thread Tony Cook
commit cc289c9e6344a3d6386f2ed69849186df75de054 Author: Tony Cook <t...@develop-help.com> Date: Thu Aug 10 11:59:52 2017 +1000 perldelta for fa2e45943e2b --- Summary of changes: pod/perldelta.pod | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-)

[perl.git] branch blead, updated. v5.27.2-126-gfa2e45943e

2017-08-10 Thread Tony Cook
commit fa2e45943e2b6ce22cf70dba5b47afe73c8c7c80 Author: Tony Cook <t...@develop-help.com> Date: Wed Aug 2 16:15:06 2017 +1000 (perl #131786) avoid a duplicate symbol error on _LIB_VERSION For -flto -mieee-fp builds, the _LIB_VERSION definition in perl.c and in libieee conflict, causing a build failure.

[perl.git] branch maint-votes, updated. 6bea87da8bf8395bd2bcc06ae0c7844e7bf91ea5

2017-08-08 Thread Tony Cook
commit 6bea87da8bf8395bd2bcc06ae0c7844e7bf91ea5 Author: Tony Cook <t...@develop-help.com> Date: Tue Aug 8 15:17:08 2017 +1000 add a fix for the 131646 patch --- Summary of changes: votes-5.26.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git

[perl.git] branch blead, updated. v5.27.2-110-g9c6b56dc65

2017-08-08 Thread Tony Cook
commit 9c6b56dc65cdd9256fbe04a7baf4f085db1c04dd Author: Tony Cook <t...@develop-help.com> Date: Tue Aug 8 14:45:29 2017 +1000 (perl #131646) make the test less fragile The original pattern "UXp>" with the $_ that causes the failure, 5, so we end up packing exp(5) or 148 with U packs:

[perl.git] branch tonyc/cygwin64-gnu-source, deleted. v5.27.2-78-gfd998cbffc

2017-07-28 Thread Tony Cook
In perl.git, the branch tonyc/cygwin64-gnu-source has been deleted was fd998cbffc88a8e50fa34259c36a8db338168383

[perl.git] branch blead, updated. v5.27.2-78-gfd998cbffc

2017-07-28 Thread Tony Cook
commit fd998cbffc88a8e50fa34259c36a8db338168383 Author: Tony Cook <t...@develop-help.com> Date: Fri Jul 28 15:19:46 2017 +1000 make _GNU-ish function declarations visible on cygwin The lack of this caused several test failures on cygwin64, the one case I tracked down involved memmem() which is a GNU extension

[perl.git] branch tonyc/cygwin64-gnu-source, created. v5.27.2-78-gfd998cbffc

2017-07-27 Thread Tony Cook
- Log - commit fd998cbffc88a8e50fa34259c36a8db338168383 Author: Tony Cook <t...@develop-help.com> Date: Fri Jul 28 15:19:46 2017 +1000 make _GNU-ish function declarations visible on cygwin The lack of this caused several test failures

[perl.git] branch blead, updated. v5.27.2-15-g0397beb0d1

2017-07-23 Thread Tony Cook
commit 0397beb0d12565d70e168bfea7376e2612a6748a Author: Tony Cook <t...@develop-help.com> Date: Mon Jul 24 11:05:40 2017 +1000 (perl #131685) improve utf8::* function documentation Splits the little cheat sheet I posted as a comment into pieces and puts them closer to where they belong - better docume

[perl.git] branch blead, updated. v5.27.1-129-g3072e7590c

2017-07-10 Thread Tony Cook
commit 3072e7590c6345bcdd3e68ceb789160139beb412 Author: Tony Cook <t...@develop-help.com> Date: Mon Jul 10 16:51:18 2017 +1000 perldelta for 6091bd4ca4a4 M pod/perldelta.pod commit 6091bd4ca4a4a4c9b6f8cadddb53c19b96748a04 Author: Tony Cook <t...@develop-help.com> Date: Mon Jun 19 14:59:53 2017 +1000 (pe

[perl.git] branch blead, updated. v5.27.1-126-g43901c14b8

2017-07-09 Thread Tony Cook
commit 43901c14b88e29ab163687f16d4934b3d66d3b7c Author: Tony Cook <t...@develop-help.com> Date: Mon Jul 10 15:41:52 2017 +1000 perldelta for 67c3640a57440a --- Summary of changes: pod/perldelta.pod | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-)

[perl.git] branch blead, updated. v5.27.1-125-g67c3640a57

2017-07-09 Thread Tony Cook
commit 67c3640a57440a4e9e224e9164ac9f39bdc9376f Author: Tony Cook <t...@develop-help.com> Date: Wed Jun 21 15:00:56 2017 +1000 (perl #131570) don't skip the temps stack entry we just allocated --- Summary of changes: pp_hot.c | 2 +- 1 file changed, 1 ins

[perl.git] branch blead, updated. v5.27.1-120-gaef23d36b0

2017-07-03 Thread Tony Cook
commit aef23d36b0f3054bfc2ce21268f7910643e5ec02 Author: Tony Cook <t...@develop-help.com> Date: Wed Jun 21 17:07:17 2017 +1000 bump $PerlIO::scalar::VERSION M ext/PerlIO-scalar/scalar.pm commit 45ef9d4862027ad8552b2fe56b5f00f93a99f308 Author: Tony Cook <t...@develop-help.com> Date: Wed Jun 21 17:07:02 201

[perl.git] branch blead, updated. v5.27.0-298-g10b7d79955

2017-06-14 Thread Tony Cook
commit 10b7d799552114aa02a7f10b31d6d42d37a8caba Author: Tony Cook <t...@develop-help.com> Date: Wed Jun 14 16:49:12 2017 +1000 perldelta for 3135e2b23ba4 --- Summary of changes: pod/perldelta.pod | 5 + 1 file changed, 5 insertions(+) diff

[perl.git] branch tonyc/123981-travis-more, deleted. v5.27.0-297-g3135e2b23b

2017-06-14 Thread Tony Cook
In perl.git, the branch tonyc/123981-travis-more has been deleted was 3135e2b23ba431c10d896ed61732e67ce830481b

[perl.git] branch blead, updated. v5.27.0-297-g3135e2b23b

2017-06-14 Thread Tony Cook
commit 3135e2b23ba431c10d896ed61732e67ce830481b Author: Tony Cook <t...@develop-help.com> Date: Mon Aug 8 15:11:55 2016 +1000 [perl #123981] Travis-CI support This is largely based on work done by "c9s <yoanli...@gmail.com>" and

[perl.git] branch tonyc/123981-travis-more, created. v5.27.0-297-g3135e2b23b

2017-06-14 Thread Tony Cook
- Log - commit 3135e2b23ba431c10d896ed61732e67ce830481b Author: Tony Cook <t...@develop-help.com> Date: Mon Aug 8 15:11:55 2016 +1000 [perl #123981] Travis-CI support This is largely based on work done by "c9s <yoanli...@gmail.

[perl.git] branch tonyc/123981-travis-more, deleted. v5.25.3-163-g57e4d87186

2017-06-14 Thread Tony Cook
In perl.git, the branch tonyc/123981-travis-more has been deleted was 57e4d871864da993f757f3d6079c49793602d534

[perl.git] branch blead, updated. v5.27.0-296-gc87874247c

2017-06-13 Thread Tony Cook
commit c87874247c01e7cba2b8ded7ebf534760fbfb78f Author: Tony Cook <t...@develop-help.com> Date: Wed Jun 14 15:02:33 2017 +1000 perldelta for e80af1fd276d --- Summary of changes: pod/perldelta.pod | 6 ++ 1 file changed, 6 insertions(+) diff

[perl.git] branch blead, updated. v5.27.0-295-ge80af1fd27

2017-06-13 Thread Tony Cook
commit e80af1fd276d83858d27742ea887415e3263960b Author: Tony Cook <t...@develop-help.com> Date: Wed Oct 12 10:42:47 2016 +1100 (perl 129183) don't treat \ as an escape in PATH for -S --- Summary of changes: util.c | 5 ++--- 1 file changed, 2 inse

[perl.git] branch blead, updated. v5.27.0-294-g9604fbf072

2017-06-13 Thread Tony Cook
commit 9604fbf0722bd97ca6031a263c50ad52b6633db7 Author: Tony Cook <t...@develop-help.com> Date: Wed Jun 14 09:42:31 2017 +1000 (perl #131526) don't go beyond the end of the NUL in my_atof2 Perl_my_atof2() calls GROK_NUMERIC_RADIX() to detect and skip past a decimal point and then can increment the parse pointe

[perl.git] branch blead, updated. v5.27.0-263-g7b3443d31f

2017-06-07 Thread Tony Cook
commit 7b3443d31f11c15859593e5b710c301795a6de01 Author: Tony Cook <t...@develop-help.com> Date: Thu Jun 8 11:06:39 2017 +1000 [perl #131221] sv_dup/sv_dup_inc are only available under threads --- Summary of changes: ext/PerlIO-via

[perl.git] branch blead, updated. v5.27.0-144-g8ee6927b53

2017-06-06 Thread Tony Cook
commit 8ee6927b530890c4b1410d310f8e1b409a1f639c Author: Tony Cook <t...@develop-help.com> Date: Wed Jun 7 15:17:44 2017 +1000 perldelta for 1097da16b21f --- Summary of changes: pod/perldelta.pod | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)

[perl.git] branch blead, updated. v5.27.0-143-g1097da16b2

2017-06-06 Thread Tony Cook
commit 1097da16b21fe0a2257dba9937e55c0cca18f7e1 Author: Tony Cook <t...@develop-help.com> Date: Wed Jun 7 15:00:26 2017 +1000 [perl #131263] clear the UTF8 flag on a glob if it isn't UTF8 Previously sv_2pv_flags() would set the UTF8 flag on a glob if it had a UTF8 name, but wouldn't clear tha flag

[perl.git] branch blead, updated. v5.27.0-142-g99b8476952

2017-06-06 Thread Tony Cook
commit 99b847695211f825df6299aa9da91f9494f741e2 Author: Tony Cook <t...@develop-help.com> Date: Thu Jun 1 15:11:27 2017 +1000 [perl #131221] improve duplication of :via handles Previously duplication (as with open ... ">&...") would fail unless the user supplied a GETARG, which wasn't

[perl.git] branch tonyc/526-delta, deleted. v5.26.0-RC1-99-g20ddc8c694

2017-05-23 Thread Tony Cook
In perl.git, the branch tonyc/526-delta has been deleted was 20ddc8c6947e4fe0bcadf94abf657406381e2729

[perl.git] branch blead, updated. v5.26.0-RC1-99-g20ddc8c694

2017-05-23 Thread Tony Cook
commit 20ddc8c6947e4fe0bcadf94abf657406381e2729 Author: Tony Cook <t...@develop-help.com> Date: Tue May 23 15:47:44 2017 +1000 perldelta: move the description of 128095 where it belongs M pod/perldelta.pod commit 3c6ddc9f2ba852f3f3b3269954d0ece674e85257 Author: Tony Cook <t...@develop-help.com> Date: Tue Ma

[perl.git] branch tonyc/526-delta, created. v5.26.0-RC1-99-g20ddc8c694

2017-05-22 Thread Tony Cook
- Log - commit 20ddc8c6947e4fe0bcadf94abf657406381e2729 Author: Tony Cook <t...@develop-help.com> Date: Tue May 23 15:47:44 2017 +1000 perldelta: move the description of 128095 where it belongs M pod/perldelta.pod commit 3c6ddc9f2ba852f3f3b3269954d0

[perl.git] branch tonyc/526-delta, deleted. v5.26.0-RC1-89-gc7f0f54e28

2017-05-22 Thread Tony Cook
In perl.git, the branch tonyc/526-delta has been deleted was c7f0f54e28e9465ff42a45bb4889fbaee6fe146c

[perl.git] branch tonyc/526-delta, created. v5.26.0-RC1-89-gc7f0f54e28

2017-05-22 Thread Tony Cook
- Log - commit c7f0f54e28e9465ff42a45bb4889fbaee6fe146c Author: Tony Cook <t...@develop-help.com> Date: Tue May 23 15:34:34 2017 +1000 perldelta: move the description of 128095 where it belongs M pod/perldelta.pod commit 4e81a900eb159c835ee32cd0680c

[perl.git] branch blead, updated. v5.25.10-68-g2a0461a321

2017-03-14 Thread Tony Cook
commit 2a0461a3212270dfe46563589edb8c721911bf57 Author: Tony Cook <t...@develop-help.com> Date: Tue Mar 7 14:50:11 2017 +1100 warn if do "somefile" fails when . not default in @INC and somefile exists the message and warning category may need adjustment M pod/perldiag.pod M pp_ctl.c M

[perl.git] branch tonyc/do-warn-curdir, created. v5.25.10-57-g5bf208cae2

2017-03-06 Thread Tony Cook
- Log - commit 5bf208cae2948def33c0f37d70d3fb358c5519d4 Author: Tony Cook <t...@develop-help.com> Date: Tue Mar 7 14:50:11 2017 +1100 warn if do "somefile" fails when . not default in @INC and somefile exists the message and war

[perl.git] branch tonyc/do-warn-curdir, deleted. v5.25.10-57-g68464dfe52

2017-03-06 Thread Tony Cook
In perl.git, the branch tonyc/do-warn-curdir has been deleted was 68464dfe52e7dcaeaf1d6ff9647f1f47cc1d4049

[perl.git] branch tonyc/do-warn-curdir, created. v5.25.10-57-g68464dfe52

2017-03-06 Thread Tony Cook
- Log - commit 68464dfe52e7dcaeaf1d6ff9647f1f47cc1d4049 Author: Tony Cook <t...@develop-help.com> Date: Tue Mar 7 10:52:47 2017 +1100 warn if do "somefile" fails when . not default in @INC and somefile exists the message and war

[perl.git] branch blead, updated. v5.25.10-41-gaa9ac6cf00

2017-02-26 Thread Tony Cook
commit aa9ac6cf00899a6f55881d4ca6c1214215dc83ee Author: Tony Cook <t...@develop-help.com> Date: Mon Feb 27 11:03:06 2017 +1100 (perl #130856) deal with unpack_sockaddr_un() croaking because pack_sockaddr_un() returned an invalid address.

[perl.git] branch blead, updated. v5.25.10-30-gcc8b45bd30

2017-02-22 Thread Tony Cook
In perl.git, the branch blead has been updated - Log - commit

[perl.git] branch tonyc/127606-osx-useshrplib-DYLD_LIBRARY_PATH, created. v5.25.10-30-g379dbef097

2017-02-21 Thread Tony Cook
- Log - commit 379dbef097618c73e0c1e8528cb8623c9b7d8373 Author: Tony Cook <t...@develop-help.com> Date: Wed Feb 22 16:03:45 2017 +1100 (perl #126706) ensure DYLD_LIBRARY_PATH is set for t/ tests on OS X On OS X 10.10

[perl.git] branch blead, updated. v5.25.10-28-g5647be137d

2017-02-21 Thread Tony Cook
commit 5647be137d8f560779e021036f72a4d53ad75bd9 Author: Tony Cook <t...@develop-help.com> Date: Wed Feb 22 10:35:03 2017 +1100 perldelta for 853eb961c1a3 --- Summary of changes: pod/perldelta.pod | 5 - 1 file changed, 4 insertions(+), 1 deletion(-)

[perl.git] branch blead, updated. v5.25.10-15-g853eb961c1

2017-02-20 Thread Tony Cook
commit 853eb961c1a3b014b5a9510740abc15ccd4383b6 Author: Tony Cook <t...@develop-help.com> Date: Tue Feb 21 16:38:36 2017 +1100 (perl #130822) fix an AV leak in Perl_reg_named_buff_fetch Originally noted as a scoping issue by Andy Lester.

[perl.git] branch blead, updated. v5.25.9-167-g1ca728708a

2017-02-19 Thread Tony Cook
commit 1ca728708a2c9223bb840be4f99c58df50b3c648 Author: Tony Cook <t...@develop-help.com> Date: Mon Feb 20 11:55:22 2017 +1100 perldelta for e7a8a8aac45d M pod/perldelta.pod commit 7bb7565abb9642936ec1cd84044f33a4a404cf7b Author: Tony Cook <t...@develop-help.com> Date: Mon Feb 20 11:54:58 2017 +1100

[perl.git] branch blead, updated. v5.25.9-165-ge7a8a8aac4

2017-02-19 Thread Tony Cook
commit e7a8a8aac45d42d72d1586227ca51771f193f5dc Author: Tony Cook <t...@develop-help.com> Date: Mon Feb 20 11:02:21 2017 +1100 (perl #129340) copy the source when inside the dest in sv_insert_flags() --- Summary of changes: embed.fnc | 2 +- proto.

[perl.git] branch blead, updated. v5.25.9-106-g8b78e93627

2017-02-11 Thread Tony Cook
commit 8b78e93627afc5201875e37a37a7b27874b874c5 Author: Tony Cook <t...@develop-help.com> Date: Sun Feb 12 08:53:58 2017 +1100 (perl #126203) build issues helps to test builds with the right options... --- Summary of changes: sv.c | 2 +-

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