From owner-cvs-gnu Sun Mar 16 17:44:51 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id RAA11286 for cvs-gnu-outgoing; Sun, 16 Mar 1997 17:44:51 -0800 (PST) Received: (from jmg@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id RAA11278; Sun, 16 Mar 1997 17:44:49 -0800 (PST) Date: Sun, 16 Mar 1997 17:44:49 -0800 (PST) From: John-Mark Gurney Message-Id: <199703170144.RAA11278@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-gnu Subject: cvs commit: src/gnu/usr.bin/patch Makefile getopt.c inp.c patch.c util.c Sender: owner-cvs-gnu@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jmg 97/03/16 17:44:48 Modified: gnu/usr.bin/patch Makefile getopt.c inp.c patch.c util.c Log: fix compilation warnings in patch... (with slight modification) also remove -Wall that I acidentally committed last time I was here... Submitted-by: Philippe Charnier Closes PR#2998 Revision Changes Path 1.4 +1 -1 src/gnu/usr.bin/patch/Makefile 1.2 +1 -0 src/gnu/usr.bin/patch/getopt.c 1.5 +15 -2 src/gnu/usr.bin/patch/inp.c 1.8 +15 -1 src/gnu/usr.bin/patch/patch.c 1.4 +2 -2 src/gnu/usr.bin/patch/util.c From owner-cvs-gnu Mon Mar 17 08:32:20 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id IAA18722 for cvs-gnu-outgoing; Mon, 17 Mar 1997 08:32:20 -0800 (PST) Received: (from ache@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id IAA18714; Mon, 17 Mar 1997 08:32:17 -0800 (PST) Date: Mon, 17 Mar 1997 08:32:17 -0800 (PST) From: "Andrey A. Chernov" Message-Id: <199703171632.IAA18714@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-gnu Subject: cvs commit: src/gnu/usr.bin/awk builtin.c Sender: owner-cvs-gnu@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk ache 97/03/17 08:32:16 Modified: gnu/usr.bin/awk builtin.c Log: Fix initstate() cast to match Lite2 Revision Changes Path 1.6 +2 -2 src/gnu/usr.bin/awk/builtin.c From owner-cvs-gnu Mon Mar 17 14:32:33 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id OAA09069 for cvs-gnu-outgoing; Mon, 17 Mar 1997 14:32:33 -0800 (PST) Received: (from jmg@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id OAA09062; Mon, 17 Mar 1997 14:32:32 -0800 (PST) Date: Mon, 17 Mar 1997 14:32:32 -0800 (PST) From: John-Mark Gurney Message-Id: <199703172232.OAA09062@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-gnu Subject: cvs commit: src/gnu/usr.bin/patch getopt.c inp.c patch.c pch.c util.c util.h Sender: owner-cvs-gnu@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jmg 97/03/17 14:32:31 Branch: gnu/usr.bin/patch RELENG_2_2 Modified: gnu/usr.bin/patch getopt.c inp.c patch.c pch.c util.c util.h Log: merge in my patches to prevent patch from going into a loop... also merged in the -Wall fixes while I'm hear... along with silencing and some of the CVS Log entries in the files... Revision Changes Path 1.1.1.1.10.1 +1 -0 src/gnu/usr.bin/patch/getopt.c 1.3.6.1 +5 -11 src/gnu/usr.bin/patch/inp.c 1.6.6.1 +5 -22 src/gnu/usr.bin/patch/patch.c 1.8.2.1 +7 -45 src/gnu/usr.bin/patch/pch.c 1.2.6.1 +11 -4 src/gnu/usr.bin/patch/util.c 1.2.6.1 +3 -6 src/gnu/usr.bin/patch/util.h From owner-cvs-gnu Fri Mar 21 12:59:48 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id MAA12818 for cvs-gnu-outgoing; Fri, 21 Mar 1997 12:59:48 -0800 (PST) Received: (from wosch@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id MAA12808; Fri, 21 Mar 1997 12:59:46 -0800 (PST) Date: Fri, 21 Mar 1997 12:59:46 -0800 (PST) From: Wolfram Schneider Message-Id: <199703212059.MAA12808@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-gnu Subject: cvs commit: src/gnu/usr.bin/dc dc.1 Sender: owner-cvs-gnu@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wosch 97/03/21 12:59:46 Modified: gnu/usr.bin/dc dc.1 Log: Make makewhatis(1) happy. Revision Changes Path 1.4 +2 -4 src/gnu/usr.bin/dc/dc.1 From owner-cvs-gnu Fri Mar 21 18:59:46 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id SAA04727 for cvs-gnu-outgoing; Fri, 21 Mar 1997 18:59:46 -0800 (PST) Received: (from jdp@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id SAA04719; Fri, 21 Mar 1997 18:59:43 -0800 (PST) Date: Fri, 21 Mar 1997 18:59:43 -0800 (PST) From: John Polstra Message-Id: <199703220259.SAA04719@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-gnu Subject: cvs commit: src/gnu/usr.bin/ld ld.1 ld.c Sender: owner-cvs-gnu@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jdp 97/03/21 18:59:42 Modified: gnu/usr.bin/ld ld.1 ld.c Log: Add a new "-f" option to the linker, to print the resolved paths of all the files and libraries in the command line. Submitted by: bde (Bruce Evans) Revision Changes Path 1.16 +5 -2 src/gnu/usr.bin/ld/ld.1 1.42 +33 -1 src/gnu/usr.bin/ld/ld.c