Re: [perl #32769] [PATCH] Standardizes and improves the formatting of internal_exception() calls

2004-12-12 Thread chromatic
On Sat, 2004-12-04 at 15:50 -0500, James deBoer wrote: > Here is take 2 of the patch. > > In short, this patch: > - removes a newline from an internal_exception() call if it exists. > - modifies internal_exception() to print a newline after the debug message. > - modifies any test script that ma

[perl #33017] [PATCH] Typo Fix ("wether" to "whether")

2004-12-12 Thread via RT
# New Ticket Created by chromatic # Please include the string: [perl #33017] # in the subject line of all future correspondence about this issue. # http://rt.perl.org:80/rt3/Ticket/Display.html?id=33017 > Here's a patch to fix a few typos. If no one objects, I'll apply it. All tests pass. -

Re: cvs commit: parrot/t/pmc delegate.t object-meths.t objects.t sub.t

2004-12-12 Thread Leopold Toetsch
Sam Ruby <[EMAIL PROTECTED]> wrote: > I'll go back and all the necessary interpinfo calls, but I feel > compelled to ask: why isn't P2 passed? P2 is a non-preserved register and as such rather improper to hold the object throughout a whole method. > ... It seems to me quite likely that > most me

Re: cvs commit: parrot/t/pmc delegate.t object-meths.t objects.t sub.t

2004-12-12 Thread Sam Ruby
Leopold Toetsch wrote: Sam Ruby <[EMAIL PROTECTED]> wrote: I'll go back and all the necessary interpinfo calls, but I feel compelled to ask: why isn't P2 passed? P2 is a non-preserved register and as such rather improper to hold the object throughout a whole method. I wasn't assuming is lasted thro

Re: [perl #32514] Cannot Build Parrot on Linux PPC (nonvolatile registers)

2004-12-12 Thread chromatic
On Thu, 2004-11-25 at 07:49 +0100, Leopold Toetsch wrote: > Well, we need a more generic way to include such files. > > * platform_asm.s is just one file and depends on $platform. Here's a patch that's only a little bit ugly but makes things work automatically for me again. -- c Index: MANIFE