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

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

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. # URL: http://rt.perl.org/rt2/Ticket/Display.html?id=22718 I made a slight error in implementing the algorithm. It

[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 a

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 called

As I am a New one.

2003-06-23 Thread sitaram
Hi, I am a new one Perl. I want a book which gives the Knowledge about perl. I learned up to some extent using the online books. I want a book which is tells me about functions(system,Built in) in brief. Can U send the URL for such a Book. I am waiting for your reply. Thanks and Regards

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 for

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

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. Bnew_global_table Sx 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

[ANNOUNCE] Test::Warn::None 0.02

2003-06-23 Thread Fergal Daly
Hi, I'm looking for comment or suggestions about this new module. It's independent of and complementary to Test::Warn. It tests that your test script didn't emit any warnings. Just add use Test::More::None; to the top your test script, update your plan (if you've got one) and that's

Re: As I am a New one.

2003-06-23 Thread David Storrs
On Mon, Jun 23, 2003 at 03:13:23PM +0100, sitaram wrote: Hi, I am a new one Perl. I want a book which gives the Knowledge about perl. I learned up to some extent using the online books. I want a book which is tells me about functions(system,Built in) in brief. Can U send the URL for such a

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

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

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

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. # URL: http://rt.perl.org/rt2/Ticket/Display.html?id=22767 I apologize for the length of this