From owner-cvs-gnu Wed Jan 31 08:35:02 1996 Return-Path: owner-cvs-gnu Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id IAA14594 for cvs-gnu-outgoing; Wed, 31 Jan 1996 08:35:02 -0800 (PST) Received: (from mpp@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id IAA14569 Wed, 31 Jan 1996 08:34:55 -0800 (PST) Date: Wed, 31 Jan 1996 08:34:55 -0800 (PST) From: Mike Pritchard Message-Id: <199601311634.IAA14569@freefall.freebsd.org> To: CVS-committers, cvs-gnu Subject: cvs commit: src/gnu/usr.bin/groff/tmac doc-common doc-syms Sender: owner-cvs-gnu@FreeBSD.ORG Precedence: bulk mpp 96/01/31 08:34:54 Modified: gnu/usr.bin/groff/tmac doc-common doc-syms Log: Teach the .Os macro about FreeBSD and our releases. E.g. .Os FreeBSD 2.1 will now display "FreeBSD 2.1" at the bottom of the man page, instead of just "FreeBSD". Added a bunch of missing standards to the .St macro. 4.4BSD is no longer "BSD Experimental". Obtained from: Partially obtained from NetBSD & 4.4BSD-lite2 Revision Changes Path 1.2 +22 -15 src/gnu/usr.bin/groff/tmac/doc-common 1.2 +68 -8 src/gnu/usr.bin/groff/tmac/doc-syms From owner-cvs-gnu Wed Jan 31 12:55:40 1996 Return-Path: owner-cvs-gnu Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA09745 for cvs-gnu-outgoing; Wed, 31 Jan 1996 12:55:40 -0800 (PST) Received: (from mpp@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA09738 Wed, 31 Jan 1996 12:55:38 -0800 (PST) Date: Wed, 31 Jan 1996 12:55:38 -0800 (PST) From: Mike Pritchard Message-Id: <199601312055.MAA09738@freefall.freebsd.org> To: CVS-committers, cvs-gnu Subject: cvs commit: src/gnu/usr.bin/groff/tmac doc-syms Sender: owner-cvs-gnu@FreeBSD.ORG Precedence: bulk mpp 96/01/31 12:55:37 Modified: gnu/usr.bin/groff/tmac doc-syms Log: Updated the ".St -ansiC" macro to report "ISO 9899: 1990 (``ISO C'')" You can also specify -iso9899, or -isoC. Use -ansiC-89 if you still need the X3.159-1989 string reported. Suggested by Garrett Wollman. Revision Changes Path 1.3 +24 -4 src/gnu/usr.bin/groff/tmac/doc-syms From owner-cvs-gnu Wed Jan 31 13:07:37 1996 Return-Path: owner-cvs-gnu Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA10742 for cvs-gnu-outgoing; Wed, 31 Jan 1996 13:07:37 -0800 (PST) Received: (from mpp@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA10726 Wed, 31 Jan 1996 13:07:27 -0800 (PST) Date: Wed, 31 Jan 1996 13:07:27 -0800 (PST) From: Mike Pritchard Message-Id: <199601312107.NAA10726@freefall.freebsd.org> To: CVS-committers, cvs-gnu Subject: cvs commit: src/gnu/usr.bin/groff/tmac mm.diff Sender: owner-cvs-gnu@FreeBSD.ORG Precedence: bulk mpp 96/01/31 13:07:24 Removed: gnu/usr.bin/groff/tmac mm.diff Log: Remove groff/tmac/mm.diff - it is just a small file containing a context diff that was probably mistakenly committed when the package was brought in. From owner-cvs-gnu Thu Feb 1 10:04:30 1996 Return-Path: owner-cvs-gnu Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA14416 for cvs-gnu-outgoing; Thu, 1 Feb 1996 10:04:30 -0800 (PST) Received: (from mpp@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA14405 Thu, 1 Feb 1996 10:04:27 -0800 (PST) Date: Thu, 1 Feb 1996 10:04:27 -0800 (PST) From: Mike Pritchard Message-Id: <199602011804.KAA14405@freefall.freebsd.org> To: CVS-committers, cvs-gnu Subject: cvs commit: src/gnu/usr.bin/groff/tmac doc-common Sender: owner-cvs-gnu@FreeBSD.ORG Precedence: bulk mpp 96/02/01 10:04:26 Modified: gnu/usr.bin/groff/tmac doc-common Log: Fix the ".Os" macro to not display "BSD Experimental" if no arguments are specified. Just "BSD" is displayed instead. Revision Changes Path 1.3 +1 -1 src/gnu/usr.bin/groff/tmac/doc-common From owner-cvs-gnu Thu Feb 1 10:23:02 1996 Return-Path: owner-cvs-gnu Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA16045 for cvs-gnu-outgoing; Thu, 1 Feb 1996 10:23:02 -0800 (PST) Received: (from mpp@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA16038 Thu, 1 Feb 1996 10:22:58 -0800 (PST) Date: Thu, 1 Feb 1996 10:22:58 -0800 (PST) From: Mike Pritchard Message-Id: <199602011822.KAA16038@freefall.freebsd.org> To: CVS-committers, cvs-gnu Subject: cvs commit: src/gnu/usr.bin/groff/tmac doc-common doc-syms Sender: owner-cvs-gnu@FreeBSD.ORG Precedence: bulk mpp 96/02/01 10:22:58 Branch: gnu/usr.bin/groff/tmac RELENG_2_1_0 Modified: gnu/usr.bin/groff/tmac doc-common doc-syms Log: Bring in changes from HEAD: mdoc macro package updated: Added/updated some standards for the .St macro. Updated the .Os macro to stop reporting "BSD Experimental", and taught it about FreeBSD and our various versions. Revision Changes Path 1.1.1.1.4.1 +23 -16 src/gnu/usr.bin/groff/tmac/doc-common 1.1.1.1.4.1 +90 -10 src/gnu/usr.bin/groff/tmac/doc-syms From owner-cvs-gnu Thu Feb 1 22:45:30 1996 Return-Path: owner-cvs-gnu Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA25664 for cvs-gnu-outgoing; Thu, 1 Feb 1996 22:45:30 -0800 (PST) Received: (from wosch@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA25657 Thu, 1 Feb 1996 22:45:29 -0800 (PST) Date: Thu, 1 Feb 1996 22:45:29 -0800 (PST) From: Wolfram Schneider Message-Id: <199602020645.WAA25657@freefall.freebsd.org> To: CVS-committers, cvs-gnu Subject: cvs commit: src/gnu/usr.bin/grep Makefile grep.1 grep.c Sender: owner-cvs-gnu@FreeBSD.ORG Precedence: bulk wosch 96/02/01 22:45:28 Modified: gnu/usr.bin/grep Makefile grep.1 grep.c Log: recursive grep, enabled with -DHAVE_FTS=1 enable mmap (-DHAVE_MMAP=1) Revision Changes Path 1.9 +1 -1 src/gnu/usr.bin/grep/Makefile 1.3 +40 -16 src/gnu/usr.bin/grep/grep.1 1.5 +220 -3 src/gnu/usr.bin/grep/grep.c From owner-cvs-gnu Fri Feb 2 09:20:56 1996 Return-Path: owner-cvs-gnu Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA04353 for cvs-gnu-outgoing; Fri, 2 Feb 1996 09:20:56 -0800 (PST) Received: from Root.COM (implode.Root.COM [198.145.90.17]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id JAA04233 Fri, 2 Feb 1996 09:20:21 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by Root.COM (8.6.12/8.6.5) with SMTP id CAA07372; Fri, 2 Feb 1996 02:58:52 -0800 Message-Id: <199602021058.CAA07372@Root.COM> X-Authentication-Warning: implode.Root.COM: Host localhost didn't use HELO protocol To: Wolfram Schneider cc: CVS-committers@freefall.freebsd.org, cvs-gnu@freefall.freebsd.org Subject: Re: cvs commit: src/gnu/usr.bin/grep Makefile grep.1 grep.c In-reply-to: Your message of "Thu, 01 Feb 1996 22:45:29 PST." <199602020645.WAA25657@freefall.freebsd.org> From: David Greenman Reply-To: davidg@Root.COM Date: Fri, 02 Feb 1996 02:58:52 -0800 Sender: owner-cvs-gnu@FreeBSD.ORG Precedence: bulk >wosch 96/02/01 22:45:28 > > Modified: gnu/usr.bin/grep Makefile grep.1 grep.c > Log: > recursive grep, enabled with -DHAVE_FTS=1 Gack...Why? Why don't you just use find/xargs like it was intended? -DG David Greenman Core Team/Principal Architect, The FreeBSD Project From owner-cvs-gnu Fri Feb 2 10:15:38 1996 Return-Path: owner-cvs-gnu Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA09233 for cvs-gnu-outgoing; Fri, 2 Feb 1996 10:15:38 -0800 (PST) Received: from mail.cs.tu-berlin.de (root@mail.cs.tu-berlin.de [130.149.17.13]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id KAA09193 Fri, 2 Feb 1996 10:14:46 -0800 (PST) Received: from caramba.cs.tu-berlin.de (wosch@caramba.cs.tu-berlin.de [130.149.17.12]) by mail.cs.tu-berlin.de (8.6.12/8.6.12) with ESMTP id SAA00445; Fri, 2 Feb 1996 18:30:18 +0100 From: Wolfram Schneider Received: (wosch@localhost) by caramba.cs.tu-berlin.de (8.6.12/8.6.9) id SAA19274; Fri, 2 Feb 1996 18:30:10 +0100 Date: Fri, 2 Feb 1996 18:30:10 +0100 Message-Id: <199602021730.SAA19274@caramba.cs.tu-berlin.de> To: davidg@Root.COM Cc: Wolfram Schneider , CVS-committers@freefall.freebsd.org, cvs-gnu@freefall.freebsd.org Subject: Re: cvs commit: src/gnu/usr.bin/grep Makefile grep.1 grep.c In-Reply-To: <199602021058.CAA07372@Root.COM> References: <199602020645.WAA25657@freefall.freebsd.org> <199602021058.CAA07372@Root.COM> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Content-Conversion: prohibited Sender: owner-cvs-gnu@FreeBSD.ORG Precedence: bulk David Greenman writes: >>wosch 96/02/01 22:45:28 >> >> Modified: gnu/usr.bin/grep Makefile grep.1 grep.c >> Log: >> recursive grep, enabled with -DHAVE_FTS=1 > > Gack...Why? Why don't you just use find/xargs like it was intended? Because it is more comfortable. Do you use find/xargs for chmod(1) etc? Why FreeBSD has fts(3)? Wolfram From owner-cvs-gnu Fri Feb 2 10:17:08 1996 Return-Path: owner-cvs-gnu Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA09391 for cvs-gnu-outgoing; Fri, 2 Feb 1996 10:17:08 -0800 (PST) Received: from Root.COM (implode.Root.COM [198.145.90.17]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id KAA09375 Fri, 2 Feb 1996 10:16:57 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by Root.COM (8.6.12/8.6.5) with SMTP id KAA07849; Fri, 2 Feb 1996 10:14:51 -0800 Message-Id: <199602021814.KAA07849@Root.COM> X-Authentication-Warning: implode.Root.COM: Host localhost didn't use HELO protocol To: Wolfram Schneider cc: CVS-committers@freefall.freebsd.org, cvs-gnu@freefall.freebsd.org Subject: Re: cvs commit: src/gnu/usr.bin/grep Makefile grep.1 grep.c In-reply-to: Your message of "Fri, 02 Feb 1996 18:30:10 +0100." <199602021730.SAA19274@caramba.cs.tu-berlin.de> From: David Greenman Reply-To: davidg@Root.COM Date: Fri, 02 Feb 1996 10:14:50 -0800 Sender: owner-cvs-gnu@FreeBSD.ORG Precedence: bulk >David Greenman writes: >>>wosch 96/02/01 22:45:28 >>> >>> Modified: gnu/usr.bin/grep Makefile grep.1 grep.c >>> Log: >>> recursive grep, enabled with -DHAVE_FTS=1 >> >> Gack...Why? Why don't you just use find/xargs like it was >intended? > >Because it is more comfortable. That's not a very good argument. >Do you use find/xargs for chmod(1) etc? Why FreeBSD has fts(3)? -R shouldn't have been added to chmod(1). For one thing, it then leads to the need for the -H, -L, and -P options. This is escentially completely duplicating functionality that is already in find(1). I think there are times when new options/features should be added to commands - whenever there isn't another way to easily accomplish something. Adding file hierarchy traversal to simple commands isn't one of them. IMO, there's no end to this slippery path. -DG David Greenman Core Team/Principal Architect, The FreeBSD Project