[PATCH 1/2] show: Convert text format to the new self-recursive style

2012-02-04 Thread Austin Clements
Quoth Dmitry Kurochkin on Jan 31 at 3:26 am: > On Thu, 26 Jan 2012 01:55:25 -0500, Austin Clements > wrote: > > This is all code movement and a smidgen of glue. This moves the > > existing text formatter code into one self-recursive function, but > > doesn't change any of the logic. The next p

Re: [PATCH 1/2] show: Convert text format to the new self-recursive style

2012-02-04 Thread Austin Clements
Quoth Dmitry Kurochkin on Jan 31 at 3:26 am: > On Thu, 26 Jan 2012 01:55:25 -0500, Austin Clements wrote: > > This is all code movement and a smidgen of glue. This moves the > > existing text formatter code into one self-recursive function, but > > doesn't change any of the logic. The next patc

[PATCH 1/2] show: Convert text format to the new self-recursive style

2012-01-31 Thread Dmitry Kurochkin
On Thu, 26 Jan 2012 01:55:25 -0500, Austin Clements wrote: > This is all code movement and a smidgen of glue. This moves the > existing text formatter code into one self-recursive function, but > doesn't change any of the logic. The next patch will actually take > advantage of what the new struc

Re: [PATCH 1/2] show: Convert text format to the new self-recursive style

2012-01-30 Thread Dmitry Kurochkin
On Thu, 26 Jan 2012 01:55:25 -0500, Austin Clements wrote: > This is all code movement and a smidgen of glue. This moves the > existing text formatter code into one self-recursive function, but > doesn't change any of the logic. The next patch will actually take > advantage of what the new struc

[PATCH 1/2] show: Convert text format to the new self-recursive style

2012-01-26 Thread Austin Clements
This is all code movement and a smidgen of glue. This moves the existing text formatter code into one self-recursive function, but doesn't change any of the logic. The next patch will actually take advantage of what the new structure has to offer. Note that this patch retains format_headers_mess

[PATCH 1/2] show: Convert text format to the new self-recursive style

2012-01-25 Thread Austin Clements
This is all code movement and a smidgen of glue. This moves the existing text formatter code into one self-recursive function, but doesn't change any of the logic. The next patch will actually take advantage of what the new structure has to offer. Note that this patch retains format_headers_mess