From owner-cvs-all Fri Jun 21 0: 8:36 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7014637B404; Fri, 21 Jun 2002 00:08:34 -0700 (PDT) Received: (from tjr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5L78Yu98512; Fri, 21 Jun 2002 00:08:34 -0700 (PDT) (envelope-from tjr) Message-Id: <200206210708.g5L78Yu98512@freefall.freebsd.org> From: "Tim J. Robbins" Date: Fri, 21 Jun 2002 00:08:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/uniq uniq.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tjr 2002/06/21 00:08:34 PDT Modified files: usr.bin/uniq uniq.c Log: Newline characters should not participate in line comparisons. Only apparent when -s is used or the last line of the file is missing a newline. Noticed by the textutils test suite. MFC after: 1 week Revision Changes Path 1.21 +22 -4 src/usr.bin/uniq/uniq.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message