From owner-cvs-user Mon Sep 9 14:25:55 1996 Return-Path: owner-cvs-user Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id OAA20382 for cvs-user-outgoing; Mon, 9 Sep 1996 14:25:55 -0700 (PDT) Received: (from pst@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id OAA20359; Mon, 9 Sep 1996 14:25:44 -0700 (PDT) Date: Mon, 9 Sep 1996 14:25:44 -0700 (PDT) From: Paul Traina Message-Id: <199609092125.OAA20359@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-user Subject: cvs commit: src/release Makefile Sender: owner-cvs-user@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk pst 96/09/09 14:25:43 Modified: release Makefile Log: Turn off KTRACE on MFS boot floppy. Revision Changes Path 1.236 +2 -1 src/release/Makefile From owner-cvs-user Mon Sep 9 21:21:49 1996 Return-Path: owner-cvs-user Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id VAA12664 for cvs-user-outgoing; Mon, 9 Sep 1996 21:21:49 -0700 (PDT) Received: (from jfieber@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id VAA12638; Mon, 9 Sep 1996 21:21:38 -0700 (PDT) Date: Mon, 9 Sep 1996 21:21:38 -0700 (PDT) From: John Fieber Message-Id: <199609100421.VAA12638@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-user Subject: cvs commit: src Makefile Sender: owner-cvs-user@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jfieber 96/09/09 21:21:38 Modified: . Makefile Log: Add usr.bin/sgmls to the build-tools target. This should prevent make world from falling over in share/doc. Revision Changes Path 1.100 +3 -1 src/Makefile From owner-cvs-user Tue Sep 10 06:12:13 1996 Return-Path: owner-cvs-user Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id GAA14389 for cvs-user-outgoing; Tue, 10 Sep 1996 06:12:13 -0700 (PDT) Received: (from peter@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id GAA14371; Tue, 10 Sep 1996 06:12:04 -0700 (PDT) Date: Tue, 10 Sep 1996 06:12:04 -0700 (PDT) From: Peter Wemm Message-Id: <199609101312.GAA14371@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-user Subject: cvs commit: src/contrib/bison - Imported sources Sender: owner-cvs-user@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 96/09/10 06:12:03 src/contrib/bison - Imported sources Update of /home/ncvs/src/contrib/bison In directory freefall.freebsd.org:/tmp/cvs-serv14193 Revision/Branch: 1.1.1 Log Message: Import the FSF release of bison-1.25 onto the vendor branch. In case you're wondering, the gcc-2.7.2.1 import uses this to generate code. The size of the generated code is bigger than the entire bison release, making this a saving. The bison doc is pretty good apparently. Status: Vendor Tag: FSF Release Tags: v1_25 N src/contrib/bison/COPYING N src/contrib/bison/ChangeLog N src/contrib/bison/Makefile.in N src/contrib/bison/configure N src/contrib/bison/configure.in N src/contrib/bison/REFERENCES N src/contrib/bison/bison.1 N src/contrib/bison/bison.rnh N src/contrib/bison/configure.bat N src/contrib/bison/bison.simple N src/contrib/bison/bison.hairy N src/contrib/bison/LR0.c N src/contrib/bison/allocate.c N src/contrib/bison/closure.c N src/contrib/bison/conflicts.c N src/contrib/bison/derives.c N src/contrib/bison/files.c N src/contrib/bison/getargs.c N src/contrib/bison/gram.c N src/contrib/bison/lalr.c N src/contrib/bison/lex.c N src/contrib/bison/main.c N src/contrib/bison/nullable.c N src/contrib/bison/output.c N src/contrib/bison/print.c N src/contrib/bison/reader.c N src/contrib/bison/reduce.c N src/contrib/bison/symtab.c N src/contrib/bison/version.c N src/contrib/bison/warshall.c N src/contrib/bison/files.h N src/contrib/bison/gram.h N src/contrib/bison/lex.h N src/contrib/bison/machine.h N src/contrib/bison/new.h N src/contrib/bison/state.h N src/contrib/bison/symtab.h N src/contrib/bison/system.h N src/contrib/bison/types.h N src/contrib/bison/bison.cld N src/contrib/bison/build.com N src/contrib/bison/vmsgetargs.c N src/contrib/bison/vmshlp.mar N src/contrib/bison/README N src/contrib/bison/INSTALL N src/contrib/bison/NEWS N src/contrib/bison/bison.texinfo N src/contrib/bison/getopt.c N src/contrib/bison/getopt.h N src/contrib/bison/getopt1.c N src/contrib/bison/alloca.c N src/contrib/bison/install-sh N src/contrib/bison/mkinstalldirs No conflicts created by this import From owner-cvs-user Tue Sep 10 06:48:23 1996 Return-Path: owner-cvs-user Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id GAA16128 for cvs-user-outgoing; Tue, 10 Sep 1996 06:48:23 -0700 (PDT) Received: (from peter@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id GAA16111; Tue, 10 Sep 1996 06:48:15 -0700 (PDT) Date: Tue, 10 Sep 1996 06:48:15 -0700 (PDT) From: Peter Wemm Message-Id: <199609101348.GAA16111@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-user Subject: cvs commit: src/contrib/gperf - Imported sources Sender: owner-cvs-user@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 96/09/10 06:48:14 src/contrib/gperf - Imported sources Update of /home/ncvs/src/contrib/gperf In directory freefall.freebsd.org:/tmp/cvs-serv15987 Revision/Branch: 1.1.1 Log Message: Import the FSF release of gperf-2.1a, used in the build of gcc-2.7.2.1 (to be imported soon). Status: Vendor Tag: FSF Release Tags: v2_1a N src/contrib/gperf/COPYING N src/contrib/gperf/Makefile N src/contrib/gperf/README N src/contrib/gperf/gperf.1 N src/contrib/gperf/gperf.texinfo N src/contrib/gperf/ChangeLog N src/contrib/gperf/README-FIRST N src/contrib/gperf/src/boolarray.c N src/contrib/gperf/src/boolarray.h N src/contrib/gperf/src/hashtable.c N src/contrib/gperf/src/hashtable.h N src/contrib/gperf/src/iterator.c N src/contrib/gperf/src/iterator.h N src/contrib/gperf/src/keylist.c N src/contrib/gperf/src/keylist.h N src/contrib/gperf/src/listnode.c N src/contrib/gperf/src/listnode.h N src/contrib/gperf/src/main.c N src/contrib/gperf/src/options.c N src/contrib/gperf/src/options.h N src/contrib/gperf/src/perfect.c N src/contrib/gperf/src/perfect.h N src/contrib/gperf/src/prototype.h N src/contrib/gperf/src/readline.c N src/contrib/gperf/src/readline.h N src/contrib/gperf/src/stderr.c N src/contrib/gperf/src/stderr.h N src/contrib/gperf/src/version.c N src/contrib/gperf/src/Makefile N src/contrib/gperf/src/getopt.c N src/contrib/gperf/src/gperf-to-do N src/contrib/gperf/src/xmalloc.c N src/contrib/gperf/tests/ada.gperf N src/contrib/gperf/tests/adapredefined.gperf N src/contrib/gperf/tests/c-parse.gperf N src/contrib/gperf/tests/c.gperf N src/contrib/gperf/tests/gplus.gperf N src/contrib/gperf/tests/modula2.gperf N src/contrib/gperf/tests/modula3.gperf N src/contrib/gperf/tests/pascal.gperf N src/contrib/gperf/tests/Makefile N src/contrib/gperf/tests/test.c N src/contrib/gperf/tests/gpc.gperf N src/contrib/gperf/tests/c++.gperf No conflicts created by this import From owner-cvs-user Tue Sep 10 06:58:26 1996 Return-Path: owner-cvs-user Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id GAA16764 for cvs-user-outgoing; Tue, 10 Sep 1996 06:58:26 -0700 (PDT) Received: (from peter@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id GAA16748; Tue, 10 Sep 1996 06:58:12 -0700 (PDT) Date: Tue, 10 Sep 1996 06:58:12 -0700 (PDT) From: Peter Wemm Message-Id: <199609101358.GAA16748@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-user Subject: cvs commit: src/contrib/gperf/src stderr.c Sender: owner-cvs-user@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 96/09/10 06:58:12 Modified: contrib/gperf/src stderr.c Log: Make this compile. they use a variable "abort" which is prototyped. Revision Changes Path 1.2 +8 -3 src/contrib/gperf/src/stderr.c From owner-cvs-user Tue Sep 10 23:18:34 1996 Return-Path: owner-cvs-user Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id XAA14794 for cvs-user-outgoing; Tue, 10 Sep 1996 23:18:34 -0700 (PDT) Received: (from pst@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id XAA14780; Tue, 10 Sep 1996 23:18:28 -0700 (PDT) Date: Tue, 10 Sep 1996 23:18:28 -0700 (PDT) From: Paul Traina Message-Id: <199609110618.XAA14780@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-user Subject: cvs commit: src/contrib/tcpdump print-atalk.c Sender: owner-cvs-user@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk pst 96/09/10 23:18:27 Modified: contrib/tcpdump print-atalk.c Log: Print appletalk layer 3 addresses as 16 bit unsigned decimal numbers, not two 8 bit values. This conforms to industry standard. These changes have been sent back to LBL. Revision Changes Path 1.3 +9 -12 src/contrib/tcpdump/print-atalk.c From owner-cvs-user Wed Sep 11 10:55:30 1996 Return-Path: owner-cvs-user Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id KAA18584 for cvs-user-outgoing; Wed, 11 Sep 1996 10:55:30 -0700 (PDT) Received: (from ache@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id KAA18566; Wed, 11 Sep 1996 10:55:22 -0700 (PDT) Date: Wed, 11 Sep 1996 10:55:22 -0700 (PDT) From: "Andrey A. Chernov" Message-Id: <199609111755.KAA18566@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-user Subject: cvs commit: src/contrib/groff/nroff nroff.sh Sender: owner-cvs-user@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk ache 96/09/11 10:55:21 Modified: contrib/groff/nroff nroff.sh Log: Fix latin1 guessing Add koi8-r guessing Revision Changes Path 1.3 +7 -1 src/contrib/groff/nroff/nroff.sh