Date: Sat, 9 Dec 2000 01:45:10 -0800 (PST) From: "David E. O'Brien" <obrien@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/indent args.c indent.1 indent.c indent_globs.h lexi.c pr_comment.c Message-ID: <200012090945.eB99jAJ13533@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
obrien 2000/12/09 01:45:10 PST
Modified files:
usr.bin/indent args.c indent.1 indent.c indent_globs.h
lexi.c pr_comment.c
Log:
"Implement -[n]fcb (formatting of block comments) and attempt to implement
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
Revision Changes Path
1.4 +3 -1 src/usr.bin/indent/args.c
1.11 +11 -1 src/usr.bin/indent/indent.1
1.7 +5 -3 src/usr.bin/indent/indent.c
1.3 +3 -0 src/usr.bin/indent/indent_globs.h
1.4 +18 -6 src/usr.bin/indent/lexi.c
1.2 +9 -3 src/usr.bin/indent/pr_comment.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200012090945.eB99jAJ13533>
