From owner-cvs-usrbin Sun Jan 7 14:30:23 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA22506 for cvs-usrbin-outgoing; Sun, 7 Jan 1996 14:30:23 -0800 (PST) Received: (from phk@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA22492 Sun, 7 Jan 1996 14:30:18 -0800 (PST) Date: Sun, 7 Jan 1996 14:30:18 -0800 (PST) From: Poul-Henning Kamp Message-Id: <199601072230.OAA22492@freefall.freebsd.org> To: CVS-committers, cvs-usrbin Subject: cvs commit: src/usr.bin/yacc output.c skeleton.c Sender: owner-cvs-usrbin@FreeBSD.ORG Precedence: bulk phk 96/01/07 14:30:16 Modified: usr.bin/yacc output.c skeleton.c Log: Make all the tables "const" so that they don't clutter our data-segment. Revision Changes Path 1.3 +10 -10 src/usr.bin/yacc/output.c 1.2 +9 -9 src/usr.bin/yacc/skeleton.c From owner-cvs-usrbin Mon Jan 8 01:17:56 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA24153 for cvs-usrbin-outgoing; Mon, 8 Jan 1996 01:17:56 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA24140 Mon, 8 Jan 1996 01:17:48 -0800 (PST) Date: Mon, 8 Jan 1996 01:17:48 -0800 (PST) From: Peter Wemm Message-Id: <199601080917.BAA24140@freefall.freebsd.org> To: CVS-committers, cvs-usrbin Subject: cvs commit: src/usr.bin/lex Makefile Sender: owner-cvs-usrbin@FreeBSD.ORG Precedence: bulk peter 96/01/08 01:17:45 Modified: usr.bin/lex Makefile Log: Add some links to lex (flex, flex++ etc) that some of the gnu autoconf scripts check for. (when looking explicitly for flex..) Also, do some man links for the commands under their alternate names. Install the c++ FlexLexer.h file as per the "XXX TODO" comment. Revision Changes Path 1.3 +11 -4 src/usr.bin/lex/Makefile From owner-cvs-usrbin Mon Jan 8 01:20:24 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA24363 for cvs-usrbin-outgoing; Mon, 8 Jan 1996 01:20:24 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA24353 Mon, 8 Jan 1996 01:20:19 -0800 (PST) Date: Mon, 8 Jan 1996 01:20:19 -0800 (PST) From: Peter Wemm Message-Id: <199601080920.BAA24353@freefall.freebsd.org> To: CVS-committers, cvs-usrbin Subject: cvs commit: src/usr.bin/yacc Makefile Sender: owner-cvs-usrbin@FreeBSD.ORG Precedence: bulk peter 96/01/08 01:20:18 Modified: usr.bin/yacc Makefile Log: Install yacc with a link as byacc (and the man page). Some gnu autoconf scripts that check for features/fixes in bison also check for byacc and dont find it unless there is a 'byacc' in the path. Revision Changes Path 1.4 +2 -0 src/usr.bin/yacc/Makefile From owner-cvs-usrbin Mon Jan 8 04:29:30 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id EAA05993 for cvs-usrbin-outgoing; Mon, 8 Jan 1996 04:29:30 -0800 (PST) Received: (from joerg@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id EAA05984 Mon, 8 Jan 1996 04:29:28 -0800 (PST) Date: Mon, 8 Jan 1996 04:29:28 -0800 (PST) From: Joerg Wunsch Message-Id: <199601081229.EAA05984@freefall.freebsd.org> To: CVS-committers, cvs-usrbin Subject: cvs commit: src/usr.bin/mt mt.1 mt.c Sender: owner-cvs-usrbin@FreeBSD.ORG Precedence: bulk joerg 96/01/08 04:29:27 Modified: usr.bin/mt mt.1 mt.c Log: Add `retens', the user frontend for MTRETENS. Revision Changes Path 1.6 +3 -0 src/usr.bin/mt/mt.1 1.7 +1 -0 src/usr.bin/mt/mt.c From owner-cvs-usrbin Mon Jan 8 08:13:28 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id IAA18106 for cvs-usrbin-outgoing; Mon, 8 Jan 1996 08:13:28 -0800 (PST) Received: from rocky.sri.MT.net (rocky.sri.MT.net [204.182.243.10]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id IAA18061 Mon, 8 Jan 1996 08:13:04 -0800 (PST) Received: (from nate@localhost) by rocky.sri.MT.net (8.6.12/8.6.12) id JAA10690; Mon, 8 Jan 1996 09:15:40 -0700 Date: Mon, 8 Jan 1996 09:15:40 -0700 From: Nate Williams Message-Id: <199601081615.JAA10690@rocky.sri.MT.net> To: Peter Wemm Cc: CVS-committers@freefall.freebsd.org, cvs-usrbin@freefall.freebsd.org Subject: Re: cvs commit: src/usr.bin/yacc Makefile In-Reply-To: <199601080920.BAA24353@freefall.freebsd.org> References: <199601080920.BAA24353@freefall.freebsd.org> Sender: owner-cvs-usrbin@FreeBSD.ORG Precedence: bulk > Modified: usr.bin/yacc Makefile > Log: > Install yacc with a link as byacc (and the man page). Some gnu autoconf > scripts that check for features/fixes in bison also check for byacc and > dont find it unless there is a 'byacc' in the path. I think this changes as well as the lex->flex change is bogus. There are quite a few systems (DG, NeXT) which also uses 'lex' and 'yacc' as their default build tools w/out having to rename them, so I don't think we should pollute the FS with lots of un-necessary links. Which GNU tools rely on the names 'flex' and 'byacc' and won't work with 'lex' and 'yacc'? Nate From owner-cvs-usrbin Tue Jan 9 13:41:17 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA09418 for cvs-usrbin-outgoing; Tue, 9 Jan 1996 13:41:17 -0800 (PST) Received: (from graichen@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA09407 Tue, 9 Jan 1996 13:41:10 -0800 (PST) Date: Tue, 9 Jan 1996 13:41:10 -0800 (PST) From: Thomas Graichen Message-Id: <199601092141.NAA09407@freefall.freebsd.org> To: CVS-committers, cvs-usrbin Subject: cvs commit: src/usr.bin/quota quota.c Sender: owner-cvs-usrbin@FreeBSD.ORG Precedence: bulk graichen 96/01/09 13:41:07 Modified: usr.bin/quota quota.c Log: fixed some printf format mismatches and some lines exceeding 80 col's (thanks to bruce) Revision Changes Path 1.4 +20 -16 src/usr.bin/quota/quota.c From owner-cvs-usrbin Wed Jan 10 13:42:21 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA04010 for cvs-usrbin-outgoing; Wed, 10 Jan 1996 13:42:21 -0800 (PST) Received: (from ache@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA04003 Wed, 10 Jan 1996 13:42:19 -0800 (PST) Date: Wed, 10 Jan 1996 13:42:19 -0800 (PST) From: "Andrey A. Chernov" Message-Id: <199601102142.NAA04003@freefall.freebsd.org> To: CVS-committers, cvs-usrbin Subject: cvs commit: src/usr.bin/wc wc.c Sender: owner-cvs-usrbin@FreeBSD.ORG Precedence: bulk ache 96/01/10 13:42:18 Modified: usr.bin/wc wc.c Log: Localize it. Revision Changes Path 1.2 +5 -2 src/usr.bin/wc/wc.c From owner-cvs-usrbin Fri Jan 12 07:36:43 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id HAA16215 for cvs-usrbin-outgoing; Fri, 12 Jan 1996 07:36:43 -0800 (PST) Received: (from joerg@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id HAA16203 Fri, 12 Jan 1996 07:36:36 -0800 (PST) Date: Fri, 12 Jan 1996 07:36:36 -0800 (PST) From: Joerg Wunsch Message-Id: <199601121536.HAA16203@freefall.freebsd.org> To: CVS-committers, cvs-usrbin Subject: cvs commit: src/usr.bin/mt mt.c Sender: owner-cvs-usrbin@FreeBSD.ORG Precedence: bulk joerg 96/01/12 07:36:33 Modified: usr.bin/mt mt.c Log: Rename the `retens' command into `retension', to follow existing de-facto standards. Revision Changes Path 1.8 +1 -1 src/usr.bin/mt/mt.c From owner-cvs-usrbin Sat Jan 13 01:46:35 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA16250 for cvs-usrbin-outgoing; Sat, 13 Jan 1996 01:46:35 -0800 (PST) Received: (from joerg@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA16239 Sat, 13 Jan 1996 01:46:31 -0800 (PST) Date: Sat, 13 Jan 1996 01:46:31 -0800 (PST) From: Joerg Wunsch Message-Id: <199601130946.BAA16239@freefall.freebsd.org> To: CVS-committers, cvs-usrbin Subject: cvs commit: src/usr.bin/mt mt.1 Sender: owner-cvs-usrbin@FreeBSD.ORG Precedence: bulk joerg 96/01/13 01:46:28 Modified: usr.bin/mt mt.1 Log: Forgot to update the man page for the `retension' command. Revision Changes Path 1.7 +1 -1 src/usr.bin/mt/mt.1