Re: [perl #36615] [PATCH] dump_cfg call

2005-07-23 Thread Leopold Toetsch
Curtis Rawls wrote: This patch moves the dump_cfg() call from reg_alloc.c to cfg.c, making it more in line with other CFG methods. Thanks, applied - r8670 leo

Re: [perl #36615] [PATCH] dump_cfg call

2005-07-21 Thread Curtis Rawls
Apologies, the submitted patch causes some tests to not terminate. This patch is the correct version. -Curtis On 7/21/05, via RT Curtis Rawls <[EMAIL PROTECTED]> wrote: > # New Ticket Created by Curtis Rawls > # Please include the string: [perl #36615] > # in the subject line of all future corr

[perl #36615] [PATCH] dump_cfg call

2005-07-21 Thread via RT
# New Ticket Created by Curtis Rawls # Please include the string: [perl #36615] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/rt3/Ticket/Display.html?id=36615 > This patch moves the dump_cfg() call from reg_alloc.c to cfg.c, making it more in line