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 "
# 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
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
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:
> [...]
> >
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
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