[perl.git] branch blead, updated. v5.13.5-24-g92c404c

2010-09-20 Thread Father Chrysostomos
92c404cdb33b2c3bee04da4b4fe626140f9ca4f9 Author: Father Chrysostomos spr...@cpan.org Date: Mon Sep 20 15:44:55 2010 -0700 Add missing bug numbers --- Summary of changes: t/op/sort.t |2 +- t/re/qr.t|2 +- t/re/subst.t |2 +- 3 files changed, 3

[perl.git] branch blead, updated. v5.13.5-29-g1034e4c

2010-09-20 Thread Father Chrysostomos
In perl.git, the branch blead has been updated http://perl5.git.perl.org/perl.git/commitdiff/1034e4c80e068f8cc1c701d7936bdb84c7d74735?hp=25ca39e0828410a2d907af31e9c780e3531e5989 - Log - commit

[perl.git] branch blead, updated. v5.13.5-31-gaf9838c

2010-09-20 Thread Father Chrysostomos
af9838cc2fa3350e15e88a27008899ae3a3afdb6 Author: Father Chrysostomos spr...@cpan.org Date: Mon Sep 20 21:24:02 2010 -0700 [perl #19078] wrong match order inside replacement $ perl -le '$_=CCCGGG; s...@a{print([$]),/./}!g' [C] [C] [C] [C] [C] [C] What’s happening is that the s/// does

[perl.git] branch blead, updated. v5.13.5-34-ga636ff1

2010-09-20 Thread Father Chrysostomos
In perl.git, the branch blead has been updated http://perl5.git.perl.org/perl.git/commitdiff/a636ff160adfade25b615b2e632590a3763b285c?hp=a539498ab05fd838aa1eaaebbe1f3528bb97d1d3 - Log - commit

[perl.git] branch blead, updated. v5.13.5-35-gae7a3cf

2010-09-20 Thread Father Chrysostomos
ae7a3cfaa7c05d7537a57944fcd3d1eec4080d3e Author: Father Chrysostomos spr...@cpan.org Date: Mon Sep 20 22:29:03 2010 -0700 [perl #47365] Docs for \$ prototypes \$ allows any hash/array element, even if it does not start with a dollar sign. --- Summary

[perl.git] branch blead, updated. v5.13.5-33-ga539498

2010-09-20 Thread Father Chrysostomos
a539498ab05fd838aa1eaaebbe1f3528bb97d1d3 Author: Father Chrysostomos spr...@cpan.org Date: Mon Sep 20 22:05:39 2010 -0700 Let B::Deparse know about the [perl #20444] fix. With the previous commit: $ ./perl -Ilib -MO=Deparse -e'foo =~ (1?/foo/:/bar/)' 'foo' =~ /foo/; -e syntax OK So the Deparse

[perl.git] branch blead, updated. v5.13.5-36-g74083ec

2010-09-20 Thread Father Chrysostomos
74083ec6dad9d86012bcb7f27d85dc0ac4df6bf4 Author: Father Chrysostomos spr...@cpan.org Date: Mon Sep 20 22:51:39 2010 -0700 Fix pod syntax in perlsub --- Summary of changes: pod/perlsub.pod |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git

[perl.git] branch blead, updated. v5.13.5-37-gcf174d2

2010-09-21 Thread Father Chrysostomos
cf174d21db5388902e4c4a28f90750eb32408e17 Author: Father Chrysostomos spr...@cpan.org Date: Mon Sep 20 23:51:40 2010 -0700 Mention wide character warnings in perl5135delta.pod An oversight: warn and die now produced wide character warnings, as well as print. This commit adds them to perl5135delta.pod

[perl.git] branch blead, updated. v5.13.5-38-ge54f3f3

2010-09-21 Thread Father Chrysostomos
e54f3f30da93ec0535a2cb34f1b4ec36c13df13c Author: Father Chrysostomos spr...@cpan.org Date: Tue Sep 21 00:07:21 2010 -0700 perldelta entries for the last two bug fixes --- Summary of changes: pod/perldelta.pod | 20 +++- 1 files changed, 19

[perl.git] branch blead, updated. v5.13.5-39-g4e9f151

2010-09-21 Thread Father Chrysostomos
4e9f151b596c7350249666fbb39df1a4283b8b9c Author: Father Chrysostomos spr...@cpan.org Date: Tue Sep 21 00:31:58 2010 -0700 Clarify a perldelta entry --- Summary of changes: pod/perldelta.pod |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff

[perl.git] branch blead, updated. v5.13.5-49-ga6485a2

2010-09-21 Thread Father Chrysostomos
a6485a247941d126734ee4585a7e19bf7e31097e Author: Father Chrysostomos spr...@cpan.org Date: Tue Sep 21 16:23:11 2010 -0700 ‘criteria was’ - ‘criteria were’ --- Summary of changes: pod/perldiag.pod |4 ++-- 1 files changed, 2 insertions(+), 2 deletions

[perl.git] branch blead, updated. v5.13.5-65-g20c0021

2010-09-22 Thread Father Chrysostomos
20c002109cce68de85ddf6451b809a24ae6d650a Author: Father Chrysostomos spr...@cpan.org Date: Wed Sep 22 13:10:19 2010 -0700 Add lib to @INC in t/base/rs.t t/base/rs.t needs to @INClude the lib directory before requiring PerlIO::scalar, even if the require is in an eval, because it will otherwise pick up a previously

[perl.git] branch blead, updated. v5.13.5-70-gd0dcc40

2010-09-22 Thread Father Chrysostomos
In perl.git, the branch blead has been updated http://perl5.git.perl.org/perl.git/commitdiff/d0dcc4028a160eba03640da1ff1d34087f930ec1?hp=20c002109cce68de85ddf6451b809a24ae6d650a - Log - commit

[perl.git] branch blead, updated. v5.13.5-76-g43fead9

2010-09-22 Thread Father Chrysostomos
In perl.git, the branch blead has been updated http://perl5.git.perl.org/perl.git/commitdiff/43fead97d9090f614849cdd8195a6900ee682952?hp=d0dcc4028a160eba03640da1ff1d34087f930ec1 - Log - commit

[perl.git] branch blead, updated. v5.13.5-78-g8ed4948

2010-09-23 Thread Father Chrysostomos
8ed49485fa2d8dfdc87e0a7a269aa210d3e6da83 Author: Father Chrysostomos spr...@cpan.org Date: Wed Sep 22 23:47:11 2010 -0700 [perl #70614] Seg. fault with eval/use/UNITCHECK/DESTROY/eval combination This case can be reduced to: eval UNITCHECK{ eval 0 } (eval 0 triggers the bug more reliably than eval

[perl.git] branch blead, updated. v5.13.5-80-ga576304

2010-09-23 Thread Father Chrysostomos
a5763045776ca8ceaf2c78fa074b0f8a1dbe6e9e Author: Father Chrysostomos spr...@cpan.org Date: Thu Sep 23 01:01:20 2010 -0700 perldelta for bug #70615 + tweaks --- Summary of changes: pod/perldelta.pod |9 - 1 files changed, 8 insertions(+), 1 deletions

[perl.git] branch blead, updated. v5.13.5-81-g5a9a79a

2010-09-23 Thread Father Chrysostomos
5a9a79a4cd93fcfb7398dd4e99030923446e8b08 Author: Father Chrysostomos spr...@cpan.org Date: Thu Sep 23 01:38:10 2010 -0700 [perl #71806] perldb does not setup %dbline with the shebang option -d The first time gv_fetchfile is called for a particular file, it creates the glob and, if debugging is on, creates an AV

[perl.git] branch blead, updated. v5.13.5-93-ga0b245d

2010-09-23 Thread Father Chrysostomos
In perl.git, the branch blead has been updated http://perl5.git.perl.org/perl.git/commitdiff/a0b245d5e289be3bb051fa91ac65fec84cf27e6d?hp=1393fe000d6be26b7927c85788f02d6ea124d991 - Log - commit

[perl.git] branch blead, updated. v5.13.5-94-g4d1599c

2010-09-23 Thread Father Chrysostomos
4d1599c3123f558246fbe32172fbe4efca0142ed Author: Father Chrysostomos spr...@cpan.org Date: Thu Sep 23 17:45:59 2010 -0700 perldelta entry for File::Find --- Summary of changes: pod/perldelta.pod |7 +++ 1 files changed, 7 insertions(+), 0 deletions

[perl.git] branch blead, updated. v5.13.5-97-g2f3c8ce

2010-09-23 Thread Father Chrysostomos
In perl.git, the branch blead has been updated http://perl5.git.perl.org/perl.git/commitdiff/2f3c8ce922663caa9b02d9fddae7536225b6f95d?hp=51622cce73d97f3450a8abf6607c5d7a8fb35452 - Log - commit

[perl.git] branch blead, updated. v5.13.5-99-g8477b9b

2010-09-23 Thread Father Chrysostomos
In perl.git, the branch blead has been updated http://perl5.git.perl.org/perl.git/commitdiff/8477b9bae3d3ab18dbc355ddaff957d6ccb4c6f7?hp=f5b89942861d4728f63cd3fceeefc6cc2bd6c298 - Log - commit

[perl.git] branch blead, updated. v5.13.5-101-g8166415

2010-09-24 Thread Father Chrysostomos
In perl.git, the branch blead has been updated http://perl5.git.perl.org/perl.git/commitdiff/816641584282d213d868a7ba4be00e24f46daa79?hp=8477b9bae3d3ab18dbc355ddaff957d6ccb4c6f7 - Log - commit

[perl.git] branch blead, updated. v5.13.5-102-g7cba3dc

2010-09-24 Thread Father Chrysostomos
7cba3dc75200c59cf127095043b2d7f73b752b7d Author: Father Chrysostomos spr...@cpan.org Date: Thu Sep 23 23:08:18 2010 -0700 Convert sigtrap.t to test.pl --- Summary of changes: lib/sigtrap.t |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git

[perl.git] branch blead, updated. v5.13.5-103-gc990774

2010-09-24 Thread Father Chrysostomos
In perl.git, the branch blead has been updated http://perl5.git.perl.org/perl.git/commitdiff/c990774177bcba9a4a8fa785c2d91b1699c6182d?hp=7cba3dc75200c59cf127095043b2d7f73b752b7d - Log - commit

[perl.git] branch blead, updated. v5.13.5-104-gaa0aae5

2010-09-24 Thread Father Chrysostomos
aa0aae5728542a34889d86fbfbffcab63f40a404 Author: Father Chrysostomos spr...@cpan.org Date: Fri Sep 24 00:03:23 2010 -0700 Oops. I broke sigtrap.t’s test output --- Summary of changes: lib/sigtrap.t |4 +++- 1 files changed, 3 insertions(+), 1 deletions

[perl.git] branch blead, updated. v5.13.5-105-gb242981

2010-09-24 Thread Father Chrysostomos
In perl.git, the branch blead has been updated http://perl5.git.perl.org/perl.git/commitdiff/b242981a2f3ddf59927068da9ceb3c676d7d5815?hp=aa0aae5728542a34889d86fbfbffcab63f40a404 - Log - commit

[perl.git] branch blead, updated. v5.13.5-108-g7728d0a

2010-09-24 Thread Father Chrysostomos
7728d0a528574233c63bf7d3b1b65e4d659156b6 Author: Father Chrysostomos spr...@cpan.org Date: Fri Sep 24 00:34:04 2010 -0700 Add tests for [perl #72340] sigtrap attempts to modify read-only thing M lib/sigtrap.t commit 972fc2eb7a3f863aa76a552076fe3decf92c3ec7 Author: Joshua N Pritikin jos...@paloalto.com Date: Fri Sep 24 00

[perl.git] branch blead, updated. v5.13.5-110-g6481eba

2010-09-24 Thread Father Chrysostomos
6481ebaf76d95c32fd79e91c0f39c17b16bd73e4 Author: Father Chrysostomos spr...@cpan.org Date: Fri Sep 24 00:45:35 2010 -0700 sigtrap version bump + perldelta M lib/sigtrap.pm M pod/perldelta.pod commit b45e24132ffd77f7f0c4bbbce46c04357f42cf7c Author: Father Chrysostomos spr...@cpan.org Date: Fri Sep 24 00:42:32 2010

[perl.git] branch blead, updated. v5.13.5-113-ge23837f

2010-09-24 Thread Father Chrysostomos
In perl.git, the branch blead has been updated http://perl5.git.perl.org/perl.git/commitdiff/e23837fbaecd33f5802df8225c71bd62cee30314?hp=3d7a9343ce805daaa050171aecb0ab4f37fed18d - Log - commit

[perl.git] branch blead, updated. v5.13.5-115-g7b30141

2010-09-24 Thread Father Chrysostomos
7b301413cce02b9a948a0e223b4f6a6c0112f1c1 Author: Father Chrysostomos spr...@cpan.org Date: Fri Sep 24 12:28:36 2010 -0700 Modify a utf8.t test in anticipation of a fix for [perl #74022] In anticipation of a fix for [perl #74022], this patch corrects the test for q·foo· in utf8.t to use ¡ instead of ·. I’ve also

[perl.git] branch blead, updated. v5.13.5-123-ga7e9350

2010-09-24 Thread Father Chrysostomos
a7e935015aa7c242f0e4ad14366401108880ed0b Author: Father Chrysostomos spr...@cpan.org Date: Fri Sep 24 20:42:54 2010 -0700 perldelta entries for the double-magic fixes [perl #76814] M pod/perldelta.pod commit 9138d6cae0eac4fc349c2e253e64077481cf6a49 Author: Father Chrysostomos spr...@cpan.org Date: Fri Sep 24 20:33:47

[perl.git] branch blead, updated. v5.13.5-124-g396a5c0

2010-09-24 Thread Father Chrysostomos
396a5c010b97dacac9ad5dd6e03dce6156d95cb7 Author: Father Chrysostomos spr...@cpan.org Date: Fri Sep 24 22:22:26 2010 -0700 define SvTRUE_nomg for compilers other than gcc This time I *really* broke the Windows build! --- Summary of changes: sv.h | 15

[perl.git] branch blead, updated. v5.13.5-125-g2227225

2010-09-25 Thread Father Chrysostomos
2227225b9a5b9c5988ec68e11274f160d8363b0f Author: Father Chrysostomos spr...@cpan.org Date: Fri Sep 24 23:12:00 2010 -0700 Make the new sigtrap.t test more tolerant of OS differences --- Summary of changes: lib/sigtrap.t | 14 +++--- 1 files changed, 7

[perl.git] branch blead, updated. v5.13.5-166-g9fb1bf9

2010-09-25 Thread Father Chrysostomos
In perl.git, the branch blead has been updated http://perl5.git.perl.org/perl.git/commitdiff/9fb1bf9d6077e18c69220b2091fc278b2e87b3fe?hp=8929b9994b4edc4f2f47e78e018efe56ac03cf6c - Log - commit

[perl.git] branch blead, updated. v5.13.5-167-g0ec7d39

2010-09-25 Thread Father Chrysostomos
0ec7d39d922fe99b200d649d3831d277fb8140c6 Author: Father Chrysostomos spr...@cpan.org Date: Sat Sep 25 11:15:35 2010 -0700 Try once more to fix sigtrap.t It produces output like this: lib/sigtrapsh: line 1: 66151 Abort trap ./perl -I../lib -Msigtrap=INT

[perl.git] branch blead, updated. v5.13.5-169-g9607a44

2010-09-25 Thread Father Chrysostomos
9607a449b67cc7925ce111d98656c5e2d81c5ac2 Author: Father Chrysostomos spr...@cpan.org Date: Sat Sep 25 12:20:28 2010 -0700 Locale::Maketext version bump; MANIFEST, ChangeLog, perldelta updates M MANIFEST M dist/Locale-Maketext/ChangeLog M dist/Locale-Maketext/lib/Locale/Maketext.pm M pod/perldelta.pod

[perl.git] branch blead, updated. v5.13.5-170-g1a07a0b

2010-09-25 Thread Father Chrysostomos
1a07a0bfd1e145fa7806f33662d565eba06ba4ee Author: Father Chrysostomos spr...@cpan.org Date: Sat Sep 25 13:14:23 2010 -0700 Update Joshua Pritikin’s e-mail address --- Summary of changes: AUTHORS |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff

[perl.git] branch blead, updated. v5.13.5-177-ga0ed8b7

2010-09-26 Thread Father Chrysostomos
a0ed8b7b5f7f6d6f98f7eab4d4b280d5922b2df2 Author: Father Chrysostomos spr...@cpan.org Date: Sun Sep 26 06:40:52 2010 -0700 tests for [perl #76474] M MANIFEST A ext/IPC-Open3/t/fd.t commit fb9b5b31d8a62644191f4e414a66124e86f30797 Author: Vernon Lyon vl...@cpan.org Date: Sun Sep 26 06:34:58 2010 -0700 [perl

[perl.git] branch blead, updated. v5.13.5-178-g8069009

2010-09-26 Thread Father Chrysostomos
80690093c542ba068b37608492e9976edfa9b903 Author: Father Chrysostomos spr...@cpan.org Date: Sun Sep 26 06:43:07 2010 -0700 Add Vernon Lyon to AUTHORS --- Summary of changes: AUTHORS |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/AUTHORS

[perl.git] branch blead, updated. v5.13.5-181-gbec4f4b

2010-09-26 Thread Father Chrysostomos
bec4f4b4610b628e92890392df1dcddac6e7b7e8 Author: Father Chrysostomos spr...@cpan.org Date: Sun Sep 26 12:19:06 2010 -0700 Fix assertion triggered by 13be902ce ([perl #77362] glob-to-lv assign) M sv.c commit 13be902cef8b01c085a6b8b1b59fa2754a10cdfb Author: Father Chrysostomos spr...@cpan.org Date: Sun Sep 26 11:09:28 2010

[perl.git] branch blead, updated. v5.13.5-182-gecf0432

2010-09-26 Thread Father Chrysostomos
ecf0432f1e8289d3b387151b8bf1968133dda7f2 Author: Father Chrysostomos spr...@cpan.org Date: Sun Sep 26 14:28:31 2010 -0700 $ perl5.6.2 -MData::Dumper -le' Data::Dumper-Dumpxs([*{*STDERR{IO}}])' Bus error Same in 5.11.4. This is related to bug 71254. It turns out that globs *can* stringify emptily (see bug 65582

[perl.git] branch blead, updated. v5.13.5-183-ge2941eb

2010-09-26 Thread Father Chrysostomos
e2941eb00290cb2fcd0e0ca3f614f82202be65f7 Author: Father Chrysostomos spr...@cpan.org Date: Sun Sep 26 16:35:45 2010 -0700 Data::Dumper version bump and perldelta --- Summary of changes: dist/Data-Dumper/Changes |5 + dist/Data-Dumper/Dumper.pm |4

[perl.git] branch blead, updated. v5.13.5-184-gd4a59e5

2010-09-26 Thread Father Chrysostomos
d4a59e542ce03bfe18bcffde552ee3abd4322b89 Author: Father Chrysostomos spr...@cpan.org Date: Sun Sep 26 17:36:51 2010 -0700 #!perl -C -w dies parse_unicode_opts expects to end on '\0'. So #!perl -C -w causes an ‘Unknown Unicode option letter ' '’ error. The attached patch fixes

[perl.git] branch blead, updated. v5.13.5-186-g6797b0f

2010-09-26 Thread Father Chrysostomos
6797b0fef2e51d44193184687a5343e7bd3b5874 Author: Father Chrysostomos spr...@cpan.org Date: Sun Sep 26 18:29:57 2010 -0700 Add new Locale::Maketext files to MANIFEST M MANIFEST commit 213a5d2cb3aa3b5c246b024e7e9c9903eba9decf Author: Father Chrysostomos spr...@cpan.org Date: Sun Sep 26 18:27:03 2010 -0700 From: Todd

[perl.git] branch blead, updated. v5.13.5-187-g0dc1749

2010-09-26 Thread Father Chrysostomos
In perl.git, the branch blead has been updated http://perl5.git.perl.org/perl.git/commitdiff/0dc1749808f7658dd7e4af08e1854e0d622b105d?hp=6797b0fef2e51d44193184687a5343e7bd3b5874 - Log - commit

[perl.git] branch blead, updated. v5.13.5-189-g2ccd21f

2010-09-26 Thread Father Chrysostomos
2ccd21fcbb088ab4d4206f572aea3d94c9216a71 Author: Father Chrysostomos spr...@cpan.org Date: Sun Sep 26 20:34:15 2010 -0700 Revert From: Todd Rinaldo to...@cpanel.net This reverts commit 213a5d2cb3aa3b5c246b024e7e9c9903eba9decf. M dist/Locale-Maketext/ChangeLog D dist/Locale-Maketext/lib/Locale/Maketext

[perl.git] branch blead, updated. v5.13.5-190-g804401e

2010-09-26 Thread Father Chrysostomos
804401eafe14239ae9d16234c83f1dd18faeb926 Author: Father Chrysostomos spr...@cpan.org Date: Sun Sep 26 22:17:42 2010 -0700 Make gv.t pass on systems that do not support -T $glob with stdio --- Summary of changes: t/op/gv.t | 13 ++--- 1 files changed

[perl.git] branch blead, updated. v5.13.5-191-gdc08898

2010-09-26 Thread Father Chrysostomos
dc08898c4d1caf48f394c019210c403736150e01 Author: Father Chrysostomos spr...@cpan.org Date: Sun Sep 26 22:23:19 2010 -0700 perldelta for [perl #73754] and [perl #77362] (77362 is the same as 36051) --- Summary of changes: pod/perldelta.pod | 32

[perl.git] branch blead, updated. v5.13.5-192-g04ec184

2010-09-27 Thread Father Chrysostomos
04ec184ac01659664eaf4d4475aabdd6a078c7ae Author: Father Chrysostomos spr...@cpan.org Date: Sun Sep 26 22:27:29 2010 -0700 [perl #72990] Mac OS X and setruid, etc. hints/darwin.sh pretends that setruid and similar functions do not exist, as they were buggy in earlier versions of Mac OS X. Leopard and Snow Leopard

[perl.git] branch blead, updated. v5.13.5-197-g75484d6

2010-09-27 Thread Father Chrysostomos
75484d6bb1409577211ab22358d6ca9ad2b9c21c Author: Father Chrysostomos spr...@cpan.org Date: Mon Sep 27 06:21:53 2010 -0700 Version bump and perldelta for Carp M lib/Carp.pm M pod/perldelta.pod commit 7154346bc9cb62d058f942090edfc5fc4d1e956a Author: Aaron Crane a...@cpan.org Date: Mon Sep 27 12:02:01 2010 +0100

[perl.git] branch blead, updated. v5.13.5-198-g8420a92

2010-09-27 Thread Father Chrysostomos
8420a9259d871a013affc80de1010e8f856c55fa Author: Father Chrysostomos spr...@cpan.org Date: Mon Sep 27 06:24:18 2010 -0700 Clarification of perldelta entry for [perl #72434] --- Summary of changes: pod/perldelta.pod |2 +- 1 files changed, 1 insertions(+), 1

[perl.git] branch blead, updated. v5.13.5-199-ge08b586

2010-09-27 Thread Father Chrysostomos
In perl.git, the branch blead has been updated http://perl5.git.perl.org/perl.git/commitdiff/e08b586cdf105c0a61deec0ca9ca1fc7f0cf0df7?hp=8420a9259d871a013affc80de1010e8f856c55fa - Log - commit

[perl.git] branch blead, updated. v5.13.5-200-g2ffefa5

2010-09-27 Thread Father Chrysostomos
2ffefa5a34345a0b799ca4de804636808273b9b2 Author: Father Chrysostomos spr...@cpan.org Date: Mon Sep 27 06:39:16 2010 -0700 perldelta entry for mingw64 and gccversion --- Summary of changes: pod/perldelta.pod |8 ++-- 1 files changed, 6 insertions(+), 2

[perl.git] branch blead, updated. v5.13.5-201-g0c24d26

2010-09-27 Thread Father Chrysostomos
0c24d2685a66bebbc5dc94a26dbeecb1aed3265b Author: Father Chrysostomos spr...@cpan.org Date: Mon Sep 27 06:47:43 2010 -0700 Skip ext/IPC-Open3/t/fd.t on stdio --- Summary of changes: ext/IPC-Open3/t/fd.t |8 +++- 1 files changed, 7 insertions(+), 1

[perl.git] branch blead, updated. v5.13.5-202-gd6abd0a

2010-09-27 Thread Father Chrysostomos
d6abd0a30f77f7f7cde438508ef40f1354981390 Author: Father Chrysostomos spr...@cpan.org Date: Mon Sep 27 07:03:26 2010 -0700 Add Aaron Crane’s other e-mail address to checkAUTHORS.pl --- Summary of changes: Porting/checkAUTHORS.pl |1 + 1 files changed, 1

[perl.git] branch blead, updated. v5.13.5-203-g88ca7d8

2010-09-27 Thread Father Chrysostomos
88ca7d892c9ed151d5d1259893141d1e90a72f24 Author: Father Chrysostomos spr...@cpan.org Date: Mon Sep 27 07:05:03 2010 -0700 Correct pod syntax in perldelta --- Summary of changes: pod/perldelta.pod |2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff

[perl.git] branch blead, updated. v5.13.5-209-g45a1ce9

2010-09-27 Thread Father Chrysostomos
45a1ce9706434aec3cacb228e2bb4bafeed9e5ed Author: Father Chrysostomos spr...@cpan.org Date: Mon Sep 27 16:48:57 2010 -0700 Fix IPC::Open3’s fd.t to work on Windows --- Summary of changes: ext/IPC-Open3/t/fd.t |8 ++-- 1 files changed, 6 insertions(+), 2

[perl.git] branch blead, updated. v5.13.5-210-g45e462c

2010-09-27 Thread Father Chrysostomos
In perl.git, the branch blead has been updated http://perl5.git.perl.org/perl.git/commitdiff/45e462cea502282b98a3777cfd27bd348f346a5c?hp=45a1ce9706434aec3cacb228e2bb4bafeed9e5ed - Log - commit

[perl.git] branch blead, updated. v5.13.5-211-g6034bce

2010-09-27 Thread Father Chrysostomos
6034bceb5f5e62e9785bafdf0590c90656db1cc8 Author: Father Chrysostomos spr...@cpan.org Date: Mon Sep 27 21:29:15 2010 -0700 perldelta entry for [perl #72990] Mac OS X and setruid, etc. --- Summary of changes: pod/perldelta.pod | 10 ++ 1 files changed

[perl.git] branch blead, updated. v5.13.5-212-g11a11ec

2010-09-27 Thread Father Chrysostomos
11a11ecf4bea72b17d250cfb43c897be1341861e Author: Father Chrysostomos spr...@cpan.org Date: Mon Sep 27 21:30:49 2010 -0700 [perl #75174] Clone dir handles On systems that support fchdir, use it to clone dir handles. On other systems, at least for now, don’t give the new thread a copy of the handle

[perl.git] branch blead, updated. v5.13.5-217-g6904a83

2010-09-27 Thread Father Chrysostomos
6904a83fac06ee37f0b2ca19f0658d449bd92ea6 Author: Father Chrysostomos spr...@cpan.org Date: Mon Sep 27 22:19:15 2010 -0700 perldelta for [perl #75174] (dirp_dup) M pod/perldelta.pod commit 89cf1afaed1c3e82ca93b9fb348b8e5cb995623f Author: Father Chrysostomos spr...@cpan.org Date: Mon Sep 27 21:42:13 2010 -0700 Update

[perl.git] branch blead, updated. v5.13.5-218-gbd6920d

2010-09-27 Thread Father Chrysostomos
bd6920d7fd435edce8cd45d53f46b2a0ca0f5663 Author: Father Chrysostomos spr...@cpan.org Date: Mon Sep 27 22:22:47 2010 -0700 Mention t/op/threads-dirh.t in perldelta --- Summary of changes: pod/perldelta.pod |3 ++- 1 files changed, 2 insertions(+), 1 deletions

[perl.git] branch blead, updated. v5.13.5-221-gcffb369

2010-09-28 Thread Father Chrysostomos
cffb36981555111f364a511fb5763f65ea748c0e Author: Father Chrysostomos spr...@cpan.org Date: Tue Sep 28 08:47:07 2010 -0700 [perl #77928] Glob slot assignment and set-magic Stop set-magic from being called after ref-to-glob assignment. --- Summary

[perl.git] branch blead, updated. v5.13.5-223-ged897e2

2010-09-28 Thread Father Chrysostomos
In perl.git, the branch blead has been updated http://perl5.git.perl.org/perl.git/commitdiff/ed897e29a200fd3c758cb7ab8c0d953347a98056?hp=152eae845915a3a33260ad109ad3888c8894d666 - Log - commit

[perl.git] branch blead, updated. v5.13.5-225-gdccfc75

2010-09-28 Thread Father Chrysostomos
dccfc75d21f1ac6a97926d5bac2e89d3cd22eafa Author: Father Chrysostomos spr...@cpan.org Date: Sun Sep 26 18:29:57 2010 -0700 Add new Locale::Maketext files to MANIFEST M MANIFEST commit f7d5028f37dc929f22edd81023311830eb658487 Author: Todd Rinaldo to...@cpan.org Date: Tue Sep 28 12:28:50 2010 -0500 Locale::Maketext

[perl.git] branch blead, updated. v5.13.5-227-g56f08af

2010-09-28 Thread Father Chrysostomos
56f08af290811ab8a077e73d46dff25b99848a89 Author: Father Chrysostomos spr...@cpan.org Date: Tue Sep 28 13:53:51 2010 -0700 [perl #71998] overload::Method can die with blessed methods If an overload method is itself blessed into a class that has overloaded operators but does not have fallback enabled, then an error

[perl.git] branch blead, updated. v5.13.5-230-gab4c2c2

2010-09-28 Thread Father Chrysostomos
ab4c2c27cb4fd913cd324319b6e04e879e5eb2b6 Author: Father Chrysostomos spr...@cpan.org Date: Tue Sep 28 14:50:15 2010 -0700 perldelta entry for [perl #78058] qr/\88/ hangs M pod/perldelta.pod commit ca67da414cee8e3361276f1f6268ca488126da08 Author: Karl Williamson pub...@khwilliamson.com Date: Tue Sep 28 14:44:08 2010 -0600

[perl.git] branch blead, updated. v5.13.5-231-g3eab78e

2010-09-28 Thread Father Chrysostomos
In perl.git, the branch blead has been updated http://perl5.git.perl.org/perl.git/commitdiff/3eab78e37a32aa79c954c0d957e1e37964cc9cc4?hp=ab4c2c27cb4fd913cd324319b6e04e879e5eb2b6 - Log - commit

[perl.git] branch blead, updated. v5.13.5-233-g4e3a836

2010-09-29 Thread Father Chrysostomos
4e3a83657baae9e603058d075ecfcec051d04c5a Author: Father Chrysostomos spr...@cpan.org Date: Tue Sep 28 23:41:43 2010 -0700 Revert [perl #77928] Glob slot assignment and set-magic This reverts commit cffb36981555111f364a511fb5763f65ea748c0e. --- Summary

[perl.git] branch blead, updated. v5.13.5-240-g525f9ba

2010-09-29 Thread Father Chrysostomos
In perl.git, the branch blead has been updated http://perl5.git.perl.org/perl.git/commitdiff/525f9ba8587889fcdd36dd0cc8fcd3e8ab3b1e51?hp=f51599d95895bcc29a1e0f5b9109d175790a5110 - Log - commit

[perl.git] branch blead, updated. v5.13.5-247-g5233ad2

2010-09-29 Thread Father Chrysostomos
In perl.git, the branch blead has been updated http://perl5.git.perl.org/perl.git/commitdiff/5233ad255ae7fe1debb56a6b67e408e699ea4fe0?hp=7dbe20440c71eeda40ed2093323a40884b1e62f5 - Log - commit

[perl.git] branch blead, updated. v5.13.5-250-gc5ea2ff

2010-09-29 Thread Father Chrysostomos
In perl.git, the branch blead has been updated http://perl5.git.perl.org/perl.git/commitdiff/c5ea2ffada6b35a5d11ced4772d80ebcf2f0bc9e?hp=6562f1c45edaedf59c6314953f308718b62e67d7 - Log - commit

[perl.git] branch blead, updated. v5.13.5-256-g5d51ce9

2010-09-30 Thread Father Chrysostomos
In perl.git, the branch blead has been updated http://perl5.git.perl.org/perl.git/commitdiff/5d51ce98fae3de078d69723f2d6256ab12ad8548?hp=b2e549c0b5ccc745d727de4e27634e8090b0f719 - Log - commit

[perl.git] branch blead, updated. v5.13.5-258-gbe1cc45

2010-10-01 Thread Father Chrysostomos
be1cc4519b5ba35ec8c5b8a2b4a62c72cff05a2e Author: Father Chrysostomos spr...@cpan.org Date: Thu Sep 30 23:48:56 2010 -0700 [perl #48332] Debugger corrupts symbol table munging This reverts commit 92adfbd49af0758bcc9a198cf2df2bd78c4176b9, which removed a necessary assignment for the sake of consting. In doing

[perl.git] branch blead, updated. v5.13.5-265-g95f5675

2010-10-03 Thread Father Chrysostomos
95f567513aaa04ffb8bb9d148aff1a85b1eff161 Author: Father Chrysostomos spr...@cpan.org Date: Sun Oct 3 10:46:52 2010 -0700 Avoid downgrading GVs during global destruction Recently we’ve been getting assertions from gv.t like this: Assertion failed: (SvTYPE(sv) != SVTYPEMASK), function Perl_sv_clear, file sv.c

[perl.git] branch blead, updated. v5.13.5-270-g2ec31dd

2010-10-03 Thread Father Chrysostomos
In perl.git, the branch blead has been updated http://perl5.git.perl.org/perl.git/commitdiff/2ec31dd9f923af3a899842b086bdc04c45569b29?hp=be064c4a1f59651142e99788731ae1d164c19537 - Log - commit

[perl.git] branch blead, updated. v5.13.5-271-ge47aeb2

2010-10-03 Thread Father Chrysostomos
e47aeb2216a047eb0bd36de07ff716103c3d29c5 Author: Father Chrysostomos spr...@cpan.org Date: Sun Oct 3 14:06:14 2010 -0700 Add a refgen+PADTMP test --- Summary of changes: t/op/ref.t | 13 +++-- 1 files changed, 11 insertions(+), 2 deletions(-) diff

[perl.git] branch blead, updated. v5.13.5-272-g645d889

2010-10-03 Thread Father Chrysostomos
In perl.git, the branch blead has been updated http://perl5.git.perl.org/perl.git/commitdiff/645d8892bdf2a7e5afe985dfd321b2d332930f62?hp=e47aeb2216a047eb0bd36de07ff716103c3d29c5 - Log - commit

[perl.git] branch blead, updated. v5.13.5-273-ga5addb1

2010-10-03 Thread Father Chrysostomos
In perl.git, the branch blead has been updated http://perl5.git.perl.org/perl.git/commitdiff/a5addb167c102dc5dcd1ab886caf0cb4f554eb05?hp=645d8892bdf2a7e5afe985dfd321b2d332930f62 - Log - commit

[perl.git] branch blead, updated. v5.13.5-276-gffa277e

2010-10-03 Thread Father Chrysostomos
In perl.git, the branch blead has been updated http://perl5.git.perl.org/perl.git/commitdiff/ffa277e59cf0a21b8d133be39d7e10fad0154ae8?hp=6d24fbd10b671f02fd7526bee66bd955389d9ee4 - Log - commit

[perl.git] branch blead, updated. v5.13.5-277-g810f3b7

2010-10-03 Thread Father Chrysostomos
810f3b7cb37729a7fdd266bf11c5856dfceb4332 Author: Father Chrysostomos spr...@cpan.org Date: Sun Oct 3 16:03:13 2010 -0700 perldelta entries --- Summary of changes: pod/perldelta.pod | 11 +++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --git

[perl.git] branch blead, updated. v5.13.5-278-g8440aeb

2010-10-03 Thread Father Chrysostomos
In perl.git, the branch blead has been updated http://perl5.git.perl.org/perl.git/commitdiff/8440aeb01ed67fa3ebf280e54f071a6248a52f98?hp=810f3b7cb37729a7fdd266bf11c5856dfceb4332 - Log - commit

[perl.git] branch blead, updated. v5.13.5-279-gf8a8dd4

2010-10-03 Thread Father Chrysostomos
f8a8dd4929328c0c19bc1cfdf4c1b6e48abb0dcc Author: Father Chrysostomos spr...@cpan.org Date: Sun Oct 3 17:13:49 2010 -0700 perldelta and version bump for Cwd --- Summary of changes: dist/Cwd/Cwd.pm |2 +- pod/perldelta.pod |5 - 2 files changed, 5

[perl.git] branch blead, updated. v5.13.5-285-ga5b9289

2010-10-04 Thread Father Chrysostomos
In perl.git, the branch blead has been updated http://perl5.git.perl.org/perl.git/commitdiff/a5b92898b77edcbff06468ccf67150e50d1703e4?hp=b2a2a9010bb3413ad9c32e455d93e01069d0fd73 - Log - commit

[perl.git] branch blead, updated. v5.13.5-287-gda2f94c

2010-10-04 Thread Father Chrysostomos
da2f94c54905de8d600063fdd63a3a6b76d27616 Author: Father Chrysostomos spr...@cpan.org Date: Mon Oct 4 08:33:31 2010 -0700 perlop.pod: Clarify -’s string/number distinction M pod/perlop.pod commit 94824daa35eb9acedff60f3e3d5098b75407327b Author: Father Chrysostomos spr...@cpan.org Date: Mon Oct 4 08:29:12 2010 -0700

[perl.git] branch blead, updated. v5.13.5-288-g1ccd297

2010-10-04 Thread Father Chrysostomos
1ccd2973f698bfdb82dfadf6ef09ec337061a97f Author: Father Chrysostomos spr...@cpan.org Date: Mon Oct 4 09:22:59 2010 -0700 Correct test names in negate.t --- Summary of changes: t/op/negate.t |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff

[perl.git] branch blead, updated. v5.13.5-289-gb20c4ee

2010-10-04 Thread Father Chrysostomos
b20c4ee1fc23699f6cbe3ce96cc8fe6eb4c52c4c Author: Father Chrysostomos spr...@cpan.org Date: Mon Oct 4 12:24:37 2010 -0700 [perl #20661] Constant strings representing a number can BECOME numbers The | ^ operators now avoid turning on numericness of read-only arguments

[perl.git] branch blead, updated. v5.13.5-290-gafa7457

2010-10-04 Thread Father Chrysostomos
afa74577a6e8d7cf96f7c62e4acca52fda973699 Author: Father Chrysostomos spr...@cpan.org Date: Mon Oct 4 13:58:49 2010 -0700 [perl #45133] -0.0 has variable Boolean value This patch makes -0.0 stringify as 0 (while leaving sprintf %g/%f unchanged

[perl.git] branch blead, updated. v5.13.5-294-gedf72ff

2010-10-04 Thread Father Chrysostomos
edf72ff9d4c8887a03cce52d996b565862ed1630 Author: Father Chrysostomos spr...@cpan.org Date: Mon Oct 4 21:45:24 2010 -0700 perldelta entry for Locale::Maketext/$@ M pod/perldelta.pod commit bac7bf84e9730a396813e97488e4405bf1cfad9b Author: Father Chrysostomos spr...@cpan.org Date: Mon Oct 4 21:45:16 2010 -0700 Re-add

[perl.git] branch blead, updated. v5.13.5-297-g45029d2

2010-10-05 Thread Father Chrysostomos
45029d2dbcc918ee10234beaf6a38744ad61567e Author: Father Chrysostomos spr...@cpan.org Date: Mon Oct 4 23:04:44 2010 -0700 [perl #73534] Bigrat segfaults on irrational numbers aka [rt.cpan.org #55767] segfault on sqrt(2) with bigrat The problem seems to be in Math::BigInt::objectify. It doesn’t try to convert

[perl.git] branch blead, updated. v5.13.5-345-gc8bbf67

2010-10-09 Thread Father Chrysostomos
c8bbf675c3e9277e1dd4b1185d91c1aef2cd2594 Author: Father Chrysostomos spr...@cpan.org Date: Sat Oct 9 18:42:01 2010 -0700 Reset isa on stash manipulation This only applies to glob-to-glob assignments and deletions of stash elements. Other types of stash manipulation are dealt with by subse- quent patches

[perl.git] branch blead, updated. v5.13.5-346-g274ca39

2010-10-09 Thread Father Chrysostomos
In perl.git, the branch blead has been updated http://perl5.git.perl.org/perl.git/commitdiff/274ca399ccca923153c8b224c378625a25afd984?hp=c8bbf675c3e9277e1dd4b1185d91c1aef2cd2594 - Log - commit

[perl.git] branch blead, updated. v5.13.5-352-g3e79609

2010-10-10 Thread Father Chrysostomos
3e79609f389ec31f364ad27e763e7e5f2ebc8d1e Author: Father Chrysostomos spr...@cpan.org Date: Sat Oct 9 22:29:19 2010 -0700 Make more ways to move packages around reset isa caches This makes string-to-glob assignment and hashref-to-glob assignment reset isa caches by calling mro_package_moved, if the glob’s name

[perl.git] branch blead, updated. v5.13.5-356-g54b6516

2010-10-10 Thread Father Chrysostomos
54b65169bb2056570ff9ca6eddb348cb1c6b34b6 Author: Father Chrysostomos spr...@cpan.org Date: Sun Oct 10 11:39:57 2010 -0700 Add an inheritance diagram to package_aliases.t --- Summary of changes: t/mro/package_aliases.t |9 + 1 files changed, 9

[perl.git] branch blead, updated. v5.13.5-357-g77ba44f

2010-10-10 Thread Father Chrysostomos
In perl.git, the branch blead has been updated http://perl5.git.perl.org/perl.git/commitdiff/77ba44fbee37607ba9e35122619f1137d1d34dae?hp=54b65169bb2056570ff9ca6eddb348cb1c6b34b6 - Log - commit

[perl.git] branch blead, updated. v5.13.5-366-g6f86b61

2010-10-11 Thread Father Chrysostomos
6f86b615fa775fad6cc0c49f0615f38543ff5c19 Author: Father Chrysostomos spr...@cpan.org Date: Mon Oct 11 10:10:06 2010 -0700 Allow mro_isa_changed_in to be called on nonexistent packages This is necessary for an upcoming bug fix. (For this bug: @left::ISA = 'outer::inner'; @right::ISA = 'clone::inner

[perl.git] branch blead, updated. v5.13.5-411-g26a6507

2010-10-12 Thread Father Chrysostomos
1c757d3c33b6ccddf49d99ccb22ccd0029ef7b84 Author: Karl Williamson pub...@khwilliamson.com Date: Wed Oct 6 22:12:35 2010 -0600 charnames.t: Extract common code to subroutine M lib/charnames.t commit 62c1e33fbe385549e958f7699d17bfc9e0cd1ca2 Author: Father Chrysostomos spr...@cpan.org Date: Tue Oct 12 22:07:17

[perl.git] branch blead, updated. v5.13.5-412-ga11a854

2010-10-12 Thread Father Chrysostomos
In perl.git, the branch blead has been updated http://perl5.git.perl.org/perl.git/commitdiff/a11a8547d33786cdcae320a578acf7b1c7c353a4?hp=26a6507471ec85dcb2e7186a21d6d849b1ea1bb7 - Log - commit

[perl.git] branch blead, updated. v5.13.5-413-g92f9d56

2010-10-12 Thread Father Chrysostomos
In perl.git, the branch blead has been updated http://perl5.git.perl.org/perl.git/commitdiff/92f9d56c664ae354430f66e7a870fb3f4b0f44a3?hp=a11a8547d33786cdcae320a578acf7b1c7c353a4 - Log - commit

[perl.git] branch blead, updated. v5.13.5-421-g5b898c5

2010-10-13 Thread Father Chrysostomos
5b898c5546fe02bdfea436d1c1091af7a890b187 Author: Father Chrysostomos spr...@cpan.org Date: Wed Oct 13 09:45:08 2010 -0700 Stop cpan/CGI/t/http.t from failing A similar patch has been applied upstream. This will be overwritten when the next CGI.pm is merged into blead, but at least we can get the tests passing

  1   2   3   4   5   6   7   8   9   10   >