Piers Cawley <[EMAIL PROTECTED]> writes:
[...]
> Thanks in advance.
And thanks to Sebastian Riedel, Brent Royal-Gordon, Robert Spier and
the aforementioned Jeffrey Dik I have filled in my lacunae and I'm
ready to get my summary on when Monday rolls around.
Piers Cawley <[EMAIL PROTECTED]> writes:
> For various annoying reasons involving a pernickety external drive and
> a service centre that, after more than a week *still* hasn't taken a
> look at my main machine, I find myself missing a tranche of messages to
> perl6-internals and perl6-language. I
For various annoying reasons involving a pernickety external drive and
a service centre that, after more than a week *still* hasn't taken a
look at my main machine, I find myself missing a tranche of messages to
perl6-internals and perl6-language. If some kind soul were to send me
mbox files contai
Dan Sugalski <[EMAIL PROTECTED]> wrote:
> Px = Py[Pz]
> won't be, and we'll need to note whether Pz should be taken as an
> int, string, or PMC. (PMC for the fancier keying of hashes)
> ... A simple :i, :s, :p [...] suffix
Do we really need that? The aggregate is responsible to do the righ
Dennis Rieks <[EMAIL PROTECTED]> wrote:
> some changes to run "nmake clean" on windows with nmake / vc6.
Thanks, applied.
leo
Dan Sugalski <[EMAIL PROTECTED]> wrote:
> Time for these as well. There's a partial implementation of them in
> types/bignum.c. I think it's time to move that to src/ (and the
> header file to .h) and get it integrated into parrot.
Anyone working on that? Who volunteers?
leo
Jonathan Worthington <[EMAIL PROTECTED]> wrote:
> The attached one-line patch sorts out something that stopped ICU build
> working on Win32 with Visual Studio 6.0.
Thanks, applied.
leo
Andrew Dougherty <[EMAIL PROTECTED]> wrote:
> On Thu, 17 Jun 2004, Leopold Toetsch via RT wrote:
>> Andy Dougherty <[EMAIL PROTECTED]> wrote:
>>
>> > This patch assumes my previous Configure.pl patch for c++ detection has
>> > been included.
>>
>> Which ticket number?
> Oops. Sorry to be vague -
Sean O'Rourke <[EMAIL PROTECTED]> wrote:
> Leopold Toetsch <[EMAIL PROTECTED]> writes:
>> get_pmc_const P0, "_fib"
>> invokecc
> This isn't really kosher -- since "fib" might have been redefined in
> the current lexical environment, we have to (at least conceptually)
> find its lexical.
Bai