DataMuseum.dk

Presents historical artifacts from the history of:

DKUUG/EUUG Conference tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about DKUUG/EUUG Conference tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download
Index: P T

⟦4d29ef1f4⟧ TextFile

    Length: 624 (0x270)
    Types: TextFile
    Names: »Projects«

Derivation

└─⟦a05ed705a⟧ Bits:30007078 DKUUG GNU 2/12/89
    └─⟦df1e72981⟧ »./indent-1.1.tar.Z« 
        └─⟦d08ad2b83⟧ 
            └─⟦this⟧ »dist-indent/Projects« 

TextFile

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.