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