From owner-cvs-src-old@FreeBSD.ORG Tue Mar 9 09:49:07 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B8753106567E for ; Tue, 9 Mar 2010 09:49:07 +0000 (UTC) (envelope-from ache@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 8CF538FC14 for ; Tue, 9 Mar 2010 09:49:07 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id o299n7GE036387 for ; Tue, 9 Mar 2010 09:49:07 GMT (envelope-from ache@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o299n7jW036386 for cvs-src-old@freebsd.org; Tue, 9 Mar 2010 09:49:07 GMT (envelope-from ache@repoman.freebsd.org) Message-Id: <201003090949.o299n7jW036386@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to ache@repoman.freebsd.org using -f From: "Andrey A. Chernov" Date: Mon, 8 Mar 2010 22:27:46 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/comm comm.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Mar 2010 09:49:07 -0000 ache 2010-03-08 22:27:46 UTC FreeBSD src repository Modified files: usr.bin/comm comm.c Log: SVN rev 204896 on 2010-03-08 22:27:46Z by ache Rewrite input processing to not exit with error on the first EILSEQ found in the input data but fallback to "binary comparison" instead. POSIX says: "The input files shall be text files", nothing more, so the text file with illegal sequence is valid input. BTW, GNU sort does not fails on EILSEQ too. Revision Changes Path 1.25 +68 -108 src/usr.bin/comm/comm.c