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
# 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.
-
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
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
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