Re: [PATCH] make pdump's output about debug segment more consistent

2006-12-27 Thread Debian User
I want to be perfect, but, as a result, make more stupid mistakes.

Re: [PATCH] make pdump's output about debug segment more consistent

2006-12-26 Thread Jonathan Worthington
Lee Duhem wrote: The attached patch of the first message have some no-ASCII characters, this patch fix that. Otherwise, there are same. Thanks, applied in r16269 and closed the related RT ticket. Jonathan

[perl #41139] Re:[PATCH] make pdump's output about debug segment more consistent

2006-12-26 Thread Lee Duhem
# New Ticket Created by "Lee Duhem" # Please include the string: [perl #41139] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=41139 > The attached patch of the first message have some no-ASCII characters, this patch fix tha

[perl #41140] Re: [PATCH] make pdump's output about debug segment more consistent

2006-12-26 Thread Lee Duhem
# New Ticket Created by "Lee Duhem" # Please include the string: [perl #41140] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=41140 > Sorry, forget the patch... Index: src/packfile.c

Re: [PATCH] make pdump's output about debug segment more consistent

2006-12-26 Thread Lee Duhem
Sorry, forget the patch... Index: src/packfile.c === --- src/packfile.c (revision 16268) +++ src/packfile.c (working copy) @@ -2187,7 +2187,7 @@ default_dump_header(interp, self); -PIO_printf(interp, "mappings => [\n"); +

Re:[PATCH] make pdump's output about debug segment more consistent

2006-12-26 Thread Lee Duhem
The attached patch of the first message have some no-ASCII characters, this patch fix that. Otherwise, there are same.

[PATCH] make pdump's output about debug segment more consistent

2006-12-25 Thread Lee Duhem
This patch makes pdump's output about debug segment more consistent: before patch: BYTECODE_/tmp/t.pir_DB => [ # offs ..., size 33, ... mappings => [ after patch: BYTECODE_/tmp/t.pir_DB => [ # offs ..., size 33, ... mappings => [ $ diffstat /tmp/packfile.patch packfile.c |4 ++-- 1 files