NetBSD/usr.bin/cmp
mycroft 84f6895ad3 As suggested by Xavier Leroy <xavier@Theory.Stanford.EDU>, make sure we don't
flag a short read on the 2nd file as an EOF when it isn't.  This implementation
differs in that at most one read is done per file per comparison, so that an
early mismatch may avoid hanging on input or continuing some expensive process
if reading from a pipe.
1993-12-02 01:56:04 +00:00
..
Makefile Add RCS indentifiers. 1993-07-31 15:17:49 +00:00
cmp.1 Document the fact that cmp now conforms to POSIX.2. 1993-09-21 22:37:52 +00:00
cmp.c As suggested by Xavier Leroy <xavier@Theory.Stanford.EDU>, make sure we don't 1993-12-02 01:56:04 +00:00