home *** CD-ROM | disk | FTP | other *** search
- Make it so that the line numbers indent reports are the real line
- numbers (currently it is often off by a few).
-
- Error recover should probably be enhanced. At a minimum, "indent
- foo.c" should not overwrite foo.c when it gets an error. Fancy error
- recover is probably not worth the effort because indent is pretty
- fast. Stopping after the first error might be more helpful than the
- current error cascades.
-
- Make the -nss option cause
- while (foo)
- ;
- This is the real alternative to
- while (foo) ;
-
- Look at all the undocumented options, and determine which of them are
- bug-free enough that they should be documented.
-