From owner-cvs-src@FreeBSD.ORG Sun Jun 27 10:58:43 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9793416A4CE; Sun, 27 Jun 2004 10:58:43 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9006843D1D; Sun, 27 Jun 2004 10:58:43 +0000 (GMT) (envelope-from schweikh@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5RAwb9S099568; Sun, 27 Jun 2004 10:58:37 GMT (envelope-from schweikh@repoman.freebsd.org) Received: (from schweikh@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5RAwbLe099567; Sun, 27 Jun 2004 10:58:37 GMT (envelope-from schweikh) Message-Id: <200406271058.i5RAwbLe099567@repoman.freebsd.org> From: Jens Schweikhardt Date: Sun, 27 Jun 2004 10:58:37 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/indent args.c indent.c indent_globs.h io.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jun 2004 10:58:43 -0000 schweikh 2004-06-27 10:58:37 UTC FreeBSD src repository Modified files: usr.bin/indent args.c indent.c indent_globs.h io.c Log: Fix problems with non-8 space tabs. New options for function declarations with the opening brace on the same line as the declaration of arguments all spaces and no tabs (a feature which exists in GNU's indent). Man page update to follow RSN. PR: bin/67983 Submitted by: Chip Norkus Style guidance and bug for bug compatibility by: bde MFC after: 2 weeks Revision Changes Path 1.14 +4 -0 src/usr.bin/indent/args.c 1.23 +29 -9 src/usr.bin/indent/indent.c 1.10 +5 -1 src/usr.bin/indent/indent_globs.h 1.14 +7 -5 src/usr.bin/indent/io.c