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

2003-06-23 Thread Leopold Toetsch
Luke Palmer wrote: # 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 > I made a slight error in implementing the algorithm. It must

[CVS ci] PMC-data-5

2003-06-23 Thread Leopold Toetsch
I have checked in the final changes for putting the ->data member of the PMC into the PMC_EXT structure. This reduces the size of PerlScalars by another sizeof(void *). - created a new ParrotIO class (only init and destroy yet) - remove newinterp: use "new Px, .ParrotInterpreter" instead - fixed

Re: Exceptions

2003-06-23 Thread Piers Cawley
Dan Sugalski <[EMAIL PROTECTED]> writes: > Okay, now that we're well on our way to getting sub/method/whatever > calling down and working, I want to point us towards what I'm thinking > of for exceptions. > > Exception handlers really strike me as anonymous lexically scoped > subroutines that get

Re: Portable way of finding libc, unbuffered reads

2003-06-23 Thread Andy Dougherty
On Fri, 20 Jun 2003, Jens Rieks wrote: > > (Which in itself tickles and scares the bejesus out of me.) Is there a > > good way of finding the standard C library on a Unix system other than > > hard-wiring it in like this? > Yes. Parrot is linked with the standard C library. You can get a handle f

Re: Portable way of finding libc, unbuffered reads

2003-06-23 Thread Matt Seddon
Ahh, clever. That's likely to work for systems which use the dlopen() dynamic loading interface. I don't know if it will also work on HP-UX, AIX, and Mac, though there's likely some equivalent trick. (Similarly, non-Unix systems such as Win32, VMS, and OS/2 will need some platform-specific tric

Re: ad #22717: CPS and more

2003-06-23 Thread Dan Sugalski
At 12:05 PM +0200 6/22/03, Leopold Toetsch wrote: Dan Sugalski wrote: *) Global namespace pointer This would require a new opcode e.g. B to be useful. Also the global table handling as of pdd06 is missing. This global table stuff in pdd06 looks like we need a hash of hashes for the globals. Savi

[perl #22767] IMCC/Parrot leak and eventual segfault

2003-06-23 Thread Clinton A. Pierce
# New Ticket Created by "Clinton A. Pierce" # Please include the string: [perl #22767] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt2/Ticket/Display.html?id=22767 > I apologize for the length of this example. I've spent a goodly part of this af

Re: ad #22717: CPS and more

2003-06-23 Thread Leopold Toetsch
Dan Sugalski wrote: At 12:05 PM +0200 6/22/03, Leopold Toetsch wrote: Dan Sugalski wrote: *) Global namespace pointer We don't so much need a hash of hashes as a linked list of hashes. And yeah, it'll definitely have a performance impact on global lookups. Fine. Then we just need to save the lin

This week's summary

2003-06-23 Thread Piers Cawley
The Perl 6 Summary for the week ending 20030622 Welcome to my first anniversary issue of the Perl 6 Summary. Hopefully there won't too many more anniversaries to celebrate before we have a real, running Perl 6, but there's bound to be ongoing development after that. My job is secure

Re: [perl #22767] IMCC/Parrot leak and eventual segfault (partially solved)

2003-06-23 Thread Clinton A. Pierce
At 09:22 PM 6/23/2003 +, you wrote: # New Ticket Created by "Clinton A. Pierce" # Please include the string: [perl #22767] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt2/Ticket/Display.html?id=22767 > I apologize for the length of this example.