Parrot leaks?

2005-10-13 Thread Alberto Simões
I've sent this before just to Leo, but this time I though it might be better to send to all people. I (and I think nobody more) is having malloc library complaining about a wrong free somewhere. I'm trying to debug it. In attach you can see the .pir I tried to compile, and the leaks log file

Re: Checklist for resolving a [PATCH] bug

2005-10-13 Thread Bernhard Schmalhofer
Joshua Hoblitt schrieb: It looks like the CREDITS file hasn't been getting updated. I'd like to revise that check-list to: - add the patch author to CREDITS or update the authors entry in CREDITS - add correspondence to the bug stating that the patch was applied AND the svn revision number. -

Variable-sized register frames

2005-10-13 Thread Leopold Toetsch
Folks watching SVN checkins have already seen some patches floating by with: "Variable-sized reg frames" in the log head line. The complete plan is now available at: http://perlcabal.org/~lt/VR.txt There will be no visible impact on the surface of Parrot, all code will continue to run, *except*

Re: [perl #37431] [PATCH] (REVISED) support *_keyed_int methods in PMC objects

2005-10-13 Thread Leopold Toetsch
Patrick R.Michaud (via RT) wrote: This patch (which replaces the patch I sent earlier in #37430) adds support for the other *_keyed_int methods (needed for PGE). The patch also updates the corresponding test in t/pmc/object_meths.t . Looks good. Just ci it - thanks. leo

[perl #32544] [TODO] split opcode unfinished

2005-10-13 Thread Will Coleda via RT
I've added this patch to ticket #32544. Thanks, Applied. > [coke - Thu Oct 13 05:20:53 2005]: > > Here's a patch to implement the split opcode such that it splits on > strings rather than regular expressions. I've also added a test to > t/op/string.t > > Files affected: > M ops/string.ops >

[perl #37431] [PATCH] (REVISED) support *_keyed_int methods in PMC objects

2005-10-13 Thread via RT
# New Ticket Created by Patrick R. Michaud # Please include the string: [perl #37431] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/rt3/Ticket/Display.html?id=37431 > REVISED-REVISED-REVISED In r9445 Leo added code to special-case the get_*_keyed_

[PATCH] split on strings

2005-10-13 Thread Jonathan Scott Duff
Here's a patch to implement the split opcode such that it splits on strings rather than regular expressions. I've also added a test to t/op/string.t Files affected: M ops/string.ops M t/op/string.t -Scott -- Jonathan Scott Duff [EMAIL PROTECTED] === ops/string.ops ===

[perl #37430] [PATCH] support __delete_keyed_int methods in PMC objects

2005-10-13 Thread via RT
# New Ticket Created by Patrick R. Michaud # Please include the string: [perl #37430] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/rt3/Ticket/Display.html?id=37430 > In r9445 Leo added code to special-case the get_*_keyed_int and set_*_keyed_int m

[perl #37428] [PATCH] Trivial typo fixes

2005-10-13 Thread via RT
# New Ticket Created by Joshua Hoblitt # Please include the string: [perl #37428] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/rt3/Ticket/Display.html?id=37428 > - Forwarded message from Nick Glencross <[EMAIL PROTECTED]> - From: Nick Gle