# New Ticket Created by Will Coleda
# Please include the string: [perl #41790]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=41790 >
I have some work for Tcl pending commit that requires I know the name
a .Sub was invoke
On Sun, Mar 11, 2007 at 02:17:25PM -0700, [EMAIL PROTECTED] wrote:
> Author: audreyt
> Date: Sun Mar 11 14:17:24 2007
> New Revision: 14335
> Modified: doc/trunk/design/syn/S06.pod
> ==
> --- doc/trunk/design/syn/S06.pod
chromatic wrote:
Here's a patch that does the minimal amount of work necessary to tell
ExtUtils::MakeMaker how to build Parrot::Embed from a compiled but
uninstalled Parrot. It works on Linux; my hope is that it will work much better on Windows.
Just tried it, and...
Microsoft (R) Program
Author: audreyt
Date: Sun Mar 11 14:52:42 2007
New Revision: 14337
Modified:
doc/trunk/design/syn/S03.pod
Log:
* S03: Allow infix-assignment forms in the simple-one-arg
case of variable declaration:
constant Dog $fido .= new; # okay: a constant Dog object
constant Dog $fido = D
Author: audreyt
Date: Sun Mar 11 14:27:26 2007
New Revision: 14336
Modified:
doc/trunk/design/syn/S06.pod
Log:
* typo; gaal++
Modified: doc/trunk/design/syn/S06.pod
==
--- doc/trunk/design/syn/S06.pod(original
Author: audreyt
Date: Sun Mar 11 14:17:24 2007
New Revision: 14335
Modified:
doc/trunk/design/syn/S06.pod
Log:
* S06: Add the "only" routine modifier.
Also state explicitly that modifiers cannot apply
on anonymous routines.
Modified: doc/trunk/design/syn/S06.pod
=
Author: larry
Date: Sun Mar 11 13:41:29 2007
New Revision: 14334
Modified:
doc/trunk/design/syn/S06.pod
Log:
thinko spotted by rhr++
Modified: doc/trunk/design/syn/S06.pod
==
--- doc/trunk/design/syn/S06.pod(
Author: audreyt
Date: Sun Mar 11 10:46:36 2007
New Revision: 14333
Modified:
doc/trunk/design/syn/S03.pod
Log:
* S03: Unify scope declarator initializers with signature
parameter initializers, yay!
These forms are now fine:
constant $x = 123;
constant ($x = 123);
constant :($
Author: larry
Date: Sun Mar 11 10:28:42 2007
New Revision: 14332
Modified:
doc/trunk/design/syn/S02.pod
doc/trunk/design/syn/S06.pod
Log:
turned context() into an arglist-specified navigator
defined caller more correctly as context(&?ROUTINE,1)
clarified relationship of caller : CALLER :: c
Problem fixed by chromatic++ in r17426; thanks!
Author: audreyt
Date: Sun Mar 11 08:17:58 2007
New Revision: 14331
Modified:
doc/trunk/design/syn/S12.pod
Log:
* S12: Pass-throught methods should capture the entire
invocation, not only the positional part. Also remove
the bogus "is context".
Modified: doc/trunk/design/syn/S12.pod
=
11 matches
Mail list logo