On July 22, 2003 08:27 am, Jonathan Wilson wrote:
> Feedback is appreciated (i.e. did I submit the patches correctly, is the
-- please add everything as one big patch. To include the new files
to the patch, just 'diff -u /dev/null <mynewfile> >> mypatch.diff'
-- leave a blank line after the copyright in the header
-- we don't force a coding style, but most code is written with
indentation of 4 spaces, so that'd be good to follow. Also,
be consistent we the braces, the prefered style is:
if (...)
{
....
}
-- use a more standard option format for the program, instead of
a number (unless this is the way MS utility does it). Something
like -O, -D, -c, -r, -u.
--
Dimi.