From owner-freebsd-commit Thu Feb 22 13:53:30 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA22176 for freebsd-commit-outgoing; Thu, 22 Feb 1996 13:53:30 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA22135 for cvs-all-outgoing; Thu, 22 Feb 1996 13:53:22 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA22080 Thu, 22 Feb 1996 13:52:54 -0800 (PST) Date: Thu, 22 Feb 1996 13:52:54 -0800 (PST) From: Peter Wemm Message-Id: <199602222152.NAA22080@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-gnu Subject: cvs commit: src/gnu/usr.bin/diff Makefile config.h context.c diff.c diff.h diff3.c dir.c getopt.c getopt1.c ifdef.c io.c sdiff.c side.c system.h util.c version.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk peter 96/02/22 13:52:53 Branch: gnu/usr.bin/diff RELENG_2_1_0 Modified: gnu/usr.bin/diff Makefile config.h context.c diff.c diff.h diff3.c dir.c getopt.c getopt1.c ifdef.c io.c sdiff.c side.c system.h util.c version.c Log: Update the diff tools to diffutils-2.7 as in -current. This is more compatable with the more recent cvs releases with remote access. Revision Changes Path 1.4.4.1 +3 -1 src/gnu/usr.bin/diff/Makefile 1.1.8.1 +31 -25 src/gnu/usr.bin/diff/config.h 1.2.8.1 +8 -4 src/gnu/usr.bin/diff/context.c 1.2.8.1 +167 -52 src/gnu/usr.bin/diff/diff.c 1.3.4.1 +4 -12 src/gnu/usr.bin/diff/diff.h 1.4.4.1 +134 -70 src/gnu/usr.bin/diff/diff3.c 1.2.8.1 +8 -8 src/gnu/usr.bin/diff/dir.c 1.2.8.1 +103 -112 src/gnu/usr.bin/diff/getopt.c 1.2.8.1 +0 -7 src/gnu/usr.bin/diff/getopt1.c 1.3.4.1 +11 -11 src/gnu/usr.bin/diff/ifdef.c 1.3.4.1 +94 -46 src/gnu/usr.bin/diff/io.c 1.2.8.1 +226 -239 src/gnu/usr.bin/diff/sdiff.c 1.3.4.1 +1 -1 src/gnu/usr.bin/diff/side.c 1.2.8.1 +110 -58 src/gnu/usr.bin/diff/system.h 1.2.8.1 +92 -82 src/gnu/usr.bin/diff/util.c 1.2.8.1 +1 -1 src/gnu/usr.bin/diff/version.c