[perl.git] branch blead updated. v5.29.3-37-g2273039810

2018-10-04 Thread Tony Cook
commit 2273039810f46a2ccd5940a26c7c04f8e039aa8f Author: Tony Cook Date: Thu Sep 6 14:05:20 2018 +1000 (perl #133439) fix -Dm reporting for calloc() a) report both the size and count, and the total allocated rather than just the count and total allocated, which was displayed in a misleading fashion

[perl.git] branch blead updated. v5.29.3-38-gfa126b815d

2018-10-04 Thread Tony Cook
commit fa126b815dff7ae97d41fddc66264801f119e5ce Author: Tony Cook Date: Fri Oct 5 14:41:09 2018 +1000 perldelta for 2273039810f4 --- Summary of changes: pod/perldelta.pod | 4 1 file changed, 4 insertions(+) diff --git a/pod/perldelta.pod b/pod/perldel

[perl.git] branch blead updated. v5.29.3-40-g15f42aa08d

2018-10-04 Thread Tony Cook
commit 15f42aa08dac5b9663cdd36757efe1b86bfd2ef2 Author: Tony Cook Date: Wed Sep 12 15:49:25 2018 +1000 mention gmake builds in a few more places. commit 8f5d02f0ba4fc4b2aaac2a4098691883b5e450ee Author: Tony Cook Date: Wed Sep 12 15:48:27 2018 +1000 (perl #133494) better document CCHOME for GCC

[perl.git] branch tonyc/126706-useshrplib-no-rpath created. v5.29.3-47-g878af73a80

2018-10-08 Thread Tony Cook
- Log - commit 878af73a80af91324f11885f793a04ca64bde9d7 Author: Tony Cook Date: Tue Oct 9 14:47:32 2018 +1100 update id and dep paths rather than using @rpath commit ebaae16739be5a11e96920d80dee6c4b7a26f45b Author: Tony Cook Date: Tue Oct 9 14

[perl.git] branch tonyc/126706-useshrplib-no-rpath deleted. v5.29.3-47-g878af73a80

2018-10-08 Thread Tony Cook
In perl.git, the branch tonyc/126706-useshrplib-no-rpath has been deleted was 878af73a80af91324f11885f793a04ca64bde9d7 - Log -

[perl.git] branch tonyc/126706-useshrplib-no-rpath created. v5.29.3-45-g7512b8d10c

2018-10-08 Thread Tony Cook
- Log - commit 7512b8d10cbcc052a72088c3be4a5c56e256e03c Author: Tony Cook Date: Thu Oct 4 14:41:03 2018 +1000 (perl #127606) adjust dependency paths on installation on darwin SIP (System Integrity Protection) on OS X preven

[perl.git] branch tonyc/126706-useshrplib-no-rpath deleted. v5.29.3-45-g7512b8d10c

2018-10-08 Thread Tony Cook
In perl.git, the branch tonyc/126706-useshrplib-no-rpath has been deleted was 7512b8d10cbcc052a72088c3be4a5c56e256e03c - Log -

[perl.git] branch tonyc/126706-useshrplib-no-rpath created. v5.29.3-45-gff9dd435d6

2018-10-08 Thread Tony Cook
- Log - commit ff9dd435d676c1f00fd5f2516fbf0f9a13939bb3 Author: Tony Cook Date: Thu Oct 4 14:41:03 2018 +1000 (perl #127606) adjust dependency paths on installation on darwin SIP (System Integrity Protection) on OS X preven

[perl.git] branch blead updated. v5.29.3-48-g5c0551aafb

2018-10-09 Thread Tony Cook
commit 5c0551aafb45d343b720500fd9560ffedd9607fa Author: Tony Cook Date: Wed Sep 26 11:12:34 2018 +1000 (perl #126760) adapt sigtrap for layers on STDERR. sigtrap defines a signal handler apparently intended to be called under unsafe signals, since a) the code was written before safe signals were implemented and

[perl.git] branch blead updated. v5.29.3-49-g2ba232eb0a

2018-10-09 Thread Tony Cook
commit 2ba232eb0aa02493a34e151fcd912e0876385eb6 Author: Tony Cook Date: Wed Oct 10 14:31:44 2018 +1100 perldelta for 1ed4b7762a85 --- Summary of changes: pod/perldelta.pod | 29 + 1 file changed, 29 insertions(+) diff --git

[perl.git] branch blead updated. v5.29.3-52-gc0f2b6364c

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

[perl.git] branch blead updated. v5.29.3-60-g69aa5ebd1f

2018-10-15 Thread Tony Cook
In perl.git, the branch blead has been updated - Log - commit 69aa5ebd1f8de0b4ea51faeba005dbcb734e0

[perl.git] branch blead updated. v5.29.3-70-g9704d77900

2018-10-17 Thread Tony Cook
commit 9704d779004abdb57e3d1c6b82a038eca6221db4 Author: Tony Cook Date: Wed Oct 17 15:51:16 2018 +1100 (perl #125760) add fatal :utf8 tests for recv and send Their behaviour on :utf8 streams doesn't seem to have been tested previously. ---

[perl.git] branch tonyc/blead created. v5.29.4-7-g4cbeff974f

2018-10-20 Thread Tony Cook
- Log - commit 4cbeff974f6f351e5bcc0e8a3587ba03b6c98f76 Author: Tony Cook Date: Sun Oct 21 10:40:46 2018 +1100 Using #ifdef inside macro arguments confuses VC++ 2008 This caused compilation errors for me when building with the Windows 7 SDK packaged vers

[perl.git] branch blead updated. v5.29.4-8-gc216794316

2018-10-21 Thread Tony Cook
commit c2167943161b3433eff239edc775830289f9936e Author: Tony Cook Date: Mon Oct 22 09:44:57 2018 +1100 (perl #133604) skip a new test on Win32 that fails only on Win32 9704d779 added tests for the apparently completely untested behaviour of recv() and send() on handles marked as :utf8. On Win32 the binmode

[perl.git] branch tonyc/133604-crlf-binmode-utf8 created. v5.29.4-10-gdda4a47798

2018-10-21 Thread Tony Cook
- Log - commit dda4a47798d635b6b0d236c270660c8eacdda2fa Author: Tony Cook Date: Mon Oct 22 15:22:47 2018 +1100 (perl #133604) fix binmode on Win32 :crlf layers On Win32 the :crlf layer is special - it replaces the use of the normal :

[perl.git] branch tonyc/blead deleted. v5.29.4-7-g4cbeff974f

2018-10-21 Thread Tony Cook
In perl.git, the branch tonyc/blead has been deleted was 4cbeff974f6f351e5bcc0e8a3587ba03b6c98f76 - Log --

[perl.git] branch blead updated. v5.29.4-10-gdda4a47798

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

[perl.git] branch maint-5.28-sep18 created. v5.28.0-1-ga488d33335

2018-10-24 Thread Tony Cook
In perl.git, the branch maint-5.28-sep18 has been created at a488d570d469109e4ac9251461c362e2f4c4 (commit) - Log

[perl.git] branch blead updated. v5.29.4-14-g5ace197f9a

2018-10-28 Thread Tony Cook
In perl.git, the branch blead has been updated - Log - commit 5ace197f9a644bde21b1b41430099295ed923

[perl.git] branch blead updated. v5.29.4-28-g08d20c5300

2018-10-31 Thread Tony Cook
commit 08d20c53005b175b608da5fed5f985f0bf876868 Author: Tony Cook Date: Thu Nov 1 13:54:28 2018 +1100 bump $File::Spec::*::VERSION commit 81d45a9d9c6a27c41722370a52a75ef4e8a73277 Author: Tony Cook Date: Thu Nov 1 13:44:52 2018 +1100 prevent t/Functions.t from warning on undefined values when none su

[perl.git] branch blead updated. v5.29.4-31-g191f8909fa

2018-11-01 Thread Tony Cook
commit 191f8909fa4eca1db16a91ada42dd4a065c04890 Author: Tony Cook Date: Thu Oct 4 14:41:03 2018 +1000 (perl #127606) adjust dependency paths on installation on darwin SIP (System Integrity Protection) on OS X prevents the DYLD_LIBRARY_PATH environment variable from being propagated through /bin/sh, causes many

[perl.git] branch blead updated. v5.29.4-32-gf196658042

2018-11-01 Thread Tony Cook
In perl.git, the branch blead has been updated - Log - commit f196658042490a6287fc178f0bc20fd5558ac

[perl.git] branch blead updated. v5.29.4-34-g328d907979

2018-11-04 Thread Tony Cook
commit 328d9079796a9f9f8dfb4813f36e50e8a77a0748 Author: Tony Cook Date: Wed Jan 24 15:10:10 2018 +1100 (perl #132147) bump *DBM_File versions commit e459aaffe40291395017cc002fc6d261e7cae0ae Author: Tony Cook Date: Wed Jan 24 15:03:39 2018 +1100 (perl #132147) add security warnings to the *DBM_File m

[perl.git] branch blead updated. v5.29.4-82-g7d5be4b67a

2018-11-18 Thread Tony Cook
commit 7d5be4b67af37e3a46105aeafc0c7871322bdc7d Merge: 3db0bcccf4 ea9daa7627 Author: Tony Cook Date: Mon Nov 19 14:04:20 2018 +1100 (perl # 132147) improve robustness against corrupt SDBM databases This merge makes a few changes to the SDBM database handling: - in a few places, a corrupt page could be loade

[perl.git] branch blead updated. v5.29.4-83-g61911ec29d

2018-11-18 Thread Tony Cook
commit 61911ec29d529547c873f1e3f1d37f02cee5 Author: Tony Cook Date: Mon Nov 19 14:47:14 2018 +1100 perldelta for 191f8909fa4e --- Summary of changes: pod/perldelta.pod | 19 +-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git

[perl.git] branch blead updated. v5.29.4-84-g46d9f890eb

2018-11-18 Thread Tony Cook
commit 46d9f890eb7ed2bd6512630dd0b77b2b2a22d796 Author: Tony Cook Date: Mon Nov 19 14:54:46 2018 +1100 perldelta for 7d5be4b6, ea9daa76, 109d4d79, 36a4593d, 7f4a9bc7 --- Summary of changes: pod/perldelta.pod | 4 +++- 1 file changed, 3 insertions(+), 1 de

[perl.git] branch blead updated. v5.29.4-85-g10056dd2f2

2018-11-18 Thread Tony Cook
commit 10056dd2f2395ec343766d5b1639ded73973eb2e Author: Tony Cook Date: Mon Nov 19 15:04:34 2018 +1100 perldelta for dda4a47798d6 --- Summary of changes: pod/perldelta.pod | 6 ++ 1 file changed, 6 insertions(+) diff --git a/pod/perldelta.pod

[perl.git] branch blead updated. v5.29.4-97-g72f80477dd

2018-11-19 Thread Tony Cook
commit 72f80477dde6b7a55e4f16b0ed65951a10ef5fcc Author: Tony Cook Date: Tue Nov 20 10:25:59 2018 +1100 James Clarke is now a perl author commit a3c63a9402266c2f0e3bb0f421763d96ea1bd856 Author: James Clarke Date: Mon Nov 19 14:25:56 2018 + Also work around renameat() kernel bug on GNU/kF

[perl.git] branch blead updated. v5.29.4-98-g6c5080f25f

2018-11-19 Thread Tony Cook
In perl.git, the branch blead has been updated - Log - commit 6c5080f25fa3dcede391007ffe328ea53779c

[perl.git] branch tonyc/133659-inplace created. v5.29.4-101-g969988ae10

2018-11-20 Thread Tony Cook
- Log - commit 969988ae104a4f4bd7f6ce7028a2b94e6deb9eb4 Author: Tony Cook Date: Wed Nov 21 10:05:27 2018 +1100 (perl #133659) make an in-place edit successful if the exit status is zero during global destruction. This means that cod

[perl.git] branch tonyc/133686-numeric-tests created. v5.29.5-14-g5e07ce045e

2018-11-25 Thread Tony Cook
- Log - commit 5e07ce045e5fb6e31d7cbedec9e19530d1f0363a Author: Tony Cook Date: Mon Nov 26 11:15:58 2018 +1100 (perl #133686) add tests for the Perl_cast_* functions Prompted by a false positive by lgtm, which doesn't appear to know

[perl.git] branch blead updated. v5.29.5-18-g85d2f7cacb

2018-11-25 Thread Tony Cook
commit 85d2f7cacba4b0088ae0c67cc6d4c9b7495355c0 Author: Tony Cook Date: Wed Nov 21 10:05:27 2018 +1100 (perl #133659) make an in-place edit successful if the exit status is zero during global destruction. This means that code like: perl -i -ne '...; last' will replace the input

[perl.git] branch blead updated. v5.29.5-19-g20ccb10a08

2018-11-25 Thread Tony Cook
commit 20ccb10a08f448e264358925aacec1e2d05c6402 Author: Tony Cook Date: Mon Nov 26 14:21:13 2018 +1100 perldelta for 404395d24bc8, 640e129d0fc4 and 85d2f7cacba4 --- Summary of changes: pod/perldelta.pod | 15 ++- 1 file changed, 14 insertions

[perl.git] branch tonyc/u32align created. v5.29.5-22-g31d009cab9

2018-11-26 Thread Tony Cook
- Log - commit 31d009cab94ae9923e7a5562f2faca0c19513293 Author: Tony Cook Date: Tue Nov 27 14:19:47 2018 +1100 check on 64-bit too --- -- Perl5 Master Repository

[perl.git] branch tonyc/utf8-format-warning created. v5.29.5-45-g0986d528a5

2018-11-28 Thread Tony Cook
- Log - commit 0986d528a5de0d127059a1bc2859829344b86541 Author: Tony Cook Date: Wed Nov 28 23:50:19 2018 + Pass a UV to a format expecting a UV MAX_LEGAL_CP can end up as int, depending on the ranges of the types involved, causing

[perl.git] branch blead updated. v5.29.5-45-g285aa1f07d

2018-11-28 Thread Tony Cook
commit 285aa1f07d8a8489d61c81aa996588eaf8e513c5 Author: Tony Cook Date: Wed Nov 28 23:50:19 2018 + Pass a UV to a format expecting a UV MAX_LEGAL_CP can end up as int depending on the ranges of the types involved, causing a type mismatch on the format in cp_above_legal_max. By adding the cast to the

[perl.git] branch tonyc/utf8-format-warning deleted. v5.29.5-45-g0986d528a5

2018-11-28 Thread Tony Cook
In perl.git, the branch tonyc/utf8-format-warning has been deleted was 0986d528a5de0d127059a1bc2859829344b86541 - Log

[perl.git] branch tonyc/cygwin-fixes created. v5.29.5-47-g156759b6c1

2018-11-28 Thread Tony Cook
- Log - commit 156759b6c1970a6b29d93de06d3f87625af28c18 Author: Tony Cook Date: Thu Nov 29 14:16:03 2018 +1100 make boot_Win32CORE extern "C" for C++ builds commit 042887faee685e7b2ad2ee466b72d5ab30e2bc54 Author: Tony Cook Date: Thu Nov 29 14:

[perl.git] branch blead updated. v5.29.5-47-g156759b6c1

2018-11-28 Thread Tony Cook
In perl.git, the branch blead has been updated - Log -

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

2018-12-03 Thread Tony Cook
commit c54ae6d8c85fbbdd57390ea7e6ddcc6a7b77f6ea Author: Tony Cook Date: Thu Aug 30 11:49:41 2018 +1000 vote for and cherry pick 7da8e27b9d7d2be4e770d074405ddb9941e6c8b7 (This was done as a553774b3d) --- Summary of changes: votes-5.28.xml |

[perl.git] branch maint-votes updated. 39fda5e8d93f00ab7ec77a2f35074c0aceb28c1e

2018-12-03 Thread Tony Cook
commit 39fda5e8d93f00ab7ec77a2f35074c0aceb28c1e Author: Tony Cook Date: Tue Dec 4 10:06:09 2018 +1100 propose the in-place edit regression fixes --- Summary of changes: votes-5.28.xml | 4 1 file changed, 4 insertions(+) diff --git a/votes-5.28

[perl.git] branch tonyc/133708-no-storable-build-time-probes created. v5.29.5-64-gab16f905f7

2018-12-03 Thread Tony Cook
- Log - commit ab16f905f7ef09c44575581bfa3322dd963b4997 Author: Tony Cook Date: Tue Dec 4 15:11:17 2018 +1100 (perl #133708) remove build-time probing for stack limits for St

[perl.git] branch blead updated. v5.29.5-66-gfb5f378b17

2018-12-04 Thread Tony Cook
commit fb5f378b17e3b41db03064c19b9205db64a3354c Author: Tony Cook Date: Mon Dec 3 16:15:52 2018 +1100 (perl #133706) remove exploit code from Storable Storable packaged the metasploit framework code for CVE-2015-1592, which triggered virus scanners. To prevent that remove the packaged exploit code and te

[perl.git] branch blead updated. v5.29.5-68-g421d395278

2018-12-04 Thread Tony Cook
commit 421d395278133929e92518281fbc264c377cb281 Author: Tony Cook Date: Wed Dec 5 15:35:19 2018 +1100 bump $ExtUtils::ExtUtils::VERSION to 3.40 commit 028027e3fb6bba4f720b334e63e26f97a49cf6be Author: Tony Cook Date: Wed Dec 5 15:22:52 2018 +1100 (perl #133654) don't include OUTLIST parameters in the prototype

[perl.git] branch blead updated. v5.29.5-98-g2a0bbd31bb

2018-12-09 Thread Tony Cook
commit 2a0bbd31bbcc94c7c511f9575df619c5fdf3164c Author: Tony Cook Date: Tue Dec 4 15:11:17 2018 +1100 (perl #133708) remove build-time probing for stack limits for Storable --- Summary of changes: .gitignore| 1 - Makef

[perl.git] branch blead updated. v5.29.5-99-gf06965b9f0

2018-12-10 Thread Tony Cook
In perl.git, the branch blead has been updated - Log - commit f06965b9f091f4d8c59897f41927cbe54978d

[perl.git] branch blead updated. v5.29.5-106-gfb21209e9a

2018-12-11 Thread Tony Cook
commit fb21209e9a48703f1408ad42f30d15aed2d145d3 Merge: f06965b9f0 7707b4cc88 Author: Tony Cook Date: Wed Dec 12 12:10:48 2018 +1100 (perl #133582) make C99 functions available for Win32 Mingw builds commit 7707b4cc8843a71ee20c9617f81aa26bb7cb6506 Author: sisyphus Date: Sat Oct 27 12:39:27 2018 +1100 math.t - support C9

[perl.git] branch blead updated. v5.29.5-107-g645fb6dc85

2018-12-11 Thread Tony Cook
commit 645fb6dc85bc399be8ced46728de0fccdae2d2a6 Author: Tony Cook Date: Wed Dec 12 14:06:32 2018 +1100 we don't need ext/POSIX/t/math.t +x --- Summary of changes: ext/POSIX/t/math.t | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 10075

[perl.git] branch blead updated. v5.29.5-108-gc6f0b8cad4

2018-12-11 Thread Tony Cook
commit c6f0b8cad41ece9c977c36dd4febab2dbb304421 Author: Tony Cook Date: Tue Dec 11 11:28:51 2018 +1100 (perl #133667) documentation improvements for the POSIX module --- Summary of changes: ext/POSIX/lib/POSIX.pod | 7 +-- 1 file changed, 5 insertions

[perl.git] branch blead updated. v5.29.5-109-gdd0a5f5f02

2018-12-11 Thread Tony Cook
In perl.git, the branch blead has been updated - Log - commit dd0a5f5f02475a77bd12a1a4b201e77be6eaa

[perl.git] branch maint-votes updated. 58624385f3d09139705e6b307f570c40add52544

2018-12-12 Thread Tony Cook
commit 58624385f3d09139705e6b307f570c40add52544 Author: Tony Cook Date: Thu Dec 13 14:22:06 2018 +1100 add d6139ec4a9065ae249ab512398326a70dfb2fea2 (133558) cherry-picks cleanly to both 5.28 and 5.26 --- Summary of changes: votes-5.26.x

[perl.git] branch blead updated. v5.29.5-125-gf75dfdbdb9

2018-12-16 Thread Tony Cook
commit f75dfdbdb9d52b3024db9a0eb27405c2175af144 Author: Tony Cook Date: Mon Dec 10 15:38:54 2018 +1100 (perl #133673) disable the File::Find nlink optimization by default This will also fix 128894 and 126144. --- Summary of changes: ext/File-Find/li

[perl.git] branch blead updated. v5.29.5-126-ge116fd3c4a

2018-12-16 Thread Tony Cook
commit e116fd3c4af93ab7dd81e73150965de945ba586b Author: Tony Cook Date: Mon Dec 17 09:42:47 2018 +1100 perldelta for f75dfdbdb9d5 --- Summary of changes: pod/perldelta.pod | 5 + 1 file changed, 5 insertions(+) diff --git a/pod/perldelta.pod

[perl.git] branch blead updated. v5.29.5-127-g1ab3a811e9

2018-12-16 Thread Tony Cook
commit 1ab3a811e9abd7f10efa3e82c2eb8cf7fa0a291d Author: Tony Cook Date: Mon Dec 17 10:15:25 2018 +1100 perldelta notes for Storable, EU::PXS, and sort the modules. --- Summary of changes: pod/perldelta.pod | 25 ++--- 1 file chang

[perl.git] branch maint-votes updated. 938f12a5d03bb874a0ab6caa06ad16be5c275452

2018-12-16 Thread Tony Cook
commit 938f12a5d03bb874a0ab6caa06ad16be5c275452 Author: Tony Cook Date: Mon Dec 17 11:03:53 2018 +1100 maint votes updates, vote for a few backports 3d5e9c119db6b727684fe75dfcfe5831c4351bec removed because it was included in 5.28.1. --- S

[perl.git] branch tonyc/133030-utimes created. v5.29.5-128-gaab5a8427d

2018-12-16 Thread Tony Cook
- Log - commit aab5a8427df90b7e642e9f5873e9edd95f01e6eb Author: Tony Cook Date: Thu Apr 12 00:19:18 2018 +1000 (perl #133030) probe for and use utimes() if utimensat() isn't available Older BSDs implement utimes() which can set times down to the

[perl.git] branch tonyc/133030-utimes created. v5.29.5-129-gc8a44c86ec

2018-12-18 Thread Tony Cook
- Log - commit c8a44c86eccd99a145a71ac7c9a7a36b5a653490 Author: Tony Cook Date: Wed Dec 19 11:23:03 2018 +1100 (perl #133030) fallback to futimes() for Time::HiRes::utime Perl's Configure already probes for futimes, and that supports setting

[perl.git] branch tonyc/133030-utimes deleted. v5.29.5-128-gaab5a8427d

2018-12-18 Thread Tony Cook
In perl.git, the branch tonyc/133030-utimes has been deleted was aab5a8427df90b7e642e9f5873e9edd95f01e6eb - Log --

[perl.git] branch blead updated. v5.29.6-10-g970d312d19

2018-12-19 Thread Tony Cook
commit 970d312d19863d3de95ca9c5c79d9facafb797c0 Author: Tony Cook Date: Thu Dec 20 09:41:47 2018 +1100 bump $File::Find::VERSION commit 2e3d0ee3b139e3e2490c6604e1c602c18aaf2830 Author: Tomasz Konojacki Date: Wed Dec 19 16:18:15 2018 +0100 File::Find: set $Is_Win32 and $Is_VMS var

[perl.git] branch maint-votes updated. 2087784c8759f5f58e360458307d617bbfe531a6

2018-12-28 Thread Tony Cook
commit 2087784c8759f5f58e360458307d617bbfe531a6 Author: Tony Cook Date: Sat Dec 29 11:36:18 2018 +1100 add the darwin -Duseshrplib fix to 5.28 and 5.26 --- Summary of changes: votes-5.26.xml | 2 ++ votes-5.28.xml | 5 - 2 files changed, 6 inse

[perl.git] branch blead updated. v5.29.6-76-g7122d783e3

2019-01-01 Thread Tony Cook
commit 7122d783e33c1d4b9b5a037eef231fae4c2d76cd Author: Tony Cook Date: Wed Jan 2 11:20:34 2019 +1100 [perl #133524] report line number for Prototype not terminated Previously COPLINE was updated (to the end of the file) before reporting the error, which wasn&#x

[perl.git] branch blead updated. v5.29.6-77-gfee5d59902

2019-01-01 Thread Tony Cook
commit fee5d599025516c217ef954c6907d780289f97da Author: Tony Cook Date: Wed Jan 2 11:28:23 2019 +1100 perldelta for 7122d783e33c --- 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.29.6-79-geb699a9c8f

2019-01-01 Thread Tony Cook
767167801a7caf81821 Author: Tony Cook Date: Wed Jan 2 11:49:47 2019 +1100 [perl #133721] TODO test for eof with no ${^LAST_FH} --- Summary of changes: pp_sys.c| 2 +- t/io/tell.t | 9 - 2 files changed, 9

[perl.git] branch blead updated. v5.29.6-80-g429944caaf

2019-01-01 Thread Tony Cook
commit 429944caafb989b69c83cdd0b478d8516a5d7a80 Author: Tony Cook Date: Wed Jan 2 12:15:12 2019 +1100 perldelta for b4e880f3b5c8, eb699a9c8fb7 --- Summary of changes: pod/perldelta.pod | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git

[perl.git] branch blead updated. v5.29.6-82-g91d140d327

2019-01-02 Thread Tony Cook
commit 91d140d32797985c6160836671a1db4ae003e563 Author: Tony Cook Date: Thu Jan 3 14:42:18 2019 +1100 bump $lib::VERSION commit b6cdd53afc273106db6653d194f0a96f4ed2c3ac Author: Eugen Konkov Date: Tue Sep 18 10:19:46 2018 +0300 Hint about $dir/$version is checked by lib.pm and deleted from @INC FIXES RT#

[perl.git] branch blead updated. v5.29.6-84-gad1ecdf760

2019-01-02 Thread Tony Cook
commit ad1ecdf760483d2f4d0b46880d0941a4b6dc716d Author: Tony Cook Date: Tue Aug 28 15:02:32 2018 +1000 simplify the error reporting from the #125351 fix commit 817480137a8b1165315f21d14b8968862101c3a2 Author: Tony Cook Date: Tue Aug 28 14:11:10 2018 +1000 (perl #132158) abort compilation if we see an error compiling

[perl.git] branch blead updated. v5.29.6-85-gff2d4c1142

2019-01-02 Thread Tony Cook
commit ff2d4c114220d05f1f894895e9aa3b78c568e986 Author: Tony Cook Date: Thu Jan 3 15:40:22 2019 +1100 perldelta for 817480137a8b --- Summary of changes: pod/perldelta.pod | 6 ++ 1 file changed, 6 insertions(+) diff --git a/pod/perldelta.pod

[perl.git] branch blead updated. v5.29.6-91-g35ad0133df

2019-01-06 Thread Tony Cook
commit 35ad0133df9b65a4e32f2f07a2a05b387bd79591 Author: Tony Cook Date: Thu Jan 3 10:48:05 2019 +1100 (perl #133575) prevent set/longjmp clobbering locals in S_fold_constants My original approach moved the whole switch into the new function, but that was a lot messier, and I don't think it's necessary.

[perl.git] branch blead updated. v5.29.6-98-g22f2eee216

2019-01-13 Thread Tony Cook
commit 22f2eee2167eefd5725143922cfa04b7a1f0a052 Author: Tony Cook Date: Mon Jan 14 12:06:57 2019 +1100 bump version numbers for PathTools commit 97fc2dfdb6dafd3d20ddc8788a385fc09933df4f Author: Tony Cook Date: Thu Nov 1 13:43:17 2018 +1100 (perl #123724) don't translate ... to ..\.. on Win32 Apparently

[perl.git] branch maint-votes updated. 034c4d9bbbc2517ea61e7375269716485efa6a15

2019-01-14 Thread Tony Cook
commit 034c4d9bbbc2517ea61e7375269716485efa6a15 Author: Tony Cook Date: Tue Jan 15 14:26:44 2019 +1100 add a brief note to the darwin useshrplib fix --- Summary of changes: votes-5.26.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/votes-5.26

[perl.git] branch maint-votes updated. 758a695dc51632eb88cd1dd316b729f8496675ce

2019-01-14 Thread Tony Cook
commit 758a695dc51632eb88cd1dd316b729f8496675ce Author: Tony Cook Date: Tue Jan 15 14:30:28 2019 +1100 add and vote for the fix for $^X with a missing /proc/self/exe --- Summary of changes: votes-5.28.xml | 2 ++ 1 file changed, 2 insertions(+) diff -

[perl.git] branch maint-votes updated. 16ee995f15206373ea5dc7418b111549ebe1be23

2019-01-15 Thread Tony Cook
commit 16ee995f15206373ea5dc7418b111549ebe1be23 Author: Tony Cook Date: Wed Jan 16 15:12:05 2019 +1100 9dd556afa was already cherry-picked as 63af954bfa2 --- Summary of changes: votes-5.28.xml | 2 -- 1 file changed, 2 deletions(-) diff --git a/vote

[perl.git] branch blead updated. v5.29.6-99-ge0e44100e1

2019-01-15 Thread Tony Cook
commit e0e44100e103ed63a7a28505be51600c48629c0f Author: Tony Cook Date: Tue Jan 15 10:59:36 2019 +1100 (perl #133755) link back to readpipe from the qx// docs --- Summary of changes: pod/perlop.pod | 5 - 1 file changed, 4 insertions(+), 1 deletion(-)

[perl.git] branch blead updated. v5.29.7-11-g515c395bcc

2019-01-20 Thread Tony Cook
commit 515c395bcca24c55c85b5aeea239e5e836c36059 Author: Tony Cook Date: Wed Aug 23 14:18:26 2017 +1000 (perl #131562) correct large line numbers copying eval lines on #line Previously this used I32 for line numbers, which takes half the range of line_t and folds it into negative numbers, leading to trying to

[perl.git] branch blead updated. v5.29.7-14-g5d4636a3aa

2019-01-21 Thread Tony Cook
commit 5d4636a3aa0bc51a92e8f239caafb9c4539ab28f Author: Tony Cook Date: Mon Dec 19 10:49:27 2016 +1100 (perl #130367) separate error for push etc on hash/glob --- Summary of changes: op.c | 4 t/lib/croak/o

[perl.git] branch blead updated. v5.29.7-15-g9c406fbf57

2019-01-21 Thread Tony Cook
commit 9c406fbf5719385e1b969f84216f239d3bb67b82 Author: Tony Cook Date: Tue Jan 22 14:26:47 2019 +1100 perldelta for 5d4636a3aa0b --- 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.29.7-16-g4829a1eae8

2019-01-21 Thread Tony Cook
commit 4829a1eae86ed3e8609d4c93e7c8f8800785c4bb Author: Tony Cook Date: Wed Jan 16 09:42:16 2019 +1100 (perl #133751) qr// is already blessed --- Summary of changes: pod/perlfunc.pod | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git

[perl.git] branch blead updated. v5.29.7-17-g129da27a6c

2019-01-21 Thread Tony Cook
commit 129da27a6cbce7395f91b30779d708adc609e29c Author: Tony Cook Date: Tue Jan 22 14:58:59 2019 +1100 perldelta for 4829a1eae86e --- Summary of changes: pod/perldelta.pod | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pod/perldelta

[perl.git] branch blead updated. v5.29.7-19-g43c6a1a7c4

2019-01-22 Thread Tony Cook
commit 43c6a1a7c444b2b6f513c4716e9bc2e3468c244d Author: Tony Cook Date: Wed Jan 23 10:07:43 2019 +1100 sv_utf8_(downgrade|decode) no longer marked experimental These have been marked with the 'M' may change flag since that flag was introduced, they're used commonly on CPAN and except for consting

[perl.git] branch maint-votes updated. 2f2878c3f88b31e89b6e20b7ba408f511f13ddc9

2019-01-23 Thread Tony Cook
commit 2f2878c3f88b31e89b6e20b7ba408f511f13ddc9 Author: Tony Cook Date: Thu Jan 24 10:53:33 2019 +1100 add the form recursive parsing fix to backports --- Summary of changes: votes-5.28.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/votes-5.

[perl.git] branch tonyc/108276-PERL_OP_PARENT-cleanup created. v5.29.7-23-g0f9a6232f0

2019-01-24 Thread Tony Cook
- Log - commit 0f9a6232f0af0895807ddd0afae2d5512aa91bf9 Author: Tony Cook Date: Fri Jan 25 10:32:42 2019 +1100 PERL_OP_PARENT is always defined, stop testing for it PERL_OP_PARENT is the new reality, leaving the pre-processor che

[perl.git] branch blead updated. v5.29.7-23-g0f9a6232f0

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

[perl.git] branch tonyc/108276-PERL_OP_PARENT-cleanup deleted. v5.29.7-23-g0f9a6232f0

2019-01-24 Thread Tony Cook
In perl.git, the branch tonyc/108276-PERL_OP_PARENT-cleanup has been deleted was 0f9a6232f0af0895807ddd0afae2d5512aa91bf9 - Log --

[perl.git] branch tonyc/test-leak-check created. v5.29.7-24-gf46dcf8df7

2019-01-27 Thread Tony Cook
- Log - commit f46dcf8df76018a0d650a8bd06170aa9f00325e4 Author: Tony Cook Date: Mon Jan 28 10:49:56 2019 +1100 check for ipcs leaks --- -- Perl5 Master Repository

[perl.git] branch tonyc/test-leak-check updated. v5.29.7-25-gbfdff84cae

2019-01-27 Thread Tony Cook
In perl.git, the branch tonyc/test-leak-check has been updated - Log -

[perl.git] branch tony/test-leak-check created. v5.29.7-25-gbfdff84cae

2019-01-27 Thread Tony Cook
- Log - commit bfdff84cae8372d46bafdf3d53fd0a0c0d9c951f Author: Tony Cook Date: Mon Jan 28 11:44:31 2019 +1100 fixes for darwin --- -- Perl5 Master Repository

[perl.git] branch tony/test-leak-check deleted. v5.29.7-25-gbfdff84cae

2019-01-27 Thread Tony Cook
In perl.git, the branch tony/test-leak-check has been deleted was bfdff84cae8372d46bafdf3d53fd0a0c0d9c951f - Log -

[perl.git] branch tonyc/test-leak-check created. v5.29.7-28-g490c8e7633

2019-01-27 Thread Tony Cook
- Log - commit 490c8e7633d556b2d65725760490cf14f4cc1267 Author: Tony Cook Date: Mon Jan 28 15:26:17 2019 +1100 docs for -leak-check commit f39669dac5dcf6e734df271cfdce5831b4830998 Author: Tony Cook Date: Mon Jan 28 15:15:02 2019 +1100 -leak-che

[perl.git] branch blead updated. v5.29.7-24-g6bf77a4bea

2019-01-27 Thread Tony Cook
commit 6bf77a4bea241aa338f9a8d7ba6aaf25db91e34b Author: Tony Cook Date: Mon Jan 28 14:11:50 2019 +1100 don't leak temp files the test I added allocated more temp files, but didn't arrange for backup files to be cleaned up. Modified the cleanup to clean up every generated temp and backup file

[perl.git] branch tonyc/test-leak-check deleted. v5.29.7-25-gbfdff84cae

2019-01-27 Thread Tony Cook
In perl.git, the branch tonyc/test-leak-check has been deleted was bfdff84cae8372d46bafdf3d53fd0a0c0d9c951f - Log

[perl.git] branch tonyc/test-leak-check created. v5.29.7-28-gf338fcad65

2019-01-27 Thread Tony Cook
- Log - commit f338fcad654f73954a52a99b910f8966dd85302c Author: Tony Cook Date: Mon Jan 28 15:26:17 2019 +1100 docs for -leak-check commit 2d7a72cf9292e39edcd8557f9e173fbc52161c56 Author: Tony Cook Date: Mon Jan 28 15:15:02 2019 +1100 -leak-che

[perl.git] branch tonyc/test-leak-check deleted. v5.29.7-28-g490c8e7633

2019-01-27 Thread Tony Cook
In perl.git, the branch tonyc/test-leak-check has been deleted was 490c8e7633d556b2d65725760490cf14f4cc1267 - Log

[perl.git] branch blead updated. v5.29.7-27-g1d1c7c15be

2019-01-28 Thread Tony Cook
commit 1d1c7c15be5d21c01f7483ff9e85d8711198f1f1 Author: Tony Cook Date: Tue Jan 29 16:44:01 2019 +1100 bump $IO::VERSION --- Summary of changes: dist/IO/IO.pm | 2 +- dist/IO/lib/IO/Dir.pm | 2 +- dist/IO/lib/IO/File.pm| 2 +-

[perl.git] branch blead updated. v5.29.7-30-gd4c456e337

2019-01-29 Thread Tony Cook
commit d4c456e337e653ae11876241727b563a684dffe7 Author: Tony Cook Date: Mon Jan 21 11:41:03 2019 +1100 (perl #133782) set magic when changing $^R The regexp engine sets and restores $^R in a few places, but didn't mg_set() (SvSETMAGIC()) it at all. Calls to length() on $^R, both within regexp code bl

[perl.git] branch blead updated. v5.29.7-31-g3fb29f095e

2019-01-29 Thread Tony Cook
commit 3fb29f095e0816412390156497a1c575873a14f5 Author: Tony Cook Date: Wed Jan 30 10:20:08 2019 +1100 perldelta for d4c456e337e6 --- Summary of changes: pod/perldelta.pod | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pod/perldelta

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

2019-02-03 Thread Tony Cook
commit b0fa95cb78a2e93df7396fdb87583a39f4367e0b Author: Tony Cook Date: Mon Feb 4 11:43:54 2019 +1100 propose the 133760 fixes for 5.28 --- Summary of changes: votes-5.28.xml | 9 + 1 file changed, 9 insertions(+) diff --git a/votes-5.28.xml b

[perl.git] branch blead updated. v5.29.7-43-g5226e07ddf

2019-02-04 Thread Tony Cook
commit 5226e07ddf0fbe83ce338d40a5aee3cd37845ff1 Merge: 159eab64fc ee367d4ab3 Author: Tony Cook Date: Tue Feb 5 10:19:51 2019 +1100 (perl #108276) reduce recursion on ops This can prevent stack overflow when processing extremely deep op trees. commit ee367d4ab3ae183f2bbf7de592391736d1cb6510 Author: Tony Cook Date:

[perl.git] branch blead updated. v5.29.7-44-ga1f354d376

2019-02-04 Thread Tony Cook
commit a1f354d3762aa87a796bc3d383629bfc853472f5 Author: Tony Cook Date: Tue Feb 5 10:39:57 2019 +1100 (perl #133462) add specific test run instructions to README.win32 README.win32 provides generally standalone instructions for running and testing perl, but unlike INSTALL didn't provide instructions fo

[perl.git] branch blead updated. v5.29.7-64-g35c1827fad

2019-02-05 Thread Tony Cook
commit 35c1827fadfaf0a26b8d1373f06ee242ee79c111 Author: Tony Cook Date: Tue Feb 5 19:40:53 2019 +1100 (perl #133824) fix threading builds I failed to test the build with threads. --- Summary of changes: op.c | 2 +- 1 file changed, 1 insertion

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