Re: [PATCH] split tar & cpio

2009-02-07 Thread Robert Millan
On Sat, Nov 08, 2008 at 05:17:15PM +0100, Robert Millan wrote: > > Hi, > > I thought it would be a good idea to split tar & cpio into separate modules > to save some space and make things easier to figure out for the users. I > managed to do this without duplicating code, with a bit of pre-proce

[PATCH] split tar & cpio

2008-11-08 Thread Robert Millan
Hi, I thought it would be a good idea to split tar & cpio into separate modules to save some space and make things easier to figure out for the users. I managed to do this without duplicating code, with a bit of pre-processor magic. The saved size is not much, though (~400 bytes). But users lo