This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Re: new C3 MRO patch
authorBrandon Black <blblack@gmail.com>
Tue, 17 Apr 2007 13:14:36 +0000 (08:14 -0500)
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Thu, 19 Apr 2007 14:48:20 +0000 (14:48 +0000)
commite1a479c5e0c08fb10925261f03573261c69ca0dc
tree09088fd1ef489ff5660300a532f799144ff7ae6a
parent0a311364e00e9bf5b4fcb140ade49b02e46833dd
Re: new C3 MRO patch
From: "Brandon Black" <blblack@gmail.com>
Message-ID: <84621a60704171114k29b0460el5b08ce5185d55ed5@mail.gmail.com>

p4raw-id: //depot/perl@30980
60 files changed:
MANIFEST
Makefile.SH
Makefile.micro
NetWare/Makefile
embed.fnc
embed.h
ext/B/t/b.t
global.sym
gv.c
hv.c
hv.h
lib/constant.pm
lib/mro.pm [new file with mode: 0644]
lib/overload.pm
mg.c
mro.c [new file with mode: 0644]
op.c
perl.c
pod/perlapi.pod
pp_hot.c
proto.h
scope.c
sv.c
t/TEST
t/mro/basic.t [new file with mode: 0644]
t/mro/basic_01_c3.t [new file with mode: 0644]
t/mro/basic_01_dfs.t [new file with mode: 0644]
t/mro/basic_02_c3.t [new file with mode: 0644]
t/mro/basic_02_dfs.t [new file with mode: 0644]
t/mro/basic_03_c3.t [new file with mode: 0644]
t/mro/basic_03_dfs.t [new file with mode: 0644]
t/mro/basic_04_c3.t [new file with mode: 0644]
t/mro/basic_04_dfs.t [new file with mode: 0644]
t/mro/basic_05_c3.t [new file with mode: 0644]
t/mro/basic_05_dfs.t [new file with mode: 0644]
t/mro/c3_with_overload.t [new file with mode: 0644]
t/mro/complex_c3.t [new file with mode: 0644]
t/mro/complex_dfs.t [new file with mode: 0644]
t/mro/dbic_c3.t [new file with mode: 0644]
t/mro/dbic_dfs.t [new file with mode: 0644]
t/mro/inconsistent_c3.t [new file with mode: 0644]
t/mro/method_caching.t [new file with mode: 0644]
t/mro/next_method.t [new file with mode: 0644]
t/mro/next_method_edge_cases.t [new file with mode: 0644]
t/mro/next_method_in_anon.t [new file with mode: 0644]
t/mro/next_method_in_eval.t [new file with mode: 0644]
t/mro/next_method_skip.t [new file with mode: 0644]
t/mro/next_method_used_with_NEXT.t [new file with mode: 0644]
t/mro/overload_c3.t [new file with mode: 0644]
t/mro/overload_dfs.t [new file with mode: 0644]
t/mro/recursion_c3.t [new file with mode: 0644]
t/mro/recursion_dfs.t [new file with mode: 0644]
t/mro/vulcan_c3.t [new file with mode: 0644]
t/mro/vulcan_dfs.t [new file with mode: 0644]
t/op/magic.t
universal.c
vms/descrip_mms.template
win32/Makefile
win32/Makefile.ce
win32/makefile.mk