Author: larry
Date: Sun Jan 28 16:04:21 2007
New Revision: 13542
Modified:
doc/trunk/design/syn/S03.pod
doc/trunk/design/syn/S06.pod
Log:
Typos from (Joe and Mark)++
Rethink of low-precedence priority to unify listops with contextualizers.
Comma precedence now separate to avoid former sophi
On Sat, Jan 27, 2007 at 11:39:16AM -0800, Alek Storm wrote:
> Also, though this is more of a language design question,
> shouldn't we deprecate the double-underscore method of overriding, since we
> now have the :vtable flag?
Just a note that we cannot deprecate the double-underscore method
of ove
Nicholas Clark writes:
> Also, I'm never totally confident on what isn't quite undefined behaviour in
> C, but something like
>
> $a = $b + ++$b;
>
> doesn't appear to have multiple side effects, yet it ought to be undefined.
It is undefined in C. The standard says that between any adjacent p
In the "Multiplicative Precedence" section of S04, "div" is specified twice.
Joe Gottman
# New Ticket Created by "Alek Storm"
# Please include the string: [perl #41364]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=41364 >
This patch allows object vtable method overrides for find_method, get_attr,
get_attr, ge