From owner-cvs-all Sat Dec 9 11: 5:22 2000 From owner-cvs-all@FreeBSD.ORG Sat Dec 9 11:05:19 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9BE7737B400; Sat, 9 Dec 2000 11:05:19 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB9J5Jw74101; Sat, 9 Dec 2000 11:05:19 -0800 (PST) (envelope-from obrien) Message-Id: <200012091905.eB9J5Jw74101@freefall.freebsd.org> From: "David E. O'Brien" Date: Sat, 9 Dec 2000 11:05:19 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/indent args.c indent.1 indent.c indent_codes.h indent_globs.h io.c lexi.c parse.c pr_comment.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/12/09 11:05:19 PST Modified files: (Branch: RELENG_4) usr.bin/indent args.c indent.1 indent.c indent_codes.h indent_globs.h io.c lexi.c parse.c pr_comment.c Log: MFC. * -[n]fcb (formatting of block comments) * attempt to implement no-space=after-sizeof and no-space-after 'struct foo *' * add or fix FreeBSD IDs Revision Changes Path 1.3.2.1 +3 -1 src/usr.bin/indent/args.c 1.8.2.2 +14 -1 src/usr.bin/indent/indent.1 1.5.2.2 +5 -3 src/usr.bin/indent/indent.c 1.1.1.1.14.1 +1 -0 src/usr.bin/indent/indent_codes.h 1.2.2.1 +3 -0 src/usr.bin/indent/indent_globs.h 1.5.2.1 +1 -1 src/usr.bin/indent/io.c 1.3.6.1 +19 -6 src/usr.bin/indent/lexi.c 1.3.2.1 +2 -0 src/usr.bin/indent/parse.c 1.1.1.1.14.1 +10 -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