| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
| |
This reverts commit 7dc5472a0a41a8396671d5586d4c1254a1cb5e8c.
Back out XS switch over
|
| |
|
|
|
|
|
| |
XS-APItest-KeywordRPN has turned out to be less useful as an independent
module than expected, and less strictly about RPN than it originally was.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Date: Tue, 27 Oct 2009 01:29:40 +0000
From: Zefram <zefram@fysh.org>
To: perl5-porters@perl.org
Subject: bareword sub lookups
Attached is a patch that changes how the tokeniser looks up subroutines,
when they're referenced by a bareword, for prototype and const-sub
purposes. Formerly, it has looked up bareword subs directly in the
package, which is contrary to the way the generated op tree looks up
the sub, via an rv2cv op. The patch makes the tokeniser generate the
rv2cv op earlier, and dig around in that.
The motivation for this is to allow modules to hook the rv2cv op
creation, to affect the name->subroutine lookup process. Currently,
such hooking affects op execution as intended, but everything goes wrong
with a bareword ref where the tokeniser looks at some unrelated CV,
or a blank space, in the package. With the patch in place, an rv2cv
hook correctly affects the tokeniser and therefore the prototype-based
aspects of parsing.
The patch also changes ck_subr (which applies the argument context and
checking parts of prototype behaviour) to handle subs referenced by an
RV const op inside the rv2cv, where formerly it would only handle a gv
op inside the rv2cv. This is to support the most likely kind of modified
rv2cv op.
[This commit includes the Makefile.PL for XS-APITest-KeywordRPN missing
from the original patch, as well as updates to perldiag.pod and a
MANIFEST sort]
|
|
|
| |
p4raw-id: //depot/perl@17454
|
|
|
| |
p4raw-id: //depot/perl@17177
|
|
|
| |
p4raw-id: //depot/perl@16370
|
|
|
| |
p4raw-id: //depot/perl@13571
|
|
|
| |
p4raw-id: //depot/perl@13420
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The CPAN distribution has both pm and XS implementations,
and for performance reasons we choose the XS.
Another reason to choose the XS is that it doesn't
require Lingua::KO::Hangul::Util, which means that
we can delete that-- which in turn means that Unicode::UCD
cannot expect that: support it, but don't expect.
Ditto Unicode::Collate.
Note that Unicode::Normalize Makefile.PL and
Normalize.xs have been modified from the CPAN 0.10
versions: the first one to be simpler (no pm) and
clean up the generated unf*.h files, the second one
to quench compiler grumblings. Must notify Sadahiro
about these changes.
p4raw-id: //depot/perl@12909
|
|
|
| |
p4raw-id: //depot/perl@12067
|
|
|
| |
p4raw-id: //depot/perl@11631
|
|
|
|
|
| |
Message-ID: <20010620100515.L5600@libra.eth.ericsson.se>
p4raw-id: //depot/perl@10764
|
|
|
|
|
| |
Message-ID: <20010619105906.C5600@libra.eth.ericsson.se>
p4raw-id: //depot/perl@10718
|
|
|
|
|
| |
from Matt Sergeant.
p4raw-id: //depot/perl@9748
|
|
|
|
|
| |
optimism is in the air.
p4raw-id: //depot/perl@9337
|
|
|
|
|
|
| |
U/WIN, and VM/ESA (and fixups for DJGPP). Some of
these additions may be too optimistic.
p4raw-id: //depot/perl@9324
|
|
|
|
|
| |
Message-ID: <20001216014052.A335@freemail.hu>
p4raw-id: //depot/perl@8142
|
|
|
|
|
|
|
| |
and Storable.pm
Message-Id: <5.0.1.4.0.20001119011855.00a55ec0@pop5.banet.net>
p4raw-id: //depot/perl@7749
|
|
|
|
|
|
| |
Subject: [ID 20000826.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6788 on dos-djgpp djgpp (UNINSTALLED) [PATCH]
Message-Id: <20000826232440.A439@freemail.hu>
p4raw-id: //depot/perl@6844
|
|
|
| |
p4raw-id: //depot/perl@5288
|
|
|
| |
p4raw-id: //depot/perl@5196
|
|
|
|
|
|
| |
To: Perl 5 Porters <perl5-porters@perl.org>
Message-ID: <19991025101130.K459@crater.eth.ericsson.se>
p4raw-id: //depot/cfgperl@4454
|
|
|
| |
p4raw-id: //depot/perl@4121
|
|
|
|
|
|
| |
To: Perl 5 Porters <perl5-porters@perl.org>
Message-ID: <19981213000844.C264@beeblebrox>
p4raw-id: //depot/cfgperl@2473
|
|
|
|
|
| |
Message-ID: <19980710231211.A161@cdata.tvnet.hu>
p4raw-id: //depot/perl@1433
|
|
|
|
|
| |
Message-ID: <19980707234750.A180@cdata.tvnet.hu>
p4raw-id: //depot/perl@1373
|
|
|
| |
p4raw-id: //depot/perl@849
|
|
|
|
|
|
|
|
| |
Subject: [PATCH for 5.004_61] dos-djgpp update
Date: Fri, 6 Mar 1998 10:41:01 +0100
Subject: [PATCH 5.004_62] dos-djgpp update
Date: Thu, 12 Mar 1998 13:34:51 +0100
p4raw-id: //depot/perl@811
|
|
Subject: Re: dos-djgpp port not in perl 5.004_54
p4raw-id: //depot/perl@373
|