[BusyBox] ash revision 1.57

Vladimir N. Oleynik dzo at simtreas.ru
Sun Aug 25 04:28:03 UTC 2002


Glenn,

> > WOW. Thanks. I have seen your good work.
> > To you a gift:
> > ftp://ftp.simtreas.ru/pub/my/snake.c.gz
> >
> Thanks, i commited the make_directory we worked on a while back... also
> just commited a gunzip.c that saves a few hundred bytes.
> The current indent of comments before code is set at -d0, i think that
> rule should have applied to the S_I_T array
> 
> I just used the .indent.pro from cvs, i think style is whatever you get
> used to, so it doesnt really matter what guidelines we set if we do it
> consistently then we will get used to it.

IMHO, indent also have strange formatting struct initializations.
I like not your change to libbb/interface.c struct aftrans_t initialization.

Indent formating 
struct struct_name = { 
	{ val1 },
	{ val2 }
};

to 
struct struct_name = { 
	{ 
	val1 },
	{ 
	val2 }
};

:(


--w
vodz



More information about the busybox mailing list