From owner-cvs-gnu Thu Apr 11 03:13:51 1996 Return-Path: owner-cvs-gnu Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA00776 for cvs-gnu-outgoing; Thu, 11 Apr 1996 03:13:51 -0700 (PDT) Received: (from markm@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA00759 Thu, 11 Apr 1996 03:13:43 -0700 (PDT) Date: Thu, 11 Apr 1996 03:13:43 -0700 (PDT) From: Mark Murray Message-Id: <199604111013.DAA00759@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-gnu Subject: cvs commit: src/gnu/usr.bin/patch pch.c Sender: owner-cvs-gnu@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk markm 96/04/11 03:13:42 Modified: gnu/usr.bin/patch pch.c Log: Priorities were broken. If there was an Index: line and ***/--- lines with valid names, the ***/---names were taken first. this broke eg: Index: foo/Makefile ========== RCS Retrieving diff *** Makefile --- Makefile By trying to patch the Makefile in the _curent_ directory, rather than the one in the foo/ directory. Revision Changes Path 1.7 +11 -4 src/gnu/usr.bin/patch/pch.c