summaryrefslogtreecommitdiffstats
path: root/usr.bin/indent/args.c
Commit message (Collapse)AuthorAgeFilesLines
* Make this compile cleanly when warnings are enabled:schweikh2001-10-281-77/+80
| | | | | | | | | | | | | | - ANSIfy function declarations - braces around initializers structs within structs - add parens in complicated expressions - disambiguate dangling elses - no more implicit int - make functions static where possible - use prototypes - don't use varargs hack for diag() Requested by: joerg MFC after: 2 weeks
* Don't abuse the SCCS `@(#)' for RCS.obrien2000-12-251-1/+1
| | | | Requested by: bde
* Add or fix FreeBSD IDs.obrien2000-12-091-1/+1
|
* "Implement -[n]fcb (formatting of block comments) and attempt to implementobrien2000-12-091-0/+2
| | | | | | | no-space=after-sizeof (not optional) and no-space-after 'struct foo *' (not optional). Without these, indent unKNFizes even more perfectly KNF code." Submitted by: bde
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Use err(3) instead of local redefinition. Add usage().charnier1997-07-151-12/+10
|
* BSD 4.4 Lite Usr.bin Sourcesrgrimes1994-05-271-0/+300
OpenPOWER on IntegriCloud