Date: Mon, 8 Mar 2010 22:27:46 +0000 (UTC) From: "Andrey A. Chernov" <ache@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/usr.bin/comm comm.c Message-ID: <201003090949.o299n7jW036386@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201003090949.o299n7jW036386>