[perl #51062] [NEW] PHPArray PMC

2008-02-21 Thread via RT
# 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

[perl #51052] [perl6] PCT has problems with integer literals

2008-02-21 Thread via RT
# 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

[perl #51056] [PATCH] coding style consistency and doc fix

2008-02-21 Thread via RT
# 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

What are the constraints for INTVAL?

2008-02-21 Thread Ron Blaschke
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

[perl #51052] [perl6] PCT has problems with integer literals

2008-02-21 Thread Patrick R. Michaud via RT
Fixed in r25936, thanks! Pm

[perl #47109] [CAGE] wrap macro args in parens inside macro bodies

2008-02-21 Thread Will Coleda via RT
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

[perl #51086] Incorrect codas in languages/c99/{c99,src/builtins/say}.pir

2008-02-21 Thread Will Coleda via RT
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

[perl #38262] [CAGE] get external Perl5 modules out of the parrot repo

2008-02-21 Thread James Keenan via RT
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.