# New Ticket Created by Christoph Otto
# Please include the string: [perl #51062]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=51062 >
This patch adds an initial PHPArray PMC to Plumhead. After my earlier
question about
# New Ticket Created by Stephen Weeks
# Please include the string: [perl #51052]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=51052 >
[EMAIL PROTECTED] perl6]$ echo 3.say | ./perl6 --target=pir
.namespace
.sub "_block10
# New Ticket Created by Christoph Otto
# Please include the string: [perl #51056]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=51056 >
This patch fixes some inaccurate documentation in gen_class.pl and makes
generated sk
Hi,
I'm trying to get an intuition how Parrot uses the basic data types,
with an eye on INTVAL and opcode_t, what their limits and relationships are.
Given a regular 32-bit x86 box, should it be possible to use Parrot with
a 16-bit short, or a 64-bit long long, intval? The same question for
o
Fixed in r25936, thanks!
Pm
On Fri Nov 02 07:56:44 2007, particle wrote:
> as per PDD07 (r22655,) c macro args *must* be wrapped in parens inside
> macro bodies, to allow expressions passed as macro parameters.
>
> for example, i expect:
> #define CLASS_has_alien_parents_TEST(o)
> CLASS_flag_TEST(has_alien_parents, (o))
> i
On Thu Feb 21 15:41:52 2008, [EMAIL PROTECTED] wrote:
> Howdy,
>
> " ft=pir" was removed from the codas in languages/c99/c99.pir and
> languages/c99/src/builtins/say.pir, which causes
> t/codingstd/pir_code_coda.t to fail. The attached patch fixes these
> failures.
>
> Matt
>
Thanks, applied i
On Wed Feb 20 19:53:30 2008, [EMAIL PROTECTED] wrote:
> On Wed Feb 20 18:17:12 2008, [EMAIL PROTECTED] wrote:
>
> > >
> > > Class::Struct was first released with perl 5.004
> ...
> > > Text::Balanced was first released with perl 5.007003
> > >
> >
>
Both removed from distribution in r25974.