I want to be perfect, but, as a result, make more stupid mistakes.
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
# 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
# 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
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");
+
The attached patch of the first message have some no-ASCII characters,
this patch fix that. Otherwise, there are same.
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