[perl #22718] core function index() returns -1 when search string contains spaces

2003-06-16 Thread Clinton A. Pierce
# New Ticket Created by "Clinton A. Pierce" # Please include the string: [perl #22718] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt2/Ticket/Display.html?id=22718 > In this code: .sub _main .local string source .local string lo

[perl #22707] [PATCH] ./tools/dev/extract_file_descriptions.pl bug fix

2003-06-16 Thread via RT
# New Ticket Created by [EMAIL PROTECTED] # Please include the string: [perl #22707] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt2/Ticket/Display.html?id=22707 > In ./tools/dev/extract_file_descriptions.pl, regexps searching for "Id:" get mangle

Portable way of finding libc, unbuffered reads

2003-06-16 Thread Clinton A. Pierce
The following code works just fine: loadlib P1, "/lib/libc.so.6" dlfunc P0, P1, "system", "it" set I0, 1 set S5, "ls" invoke end (Which in itself tickles and scares the bejesus out of me.) Is there a good way of finding the standard C library on a

[perl #22717] [PATCH] take 2: convert parrot to continuation passing style

2003-06-16 Thread via RT
# New Ticket Created by Jonathan Sillito # Please include the string: [perl #22717] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt2/Ticket/Display.html?id=22717 > "[perl #22633] [PATCH] convert parrot to continuation passing style" is outdated. At

This week's Perl 6 Summary

2003-06-16 Thread Piers Cawley
The Perl 6 Summary for the week ending 20030615 Welcome to the last Perl 6 Summary of my first year of summarizing. If I were a better writer (or if I weren't listening with half an ear to Damian telling YAPC about Perl 6 in case anything's changed) then this summary might well be a

Re: ops and inout PMC - again

2003-06-16 Thread Leopold Toetsch
Dan Sugalski <[EMAIL PROTECTED]> wrote: > At 1:30 PM +0200 6/14/03, Leopold Toetsch wrote: >> >> B(inout PMC, in PMC) >> >>This is plain wrong. If the LHS PMC doesn't exist yet, you can't >>call its add vtable method (The implementations is >>$1->vtable->add(...)). > You're right. Go ahead and m

Re: PerlHash keys

2003-06-16 Thread Leopold Toetsch
Clinton A. Pierce <[EMAIL PROTECTED]> wrote: > Any thought on when PerlHashes will be able to allow us to iterate over the > keys? Possibly do things like: Please have a look at iterator.pmc, iter.t, and array.pmc. Its currently implemented partially for arrays only. I'm still waiting for vtable