[perl.git] branch blead, updated. v5.25.3-7-g1e0a641

2016-07-21 Thread Rafael Garcia-Suarez
commit 1e0a64115c2048e2aa95c55b284bec003e28b695 Author: Rafael Garcia-Suarez <r...@consttype.org> Date: Thu Jul 21 15:37:25 2016 +0200 Switch the order of the two backtracking chapters in perlre It makes more sense to explain what backtracking is first, and then introduce the special backtracking c

[perl.git] branch blead, updated. v5.23.3-8-gef058b3

2015-09-25 Thread Rafael Garcia-Suarez
commit ef058b33cd10c03cc5704ec5447df1d23fe3b48b Author: Rafael Garcia-Suarez <r...@consttype.org> Date: Fri Sep 25 09:29:28 2015 +0200 POD fix in the documentation for SvTHINKFIRST --- Summary of changes: sv.h | 2 +- 1 file changed, 1 insertion(+)

[perl.git] branch blead, updated. v5.23.0-83-g8b7906d

2015-07-06 Thread Rafael Garcia-Suarez
8b7906d1719d3641e1ea0c94d934ecce176275cb Author: Rafael Garcia-Suarez r...@consttype.org Date: Mon Jul 6 08:09:04 2015 +0200 Some nits in perlsub - DOES was not listed in the list of methods with reserved names - Remove one useless instance of empty list assignment - Punctuation

[perl.git] branch blead, updated. v5.23.0-6-g37b8cdd

2015-06-22 Thread Rafael Garcia-Suarez
37b8cdd1927432f22e389f8405a9f8a198fb0360 Author: Rafael Garcia-Suarez r...@consttype.org Date: Mon Jun 22 09:46:18 2015 +0200 Increase the maximal size of the string displayed in non-numeric warnings This has the interesting side-effect of fixing some of the UTF-8 glob warnings, which indicates that sv_uni_display

[perl.git] branch blead, updated. v5.22.0-131-gaa8f6ce

2015-06-17 Thread Rafael Garcia-Suarez
aa8f6cef961dc2009604f7464c66106421c3ae81 Author: Rafael Garcia-Suarez r...@consttype.org Date: Wed Jun 17 13:18:59 2015 +0200 Microoptimize some matches in utf8_heavy.pl --- Summary of changes: lib/utf8_heavy.pl | 6 +++--- 1 file changed, 3 insertions(+), 3

[perl.git] branch blead, updated. v5.22.0-128-gbace499

2015-06-16 Thread Rafael Garcia-Suarez
bace499647c542e44fa169173393f19316fe05b6 Author: Rafael Garcia-Suarez r...@consttype.org Date: Tue Jun 16 12:21:04 2015 +0200 Perl example style nit in docs for sort() Declare both arrays, no need to clear them. --- Summary of changes: pod/perlfunc.pod

[perl.git] branch blead, updated. v5.21.11-137-gbc1767a

2015-05-17 Thread Rafael Garcia-Suarez
bc1767aa26319247b21d0a61f937739a53a27082 Author: Rafael Garcia-Suarez r...@consttype.org Date: Sun May 17 10:03:11 2015 +0200 Fix a doc typo in the spelling of EBCDIC --- Summary of changes: lib/utf8.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff

[perl.git] branch blead, updated. v5.21.10-9-g65ef2c3

2015-03-24 Thread Rafael Garcia-Suarez
65ef2c3e7d945498f4ef8ab758cc14a8af2f7533 Author: Rafael Garcia-Suarez r...@consttype.org Date: Tue Mar 24 15:40:27 2015 +0100 Correctly deparse --- Summary of changes: lib/B/Deparse.pm | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/lib

[perl.git] branch blead, updated. v5.21.9-77-g0f6f92e

2015-03-05 Thread Rafael Garcia-Suarez
0f6f92e0b139f81313e47d8eb6d0c323dfd77b62 Author: Rafael Garcia-Suarez r...@consttype.org Date: Thu Mar 5 17:37:33 2015 +0100 readline should behave as , not This fixes bug #123990. The cause was that one promotion to OP_READLINE was not cleaning the special flag on that op

[perl.git] branch blead, updated. v5.21.4-222-gdf96891

2014-10-03 Thread Rafael Garcia-Suarez
df968918245d10232f955ab0965da7f8d6297a29 Author: Rafael Garcia-Suarez r...@consttype.org Date: Fri Oct 3 14:03:13 2014 +0200 Do not rely on the precise error wording 'No such file or directory' is fine on Linux but other UNIXes might say it differently, for example 'A file or directory in the path name does not exist

[perl.git] branch rgs/nomagicopen, deleted. v5.21.4-159-g320390b

2014-10-01 Thread Rafael Garcia-Suarez
In perl.git, the branch rgs/nomagicopen has been deleted http://perl5.git.perl.org/perl.git/commitdiff/?hp=320390b4600ce9a942b3e63b6906d03a56da5042 was 320390b4600ce9a942b3e63b6906d03a56da5042

[perl.git] branch blead, updated. v5.21.4-198-gf63a114

2014-10-01 Thread Rafael Garcia-Suarez
f63a114b48be4e9c44534b6e07ecdeea8be2ef71 Author: Rafael Garcia-Suarez r...@consttype.org Date: Wed Oct 1 09:13:05 2014 +0200 Add tests for overriding versus rcatline M t/op/override.t commit 8710cf8f5f6839aad48677237bbf16e56c839dcd Author: Rafael Garcia-Suarez r...@consttype.org Date: Wed Oct 1 09:03:10 2014 +0200

[perl.git] branch blead, updated. v5.21.4-193-gef32f9b

2014-09-30 Thread Rafael Garcia-Suarez
ef32f9b97b7f6ea1925757be14c852b20c8145c4 Author: Rafael Garcia-Suarez r...@consttype.org Date: Tue Sep 30 01:19:55 2014 +0200 Add tests for empty strings in @ARGV which should be refused, since no file name should be empty. (Suggested by Richard Soderberg) M t/io/argv.t commit

[perl.git] branch blead, updated. v5.21.4-194-gad77c20

2014-09-30 Thread Rafael Garcia-Suarez
ad77c200c8a4ed39fda83b8a740ef81ede885d84 Author: Rafael Garcia-Suarez r...@consttype.org Date: Tue Sep 30 15:36:10 2014 +0200 Add a test for failing on the second file --- Summary of changes: t/io/argv.t | 9 - 1 file changed, 8 insertions(+), 1

[perl.git] branch blead, updated. v5.21.4-195-g7f2ab31

2014-09-30 Thread Rafael Garcia-Suarez
7f2ab31fa3d20727b229092cc401b4b48fdee66d Author: Rafael Garcia-Suarez r...@consttype.org Date: Tue Sep 30 15:44:44 2014 +0200 Forgot to update SKIP count after last patch --- Summary of changes: t/io/argv.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion

[perl.git] branch rgs/nomagicopen, created. v5.21.4-155-g042bcb3

2014-09-29 Thread Rafael Garcia-Suarez
- commit 042bcb33f679e0157364b6fc58ee8b871ea28a36 Author: Peter Martini petercmart...@gmail.com Date: Sun Aug 10 23:11:20 2014 -0400 Added some documentation for while() M pod/perlop.pod commit d5c1d5c47aaa9e7531803cf22da37a856de65376 Author: Rafael Garcia

[perl.git] branch rgs/nomagicopen, updated. v5.21.4-156-g0a74b59

2014-09-29 Thread Rafael Garcia-Suarez
0a74b59263105fcf4542726e6a82b8cb58b73cf8 Author: Rafael Garcia-Suarez r...@consttype.org Date: Mon Sep 29 22:52:32 2014 +0200 Add tests for the operator --- Summary of changes: t/io/argv.t | 41 ++--- 1 file changed

[perl.git] branch rgs/nomagicopen, updated. v5.21.4-158-g0d36b5a

2014-09-29 Thread Rafael Garcia-Suarez
0d36b5a5c2536f7ed29e6e66ee888d076f93f012 Author: Rafael Garcia-Suarez r...@consttype.org Date: Tue Sep 30 00:25:27 2014 +0200 Clarify the documentation for M pod/perlop.pod commit 1fb2c054e826fdefa844490c422c33d5691e9a4e Author: Rafael Garcia-Suarez r...@consttype.org Date: Tue Sep 30 00:24:21 2014 +0200

[perl.git] branch rgs/nomagicopen, updated. v5.21.4-159-g320390b

2014-09-29 Thread Rafael Garcia-Suarez
320390b4600ce9a942b3e63b6906d03a56da5042 Author: Rafael Garcia-Suarez r...@consttype.org Date: Tue Sep 30 01:19:55 2014 +0200 Add tests for empty strings in @ARGV which should be refused, since no file name should be empty. (Suggested by Richard Soderberg

[perl.git] branch rgs/nomagicopen, deleted. v5.21.2-108-g769ed2d

2014-09-26 Thread Rafael Garcia-Suarez
In perl.git, the branch rgs/nomagicopen has been deleted http://perl5.git.perl.org/perl.git/commitdiff/?hp=769ed2d3712bb56a8916e5a81afd87529847aac0 was 769ed2d3712bb56a8916e5a81afd87529847aac0

[perl.git] branch rgs/nomagicopen, created. v5.21.4-104-ga440b24

2014-09-26 Thread Rafael Garcia-Suarez
- commit a440b246fbd7389b7d7ce0c65a6fa4d4f21a9541 Author: Peter Martini petercmart...@gmail.com Date: Sun Aug 10 23:11:20 2014 -0400 Added some documentation for while() M pod/perlop.pod commit ee86a931a2fb6b7df36882f3911b309f23afc1e5 Author: Rafael Garcia

[perl.git] branch blead, updated. v5.21.4-103-g55e767a

2014-09-26 Thread Rafael Garcia-Suarez
55e767ae92dd46d7ab3b9938fd7345b5299d2eb4 Author: Rafael Garcia-Suarez r...@consttype.org Date: Fri Sep 26 15:44:44 2014 +0200 Micro-optimise some hot code that was pointed to me by a profile generated with Devel::NYTProf --- Summary of changes: lib

[perl.git] branch rgs/nomagicopen, deleted. v5.21.2-46-g7f5bb34

2014-08-07 Thread Rafael Garcia-Suarez
In perl.git, the branch rgs/nomagicopen has been deleted http://perl5.git.perl.org/perl.git/commitdiff/?hp=7f5bb3418c4fc2d6e2523bf918a7d9e33f9a7acc was 7f5bb3418c4fc2d6e2523bf918a7d9e33f9a7acc

[perl.git] branch blead, updated. v5.21.2-104-g287e9fa

2014-08-06 Thread Rafael Garcia-Suarez
287e9fa667dea09a6b41b11e1be4ccc73927e200 Author: Rafael Garcia-Suarez r...@consttype.org Date: Wed Aug 6 22:15:24 2014 +0200 Documentation typo fix --- Summary of changes: av.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/av.c b/av.c index

[perl.git] branch blead, updated. v5.21.2-94-g205b814

2014-08-05 Thread Rafael Garcia-Suarez
205b8145e88fdb6ead534ed102faa8b6aecbe085 Author: Rafael Garcia-Suarez r...@consttype.org Date: Tue Aug 5 09:27:29 2014 +0200 Fix MANIFEST and Safe's changelog M MANIFEST M dist/Safe/Changes M dist/Safe/t/safesecurity.t commit 23c3e71c90a1dea6c17d193db263796876d2ac52 Author: syber sy...@crazypanda.ru Date: Mon

[perl.git] branch blead, updated. v5.21.2-95-g8593948

2014-08-05 Thread Rafael Garcia-Suarez
8593948372c4d40805c4be6f37bff62d656cd087 Author: Rafael Garcia-Suarez r...@consttype.org Date: Tue Aug 5 10:02:09 2014 +0200 Regenerate local Safe MANIFEST --- Summary of changes: dist/Safe/MANIFEST | 7 --- 1 file changed, 4 insertions(+), 3 deletions

[perl.git] branch blead, updated. v5.21.2-96-g372c0b6

2014-08-05 Thread Rafael Garcia-Suarez
372c0b63b2f187ac484211146915dcecdf1bd778 Author: Rafael Garcia-Suarez r...@consttype.org Date: Tue Aug 5 10:15:58 2014 +0200 Add syber to AUTHORS --- Summary of changes: AUTHORS | 1 + 1 file changed, 1 insertion(+) diff --git a/AUTHORS b/AUTHORS index 9db941e

[perl.git] branch blead, updated. v5.21.2-78-g3f10e7b

2014-07-30 Thread Rafael Garcia-Suarez
3f10e7b3c488077eb8624f47ccf07844c38a206a Author: Rafael Garcia-Suarez r...@consttype.org Date: Wed Jul 30 16:13:20 2014 +0200 Fix tabs in MANIFEST --- Summary of changes: MANIFEST | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MANIFEST b

[perl.git] branch blead, updated. v5.21.2-79-ga12b621

2014-07-30 Thread Rafael Garcia-Suarez
a12b621d793c8351fe47e57f6bfa2df451bd6f44 Author: Rafael Garcia-Suarez r...@consttype.org Date: Wed Jul 30 16:40:46 2014 +0200 Avoid pack/unpack to produce the binary form of a utf8 string --- Summary of changes: t/run/switchC.t | 2 +- 1 file changed, 1

[perl.git] branch blead, updated. v5.21.2-43-g4ba3add

2014-07-24 Thread Rafael Garcia-Suarez
4ba3adde25c4edf2e470f13677632b6d2f9e2fcd Author: Rafael Garcia-Suarez r...@consttype.org Date: Thu Jul 24 13:26:10 2014 +0200 Remove flagging OP_READLINE with OPf_SPECIAL This was used to distinguish forms FILE from $file, but doesn't seem to be used anymore by anything

[perl.git] branch rgs/nomagicopen, created. v5.21.2-46-g7f5bb34

2014-07-24 Thread Rafael Garcia-Suarez
- commit 7f5bb3418c4fc2d6e2523bf918a7d9e33f9a7acc Author: Rafael Garcia-Suarez r...@consttype.org Date: Thu Jul 24 17:43:29 2014 +0200 Introduce the double-diamond operator This operator works like or ARGV, as it reads the list of file names to open

[perl.git] branch blead, updated. v5.19.8-512-g8a50cd0

2014-02-19 Thread Rafael Garcia-Suarez
8a50cd03a18f63853c30d77231f3eed37cdf7efa Author: Rafael Garcia-Suarez r...@consttype.org Date: Wed Feb 19 15:41:51 2014 +0100 Do not dereference hv before ensuring it's not NULL This should fix RT #116441 and possibly other bugs. --- Summary of changes

[perl.git] branch blead, updated. v5.17.11-30-gf97f22a

2013-04-29 Thread Rafael Garcia-Suarez
In perl.git, the branch blead has been updated http://perl5.git.perl.org/perl.git/commitdiff/f97f22a31553828b6aaefb7b10b3b57f2f74438a?hp=8b3945e7b7b7ae6fd2369864ebe169bd9a91cf4e - Log - commit

[perl.git] branch blead, updated. v5.17.11-16-g76073c8

2013-04-23 Thread Rafael Garcia-Suarez
76073c8890e651146559ee560dd616e908c697d0 Author: Rafael Garcia-Suarez r...@consttype.org Date: Tue Apr 23 13:08:43 2013 +0200 Spelling typo in perllocale --- Summary of changes: pod/perllocale.pod |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff

[perl.git] branch smueller/padsv_nolv, updated. v5.17.9-35-gaf8a8bc

2013-02-27 Thread Rafael Garcia-Suarez
af8a8bc9ae79d50f98a95af0242701b54721d237 Author: Rafael Garcia-Suarez r...@consttype.org Date: Wed Feb 27 12:09:35 2013 +0100 Don't use padsv_nolv in attributed my declarations When checking the optree constructed for my variables declarations with attributes, disable the padsv_nolv optimisation

[perl.git] branch blead, updated. v5.17.9-55-g707b805

2013-02-27 Thread Rafael Garcia-Suarez
707b805eb119df89ce8192e0415768c10dc19501 Author: Rafael Garcia-Suarez r...@consttype.org Date: Wed Feb 27 13:52:01 2013 +0100 Note what incrementing the op_type actually does This comment is intended to improve the greppability of the code. --- Summary

[perl.git] branch blead, updated. v5.17.9-9-gac4ec33

2013-02-21 Thread Rafael Garcia-Suarez
ac4ec33ee07ea2ee74672667bd81582062239279 Author: Rafael Garcia-Suarez r...@consttype.org Date: Thu Feb 21 08:35:38 2013 +0100 Upgrade to Safe 2.35 from CPAN --- Summary of changes: dist/Safe/Changes |8 dist/Safe/META.yml |2 +- dist/Safe

[perl.git] branch rgs/Safe, deleted. v5.17.9-7-g3133851

2013-02-21 Thread Rafael Garcia-Suarez
In perl.git, the branch rgs/Safe has been deleted http://perl5.git.perl.org/perl.git/commitdiff/?hp=3133851f531a0f32a1842d110fd7f7d7804362b1 was 3133851f531a0f32a1842d110fd7f7d7804362b1

[perl.git] branch blead, updated. v5.17.9-10-ge739c65

2013-02-21 Thread Rafael Garcia-Suarez
e739c653b69150d3bbe873918ad5c265e6a421a7 Author: Rafael Garcia-Suarez r...@consttype.org Date: Thu Feb 21 14:08:18 2013 +0100 Update Maintainers.pl for Safe 2.35 --- Summary of changes: Porting/Maintainers.pl |2 +- 1 files changed, 1 insertions(+), 1

[perl.git] branch rgs/undeprecate-lex-topic, updated. v5.17.8-201-g92f9c85

2013-02-20 Thread Rafael Garcia-Suarez
92f9c85c925c66189d6aa43227d48cd87f69b22c Author: Rafael Garcia-Suarez r...@consttype.org Date: Wed Feb 20 16:58:55 2013 +0100 Perldelta note for undeprecating my $_ --- Summary of changes: pod/perldelta.pod |2 ++ 1 files changed, 2

[perl.git] branch rgs/undeprecate-lex-topic, deleted. v5.17.8-201-g92f9c85

2013-02-20 Thread Rafael Garcia-Suarez
In perl.git, the branch rgs/undeprecate-lex-topic has been deleted http://perl5.git.perl.org/perl.git/commitdiff/?hp=92f9c85c925c66189d6aa43227d48cd87f69b22c was 92f9c85c925c66189d6aa43227d48cd87f69b22c

[perl.git] branch dual/Safe, deleted. v5.15.9-72-gd3f461d

2013-02-20 Thread Rafael Garcia-Suarez
In perl.git, the branch dual/Safe has been deleted http://perl5.git.perl.org/perl.git/commitdiff/?hp=d3f461d309ebce94be1d2a5489ffeba0b70322fe was d3f461d309ebce94be1d2a5489ffeba0b70322fe

[perl.git] branch rgs/Safe, created. v5.17.9-7-g3133851

2013-02-20 Thread Rafael Garcia-Suarez
- commit 3133851f531a0f32a1842d110fd7f7d7804362b1 Author: Rafael Garcia-Suarez r...@consttype.org Date: Thu Feb 21 08:35:38 2013 +0100 Upgrade to Safe 2.35 from CPAN --- -- Perl5 Master Repository

[perl.git] branch blead, updated. v5.17.8-199-g5567318

2013-02-19 Thread Rafael Garcia-Suarez
55673181017b5e113ef58bbb59978319aebbadcb Author: Rafael Garcia-Suarez r...@consttype.org Date: Tue Feb 19 09:59:09 2013 +0100 Silence encoding.pm deprecation warnings in the core test suite --- Summary of changes: t/op/tr.t |1 + t/re

[perl.git] branch rgs/undeprecate-lex-topic, created. v5.17.8-200-g368a782

2013-02-19 Thread Rafael Garcia-Suarez
- commit 368a782c95d8be962932affc9e08faf84003eea8 Author: Rafael Garcia-Suarez r...@consttype.org Date: Tue Feb 19 15:53:10 2013 +0100 Un-deprecate the support for lexical $_ --- -- Perl5

[perl.git] branch blead, updated. v5.17.3-233-g681a49b

2012-09-03 Thread Rafael Garcia-Suarez
In perl.git, the branch blead has been updated http://perl5.git.perl.org/perl.git/commitdiff/681a49bfebe715e645e428b1b7cc1976507eb70f?hp=d787f4a5ba95039e3f0b8f63ebc649cde1011c69 - Log - commit

[perl.git] branch blead, updated. v5.17.3-234-ge52529c

2012-09-03 Thread Rafael Garcia-Suarez
e52529ca2472f8f4697aeab0a74a65c9c5189801 Author: Rafael Garcia-Suarez r...@consttype.org Date: Mon Sep 3 17:39:41 2012 +0200 Make XSLoader's UPSTREAM as undef The upstream is supposed to be blead, but the CPAN version of XSLoader 0.16 and the one that has shipped with perl 5.17.3 are different (doc changes only

[perl.git] branch blead, updated. v5.16.0-193-g35bb012

2012-05-23 Thread Rafael Garcia-Suarez
35bb012088df9f7586da9a62c90f3dd3ef609cad Merge: 3866ea3 5f9f83b Author: Rafael Garcia-Suarez r...@consttype.org Date: Wed May 23 15:53:31 2012 +0200 Merge branch 'rgs/overload' into blead --- Summary of changes: gv.c | 13 ++--- lib

[perl.git] branch rgs/overload, deleted. v5.16.0-150-g5f9f83b

2012-05-23 Thread Rafael Garcia-Suarez
In perl.git, the branch rgs/overload has been deleted http://perl5.git.perl.org/perl.git/commitdiff/?hp=5f9f83be9cdcd54449f7f40db078fe367d780475 was 5f9f83be9cdcd54449f7f40db078fe367d780475

[perl.git] branch rgs/overload, deleted. v5.15.8-183-g809f751

2012-05-22 Thread Rafael Garcia-Suarez
In perl.git, the branch rgs/overload has been deleted http://perl5.git.perl.org/perl.git/commitdiff/?hp=809f751e6a79849f8fa71568def987da0addbe27 was 809f751e6a79849f8fa71568def987da0addbe27

[perl.git] branch rgs/overload, created. v5.16.0-149-gf041cf0

2012-05-22 Thread Rafael Garcia-Suarez
- commit f041cf0f9c6469c41de8b73d5f7b426710c3ff8b Author: Rafael Garcia-Suarez r...@consttype.org Date: Tue Mar 20 09:17:02 2012 +0100 Lookup overloaded assignment operators when trying to swap the arguments This is in the case where we search for an overloaded

[perl.git] branch rgs/overload, updated. v5.16.0-150-g5f9f83b

2012-05-22 Thread Rafael Garcia-Suarez
5f9f83be9cdcd54449f7f40db078fe367d780475 Author: Rafael Garcia-Suarez r...@consttype.org Date: Tue May 22 17:23:20 2012 +0200 Fix mktables bug due to the previous overload fix Due to the previous patch, perl can't generate the operator for .= in package Property anymore (because fallback is '0' in that package

[perl.git] branch blead, updated. v5.15.9-219-g16f6a27

2012-04-24 Thread Rafael Garcia-Suarez
16f6a273412ea24870f58e8b808cc3359e20abce Author: Rafael Garcia-Suarez r...@consttype.org Date: Tue Apr 24 09:41:31 2012 +0200 perldelta: Fix an internal POD link --- Summary of changes: Porting/perl5160delta.pod |2 +- 1 files changed, 1 insertions(+), 1

[perl.git] branch dual/Safe, updated. v5.15.9-72-gd3f461d

2012-04-03 Thread Rafael Garcia-Suarez
d3f461d309ebce94be1d2a5489ffeba0b70322fe Author: Rafael Garcia-Suarez r...@consttype.org Date: Tue Apr 3 08:41:29 2012 +0200 Fix MANIFEST and release Safe version 2.33 M dist/Safe/Changes M dist/Safe/MANIFEST M dist/Safe/Safe.pm commit 7ec8d481ac36c9219cf1e7b69c1c488d68cafc4e Merge: 2c9ec40 65ae636 Author

[perl.git] branch blead, updated. v5.15.9-55-g69f0857

2012-03-31 Thread Rafael Garcia-Suarez
69f0857ceb3d6c587ce864cec2bf48cc666426c7 Author: Rafael Garcia-Suarez r...@consttype.org Date: Sat Mar 31 10:55:12 2012 +0200 Typo fix in the list of maintainers M Porting/Maintainers.pl commit 3364991097dafedb70f6e6a832cbc6fb01991dc7 Author: Rafael Garcia-Suarez r...@consttype.org Date: Sat Mar 31 10:54:51 2012 +0200

[perl.git] branch blead, updated. v5.15.9-56-g2e77690

2012-03-31 Thread Rafael Garcia-Suarez
2e7769021bc2a280a4de2b75287a35f775694e1b Author: Rafael Garcia-Suarez r...@consttype.org Date: Sat Mar 31 11:27:05 2012 +0200 Adjust skip condition of tests for fields.pm to cover 5.14.* and improve diagnostics --- Summary of changes: dist/base/t

[perl.git] branch blead, updated. v5.15.9-58-ge5b1b4c

2012-03-31 Thread Rafael Garcia-Suarez
e5b1b4c7972a112957188e0797f82e5d54943bcb Author: Rafael Garcia-Suarez r...@consttype.org Date: Sat Mar 31 12:11:51 2012 +0200 Update base.pm's Changes file from the perldeltas M dist/base/Changes commit 472677c4357628ecc5fa6d5341c43f6f165cc639 Author: Rafael Garcia-Suarez r...@consttype.org Date: Sat Mar 31 12:10:36 2012

[perl.git] branch dual/Safe, updated. v5.15.9-61-g312434d

2012-03-31 Thread Rafael Garcia-Suarez
312434d200ea2a8487b21594aeb6c13838c42b0b Author: Rafael Garcia-Suarez r...@consttype.org Date: Sat Mar 31 16:15:21 2012 +0200 Make Safe play nice with Devel::Cover --- Summary of changes: dist/Safe/Safe.pm |3 +++ 1 files changed, 3 insertions(+), 0

[perl.git] branch blead, updated. v5.15.9-59-g258f564

2012-03-31 Thread Rafael Garcia-Suarez
258f564231885d20cd3b29a014dda4c79b44b1b0 Author: Rafael Garcia-Suarez r...@consttype.org Date: Sat Mar 31 16:16:09 2012 +0200 Add perltodo in the list of ignored pods (like the other obsolete manpage placeholders) --- Summary of changes: Porting

[perl.git] branch book/perlsecret, updated. v5.15.9-63-gb590b68

2012-03-31 Thread Rafael Garcia-Suarez
b590b68d8540cf4da30364ac213ff720308d8798 Author: Rafael Garcia-Suarez r...@consttype.org Date: Sat Mar 31 17:10:33 2012 +0200 Insert ignored PODs in MANIFEST and regenerate pod lists --- Summary of changes: MANIFEST |2

[perl.git] branch dual/Safe, updated. v5.15.9-62-g2c9ec40

2012-03-31 Thread Rafael Garcia-Suarez
2c9ec40e3923bc3222014f8549ec33543a583a2e Author: Rafael Garcia-Suarez r...@consttype.org Date: Sat Mar 31 17:23:15 2012 +0200 Release version 2.32 of Safe --- Summary of changes: dist/Safe/Changes |3 +++ dist/Safe/Safe.pm |2 +- 2 files changed, 4

[perl.git] branch rgs/overload, created. v5.15.8-183-g809f751

2012-03-20 Thread Rafael Garcia-Suarez
- commit 809f751e6a79849f8fa71568def987da0addbe27 Author: Rafael Garcia-Suarez r...@consttype.org Date: Tue Mar 20 09:17:02 2012 +0100 Lookup overloaded assignment operators when trying to swap the arguments This is in the case where we search for an overloaded

[perl.git] branch rjbs/unicook, updated. v5.15.8-79-ge699a22

2012-03-09 Thread Rafael Garcia-Suarez
e699a22ba2971f0871b9143cbf32a3f024db01de Author: Rafael Garcia-Suarez r...@consttype.org Date: Thu Mar 8 19:31:47 2012 +0100 Fixes for a few trivial typos --- Summary of changes: pod/perlunicook.pod |8 1 files changed, 4 insertions(+), 4

[perl.git] branch blead, updated. v5.15.7-280-g2f1fe8a

2012-02-06 Thread Rafael Garcia-Suarez
2f1fe8a307fbb12ecf2c3255caeec84ea9e56ce7 Author: Rafael Garcia-Suarez r...@consttype.org Date: Mon Feb 6 10:05:00 2012 +0100 Document the special meaning of indir on the shebang line --- Summary of changes: pod/perlrun.pod | 11 ++- 1 files changed, 6

[perl.git] branch blead, updated. v5.15.7-92-g34daab0

2012-01-27 Thread Rafael Garcia-Suarez
34daab0fa047b2849547189ae5f48b276658af01 Author: Rafael Garcia-Suarez r...@consttype.org Date: Fri Jan 27 10:23:12 2012 +0100 Allow prototypes (_@) and (_%) Those will be equivalent to (_;@) and (_;%) ; since perlsub already states that the semicolon is redundant before @ and % this is in line with the existing

[perl.git] branch blead, updated. v5.15.7-76-g919f76a

2012-01-25 Thread Rafael Garcia-Suarez
919f76a3449f063cc80397cca2b402c89b2e5f07 Author: Rafael Garcia-Suarez r...@consttype.org Date: Wed Jan 25 11:41:13 2012 +0100 Make the display of the warning Useless use of a constant (%s) more robust If the constant is a string (POK), we dump it using pv_pretty, to properly escape non-printable characters. This also

[perl.git] branch blead, updated. v5.15.7-82-gd3bcd21

2012-01-25 Thread Rafael Garcia-Suarez
d3bcd21f9c56ad29603330017e1fef6e7910189b Author: Rafael Garcia-Suarez r...@consttype.org Date: Wed Jan 25 12:34:17 2012 +0100 Initialize buffer to an empty string to avoid spurious uninitialized warnings --- Summary of changes: op.c |2 +- 1 files changed

[perl.git] branch blead, updated. v5.15.7-83-gd7cf15e

2012-01-25 Thread Rafael Garcia-Suarez
d7cf15ed3621c923ff3ce120367eec0f05078d4b Author: Rafael Garcia-Suarez r...@consttype.org Date: Wed Jan 25 12:45:25 2012 +0100 Correctly escape UTF-8 in hash keys in uninitialized warnings --- Summary of changes: sv.c |3 ++- t/lib/warnings

[perl.git] branch blead, updated. v5.15.5-298-gad084f5

2011-12-06 Thread Rafael Garcia-Suarez
ad084f51cd17539ef55b510228156cd4f83c9729 Author: Rafael Garcia-Suarez r...@consttype.org Date: Tue Dec 6 22:02:21 2011 +0100 Upgrade to Safe 2.30 [rt.cpan.org #72872] Fix bad interaction with loading Tie::Hash::NamedCapture on perls = 5.14.0

[perl.git] branch blead, updated. v5.15.5-247-g0beff06

2011-12-01 Thread Rafael Garcia-Suarez
0beff067932254cd3dc853ac18c0e666b9e4cd75 Author: Rafael Garcia-Suarez r...@consttype.org Date: Thu Dec 1 15:10:49 2011 +0100 Install perlfaq and perlglossary manpages in section 1 of the manual --- Summary of changes: installman |3 +++ utils.lst | 11

[perl.git] branch blead, updated. v5.15.2-187-g00c1390

2011-08-31 Thread Rafael Garcia-Suarez
00c1390f3fd32e7cc0959bd9d47ee28d14ef7e42 Author: Rafael Garcia-Suarez r...@consttype.org Date: Wed Aug 31 21:59:40 2011 +0200 Make switchC.t pass if the environment variable PERL_UNICODE contains S (actually doing so the quick way, by skipping the last test, that tests for -CS on the shebang line

[perl.git] branch blead, updated. v5.13.9-142-g8250589

2011-01-27 Thread Rafael Garcia-Suarez
In perl.git, the branch blead has been updated http://perl5.git.perl.org/perl.git/commitdiff/82505891db31e111f883f34516330c3d94c70486?hp=cfc889ad29c3a0868d6182fddbe612d7f51d6b11 - Log - commit

[perl.git] branch blead, updated. v5.13.7-126-ga51ee39

2010-11-27 Thread Rafael Garcia-Suarez
a51ee39bac6a83e6d63d3e6d8941ae352ef3546f Author: Rafael Garcia-Suarez r...@consttype.org Date: Sat Nov 27 15:47:44 2010 +0100 Fix a warning (that spotted a potential mro bug that I could not produce) --- Summary of changes: mro.c | 15 +++ 1 files

[perl.git] branch blead, updated. v5.13.7-78-g1f93372

2010-11-24 Thread Rafael Garcia-Suarez
1f933721fdfb02e4d62d10a1a69032d38d4db05d Author: Rafael Garcia-Suarez r...@consttype.org Date: Wed Nov 24 14:43:30 2010 +0100 Don't use try as a variable name try being a C++ keyword, this produces compilation warnings. --- Summary of changes: regexec.c

[perl.git] branch blead, updated. v5.13.6-608-gb2df766

2010-11-20 Thread Rafael Garcia-Suarez
b2df766153cc0378e7d4ef5eaf61bb69a8e3c9c0 Author: Rafael Garcia-Suarez r...@consttype.org Date: Sat Nov 20 15:00:46 2010 +0100 Typo in perldelta --- Summary of changes: pod/perldelta.pod |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git

[perl.git] branch blead, updated. v5.13.6-567-gd90d5a3

2010-11-17 Thread Rafael Garcia-Suarez
d90d5a3845e854b868ede5476fd329d1fb85fd46 Author: Rafael Garcia-Suarez r...@consttype.org Date: Wed Nov 17 09:28:30 2010 +0100 Spelling/grammar nits --- Summary of changes: pod/perlop.pod |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git

[perl.git] branch blead, updated. v5.13.6-539-gbdc7923

2010-11-15 Thread Rafael Garcia-Suarez
bdc7923bddf5c9272e5e4e7e5618229a2b598165 Author: Rafael Garcia-Suarez r...@consttype.org Date: Mon Nov 15 11:47:53 2010 +0100 Doc fix for [perl #78642] Logical defined or not equivalent to ternary operator with defined The ternary operator can be used in lvalue context; $a // $b cannot

[perl.git] branch blead, updated. v5.13.6-393-g27df231

2010-11-06 Thread Rafael Garcia-Suarez
27df23140def00922ce186da623f2c3724e0b36a Author: Rafael Garcia-Suarez r...@consttype.org Date: Sat Nov 6 16:06:34 2010 +0100 Add new ops in Opcode, so it does not warn at compilation The ops are the recently-introduced reach, rvalues, rkeys and transr

[perl.git] branch blead, updated. v5.13.6-277-g1699865

2010-10-31 Thread Rafael Garcia-Suarez
169986538ca31decb52c9931e6700230c17821c8 Author: Rafael Garcia-Suarez r...@consttype.org Date: Sun Oct 31 14:17:20 2010 +0100 Bump Safe's version to 2.29 M dist/Safe/Changes M dist/Safe/META.yml M dist/Safe/Safe.pm commit 45c3e378e4f0099778aec21f94f40fc2357470ca Author: Rafael Garcia-Suarez r...@consttype.org

[perl.git] branch blead, updated. v5.13.5-282-gad97526

2010-10-04 Thread Rafael Garcia-Suarez
In perl.git, the branch blead has been updated http://perl5.git.perl.org/perl.git/commitdiff/ad97526782cdd5392f99d55127e22a7eb5ea9851?hp=7001ab9ef23c71d16d78a845cc0c5507f4d29bff - Log - commit

[perl.git] branch blead, updated. v5.13.5-283-g07ffcb7

2010-10-04 Thread Rafael Garcia-Suarez
In perl.git, the branch blead has been updated http://perl5.git.perl.org/perl.git/commitdiff/07ffcb738e9467df21e3d33604cf09c125e7ff52?hp=ad97526782cdd5392f99d55127e22a7eb5ea9851 - Log - commit

[perl.git] branch blead, updated. v5.13.5-281-g7001ab9

2010-10-04 Thread Rafael Garcia-Suarez
7001ab9ef23c71d16d78a845cc0c5507f4d29bff Author: Rafael Garcia-Suarez r...@consttype.org Date: Mon Oct 4 09:53:12 2010 +0200 Update AUTHORS --- Summary of changes: AUTHORS |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/AUTHORS b/AUTHORS

[perl.git] branch blead, updated. v5.13.5-18-g2163083

2010-09-20 Thread Rafael Garcia-Suarez
In perl.git, the branch blead has been updated http://perl5.git.perl.org/perl.git/commitdiff/21630838a66f778c0a320128e9a7db71d785f293?hp=d9f0b46418e111c5d35dd5f6e3196a145a545f97 - Log - commit

[perl.git] branch blead, updated. v5.13.5-21-g8e7d0c4

2010-09-20 Thread Rafael Garcia-Suarez
In perl.git, the branch blead has been updated http://perl5.git.perl.org/perl.git/commitdiff/8e7d0c4b4f9a32461518a61c3643c060cadc7b52?hp=65efc2f779afe1f849b3400dfd17c33f7f829604 - Log - commit

[perl.git] branch blead, updated. v5.13.4-311-g346e4e5

2010-09-17 Thread Rafael Garcia-Suarez
In perl.git, the branch blead has been updated http://perl5.git.perl.org/perl.git/commitdiff/346e4e567b90e9980b46c684af017e17b763fa74?hp=2793cb42c554ddf216f1ffc5a6d2a867adcd6c0d - Log - commit

[perl.git] branch blead, updated. v5.13.4-303-gdefdfed

2010-09-16 Thread Rafael Garcia-Suarez
In perl.git, the branch blead has been updated http://perl5.git.perl.org/perl.git/commitdiff/defdfed5e6b9e2f8b9451febd0406ed351042bb9?hp=b28e2c3cb7448b983edc991b66c9eb650488d89b - Log - commit

[perl.git] branch blead, updated. v5.13.4-304-g1a7c1a8

2010-09-16 Thread Rafael Garcia-Suarez
In perl.git, the branch blead has been updated http://perl5.git.perl.org/perl.git/commitdiff/1a7c1a8ac3571ba89254e7a8641c72a66c90b463?hp=defdfed5e6b9e2f8b9451febd0406ed351042bb9 - Log - commit

[perl.git] branch blead, updated. v5.13.4-307-geb06eac

2010-09-16 Thread Rafael Garcia-Suarez
In perl.git, the branch blead has been updated http://perl5.git.perl.org/perl.git/commitdiff/eb06eac93f0120092363c6c7ba87bb7054e76844?hp=1a7c1a8ac3571ba89254e7a8641c72a66c90b463 - Log - commit

[perl.git] branch blead, updated. v5.13.4-308-gc99e91e

2010-09-16 Thread Rafael Garcia-Suarez
In perl.git, the branch blead has been updated http://perl5.git.perl.org/perl.git/commitdiff/c99e91e919b4bb89bab7829a9026ee01b1fff2a1?hp=eb06eac93f0120092363c6c7ba87bb7054e76844 - Log - commit

[perl.git] branch blead, updated. v5.13.4-225-g526fd1b

2010-09-13 Thread Rafael Garcia-Suarez
In perl.git, the branch blead has been updated http://perl5.git.perl.org/perl.git/commitdiff/526fd1b4d7270fff44588238f2411032c109da6e?hp=25222ff958727e01a3a480924b65ba188c7c3ea2 - Log - commit

[perl.git] branch blead, updated. v5.13.4-227-g4125141

2010-09-13 Thread Rafael Garcia-Suarez
In perl.git, the branch blead has been updated http://perl5.git.perl.org/perl.git/commitdiff/4125141464884619e852c7b0986a51eba8fe1636?hp=526fd1b4d7270fff44588238f2411032c109da6e - Log - commit

[perl.git] branch blead, updated. v5.13.4-230-gbbd61b5

2010-09-13 Thread Rafael Garcia-Suarez
In perl.git, the branch blead has been updated http://perl5.git.perl.org/perl.git/commitdiff/bbd61b5ffb7621c2fcb7c3dd1beba837f27a9b40?hp=4125141464884619e852c7b0986a51eba8fe1636 - Log - commit

[perl.git] branch blead, updated. v5.13.4-231-gd369344

2010-09-13 Thread Rafael Garcia-Suarez
In perl.git, the branch blead has been updated http://perl5.git.perl.org/perl.git/commitdiff/d3693443d89a8951539475ab5b79d99f37fa782b?hp=bbd61b5ffb7621c2fcb7c3dd1beba837f27a9b40 - Log - commit

[perl.git] branch blead, updated. v5.13.4-232-g704f71b

2010-09-13 Thread Rafael Garcia-Suarez
In perl.git, the branch blead has been updated http://perl5.git.perl.org/perl.git/commitdiff/704f71be23bfe26b12807102a4880855eef362d0?hp=d3693443d89a8951539475ab5b79d99f37fa782b - Log - commit

[perl.git] branch blead, updated. v5.13.4-235-g7d926cf

2010-09-13 Thread Rafael Garcia-Suarez
7d926cfad45d0fd1b9546391623278b92d3e4757 Author: Rafael Garcia-Suarez r...@consttype.org Date: Mon Sep 13 15:15:40 2010 +0200 Bump Safe's VERSION to 2.28 M dist/Safe/Changes M dist/Safe/META.yml M dist/Safe/Safe.pm commit 7650682f4377a73dc7c46a6c3b8113a5f987c902 Author: Rafael Garcia-Suarez r...@consttype.org

[perl.git] branch blead, updated. v5.13.4-238-gab3216d

2010-09-13 Thread Rafael Garcia-Suarez
In perl.git, the branch blead has been updated http://perl5.git.perl.org/perl.git/commitdiff/ab3216d918c7330bae0a9f1019f970db2c78f3c9?hp=9d88f05803089a7481b7fb4bef25d1e082b9803c - Log - commit

[perl.git] branch blead, updated. v5.13.4-171-gea25a9b

2010-09-08 Thread Rafael Garcia-Suarez
In perl.git, the branch blead has been updated http://perl5.git.perl.org/perl.git/commitdiff/ea25a9b2cf73948b1e8c5675de027e0ad13277bd?hp=c99cfaa7c4ced6145d9642cd15da5bb2ea4ad19e - Log - commit

[perl.git] branch blead, updated. v5.13.4-162-g90d1f21

2010-09-07 Thread Rafael Garcia-Suarez
In perl.git, the branch blead has been updated http://perl5.git.perl.org/perl.git/commitdiff/90d1f214e03568148fd6495efac0f5614cfc0323?hp=134bbc579801d70bf58eb3e84c78e4c2c244899e - Log - commit

[perl.git] branch blead, updated. v5.13.4-164-g87f718f

2010-09-07 Thread Rafael Garcia-Suarez
87f718f15c8a57e274b2507ba40e4bd0857529ea Author: Rafael Garcia-Suarez r...@consttype.org Date: Tue Sep 7 16:18:14 2010 +0200 More tests for when(slice) M t/op/switch.t commit 329a333e7a4ed898282bec7f485751efbea92e8f Author: David Leadbeater d...@dgl.cx Date: Sat Aug 28 22:39:58 2010 +0100 Fix RT #77468: Smart

[perl.git] branch blead, updated. v5.13.4-152-g28ac2b4

2010-09-06 Thread Rafael Garcia-Suarez
In perl.git, the branch blead has been updated http://perl5.git.perl.org/perl.git/commitdiff/28ac2b49dea6847c95a32afde577935fec51650f?hp=544cdeac5a054fa1c1b543769d0076fa6c3faf68 - Log - commit

  1   2   3   4   5   6   7   8   9   10   >