[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 was 769ed2d3712bb56a8916e5a81afd87529847aac0 -

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

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

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

2014-09-26 Thread Rafael Garcia-Suarez
commit 55e767ae92dd46d7ab3b9938fd7345b5299d2eb4 Author: Rafael Garcia-Suarez 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/utf8_heavy.

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

2014-09-29 Thread Rafael Garcia-Suarez
In perl.git, the branch rgs/nomagicopen has been deleted was a440b246fbd7389b7d7ce0c65a6fa4d4f21a9541 -

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

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

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

2014-09-29 Thread Rafael Garcia-Suarez
commit 0a74b59263105fcf4542726e6a82b8cb58b73cf8 Author: Rafael Garcia-Suarez Date: Mon Sep 29 22:52:32 2014 +0200 Add tests for the <<>> operator --- Summary of changes: t/io/argv.t | 41 ++---

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

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

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

2014-09-29 Thread Rafael Garcia-Suarez
commit 320390b4600ce9a942b3e63b6906d03a56da5042 Author: Rafael Garcia-Suarez 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 Sod

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

2014-09-29 Thread Rafael Garcia-Suarez
commit ef32f9b97b7f6ea1925757be14c852b20c8145c4 Author: Rafael Garcia-Suarez 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 80a96bfc62584b11992aecd2fb33c6f21cfc24b9

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

2014-09-30 Thread Rafael Garcia-Suarez
commit ad77c200c8a4ed39fda83b8a740ef81ede885d84 Author: Rafael Garcia-Suarez 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
commit 7f2ab31fa3d20727b229092cc401b4b48fdee66d Author: Rafael Garcia-Suarez 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(-) diff --g

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

2014-09-30 Thread Rafael Garcia-Suarez
In perl.git, the branch rgs/nomagicopen has been deleted was 320390b4600ce9a942b3e63b6906d03a56da5042 -

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

2014-10-01 Thread Rafael Garcia-Suarez
commit f63a114b48be4e9c44534b6e07ecdeea8be2ef71 Author: Rafael Garcia-Suarez 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 Date: Wed Oct 1 09:03:10 2014 +0200 New <<>>

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

2014-10-03 Thread Rafael Garcia-Suarez
commit df968918245d10232f955ab0965da7f8d6297a29 Author: Rafael Garcia-Suarez 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

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

2015-06-16 Thread Rafael Garcia-Suarez
commit bace499647c542e44fa169173393f19316fe05b6 Author: Rafael Garcia-Suarez 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 | 2 +-

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

2015-06-17 Thread Rafael Garcia-Suarez
commit aa8f6cef961dc2009604f7464c66106421c3ae81 Author: Rafael Garcia-Suarez 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 deletions(-)

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

2015-06-22 Thread Rafael Garcia-Suarez
commit 37b8cdd1927432f22e389f8405a9f8a198fb0360 Author: Rafael Garcia-Suarez 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.23.0-83-g8b7906d

2015-07-05 Thread Rafael Garcia-Suarez
commit 8b7906d1719d3641e1ea0c94d934ecce176275cb Author: Rafael Garcia-Suarez 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 - Punct

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

2015-09-25 Thread Rafael Garcia-Suarez
commit ef058b33cd10c03cc5704ec5447df1d23fe3b48b Author: Rafael Garcia-Suarez 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(+), 1 deletion(-) diff --git a/

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

2015-03-05 Thread Rafael Garcia-Suarez
commit 0f6f92e0b139f81313e47d8eb6d0c323dfd77b62 Author: Rafael Garcia-Suarez 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

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

2015-03-24 Thread Rafael Garcia-Suarez
commit 65ef2c3e7d945498f4ef8ab758cc14a8af2f7533 Author: Rafael Garcia-Suarez 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(-)

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

2015-05-17 Thread Rafael Garcia-Suarez
commit bc1767aa26319247b21d0a61f937739a53a27082 Author: Rafael Garcia-Suarez 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 --git

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

2016-07-21 Thread Rafael Garcia-Suarez
commit 1e0a64115c2048e2aa95c55b284bec003e28b695 Author: Rafael Garcia-Suarez 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 control verbs. This is just c

Change 32629: Add standard test preamble

2007-12-17 Thread Rafael Garcia-Suarez
Change 32629 by [EMAIL PROTECTED] on 2007/12/17 16:26:01 Add standard test preamble Remove dependency on Cwd Affected files ... ... //depot/perl/t/op/reg_fold.t#2 edit Differences ... //depot/perl/t/op/reg_fold.t#2 (text) Index: perl/t/op/reg_fold.t --- perl/t/

Change 32630: Comment out a now unused variable

2007-12-17 Thread Rafael Garcia-Suarez
Change 32630 by [EMAIL PROTECTED] on 2007/12/17 17:17:23 Comment out a now unused variable Affected files ... ... //depot/perl/regexec.c#548 edit Differences ... //depot/perl/regexec.c#548 (text) Index: perl/regexec.c --- perl/regexec.c#547~32628~ 2007-12-17 08:01:32.00

Change 32631: [PATCH] Document that $^V is no longer a v-string

2007-12-17 Thread Rafael Garcia-Suarez
Change 32631 by [EMAIL PROTECTED] on 2007/12/17 17:29:49 Subject: [PATCH] Document that $^V is no longer a v-string From: "Jan Dubois" <[EMAIL PROTECTED]> Date: Mon, 17 Dec 2007 08:48:07 -0800 Message-ID: <[EMAIL PROTECTED]> Affected files ... ... //depot/perl/pod

Change 32632: Make the hint file work as well on 64-bit linuxes,

2007-12-17 Thread Rafael Garcia-Suarez
Change 32632 by [EMAIL PROTECTED] on 2007/12/17 23:04:28 Make the hint file work as well on 64-bit linuxes, noticed by Wolfgang Friebel Affected files ... ... //depot/perl/ext/ODBM_File/hints/linux.pl#5 edit Differences ... //depot/perl/ext/ODBM_File/hints/linux.pl#

Change 32633: typos in perl5100delta.pod

2007-12-18 Thread Rafael Garcia-Suarez
Change 32633 by [EMAIL PROTECTED] on 2007/12/18 07:50:05 Subject: typos in perl5100delta.pod From: YAMASHINA Hio <[EMAIL PROTECTED]> Date: Tue, 18 Dec 2007 16:30:50 +0900 Message-Id: <[EMAIL PROTECTED]> Affected files ... ... //depot/perl/pod/perl5100delta.pod#35

Change 32635: Regen META file

2007-12-18 Thread Rafael Garcia-Suarez
Change 32635 by [EMAIL PROTECTED] on 2007/12/18 09:24:14 Regen META file Affected files ... ... //depot/perl/META.yml#14 edit Differences ... //depot/perl/META.yml#14 (text) Index: perl/META.yml --- perl/META.yml#13~32574~ 2007-12-04 08:27:00.0 -0800 +++ perl/META

Change 32634: Regen TOC

2007-12-18 Thread Rafael Garcia-Suarez
Change 32634 by [EMAIL PROTECTED] on 2007/12/18 09:20:41 Regen TOC Affected files ... ... //depot/perl/pod/perltoc.pod#228 edit Differences ... //depot/perl/pod/perltoc.pod#228 (text+w) Index: perl/pod/perltoc.pod --- perl/pod/perltoc.pod#227~32487~ 2007-11-25 09:01:43.00

Change 32637: That's no longer RC time

2007-12-18 Thread Rafael Garcia-Suarez
Change 32637 by [EMAIL PROTECTED] on 2007/12/18 09:53:43 That's no longer RC time Affected files ... ... //depot/perl/patchlevel.h#483 edit Differences ... //depot/perl/patchlevel.h#483 (text) Index: perl/patchlevel.h --- perl/patchlevel.h#482~32485~2007-11-25 08:07:3

Change 32638: 5.10.0 is planned for today.

2007-12-18 Thread Rafael Garcia-Suarez
Change 32638 by [EMAIL PROTECTED] on 2007/12/18 09:58:49 5.10.0 is planned for today. Affected files ... ... //depot/perl/pod/perlhist.pod#89 edit Differences ... //depot/perl/pod/perlhist.pod#89 (text) Index: perl/pod/perlhist.pod --- perl/pod/perlhist.pod#88~32552~ 2007

Change 32636: Notes on 5.12 Unicode revamping planned.

2007-12-18 Thread Rafael Garcia-Suarez
Change 32636 by [EMAIL PROTECTED] on 2007/12/18 09:51:39 Notes on 5.12 Unicode revamping planned. Complete the "reporting bug" section of perldelta. Affected files ... ... //depot/perl/pod/perl5100delta.pod#36 edit ... //depot/perl/pod/perltodo.pod#207 edit Differences ...

Change 32639: Regen Changes

2007-12-18 Thread Rafael Garcia-Suarez
Change 32639 by [EMAIL PROTECTED] on 2007/12/18 10:25:40 Regen Changes Affected files ... ... //depot/perl/Changes#646 edit Differences ... //depot/perl/Changes#646 (text) Index: perl/Changes --- perl/Changes#645~32491~ 2007-11-25 09:51:28.0 -0800 +++ perl/Changes

Change 32640: Two more people in AUTHORS

2007-12-18 Thread Rafael Garcia-Suarez
Change 32640 by [EMAIL PROTECTED] on 2007/12/18 10:33:23 Two more people in AUTHORS Affected files ... ... //depot/perl/AUTHORS#174 edit Differences ... //depot/perl/AUTHORS#174 (text) Index: perl/AUTHORS --- perl/AUTHORS#173~32627~ 2007-12-17 06:27:54.0 -0800 +++

Change 32641: Add 5.10.0 data to Module::CoreList

2007-12-18 Thread Rafael Garcia-Suarez
Change 32641 by [EMAIL PROTECTED] on 2007/12/18 10:39:53 Add 5.10.0 data to Module::CoreList Affected files ... ... //depot/perl/lib/Module/CoreList.pm#26 edit Differences ... //depot/perl/lib/Module/CoreList.pm#26 (text) Index: perl/lib/Module/CoreList.pm --- perl/lib/Module

Change 32642: Regen Changes once more

2007-12-18 Thread Rafael Garcia-Suarez
Change 32642 by [EMAIL PROTECTED] on 2007/12/18 10:43:27 Regen Changes once more Affected files ... ... //depot/perl/Changes#647 edit Differences ... //depot/perl/Changes#647 (text) Index: perl/Changes --- perl/Changes#646~32639~ 2007-12-18 02:25:40.0 -0800 +++ pe

Change 32648: Make -E require 5.11 features

2007-12-19 Thread Rafael Garcia-Suarez
Change 32648 by [EMAIL PROTECTED] on 2007/12/19 13:58:46 Make -E require 5.11 features Affected files ... ... //depot/perl/lib/feature.pm#25 edit ... //depot/perl/toke.c#808 edit Differences ... //depot/perl/lib/feature.pm#25 (text) Index: perl/lib/feature.pm --- perl/lib/fea

Change 32656: Add new Sys::Syslog file to MANIFEST

2007-12-19 Thread Rafael Garcia-Suarez
Change 32656 by [EMAIL PROTECTED] on 2007/12/19 16:12:30 Add new Sys::Syslog file to MANIFEST Affected files ... ... //depot/perl/MANIFEST#1649 edit Differences ... //depot/perl/MANIFEST#1649 (text) Index: perl/MANIFEST --- perl/MANIFEST#1648~32652~ 2007-12-19 07:19:41.

Change 32664: Fix embarrassing typo

2007-12-20 Thread Rafael Garcia-Suarez
Change 32664 by [EMAIL PROTECTED] on 2007/12/20 09:41:27 Fix embarrassing typo Affected files ... ... //depot/perl/AUTHORS#175 edit Differences ... //depot/perl/AUTHORS#175 (text) Index: perl/AUTHORS --- perl/AUTHORS#174~32640~ 2007-12-18 02:33:23.0 -0800 +++ perl

Change 32665: Re: [perl #48769] [PATCH] SelfLoader.pm 1.0904 - Whitespace in subroutine

2007-12-20 Thread Rafael Garcia-Suarez
Change 32665 by [EMAIL PROTECTED] on 2007/12/20 09:54:23 Subject: Re: [perl #48769] [PATCH] SelfLoader.pm 1.0904 - Whitespace in subroutine From: Steffen Mueller <[EMAIL PROTECTED]> Date: Tue, 18 Dec 2007 11:58:19 +0100 Message-ID: <[EMAIL PROTECTED]> Affected fil

Change 32668: The APC doesn't like empty files

2007-12-20 Thread Rafael Garcia-Suarez
Change 32668 by [EMAIL PROTECTED] on 2007/12/20 12:23:14 The APC doesn't like empty files Affected files ... ... //depot/perl/t/lib/sample-tests/empty#2 edit Differences ... //depot/perl/t/lib/sample-tests/empty#2 (text) Index: perl/t/lib/sample-tests/empty --- perl/t/lib/sam

Change 32808: OP_THREADSV was removed by #29727

2008-01-03 Thread Rafael Garcia-Suarez
Change 32808 by [EMAIL PROTECTED] on 2008/01/03 10:02:50 OP_THREADSV was removed by #29727 Affected files ... ... //depot/perl/op.h#195 edit Differences ... //depot/perl/op.h#195 (text) Index: perl/op.h --- perl/op.h#194~32775~2007-12-29 09:01:51.0 -0800 +++ p

Change 32809: [PATCH] RE: How to load a "loadable object" that has a non-default file extension ?

2008-01-03 Thread Rafael Garcia-Suarez
Change 32809 by [EMAIL PROTECTED] on 2008/01/03 10:18:19 Subject: [PATCH] RE: How to load a "loadable object" that has a non-default file extension ? From: "Jan Dubois" <[EMAIL PROTECTED]> Date: Sun, 30 Dec 2007 12:52:30 -0800 Message-ID: <[EMAIL PROTECTED]> Affec

Change 32832: Notice of git tag retraction; also, [PATCH] correct Module::CoreList

2008-01-04 Thread Rafael Garcia-Suarez
Change 32832 by [EMAIL PROTECTED] on 2008/01/04 15:56:16 Subject: Notice of git tag retraction; also, [PATCH] correct Module::CoreList From: Sam Vilain <[EMAIL PROTECTED]> Date: Thu, 27 Dec 2007 23:27:32 +1300 Message-ID: <[EMAIL PROTECTED]> Affected files ... ..

Change 32829: Move the SelfLoader test files in their own subdirectory

2008-01-04 Thread Rafael Garcia-Suarez
Change 32829 by [EMAIL PROTECTED] on 2008/01/04 15:47:48 Move the SelfLoader test files in their own subdirectory Affected files ... ... //depot/perl/MANIFEST#1659 edit ... //depot/perl/lib/SelfLoader-buggy.t#4 delete ... //depot/perl/lib/SelfLoader.t#3 delete ... //depot/perl/lib/SelfLo

Change 32830: Upgrade to SelfLoader 1.13_03

2008-01-04 Thread Rafael Garcia-Suarez
Change 32830 by [EMAIL PROTECTED] on 2008/01/04 15:48:32 Upgrade to SelfLoader 1.13_03 Affected files ... ... //depot/perl/lib/SelfLoader.pm#26 edit ... //depot/perl/lib/SelfLoader/t/01SelfLoader.t#2 edit ... //depot/perl/lib/SelfLoader/t/02SelfLoader-buggy.t#2 edit Differences ... ===

Change 32831: SelfLoader is dual-lived

2008-01-04 Thread Rafael Garcia-Suarez
Change 32831 by [EMAIL PROTECTED] on 2008/01/04 15:51:00 SelfLoader is dual-lived Affected files ... ... //depot/perl/Porting/Maintainers.pl#96 edit Differences ... //depot/perl/Porting/Maintainers.pl#96 (text) Index: perl/Porting/Maintainers.pl --- perl/Porting/Maintainers.p

Change 32855: Add a small note about numbered feature bundles

2008-01-05 Thread Rafael Garcia-Suarez
Change 32855 by [EMAIL PROTECTED] on 2008/01/05 20:06:59 Add a small note about numbered feature bundles Affected files ... ... //depot/perl/Porting/pumpkin.pod#65 edit Differences ... //depot/perl/Porting/pumpkin.pod#65 (text) Index: perl/Porting/pumpkin.pod --- perl/Porting

Change 32858: AutoSplit is dual-lived, and is part of the AutoLoader distribution

2008-01-05 Thread Rafael Garcia-Suarez
Change 32858 by [EMAIL PROTECTED] on 2008/01/05 21:17:39 AutoSplit is dual-lived, and is part of the AutoLoader distribution Affected files ... ... //depot/perl/Porting/Maintainers.pl#97 edit Differences ... //depot/perl/Porting/Maintainers.pl#97 (text) Index: perl/Porting/Ma

Change 32860: Typo fix

2008-01-05 Thread Rafael Garcia-Suarez
Change 32860 by [EMAIL PROTECTED] on 2008/01/05 21:36:22 Typo fix Affected files ... ... //depot/perl/hv.h#121 edit Differences ... //depot/perl/hv.h#121 (text) Index: perl/hv.h --- perl/hv.h#120~32820~2008-01-03 09:54:38.0 -0800 +++ perl/hv.h 2008-01-05 13:

Change 32869: Fix bug #49298: B::Deparse fails to deparse a reference to an anonymous hash

2008-01-06 Thread Rafael Garcia-Suarez
Change 32869 by [EMAIL PROTECTED] on 2008/01/06 15:37:13 Fix bug #49298: B::Deparse fails to deparse a reference to an anonymous hash Affected files ... ... //depot/perl/ext/B/B/Deparse.pm#189 edit ... //depot/perl/ext/B/t/deparse.t#33 edit Differences ... //depot/perl/ext/B/B/De

Change 32870: [PATCH - blead & 5.10.x] '~~' is not a feature [repost]

2008-01-06 Thread Rafael Garcia-Suarez
Change 32870 by [EMAIL PROTECTED] on 2008/01/06 15:46:35 Subject: [PATCH - blead & 5.10.x] '~~' is not a feature [repost] From: "Jerry D. Hedden" <[EMAIL PROTECTED]> Date: Fri, 4 Jan 2008 14:11:32 -0500 Message-ID: <[EMAIL PROTECTED]> Affected files ... ... //depo

Change 32872: [PATCH] \X is equivalent to an atomic group

2008-01-06 Thread Rafael Garcia-Suarez
Change 32872 by [EMAIL PROTECTED] on 2008/01/06 15:51:07 Subject: [PATCH] \X is equivalent to an atomic group From: Moritz Lenz <[EMAIL PROTECTED]> Date: Sat, 05 Jan 2008 17:14:44 +0100 Message-ID: <[EMAIL PROTECTED]> Affected files ... ... //depot/perl/pod/perlre

Change 32873: Re: [perl #49264] say behaves as just print on tied filehandle

2008-01-06 Thread Rafael Garcia-Suarez
Change 32873 by [EMAIL PROTECTED] on 2008/01/06 16:03:13 Subject: Re: [perl #49264] say behaves as just print on tied filehandle From: Michael G Schwern <[EMAIL PROTECTED]> Date: Wed, 02 Jan 2008 17:08:36 -0800 Message-ID: <[EMAIL PROTECTED]> Affected files ... ..

Change 32874: [perl #49003] pp_ftrread appears to use the wrong access mode for -x when using "use filetest 'access';"

2008-01-06 Thread Rafael Garcia-Suarez
Change 32874 by [EMAIL PROTECTED] on 2008/01/06 16:19:22 Subject: [perl #49003] pp_ftrread appears to use the wrong access mode for -x when using "use filetest 'access';" From: [EMAIL PROTECTED] (via RT) <[EMAIL PROTECTED]> Date: Fri, 21 Dec 2007 10:05:15 -0800 Me

Change 32875: Document that sitecustomize.pl in run from a BEGIN block

2008-01-06 Thread Rafael Garcia-Suarez
Change 32875 by [EMAIL PROTECTED] on 2008/01/06 16:37:21 Document that sitecustomize.pl in run from a BEGIN block Affected files ... ... //depot/perl/pod/perlrun.pod#164 edit Differences ... //depot/perl/pod/perlrun.pod#164 (text) Index: perl/pod/perlrun.pod --- perl/pod/perl

Change 32876: Re: grep and smart match should warn in void context

2008-01-06 Thread Rafael Garcia-Suarez
Change 32876 by [EMAIL PROTECTED] on 2008/01/06 17:14:22 Subject: Re: grep and smart match should warn in void context From: Michael G Schwern <[EMAIL PROTECTED]> Date: Sun, 23 Dec 2007 11:56:08 -0800 Message-ID: <[EMAIL PROTECTED]> Affected files ... ... //depot/

Change 32877: Fix "grep in void context" warning

2008-01-06 Thread Rafael Garcia-Suarez
Change 32877 by [EMAIL PROTECTED] on 2008/01/06 17:54:19 Fix "grep in void context" warning Affected files ... ... //depot/perl/lib/Unicode/UCD.t#27 edit Differences ... //depot/perl/lib/Unicode/UCD.t#27 (text) Index: perl/lib/Unicode/UCD.t --- perl/lib/Unicode/UCD.t#26~31237

Change 32878: Fix "grep in void context" warnings

2008-01-06 Thread Rafael Garcia-Suarez
Change 32878 by [EMAIL PROTECTED] on 2008/01/06 17:56:03 Fix "grep in void context" warnings Affected files ... ... //depot/perl/ext/SDBM_File/t/sdbm.t#4 edit Differences ... //depot/perl/ext/SDBM_File/t/sdbm.t#4 (text) Index: perl/ext/SDBM_File/t/sdbm.t --- perl/ext/SDBM_Fil

Change 32879: Don't use grep in scalar context

2008-01-06 Thread Rafael Garcia-Suarez
Change 32879 by [EMAIL PROTECTED] on 2008/01/06 18:00:41 Don't use grep in scalar context Affected files ... ... //depot/perl/lib/ExtUtils/MM_Unix.pm#232 edit Differences ... //depot/perl/lib/ExtUtils/MM_Unix.pm#232 (text) Index: perl/lib/ExtUtils/MM_Unix.pm --- perl/lib/ExtU

Change 32885: [PATCH] Cleanup File::Temp test file (revised)

2008-01-07 Thread Rafael Garcia-Suarez
Change 32885 by [EMAIL PROTECTED] on 2008/01/07 11:00:37 Subject: [PATCH] Cleanup File::Temp test file (revised) From: "Jerry D. Hedden" <[EMAIL PROTECTED]> Date: Fri, 4 Jan 2008 12:39:35 -0500 Message-ID: <[EMAIL PROTECTED]> Affected files ... ... //depot/perl/li

Change 32886: [PATCH] Cleanup lib/B

2008-01-07 Thread Rafael Garcia-Suarez
Change 32886 by [EMAIL PROTECTED] on 2008/01/07 11:02:01 Subject: [PATCH] Cleanup lib/B From: "Jerry D. Hedden" <[EMAIL PROTECTED]> Date: Fri, 4 Jan 2008 13:22:36 -0500 Message-ID: <[EMAIL PROTECTED]> Affected files ... ... //depot/perl/Makefile.SH#398 edit Diffe

Change 32887: - perlcommunity.patch (1/1) [PATCH] perlcommunity: "Perl Mongers" and calendar corrections

2008-01-07 Thread Rafael Garcia-Suarez
Change 32887 by [EMAIL PROTECTED] on 2008/01/07 11:05:49 Subject: - perlcommunity.patch (1/1) [PATCH] perlcommunity: "Perl Mongers" and calendar corrections From: brian d foy <[EMAIL PROTECTED]> Date: Fri, 04 Jan 2008 14:07:27 -0600 Message-ID: <[EMAIL PROTECTED]>

Change 32888: Let's remove the grep in void context warning.

2008-01-07 Thread Rafael Garcia-Suarez
Change 32888 by [EMAIL PROTECTED] on 2008/01/07 11:21:29 Let's remove the grep in void context warning. Affected files ... ... //depot/perl/op.c#974 edit ... //depot/perl/t/lib/warnings/op#35 edit Differences ... //depot/perl/op.c#974 (text) Index: perl/op.c --- perl/op.c#973

Change 32891: [PATCH] Big slowdown in 5.10 @_ parameter passing

2008-01-07 Thread Rafael Garcia-Suarez
Change 32891 by [EMAIL PROTECTED] on 2008/01/07 14:55:23 Subject: [PATCH] Big slowdown in 5.10 @_ parameter passing From: Rick Delaney <[EMAIL PROTECTED]> Date: Sun, 6 Jan 2008 14:14:39 -0500 Message-ID: <[EMAIL PROTECTED]> Affected files ... ... //depot/perl/op.c

Change 32892: [PATCH] v5.8.8: File::Temp.pm (_gettemp): ignore dir -w test on Cygwin

2008-01-07 Thread Rafael Garcia-Suarez
Change 32892 by [EMAIL PROTECTED] on 2008/01/07 16:55:44 Subject: [PATCH] v5.8.8: File::Temp.pm (_gettemp): ignore dir -w test on Cygwin From: Jari Aalto <[EMAIL PROTECTED]> Date: Sat, 05 Jan 2008 13:22:17 +0200 Message-ID: <[EMAIL PROTECTED]> Affected files ...

Change 32903: [PATCH] AutoLoader: Remove AutoLoader::can

2008-01-08 Thread Rafael Garcia-Suarez
Change 32903 by [EMAIL PROTECTED] on 2008/01/08 22:12:56 Subject: [PATCH] AutoLoader: Remove AutoLoader::can From: Steffen Mueller <[EMAIL PROTECTED]> Date: Fri, 30 Nov 2007 23:02:03 +0100 Message-ID: <[EMAIL PROTECTED]> Affected files ... ... //depot/perl/lib/Aut

Change 32904: Re: [PATCH] docs more open() and $_ related entries

2008-01-08 Thread Rafael Garcia-Suarez
Change 32904 by [EMAIL PROTECTED] on 2008/01/08 22:33:31 Subject: Re: [PATCH] docs more open() and $_ related entries From: "Gabor Szabo" <[EMAIL PROTECTED]> Date: Tue, 8 Jan 2008 22:07:54 +0200 Message-ID: <[EMAIL PROTECTED]> Affected files ... ... //depot/perl/p

Change 32905: [patch] [Win32] Make Perl build on Win32 when the path contains whitespace

2008-01-08 Thread Rafael Garcia-Suarez
Change 32905 by [EMAIL PROTECTED] on 2008/01/08 22:45:03 Subject: [patch] [Win32] Make Perl build on Win32 when the path contains whitespace From: Max Maischein <[EMAIL PROTECTED]> Date: Mon, 07 Jan 2008 20:48:04 +0100 Message-ID: <[EMAIL PROTECTED]> Affected file

Change 32909: [PATCH] B::Deparse fixes for implicit smartmatching in given/when

2008-01-09 Thread Rafael Garcia-Suarez
Change 32909 by [EMAIL PROTECTED] on 2008/01/09 09:55:33 Subject: [PATCH] B::Deparse fixes for implicit smartmatching in given/when From: Florian Ragwitz <[EMAIL PROTECTED]> Date: Tue, 8 Jan 2008 19:56:47 +0100 Message-ID: <[EMAIL PROTECTED]> Affected files ... .

Change 32910: Remove the warning "v-string in require/use non portable"

2008-01-09 Thread Rafael Garcia-Suarez
Change 32910 by [EMAIL PROTECTED] on 2008/01/09 10:11:10 Remove the warning "v-string in require/use non portable" Affected files ... ... //depot/perl/ext/B/B/Deparse.pm#191 edit ... //depot/perl/pod/perldiag.pod#492 edit ... //depot/perl/pod/perlfunc.pod#587 edit ... //depot/perl/pp_ctl

Change 32911: [PATCH] Move re::regexp_pattern to universal.c

2008-01-09 Thread Rafael Garcia-Suarez
Change 32911 by [EMAIL PROTECTED] on 2008/01/09 10:54:27 Subject: [PATCH] Move re::regexp_pattern to universal.c From: "Jerry D. Hedden" <[EMAIL PROTECTED]> Date: Tue, 8 Jan 2008 15:01:02 -0500 Message-ID: <[EMAIL PROTECTED]> Affected files ... ... //depot/perl/MA

Change 32915: Fix leak introduced by change #32873, thanks to Nicholas

2008-01-09 Thread Rafael Garcia-Suarez
Change 32915 by [EMAIL PROTECTED] on 2008/01/09 12:33:27 Fix leak introduced by change #32873, thanks to Nicholas Affected files ... ... //depot/perl/pp_hot.c#551 edit Differences ... //depot/perl/pp_hot.c#551 (text) Index: perl/pp_hot.c --- perl/pp_hot.c#550~32900~2008-0

Change 32916: Add a few =cuts (so configpm is displayed mostly correctly

2008-01-09 Thread Rafael Garcia-Suarez
Change 32916 by [EMAIL PROTECTED] on 2008/01/09 13:16:34 Add a few =cuts (so configpm is displayed mostly correctly by perldoc or by search.cpan.org) Affected files ... ... //depot/perl/configpm#83 edit Differences ... //depot/perl/configpm#83 (xtext) Index: pe

Change 32920: RE: compile warnings w/ PM_SETRE and ReREFCNT_inc

2008-01-09 Thread Rafael Garcia-Suarez
Change 32920 by [EMAIL PROTECTED] on 2008/01/09 16:32:55 Subject: RE: compile warnings w/ PM_SETRE and ReREFCNT_inc From: "Robin Barker" <[EMAIL PROTECTED]> Date: Mon, 7 Jan 2008 14:10:30 - Message-ID: <[EMAIL PROTECTED]> Affected files ... ... //depot/perl/pp

Change 32922: Revert change #32920, since it was solved another way by #32890.

2008-01-09 Thread Rafael Garcia-Suarez
Change 32922 by [EMAIL PROTECTED] on 2008/01/09 16:52:36 Revert change #32920, since it was solved another way by #32890. Affected files ... ... //depot/perl/pp_ctl.c#654 edit Differences ... //depot/perl/pp_ctl.c#654 (text) Index: perl/pp_ctl.c --- perl/pp_ctl.c#653~32920~

Change 32921: [PATCH] refactor PL_opargs generation in opcode.pl and fix helem

2008-01-09 Thread Rafael Garcia-Suarez
Change 32921 by [EMAIL PROTECTED] on 2008/01/09 16:46:57 Subject: [PATCH] refactor PL_opargs generation in opcode.pl and fix helem From: Marcus Holland-Moritz <[EMAIL PROTECTED]> Date: Thu, 3 Jan 2008 01:29:35 +0100 Message-ID: <[EMAIL PROTECTED]> Affected files .

Change 32945: [DOC PATCH] was Re: things deprecated for removal in 5.12

2008-01-11 Thread Rafael Garcia-Suarez
Change 32945 by [EMAIL PROTECTED] on 2008/01/11 10:05:49 Subject: [DOC PATCH] was Re: things deprecated for removal in 5.12 From: Paul Johnson <[EMAIL PROTECTED]> Date: Thu, 10 Jan 2008 23:44:20 +0100 Message-ID: <[EMAIL PROTECTED]> Affected files ... ... //depot/

Change 32947: [PATCH ext/POSIX/POSIX.xs]

2008-01-11 Thread Rafael Garcia-Suarez
Change 32947 by [EMAIL PROTECTED] on 2008/01/11 10:37:00 Subject: [PATCH ext/POSIX/POSIX.xs] From: "Robin Barker" <[EMAIL PROTECTED]> Date: Thu, 10 Jan 2008 18:50:12 - Message-ID: <[EMAIL PROTECTED]> More consting. Affected files ... ... //dep

Change 32946: [PATCH Porting/manicheck]

2008-01-11 Thread Rafael Garcia-Suarez
Change 32946 by [EMAIL PROTECTED] on 2008/01/11 10:34:41 Subject: [PATCH Porting/manicheck] From: "Robin Barker" <[EMAIL PROTECTED]> Date: Thu, 10 Jan 2008 18:48:04 - Message-ID: <[EMAIL PROTECTED]> Affected files ... ... //depot/perl/Porting/manicheck#4 edit

Change 32948: Re: [perl #49564] Re: MRO and av_clear

2008-01-11 Thread Rafael Garcia-Suarez
Change 32948 by [EMAIL PROTECTED] on 2008/01/11 10:42:13 Subject: Re: [perl #49564] Re: MRO and av_clear From: Rick Delaney <[EMAIL PROTECTED]> Date: Wed, 9 Jan 2008 13:36:55 -0500 Message-ID: <[EMAIL PROTECTED]> Affected files ... ... //depot/perl/embed.fnc#557 e

Change 32949: Introduce macro PERL_MAX_SUB_DEPTH

2008-01-11 Thread Rafael Garcia-Suarez
Change 32949 by [EMAIL PROTECTED] on 2008/01/11 11:31:34 Introduce macro PERL_MAX_SUB_DEPTH Affected files ... ... //depot/perl/perl.h#820 edit ... //depot/perl/pp_ctl.c#655 edit ... //depot/perl/pp_hot.c#552 edit Differences ... //depot/perl/perl.h#820 (text) Index: perl/per

Change 32954: Remove the -P switch

2008-01-11 Thread Rafael Garcia-Suarez
Change 32954 by [EMAIL PROTECTED] on 2008/01/11 13:55:07 Remove the -P switch Affected files ... ... //depot/perl/MANIFEST#1665 edit ... //depot/perl/README.hpux#59 edit ... //depot/perl/README.os390#25 edit ... //depot/perl/embedvar.h#264 edit ... //depot/perl/intrpvar.h#231 edit ... //

Change 32955: Rename PERL_MAX_SUB_DEPTH to PERL_SUB_DEPTH_WARN, per Tim Bunce's

2008-01-11 Thread Rafael Garcia-Suarez
Change 32955 by [EMAIL PROTECTED] on 2008/01/11 13:59:32 Rename PERL_MAX_SUB_DEPTH to PERL_SUB_DEPTH_WARN, per Tim Bunce's suggestion Affected files ... ... //depot/perl/perl.h#821 edit ... //depot/perl/pp_ctl.c#657 edit ... //depot/perl/pp_hot.c#554 edit Differences ... /

Change 32976: [PATCH regexp.h] consting

2008-01-14 Thread Rafael Garcia-Suarez
Change 32976 by [EMAIL PROTECTED] on 2008/01/14 22:21:01 Subject: [PATCH regexp.h] consting From: "Robin Barker" <[EMAIL PROTECTED]> Date: Mon, 14 Jan 2008 20:39:35 - Message-ID: <[EMAIL PROTECTED]> Affected files ... ... //depot/perl/regexp.h#134 edit Differ

Change 32977: When parsing LC_ALL or LANG to get the locale's encoding, ignore

2008-01-14 Thread Rafael Garcia-Suarez
Change 32977 by [EMAIL PROTECTED] on 2008/01/14 22:48:46 When parsing LC_ALL or LANG to get the locale's encoding, ignore whatever is after the @, since that's a modifier, not an encoding. Affected files ... ... //depot/perl/ext/Encode/encoding.pm#48 edit Differences ... /

Change 32978: consting IO.xs

2008-01-14 Thread Rafael Garcia-Suarez
Change 32978 by [EMAIL PROTECTED] on 2008/01/14 23:08:11 Subject: consting IO.xs From: "Robin Barker" <[EMAIL PROTECTED]> Date: Sat, 22 Dec 2007 00:56:18 - Message-ID: <[EMAIL PROTECTED]> Affected files ... ... //depot/perl/ext/IO/IO.xs#43 edit Differences ..

Change 32979: [PATCH-revised] Fix range operator

2008-01-15 Thread Rafael Garcia-Suarez
Change 32979 by [EMAIL PROTECTED] on 2008/01/15 11:11:07 Subject: [PATCH-revised] Fix range operator From: "Jerry D. Hedden" <[EMAIL PROTECTED]> Date: Mon, 14 Jan 2008 19:56:48 -0500 Message-ID: <[EMAIL PROTECTED]> Affected files ... ... //depot/perl/pp_ctl.c#658

Change 32980: Boolean priority bug, found by Mashrab Kuvatov:

2008-01-15 Thread Rafael Garcia-Suarez
Change 32980 by [EMAIL PROTECTED] on 2008/01/15 14:23:04 Boolean priority bug, found by Mashrab Kuvatov: Subject: Re: [perl #49646] perlbug AutoReply: open ':locale' does not work under locale with the modifier From: Mashrab Kuvatov <[EMAIL PROTECTED]> Dat

Change 32982: A couple of POD fixes by Steven Schubiger

2008-01-16 Thread Rafael Garcia-Suarez
Change 32982 by [EMAIL PROTECTED] on 2008/01/16 12:12:10 A couple of POD fixes by Steven Schubiger Affected files ... ... //depot/perl/pad.h#31 edit ... //depot/perl/pod/perlapi.pod#313 edit ... //depot/perl/pod/perlintern.pod#69 edit ... //depot/perl/sv.c#1485 edit Differences ... ===

Change 32995: New tests for new ops. Most of them are TODO

2008-01-18 Thread Rafael Garcia-Suarez
Change 32995 by [EMAIL PROTECTED] on 2008/01/18 09:18:58 New tests for new ops. Most of them are TODO Affected files ... ... //depot/perl/ext/Safe/t/safeops.t#5 edit Differences ... //depot/perl/ext/Safe/t/safeops.t#5 (text) Index: perl/ext/Safe/t/safeops.t --- perl/ext/Safe/

Change 33026: When changing the op_ppaddr of an op, one must keep its op_type

2008-01-21 Thread Rafael Garcia-Suarez
Change 33026 by [EMAIL PROTECTED] on 2008/01/21 13:08:11 When changing the op_ppaddr of an op, one must keep its op_type in sync. That helps writers of alternate runloops. Affected files ... ... //depot/perl/perl.c#859 edit Differences ... //depot/perl/perl.c#859 (text) ==

Change 33031: [PATCH] Ignore build dir when installing perl

2008-01-21 Thread Rafael Garcia-Suarez
Change 33031 by [EMAIL PROTECTED] on 2008/01/21 16:05:33 Subject: [PATCH] Ignore build dir when installing perl From: "Jerry D. Hedden" <[EMAIL PROTECTED]> Date: Sat, 19 Jan 2008 12:19:41 -0500 Message-ID: <[EMAIL PROTECTED]> Affected files ... ... //depot/perl/in

Change 33084: [PATCH] ext/IPC/SysV/SysV.xs [Re: [Fwd: Smoke [5.11.0] 33016 FAIL(XM)

2008-01-28 Thread Rafael Garcia-Suarez
Change 33084 by [EMAIL PROTECTED] on 2008/01/28 10:07:48 Subject: [PATCH] ext/IPC/SysV/SysV.xs [Re: [Fwd: Smoke [5.11.0] 33016 FAIL(XM) From: Jarkko Hietaniemi <[EMAIL PROTECTED]> Date: Sun, 27 Jan 2008 20:44:46 -0500 Message-ID: <[EMAIL PROTECTED]> Affected files

Change 33083: [PATCH] util.c: some consting

2008-01-28 Thread Rafael Garcia-Suarez
Change 33083 by [EMAIL PROTECTED] on 2008/01/28 10:02:24 Subject: [PATCH] util.c: some consting From: Steven Schubiger <[EMAIL PROTECTED]> Date: Fri, 25 Jan 2008 01:10:52 +0100 Message-ID: <[EMAIL PROTECTED]> Affected files ... ... //depot/perl/embed.fnc#563 edit

Change 33085: FW: [PATCH] RE: [PATCH] volatile, avoid clobbered

2008-01-28 Thread Rafael Garcia-Suarez
Change 33085 by [EMAIL PROTECTED] on 2008/01/28 10:17:53 Subject: FW: [PATCH] RE: [PATCH] volatile, avoid clobbered From: "Robin Barker" <[EMAIL PROTECTED]> Date: Wed, 23 Jan 2008 18:51:24 - Message-ID: <[EMAIL PROTECTED]> Affected files ... ... //depot/perl/o

Change 33087: Test that lc, uc, etc on undef return ""

2008-01-28 Thread Rafael Garcia-Suarez
Change 33087 by [EMAIL PROTECTED] on 2008/01/28 10:46:43 Test that lc, uc, etc on undef return "" Affected files ... ... //depot/perl/t/op/lc.t#19 edit Differences ... //depot/perl/t/op/lc.t#19 (text) Index: perl/t/op/lc.t --- perl/t/op/lc.t#18~31377~2007-06-14 04:06:02.0

Change 33088: Make lc/uc/lcfirst/ucfirst warn when passed undef.

2008-01-28 Thread Rafael Garcia-Suarez
Change 33088 by [EMAIL PROTECTED] on 2008/01/28 13:10:48 Make lc/uc/lcfirst/ucfirst warn when passed undef. Naive implementation. Affected files ... ... //depot/perl/lib/utf8_heavy.pl#53 edit ... //depot/perl/pp.c#620 edit ... //depot/perl/t/lib/warnings/9uninit#18 edit Differen

Change 33092: Warning cleanup, and avoid a double call to uc

2008-01-28 Thread Rafael Garcia-Suarez
Change 33092 by [EMAIL PROTECTED] on 2008/01/28 14:06:59 Warning cleanup, and avoid a double call to uc Affected files ... ... //depot/perl/lib/TAP/Parser/Grammar.pm#4 edit Differences ... //depot/perl/lib/TAP/Parser/Grammar.pm#4 (text) Index: perl/lib/TAP/Parser/Grammar.pm -

  1   2   3   4   5   6   7   8   9   10   >