From owner-cvs-all Sun Jul 7 23:59:33 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 833E537B400; Sun, 7 Jul 2002 23:59:28 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 370A643E4A; Sun, 7 Jul 2002 23:59:28 -0700 (PDT) (envelope-from tjr@FreeBSD.org) Received: from freefall.freebsd.org (tjr@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g686xSJU031258; Sun, 7 Jul 2002 23:59:28 -0700 (PDT) (envelope-from tjr@freefall.freebsd.org) Received: (from tjr@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g686xS3o031257; Sun, 7 Jul 2002 23:59:28 -0700 (PDT) Message-Id: <200207080659.g686xS3o031257@freefall.freebsd.org> From: "Tim J. Robbins" Date: Sun, 7 Jul 2002 23:59:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/ls cmp.c extern.h ls.1 ls.c ls.h print.c util.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tjr 2002/07/07 23:59:27 PDT Modified files: (Branch: RELENG_4) bin/ls cmp.c extern.h ls.1 ls.c ls.h print.c util.c Log: MFC: SUSv3 -m, -p and -x options. SUSv3-style handling of COLUMNS env. variable. Style and warns changes. Revision Changes Path 1.9.2.2 +5 -5 src/bin/ls/cmp.c 1.7.2.5 +1 -0 src/bin/ls/extern.h 1.33.2.17 +25 -11 src/bin/ls/ls.1 1.32.2.6 +40 -15 src/bin/ls/ls.c 1.11.2.4 +2 -0 src/bin/ls/ls.h 1.19.2.6 +52 -7 src/bin/ls/print.c 1.20.2.5 +4 -5 src/bin/ls/util.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message