[perl.git] branch blead, updated. v5.13.6-488-gca60ecf

2010-11-11 Thread Father Chrysostomos
ca60ecf2e8a0b5d31d33ef233b08d53b6d62fb84 Author: Father Chrysostomos spr...@cpan.org Date: Thu Nov 11 22:05:28 2010 -0800 perldelta up to 4df35a07ff9 M pod/perldelta.pod commit 9bd6d075f6dc1f084b4e981e14e0c3f69a2fb225 Author: Father Chrysostomos spr...@cpan.org Date: Thu Nov 11 21:49:58 2010 -0800 Update Data

[perl.git] branch blead, updated. v5.13.6-495-g90ba1f3

2010-11-12 Thread Father Chrysostomos
90ba1f34dee5c0381e098e7c0435f354e2e70cf8 Author: Father Chrysostomos spr...@cpan.org Date: Fri Nov 12 16:34:02 2010 -0800 Update isarev when clobbered class has subsubclasses This fixes a case that mro_package_moved did not take into account: If a class with multiple levels of subclasses was assigned over

[perl.git] branch blead, updated. v5.13.6-498-gbeeda14

2010-11-12 Thread Father Chrysostomos
beeda1437785916becc8ab64bf5576025a49b65f Author: Father Chrysostomos spr...@cpan.org Date: Fri Nov 12 18:13:16 2010 -0800 mro_package_moved only needs one loop We can avoid the double iteration by doing the first iteration’s job (to clear the linearisations) inside gather_and_rename as the items are added

[perl.git] branch blead, updated. v5.13.6-499-gf3d2f32

2010-11-13 Thread Father Chrysostomos
f3d2f32d14be3c0a0c8b7228649181b430f8d11a Author: Father Chrysostomos spr...@cpan.org Date: Sat Nov 13 09:41:47 2010 -0800 Make delete $package::{ISA} work --- Summary of changes: hv.c | 10 +++--- t/mro/basic.t | 10 +- 2 files changed

[perl.git] branch blead, updated. v5.13.6-500-gb9e3049

2010-11-13 Thread Father Chrysostomos
b9e3049212ebaa8a7f488eb927dee6e3d28f569f Author: Father Chrysostomos spr...@cpan.org Date: Sat Nov 13 11:19:38 2010 -0800 Fix undef %Foo:: to update subclasses This is something I think I broke with 80ebaca, which made sure that isa linearisations were cached on subclasses after calls to mro_isa_changed_in (so

[perl.git] branch blead, updated. v5.13.6-502-g6624142

2010-11-13 Thread Father Chrysostomos
6624142a770b3cb9a18e1968e0294117f8f8efa1 Author: Father Chrysostomos spr...@cpan.org Date: Sat Nov 13 17:28:46 2010 -0800 [perl #77238] Aliased @ISA does not work This makes aliased @ISA arrays work by storing a non-magical AV as the mg_obj if there need to be multiple entries

[perl.git] branch blead, updated. v5.13.6-503-ge160348

2010-11-13 Thread Father Chrysostomos
e1603486d4c4f2826ab41e50c9315d9914cc9dfa Author: Father Chrysostomos spr...@cpan.org Date: Sat Nov 13 21:28:05 2010 -0800 Oops. I need to learn how to use git add. --- Summary of changes: t/mro/isa_aliases.t | 31 +++ 1 files

[perl.git] branch blead, updated. v5.13.6-505-gd742518

2010-11-14 Thread Father Chrysostomos
d7425188c3bef8a77425c103db57cf8cde99f5a0 Author: Father Chrysostomos spr...@cpan.org Date: Sun Nov 14 06:46:27 2010 -0800 [perl #74022] Parser hangs on some Unicode characters This changes the definition of isIDFIRST_utf8 to avoid any characters that would put the parser in a loop. isIDFIRST_utf8 is used all

[perl.git] branch blead, updated. v5.13.6-516-ga5dba54

2010-11-14 Thread Father Chrysostomos
a5dba54a9086e4f54e3755d7ba6f357c8b6cecb8 Author: Father Chrysostomos spr...@cpan.org Date: Sun Nov 14 06:37:15 2010 -0800 Make changes to aliased *ISA work This is a follow-up to 6624142. Ref-to-glob assignment was not working after an *ISA-to-*ISA assignment. It needs to copy into mg_obj all

[perl.git] branch blead, updated. v5.13.6-517-gab10b0e

2010-11-14 Thread Father Chrysostomos
ab10b0e54487cf5ebc79f00d7b6dbb47485520a3 Author: Father Chrysostomos spr...@cpan.org Date: Sun Nov 14 11:06:48 2010 -0800 Change utf8.t to use a \xb7 delimiter once more. This partially reverts 7b301413. The delimiter was changed because a proposed fix for [perl #74022] would have caused the test to fail

[perl.git] branch blead, updated. v5.13.6-518-ga00c27e

2010-11-14 Thread Father Chrysostomos
a00c27eb94c700013d6eb0c27b8faae8b9bc506b Author: Father Chrysostomos spr...@cpan.org Date: Sun Nov 14 11:24:34 2010 -0800 S_glob_assign_ref: Move the sref != dref earlier The sref != dref check is faster than the GvNAME and HvENAME checks, so put it before them. This will speed up use vars '@ISA' slightly

[perl.git] branch blead, updated. v5.13.6-523-g9733086

2010-11-14 Thread Father Chrysostomos
/B.xs M global.sym M intrpvar.h M mathoms.c M op.c M op.h M opcode.h M perl.h M proto.h M regen/opcode.pl M sv.c commit dd2637fb4f1ec3b64aa66be5b50af8823b480ce4 Author: Father Chrysostomos spr...@cpan.org Date: Sun Nov 14 13:31:29 2010

[perl.git] branch blead, updated. v5.13.6-531-g518a985

2010-11-14 Thread Father Chrysostomos
518a985886c5bf617832b74926ffbd2710ee0c93 Author: Father Chrysostomos spr...@cpan.org Date: Sun Nov 14 16:51:58 2010 -0800 perldelta up to 578895fb M pod/perldelta.pod commit e55e51033270d3ac33ee2230b01b4bbf41dd9b66 Author: Father Chrysostomos spr...@cpan.org Date: Sun Nov 14 16:37:34 2010 -0800 perldelta

[perl.git] branch blead, updated. v5.13.6-533-g38dbd93

2010-11-14 Thread Father Chrysostomos
38dbd9390df3647f5ae5d773e98bcc0b7402ec55 Author: Father Chrysostomos spr...@cpan.org Date: Sun Nov 14 17:43:36 2010 -0800 perldelta up to 518a985 M pod/perldelta.pod commit af550b4af8369f93e63b3c6fbfce6a5acac238c4 Author: Father Chrysostomos spr...@cpan.org Date: Sun Nov 14 17:37:51 2010 -0800 perldelta: remove

[perl.git] branch blead, updated. v5.13.6-537-g8770f09

2010-11-14 Thread Father Chrysostomos
8770f09e91748c560ba938d74145fe967ff74c09 Author: Father Chrysostomos spr...@cpan.org Date: Sun Nov 14 21:13:48 2010 -0800 perldelta: something I missed --- Summary of changes: pod/perldelta.pod |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff

[perl.git] branch blead, updated. v5.13.6-542-gb4bbb35

2010-11-15 Thread Father Chrysostomos
b4bbb35033d3052b51513513a8fad17b713f78f4 Author: Father Chrysostomos spr...@cpan.org Date: Mon Nov 15 13:06:58 2010 -0800 I only mentioned half of [perl #79138] --- Summary of changes: pod/perldelta.pod |5 ++--- 1 files changed, 2 insertions(+), 3 deletions

[perl.git] branch blead, updated. v5.13.6-546-g53226d6

2010-11-15 Thread Father Chrysostomos
53226d62f432e693941b50e0f0c9c9ad3048d4e7 Author: Father Chrysostomos spr...@cpan.org Date: Mon Nov 15 14:41:46 2010 -0800 stash.t: The [perl #58530] test should not be skipped M t/op/stash.t commit fecc76070c6c0346948dd7fca7090beecc07a9ca Author: Father Chrysostomos spr...@cpan.org Date: Mon Nov 15 14:39:32 2010 -0800

[perl.git] branch blead, updated. v5.13.6-551-g23822bd

2010-11-15 Thread Father Chrysostomos
Author: Father Chrysostomos spr...@cpan.org Date: Mon Nov 15 16:10:45 2010 -0800 perldelta: Remove a misleading reference [perl #79024] was a very specific case of part of this entry, which was only broken temporarily. M pod/perldelta.pod commit

[perl.git] branch blead, updated. v5.13.6-552-g47f1cf7

2010-11-15 Thread Father Chrysostomos
47f1cf770212f10b8ffbc1777e95c1dbfe120c9d Author: Father Chrysostomos spr...@cpan.org Date: Mon Nov 15 16:45:15 2010 -0800 Keep MRO caches around during hv_clear This allows it to delete PL_isarev entries. mro_isa_changed_in only deletes items mentioned in HvMROMETA(hv)-isa, so it must be present

[perl.git] branch blead, updated. v5.13.6-553-gecbbcad

2010-11-15 Thread Father Chrysostomos
ecbbcad639528457f99648a7a5576d629350122e Author: Father Chrysostomos spr...@cpan.org Date: Mon Nov 15 17:00:52 2010 -0800 Fix memory leak introduced by 2d0d1eccfcfe If HvENAME was set by a destructor, it needs to be freed as well. hv_name_set(whatever, NULL, ...) does

[perl.git] branch blead, updated. v5.13.6-563-g81a2487

2010-11-16 Thread Father Chrysostomos
81a2487c2088676b85785de5c132f808748b1a22 Author: Father Chrysostomos spr...@cpan.org Date: Tue Nov 16 16:31:37 2010 -0800 Remove unnecessary check in mro_package_moved This was supposed to have been removed by 80ebaca, when negative val- ues for the newname_len argument stopped being used. M mro.c commit

[perl.git] branch blead, updated. v5.13.6-566-g59aae9b

2010-11-16 Thread Father Chrysostomos
: Insecure directory in $ENV{PATH} while running with -T switch at ./test.pl line 566. This fix sets $ENV{PATH} to just '/bin' when it's intially empty. M t/test.pl commit 24e05dcb39b36ab68d1926496cf195f222ec5caf Author: Father Chrysostomos spr...@cpan.org Date: Tue Nov 16 20

[perl.git] branch blead, updated. v5.13.6-588-g7410027

2010-11-18 Thread Father Chrysostomos
74100276d5e870cde363b30023a3543aae021852 Author: Father Chrysostomos spr...@cpan.org Date: Thu Nov 18 14:29:40 2010 -0800 perldelta for custom ops --- Summary of changes: pod/perldelta.pod | 19 ++- 1 files changed, 18 insertions(+), 1

[perl.git] branch blead, updated. v5.13.6-589-gf869c58

2010-11-18 Thread Father Chrysostomos
f869c5854981810fa9922ab4173d0dc85276453f Author: Father Chrysostomos spr...@cpan.org Date: Thu Nov 18 14:31:53 2010 -0800 perldelta: clarify tie $glob --- Summary of changes: pod/perldelta.pod |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff

[perl.git] branch blead, updated. v5.13.6-590-g345c879

2010-11-18 Thread Father Chrysostomos
345c879eb79220b430f12c9016f99f7864f5e9c9 Author: Father Chrysostomos spr...@cpan.org Date: Thu Nov 18 14:53:55 2010 -0800 perldelta up to f869c5854 All I did was review the changes and add 249534c34 to the list of unrecorded commits. The most recent MRO changes are not noteworthy

[perl.git] branch blead, updated. v5.13.6-593-g4cca7b6

2010-11-19 Thread Father Chrysostomos
4cca7b6932782bae2bf9bcf23fbc6c7401a4ca81 Author: Father Chrysostomos spr...@cpan.org Date: Fri Nov 19 08:42:19 2010 -0800 perdleta tpo fxies --- Summary of changes: pod/perldelta.pod |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/pod

[perl.git] branch blead, updated. v5.13.6-597-g484741e

2010-11-19 Thread Father Chrysostomos
In perl.git, the branch blead has been updated http://perl5.git.perl.org/perl.git/commitdiff/484741e121917d8979d45f886da5d146507d7f6d?hp=27d0393bd57f7dae3d0b4a8acf9e42d92ebd1f51 - Log - commit

[perl.git] branch blead, updated. v5.13.6-606-g3cea328

2010-11-19 Thread Father Chrysostomos
3cea328dca910314153e2363d0d2b6f6c979a0c4 Author: Father Chrysostomos spr...@cpan.org Date: Fri Nov 19 20:23:07 2010 -0800 Skip [perl #72332] DD test on 5.10.1 $ perl5.10.1 -le 'print *{*STDERR{IO}}' Bus error That crash is beyond DD’s control, so the test should be skipped

[perl.git] branch blead, updated. v5.13.6-615-gc992311

2010-11-20 Thread Father Chrysostomos
c992311e6ba2e9c6c9a9573d99d0dcd5c110c92c Author: Father Chrysostomos spr...@cpan.org Date: Sat Nov 20 10:01:20 2010 -0800 Ahem. *Final* finalisation. There was still an XXX section. --- Summary of changes: pod/perldelta.pod | 10 -- 1 files

[perl.git] branch blead, updated. v5.13.7-22-g27a1175

2010-11-20 Thread Father Chrysostomos
27a1175bf36db67955ca3363f80694803bdcbfb2 Author: Father Chrysostomos spr...@cpan.org Date: Sat Nov 20 18:27:55 2010 -0800 Add flags param to hv_ename_* We will need this for making the API UTF8-aware in 5.16 or whenever. M embed.fnc M embed.h M hv.c M mro.c M proto.h commit

[perl.git] branch blead, updated. v5.13.7-25-g09f3856

2010-11-22 Thread Father Chrysostomos
09f38561c0e16ef4eadf11200be60cd6a4518285 Author: Father Chrysostomos spr...@cpan.org Date: Sun Nov 21 16:27:56 2010 -0800 Remove redundant check There is a similar check about fifty lines back. And it is silly to check HvARRAY on a named hash. M mro.c commit d7879cf0b3199eb891fd6cdb551e1f6468d6f23d Author

[perl.git] branch blead, updated. v5.13.7-27-g298d651

2010-11-22 Thread Father Chrysostomos
298d65111ee12fde3fed852c9fd487b479c7d919 Author: Father Chrysostomos spr...@cpan.org Date: Mon Nov 22 09:25:40 2010 -0800 Newly-created stashes may need effective names added M gv.c M t/mro/package_aliases.t commit b58757d5ff9c7545317c6f3c3c7e6aaad3b34de6 Author: Ben Morrow b...@morrow.me.uk Date: Sun Oct 17 23:03

[perl.git] branch blead, updated. v5.13.7-65-g0a4df51

2010-11-22 Thread Father Chrysostomos
0a4df5147978fdeecf143dcc58bc4e04e196aced Author: Father Chrysostomos spr...@cpan.org Date: Mon Nov 22 16:22:08 2010 -0800 Clarify the hekp assignment in dump.c --- Summary of changes: dump.c |7 +++ 1 files changed, 7 insertions(+), 0 deletions(-) diff

[perl.git] branch blead, updated. v5.13.7-66-g605aedc

2010-11-22 Thread Father Chrysostomos
605aedcce76632b4ab6d032b928335097c11784a Author: Father Chrysostomos spr...@cpan.org Date: Mon Nov 22 16:42:00 2010 -0800 Don’t CLONE nameless hashes The cloning code was trying to call CLONE on nameless hashes that nonetheless had an effective name (HvENAME). This can happen if a nameless hash is assigned

[perl.git] branch blead, updated. v5.13.7-67-g99ee976

2010-11-22 Thread Father Chrysostomos
99ee976292c47b41b12e66dc2a0fea4a98c9ab9f Author: Father Chrysostomos spr...@cpan.org Date: Mon Nov 22 16:55:19 2010 -0800 Only call mro_package_moved on new substashes Commit 298d65111 added this mro_package_moved call. It does not need to happen if the substash already exists, as it will already have had

[perl.git] branch blead, updated. v5.13.7-73-g0f8e99e

2010-11-23 Thread Father Chrysostomos
0f8e99e6b6437e33cba24699aefea8b17ce0bfc6 Author: Father Chrysostomos spr...@cpan.org Date: Tue Nov 23 09:56:19 2010 -0800 Document the refcount of version functions’ retval --- Summary of changes: util.c |8 +++- 1 files changed, 7 insertions(+), 1

[perl.git] branch blead, updated. v5.13.7-96-g1be7d6f

2010-11-25 Thread Father Chrysostomos
1be7d6f30dca514e55231f7f2c85ef4f0c2e72ad Author: Father Chrysostomos spr...@cpan.org Date: Thu Nov 25 06:14:40 2010 -0800 [perl #78438] Memory leak with 'use v5.42' M pp_ctl.c commit 9d056fb0da516ee7e0b8deae1b90a1e2f382c7ec Author: Father Chrysostomos spr...@cpan.org Date: Thu Nov 25 06:11:12 2010 -0800 Stop eval

[perl.git] branch blead, updated. v5.13.7-108-g78da762

2010-11-26 Thread Father Chrysostomos
78da7625590089213831ed5137e24598b0cd3cea Author: Father Chrysostomos spr...@cpan.org Date: Fri Nov 26 06:25:36 2010 -0800 Stop eval BEGIN{die} from leaking This fixes the rest of [perl #78438]. eval BEGIN{die} creates a *{_(eval 1)} glob regardless of $^P’s setting in non-threaded builds as of change

[perl.git] branch blead, updated. v5.13.7-120-g001c3c5

2010-11-26 Thread Father Chrysostomos
001c3c51d1d471266e2a6c3da873e448b161c64b Author: Father Chrysostomos spr...@cpan.org Date: Fri Nov 26 14:51:07 2010 -0800 Clarify op_lvalue’s docs as requested by Reini Urban [perl #78908] --- Summary of changes: op.c | 12 1 files

[perl.git] branch blead, updated. v5.13.7-122-g8b47453

2010-11-26 Thread Father Chrysostomos
8b47453d44c563ee3090c84630e0eea428f30e97 Author: Father Chrysostomos spr...@cpan.org Date: Fri Nov 26 15:52:54 2010 -0800 [perl #78908] Reinstate mod for one more stable release --- Summary of changes: embed.fnc |2 ++ embed.h|1 + global.sym |1

[perl.git] branch blead, updated. v5.13.7-136-g8e747b6

2010-11-27 Thread Father Chrysostomos
8e747b69d61a6b4b771355185f7874d7b9a0c4d8 Author: Father Chrysostomos spr...@cpan.org Date: Sat Nov 27 07:43:18 2010 -0800 Increase PerlIO::scalar’s version --- Summary of changes: ext/PerlIO-scalar/scalar.pm |2 +- 1 files changed, 1 insertions(+), 1

[perl.git] branch blead, updated. v5.13.7-139-g3349954

2010-11-27 Thread Father Chrysostomos
3349954c325d8917b11f4bf86c2b1c66d2c8ecaf Author: Father Chrysostomos spr...@cpan.org Date: Sat Nov 27 13:02:49 2010 -0800 Suppress test warning added by 04698ff6 M t/op/hash.t commit 3e1892cc8d6022664f01f9119761911b28090cf1 Author: Father Chrysostomos spr...@cpan.org Date: Sat Nov 27 13:05:16 2010 -0800 Make *ISA

[perl.git] branch blead, updated. v5.13.7-140-gb373eab

2010-11-27 Thread Father Chrysostomos
b373eab86ddbda75272f61867b2520cfb9813d89 Author: Father Chrysostomos spr...@cpan.org Date: Sat Nov 27 13:25:07 2010 -0800 perldelta up to 2a25d7b6 --- Summary of changes: pod/perldelta.pod | 21 +++-- 1 files changed, 19 insertions(+), 2

[perl.git] branch blead, updated. v5.13.7-142-g5ebfb99

2010-11-27 Thread Father Chrysostomos
5ebfb99c6175ef51d7a09ed7659fc9fa6c4e5c84 Author: Father Chrysostomos spr...@cpan.org Date: Sat Nov 27 13:46:32 2010 -0800 Add Socket version numbers to perldelta M pod/perldelta.pod commit 3dfe102b861bb2caff291974c4dc5abb8c9e52c1 Author: Father Chrysostomos spr...@cpan.org Date: Sat Nov 27 13:45:58 2010 -0800

[perl.git] branch blead, updated. v5.13.7-144-g1428a56

2010-11-27 Thread Father Chrysostomos
1428a560116cc93eb46dfe5eed2a1da4f3f25e1a Author: Father Chrysostomos spr...@cpan.org Date: Sat Nov 27 23:38:43 2010 -0800 perldelta up to abf9167d M pod/perldelta.pod commit d54f8cf785fdc1f53170418da60541995cd24eef Author: John Peacock john.peac...@havurah-software.org Date: Sat Nov 27 22:05:41 2010 -0800 Bring core

[perl.git] branch blead, updated. v5.13.7-145-g11cd223

2010-11-27 Thread Father Chrysostomos
11cd2234ede886d4d423713187f261e9afbb44fb Author: Father Chrysostomos spr...@cpan.org Date: Sat Nov 27 23:46:26 2010 -0800 perldelta up to a51ee39b --- Summary of changes: pod/perldelta.pod |8 +++- 1 files changed, 7 insertions(+), 1 deletions(-) diff

[perl.git] branch blead, updated. v5.13.7-164-gfad448f

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

[perl.git] branch blead, updated. v5.13.7-172-g94a75ec

2010-11-28 Thread Father Chrysostomos
94a75ecf43c2b2684fcdd148754a11f69c3c3ab2 Author: Father Chrysostomos spr...@cpan.org Date: Sun Nov 28 10:54:49 2010 -0800 ++substr $re::VERSION, -1 M ext/re/re.pm commit 3a5e0888f9cd020e66614912777a71f8f3c19655 Author: Andreas J. Koenig andreas.koenig.7os6v...@franz.ak.mind.de Date: Sun Nov 28 10:53:39 2010 -0800

[perl.git] branch blead, updated. v5.13.7-177-gc2e0289

2010-11-28 Thread Father Chrysostomos
c2e0289ec9c3ceb8a52335bf8446b9abc61434bb Author: Father Chrysostomos spr...@cpan.org Date: Sun Nov 28 12:43:03 2010 -0800 perldelta for d54f8cf785 M pod/perldelta.pod commit 2dc78664124f51814246e5b3da10c8a9f5fe2726 Author: Nicholas Clark n...@ccl4.org Date: Fri Nov 26 15:53:56 2010 + Make my $pi := 4; a syntax

[perl.git] branch blead, updated. v5.13.7-181-gc003e62

2010-11-28 Thread Father Chrysostomos
c003e62a7fe827104127da3546a65f2ddadab3d4 Author: Lukas Mai l@web.de Date: Sun Nov 28 21:56:44 2010 -0800 [perl #79914] documentation bug in perldoc perlvar $| M pod/perlvar.pod commit 8cf4eb631e274dc9220e2e5a34c320e5b877521a Author: Father Chrysostomos spr...@cpan.org Date: Sun Nov 28 21:56:37 2010 -0800 AUTHORS

[perl.git] branch blead, updated. v5.13.7-183-g75bc03b

2010-11-28 Thread Father Chrysostomos
75bc03b37d4cda9b1f2c599806c7d977157d9df5 Author: Father Chrysostomos spr...@cpan.org Date: Sun Nov 28 14:10:44 2010 -0800 perldelta: The last few commits are not noteworthy except for one that already has an entry. M pod/perldelta.pod commit f295f417112ec95dc1a028fc1dbeca7bbd872bcf Author: Father Chrysostomos spr

[perl.git] branch blead, updated. v5.13.7-189-g3ad6135

2010-11-29 Thread Father Chrysostomos
3ad6135dbb7d518600eac9177c7f007cdfccf5ba Author: Father Chrysostomos spr...@cpan.org Date: Mon Nov 29 06:09:37 2010 -0800 perldelta entry for [perl #63540] M pod/perldelta.pod commit dbe92b04c262cab7908c1678a21a3dac03a61e15 Author: Father Chrysostomos spr...@cpan.org Date: Mon Nov 29 06:05:35 2010 -0800 [perl #63540

[perl.git] branch blead, updated. v5.13.7-200-g490d91d

2010-11-29 Thread Father Chrysostomos
490d91dd1a0e93241f348b009a39fe6a61fc2256 Author: Father Chrysostomos spr...@cpan.org Date: Mon Nov 29 21:56:25 2010 -0800 Oops. That was part of my first attempt to fix [perl #68560]. I forgot to delete it. (It’s harmless.) --- Summary of changes

[perl.git] branch blead, updated. v5.13.7-201-g10533ac

2010-11-29 Thread Father Chrysostomos
10533aceddca633dc790cac997abdf25175ed2c8 Author: Father Chrysostomos spr...@cpan.org Date: Mon Nov 29 22:23:12 2010 -0800 Another oops. Something else changed unnecessarily by 541ed3a9. I really oughtn’t do this when I’ve been awake for more than 18 hours

[perl.git] branch blead, updated. v5.13.7-209-g17e8b60

2010-11-30 Thread Father Chrysostomos
17e8b60cd2a564ab6f4bed82ccda0c92a424ae9f Author: Father Chrysostomos spr...@cpan.org Date: Tue Nov 30 05:01:25 2010 -0800 Use ' to avoid interpolation M t/op/attrs.t commit 779bcb7d68c0d77839c133a5b8429f43e63a961f Author: Nick Cleaton n...@cleaton.net Date: Mon Nov 29 22:26:43 2010 -0800 [perl #79152] super-linear

[perl.git] branch blead, updated. v5.13.7-213-gba781e0

2010-11-30 Thread Father Chrysostomos
ba781e0dc9f7630534d9110ae60d4cd6482b77d4 Author: Father Chrysostomos spr...@cpan.org Date: Tue Nov 30 08:33:50 2010 -0800 Suppress warning from t/op/attrs.t M t/op/attrs.t commit 6b7c6d9593471bad3cd6ea2eb3e51ebf08acad3a Author: Father Chrysostomos spr...@cpan.org Date: Tue Nov 30 05:54:23 2010 -0800 [perl #77762

[perl.git] branch blead, updated. v5.13.7-216-ga21fa3b

2010-11-30 Thread Father Chrysostomos
a21fa3b025feb558a9279178ad69b68bd03ace56 Author: Jerry D. Hedden jdhed...@cpan.org Date: Tue Nov 30 18:22:35 2010 -0500 Skip t/io/eintr.t on Cygwin, too - hangs M t/io/eintr.t commit 4aa3a86749acdb989cb33981ae3dd1fde939b66a Author: Father Chrysostomos spr...@cpan.org Date: Tue Nov 30 15:53:16 2010 -0800 Fix memory

[perl.git] branch blead, updated. v5.13.7-249-g1726bc1

2010-12-02 Thread Father Chrysostomos
1726bc11330f7a943b1e12c6dd5fa5454b90abd6 Author: Father Chrysostomos spr...@cpan.org Date: Thu Dec 2 08:30:51 2010 -0800 [perl #80098] Bleadperl breaks Attribute::Lexical If @UNIVERSAL::ISA = a; and @a::ISA = b; then methods are searched for in these orders: main UNIVERSAL a b

[perl.git] branch blead, updated. v5.13.7-259-ga24ded6

2010-12-02 Thread Father Chrysostomos
a24ded606bb59c5c16a2c1b6af192beca18b734f Author: Father Chrysostomos spr...@cpan.org Date: Thu Dec 2 18:02:06 2010 -0800 Document the explicit * in tie *$handle --- Summary of changes: pod/perltie.pod |7 +++ 1 files changed, 7 insertions(+), 0 deletions

[perl.git] branch blead, updated. v5.13.7-273-gc5f61d2

2010-12-04 Thread Father Chrysostomos
c5f61d2f6c6a61f066e2782b785123a846775497 Author: Peter J. Holzer h...@hjp.at Date: Sat Dec 4 11:40:23 2010 -0800 [perl #80220] order of hash keys wrong in perlfunc.pod M pod/perlfunc.pod commit fcde9905a66ddbd8644f294f10a006b7fe728b69 Author: Father Chrysostomos spr...@cpan.org Date: Sat Dec 4 11:39:16 2010 -0800

[perl.git] branch blead, updated. v5.13.7-282-g96ef02b

2010-12-04 Thread Father Chrysostomos
96ef02be7124de9aed63a73dc9ad91b6ccbc0a09 Author: Father Chrysostomos spr...@cpan.org Date: Sat Dec 4 12:38:38 2010 -0800 Emit warning for use re /ul This was an omission on my part. This should perhaps be an error, but I am just following what ‘use re’ already does with ‘use re whatever’. M ext

[perl.git] branch blead, updated. v5.13.7-283-g1d0dc94

2010-12-04 Thread Father Chrysostomos
1d0dc949f7a04207648286021a5832d418869086 Author: Father Chrysostomos spr...@cpan.org Date: Sat Dec 4 12:43:06 2010 -0800 Un-TODO and un-SKIP the [perl #22354] tests We can run these now that the regexp engine is reëntrant. --- Summary of changes: t/re

[perl.git] branch blead, updated. v5.13.7-285-g6c375d8

2010-12-05 Thread Father Chrysostomos
6c375d8b0b90e5a4fd3373643b39371dd01bfc07 Author: Father Chrysostomos spr...@cpan.org Date: Sat Dec 4 19:27:27 2010 -0800 To-do tests for abnormal exiting from (?{}) M t/re/reg_eval_scope.t commit d6faba0b5affae968c1e498904ac6414bdcc167e Author: Father Chrysostomos spr...@cpan.org Date: Sat Dec 4 18:11:24 2010 -0800

[perl.git] branch blead, updated. v5.13.7-296-g1af910e

2010-12-07 Thread Father Chrysostomos
In perl.git, the branch blead has been updated http://perl5.git.perl.org/perl.git/commitdiff/1af910ea8358b80143d7e7c877436232e1fde3ec?hp=f36626324a6d43051a06d5a6d634a7e98042725b - Log - commit

[perl.git] branch blead, updated. v5.13.7-297-g558b442

2010-12-07 Thread Father Chrysostomos
558b442404962caba5a81ad5b785fef3cf5eac5d Author: Father Chrysostomos spr...@cpan.org Date: Tue Dec 7 18:02:16 2010 -0800 [perl #66104] Bugs in extended regexp features More precisely: Make run-time (?{...}) inherit pragmata. This commit makes Perl_sv_compile_2op_is_broken (nice name!) copy the hints from

[perl.git] branch blead, updated. v5.13.7-298-gec19219

2010-12-07 Thread Father Chrysostomos
ec192197b904194f8a514368e774522e9b83add8 Author: Father Chrysostomos spr...@cpan.org Date: Tue Dec 7 18:28:46 2010 -0800 Avoid setting PL_cv_has_eval unnecessarily Quoting op.c: /* /$x/ may cause an eval, since $x might be qr/(?{..})/ */ But the (?{..})’s compilation is only ever reached

[perl.git] branch blead, updated. v5.13.7-339-ga1fba7e

2010-12-08 Thread Father Chrysostomos
a1fba7eb664f6fea65549e94672040d8e47c905e Author: Father Chrysostomos spr...@cpan.org Date: Wed Dec 8 16:52:08 2010 -0800 [perl #68658] attributes turn state into my This is for two reasons: • In S_my_kid, the attribute-handling code comes before the code that marks the padop as being a state instead

[perl.git] branch blead, updated. v5.13.7-340-g9f7e3d6

2010-12-08 Thread Father Chrysostomos
In perl.git, the branch blead has been updated http://perl5.git.perl.org/perl.git/commitdiff/9f7e3d64c241e7225e9cb83f0b0e97f55f68f8b2?hp=a1fba7eb664f6fea65549e94672040d8e47c905e - Log - commit

[perl.git] branch blead, updated. v5.13.7-357-g70bfa48

2010-12-10 Thread Father Chrysostomos
70bfa48a28b9dab30bf99f2aa276e4fb7ff2fd55 Author: Father Chrysostomos spr...@cpan.org Date: Fri Dec 10 00:28:02 2010 -0800 perldelta for [perl #19135] --- Summary of changes: pod/perldelta.pod |9 - 1 files changed, 8 insertions(+), 1 deletions

[perl.git] branch blead, updated. v5.13.7-371-gf853e70

2010-12-10 Thread Father Chrysostomos
f853e70ac6fb4770dfc9ea44704df8480e41b033 Author: Father Chrysostomos spr...@cpan.org Date: Fri Dec 10 16:12:13 2010 -0800 perldelta for [perl #68658] M pod/perldelta.pod commit e6f1cc4db50c9cdd01b82e9d85fc4ae74079e64a Author: Father Chrysostomos spr...@cpan.org Date: Fri Dec 10 14:59:31 2010 -0800 perldelta

[perl.git] branch blead, updated. v5.13.7-372-g3707930

2010-12-10 Thread Father Chrysostomos
3707930867f717d57fcf64228b8b1fe57e88716a Author: Father Chrysostomos spr...@cpan.org Date: Fri Dec 10 16:17:09 2010 -0800 perldelta for [perl #72090] --- Summary of changes: pod/perldelta.pod |8 1 files changed, 8 insertions(+), 0 deletions

[perl.git] branch blead, updated. v5.13.7-374-gb2ef6d4

2010-12-10 Thread Father Chrysostomos
b2ef6d44c7d3e6463abb48b4fc82b08e88b5127a Author: Father Chrysostomos spr...@cpan.org Date: Fri Dec 10 21:46:13 2010 -0800 [perl #68712] caller() filenames broken by use require() sets the file name for PL_compiling but localises it to the calling scope, not the scope that it creates. As a result, caller() during

[perl.git] branch blead, updated. v5.13.7-378-gdd698a0

2010-12-10 Thread Father Chrysostomos
dd698a052986b1a3b3a1969c7d44d0275ddb6939 Author: Father Chrysostomos spr...@cpan.org Date: Fri Dec 10 22:12:48 2010 -0800 Fix some casts in typemap M lib/ExtUtils/typemap commit d257ec14259964174e602edb78bec9e5be422f97 Author: Father Chrysostomos spr...@cpan.org Date: Fri Dec 10 22:11:30 2010 -0800 Fix test count

[perl.git] branch blead, updated. v5.13.7-405-g4c9d53d

2010-12-11 Thread Father Chrysostomos
4c9d53d59a35f57a9c3f30e6f419076cd0cb676e Author: Father Chrysostomos spr...@cpan.org Date: Sat Dec 11 16:28:59 2010 -0800 perldelta for [perl #68712] M pod/perldelta.pod commit 78cdf10786e359ee461137c8a18efb13ea76c331 Author: Zefram zef...@fysh.org Date: Sat Dec 11 01:31:03 2010 + recursive-descent expression

[perl.git] branch blead, updated. v5.13.7-406-gad021bf

2010-12-11 Thread Father Chrysostomos
ad021bfb7f2cc6ff5ff998e4e0efe2ba182cbbd5 Author: Father Chrysostomos spr...@cpan.org Date: Sat Dec 11 18:50:49 2010 -0800 [perl #76026] match variables persist between calls to a sort sub Since, for speed’s sake, pp_sort does not call PUSH/POPBLOCK for every invocation of a sort subroutine, it fails to restore

[perl.git] branch blead, updated. v5.13.7-407-gaa93e3a

2010-12-11 Thread Father Chrysostomos
aa93e3ab0fc02f21191620115a7249537d740cd6 Author: Father Chrysostomos spr...@cpan.org Date: Sat Dec 11 23:31:44 2010 -0800 Fix test count in t/re/pat.t --- Summary of changes: t/re/pat.t |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/t

[perl.git] branch blead, updated. v5.13.7-410-ga425677

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

[perl.git] branch blead, updated. v5.13.7-414-g0c7420e

2010-12-12 Thread Father Chrysostomos
0c7420e7b3bde667ecbb9bb44d8ebf002ade042d Author: Father Chrysostomos spr...@cpan.org Date: Sun Dec 12 18:12:37 2010 -0800 perldelta for 88b5a87 --- Summary of changes: pod/perldelta.pod |7 ++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git

[perl.git] branch blead, updated. v5.13.7-415-gc61b6d0

2010-12-12 Thread Father Chrysostomos
c61b6d0f122e033c83cfb0205148e36d2f508353 Author: Father Chrysostomos spr...@cpan.org Date: Sun Dec 12 20:44:26 2010 -0800 perldelta for 78cdf10 --- Summary of changes: pod/perldelta.pod |9 - 1 files changed, 8 insertions(+), 1 deletions(-) diff

[perl.git] branch blead, updated. v5.13.7-416-g460c4bf

2010-12-12 Thread Father Chrysostomos
460c4bfbbcc9bdaf4d1bc35d9b50dea3e62cd6a6 Author: Father Chrysostomos spr...@cpan.org Date: Sun Dec 12 20:45:47 2010 -0800 perldelta for ad021bf/[perl #76026] --- Summary of changes: pod/perldelta.pod |8 +++- 1 files changed, 7 insertions(+), 1 deletions

[perl.git] branch blead, updated. v5.13.7-417-g26de4ac

2010-12-12 Thread Father Chrysostomos
26de4ac8ffde32c9857da650ee748164bd7f4125 Author: Father Chrysostomos spr...@cpan.org Date: Sun Dec 12 22:32:22 2010 -0800 perldelta for a4256772 --- Summary of changes: pod/perldelta.pod |9 - 1 files changed, 8 insertions(+), 1 deletions(-) diff

[perl.git] branch blead, updated. v5.13.7-418-g7cdf330

2010-12-12 Thread Father Chrysostomos
7cdf3308efb26eafabf57652e17fccd59e61076e Author: Father Chrysostomos spr...@cpan.org Date: Sun Dec 12 22:38:24 2010 -0800 perldelta tweaks --- Summary of changes: pod/perldelta.pod |7 --- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git

[perl.git] branch blead, updated. v5.13.7-471-gefef081

2010-12-16 Thread Father Chrysostomos
In perl.git, the branch blead has been updated http://perl5.git.perl.org/perl.git/commitdiff/efef081eeab2e6a1f5882c447d1aa3cfb2201e46?hp=2dcac756b8b2c3b3d7d34174ba27b78fb1c7ba4a - Log - commit

[perl.git] branch blead, updated. v5.13.7-472-g91fad77

2010-12-16 Thread Father Chrysostomos
91fad77069f92e9f6cd63741681e26f20ca8cb74 Author: Father Chrysostomos spr...@cpan.org Date: Thu Dec 16 21:36:02 2010 -0800 Increase B::Concise’s version --- Summary of changes: ext/B/B/Concise.pm |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff

[perl.git] branch blead, updated. v5.13.7-476-g04b0a66

2010-12-16 Thread Father Chrysostomos
04b0a66913c4569841be4ef05a48019f0924d4c2 Author: Father Chrysostomos spr...@cpan.org Date: Thu Dec 16 22:31:16 2010 -0800 perldelta for efef081 and 91fad77 M pod/perldelta.pod commit 121e1895db2775482285f472f8ad35638e86b064 Author: Father Chrysostomos spr...@cpan.org Date: Thu Dec 16 22:28:22 2010 -0800 perldelta

[perl.git] branch blead, updated. v5.13.7-491-g9f47963

2010-12-18 Thread Father Chrysostomos
9f47963d4156d454084c8456d1538bfe0fee3858 Author: Father Chrysostomos spr...@cpan.org Date: Sat Dec 18 17:21:41 2010 -0800 Test B::Concise’s -tree mode --- Summary of changes: ext/B/t/concise.t | 15 ++- 1 files changed, 14 insertions(+), 1

[perl.git] branch blead, updated. v5.13.8-38-gd7ccd3f

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

[perl.git] branch blead, updated. v5.13.8-39-ga404c96

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

[perl.git] branch blead, updated. v5.13.8-42-g23e2fda

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

[perl.git] branch blead, updated. v5.13.8-43-g6fae7aa

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

[perl.git] branch blead, updated. v5.13.8-92-gdedb16d

2011-01-02 Thread Father Chrysostomos
In perl.git, the branch blead has been updated http://perl5.git.perl.org/perl.git/commitdiff/dedb16dc0c120d95838b9c92d8ea7f6c72081857?hp=4b24804c085ea7ddbc20fa745c8d326ab5e21f36 - Log - commit

[perl.git] branch blead, updated. v5.13.8-94-g3d450a5

2011-01-02 Thread Father Chrysostomos
In perl.git, the branch blead has been updated http://perl5.git.perl.org/perl.git/commitdiff/3d450a5dd4e8f9a7b2aba0b018f9fe078fb6aa30?hp=42467a219c70177fc2004ed9b73d6c3db59dba5c - Log - commit

[perl.git] branch blead, updated. v5.13.8-99-g5e30727

2011-01-02 Thread Father Chrysostomos
5e3072707906cc4cb8a364c4cf7c487df0300caa Author: Father Chrysostomos spr...@cpan.org Date: Sun Jan 2 18:30:17 2011 -0800 tests for [perl #36347] Object destruction incomplete M t/op/ref.t commit 4155e4fe81b9987a30efea627e43a574f5460f73 Author: Father Chrysostomos spr...@cpan.org Date: Sun Jan 2 14:51:21 2011 -0800

[perl.git] branch blead, updated. v5.13.8-113-g2831a86

2011-01-02 Thread Father Chrysostomos
In perl.git, the branch blead has been updated http://perl5.git.perl.org/perl.git/commitdiff/2831a86cee065b53b74fd19ddcc6a4257484646d?hp=79c932f0fc58fd4c6000b5c0d13b24ccd93b879b - Log - commit

[perl.git] branch blead, updated. v5.13.8-120-gdbe1c45

2011-01-02 Thread Father Chrysostomos
dbe1c45dfc646f81b41cf322f7c93f0ddca03bfd Author: Father Chrysostomos spr...@cpan.org Date: Sun Jan 2 23:49:17 2011 -0800 missing article M pod/perlboot.pod commit fa3a75c51ac0ee5288d905101964f87546af462e Author: Father Chrysostomos spr...@cpan.org Date: Sun Jan 2 23:38:32 2011 -0800 M pod/perlbook.pod commit

[perl.git] branch blead, updated. v5.13.8-312-g116f6d6

2011-01-16 Thread Father Chrysostomos
/BigInt.pm M dist/Math-BigInt/t/bare_mbi.t M dist/Math-BigInt/t/bigintpm.inc M dist/Math-BigInt/t/bigintpm.t M dist/Math-BigInt/t/sub_mbi.t M dist/Math-BigRat/t/bigratpm.inc commit d8a75b5a439e75bb458307d35cc1e66f99c4333b Author: Father Chrysostomos spr...@cpan.org Date

[perl.git] branch blead, updated. v5.13.8-364-g48052fe

2011-01-17 Thread Father Chrysostomos
48052fe507e137a3e91199e64287b68b65a87c87 Author: Father Chrysostomos spr...@cpan.org Date: Mon Jan 17 20:06:44 2011 -0800 perlcall: More punctuation changes M pod/perlcall.pod commit 24cbb42aa5f0fe61f1f764c810425c41d37d89da Author: Father Chrysostomos spr...@cpan.org Date: Mon Jan 17 18:11:46 2011 -0800 Put

[perl.git] branch blead, updated. v5.13.8-370-g919930a

2011-01-17 Thread Father Chrysostomos
919930a6ceb9ea2ef3c29fd49784e5209f2ee06e Author: Father Chrysostomos spr...@cpan.org Date: Mon Jan 17 22:30:22 2011 -0800 Add Leon Timmermans to AUTHORS M AUTHORS commit faaf68361923e4bb95d1eb919bc724a0dcc5a4ce Author: Leon Timmermans faw...@gmail.com Date: Mon Jan 17 17:59:33 2011 +0100 Clarify limitation in safe

[perl.git] branch blead, updated. v5.13.8-372-g1d45ec2

2011-01-17 Thread Father Chrysostomos
1d45ec279e4e105512a2803e3d0bd974a151a0f6 Author: Father Chrysostomos spr...@cpan.org Date: Mon Jan 17 22:32:52 2011 -0800 perlcall: More grammatical errors M pod/perlcall.pod commit 6c818a5090e56cbd25bf8437be837b3d40a26ac5 Author: Father Chrysostomos spr...@cpan.org Date: Mon Jan 17 20:21:43 2011 -0800 perlcall

[perl.git] branch blead, updated. v5.13.8-390-g2d51747

2011-01-18 Thread Father Chrysostomos
In perl.git, the branch blead has been updated http://perl5.git.perl.org/perl.git/commitdiff/2d51747b8d0fbff249ca971199aa8ddb5856d3c3?hp=dc92530577ed67345a2e69b1f6631d95899e47f9 - Log - commit

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