[licensing@fsf.org: [gnu.org #206060] GMP licensing for parrot / perl6]

2004-07-13 Thread Armin Obersteiner
hi! I did some research on GMP and LGPL, the results are attached. I don't know if this is a go/nogo for GMP, but it is pretty clear now. Further the FSF asks for perl6/parrot to use Artistic 2.0, what is the discussion state on that? (RFC 346) If somebody else wants to talk to FSF please use "

[perl #30694] [PATCH] 2 more general questions + 1 answer for compiler_faq

2004-07-13 Thread via RT
# New Ticket Created by TOGoS # Please include the string: [perl #30694] # in the subject line of all future correspondence about this issue. # http://rt.perl.org:80/rt3/Ticket/Display.html?id=30694 > Just a quick little addition to the compiler_faq like so: =head2 How am I supposed to imple

Re: [subject mangled to keep RT clean] t/pmc/fixedpmcarray.t test ...

2004-07-13 Thread Leopold Toetsch
Jerome Quelin <[EMAIL PROTECTED]> wrote: > On Monday 12 July 2004 22:40, Nicholas Clark wrote: [ bug report ] > Eh! It looks like parrotbug is working! > *And* that someone is using it! :-) Is that on the resources page in the web or in the README? Fixes welcome. And thanks to Jerome for provi

Re: [subject mangled to keep RT clean] t/pmc/fixedpmcarray.t test ...

2004-07-13 Thread Nicholas Clark
On Tue, Jul 13, 2004 at 08:04:01PM +0200, Jerome Quelin wrote: > On Monday 12 July 2004 22:40, Nicholas Clark wrote: > > osname= darwin > > osvers= 7.0 > > arch= darwin-thread-multi-2level > > cc= cc > > --- > > Flags: > [...] > > --- > > Summary of my parrot 0.1.0 configuration: > [...] > >

Re: [subject mangled to keep RT clean] t/pmc/fixedpmcarray.t test ...

2004-07-13 Thread Jerome Quelin
On Monday 12 July 2004 22:40, Nicholas Clark wrote: > osname= darwin > osvers= 7.0 > arch= darwin-thread-multi-2level > cc= cc > --- > Flags: [...] > --- > Summary of my parrot 0.1.0 configuration: [...] > --- > Environment: [...] Eh! It looks like parrotbug is working! *And* that someone i

wish: Parrot_sprintf_format %-XX{...%d...}

2004-07-13 Thread Hans Ginzel
Hello, I noticed recently a discusion about *printf*() function. I wish to be able to specify formating of groups of parameters. Eg. printf("Date: %11{%d.%d. %4d}, City: %s\n", $day, $mounth, $year); Variables $day and $mounth could be one or two digits. There should not b