aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/cmp/cmp.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/6.0.0_cvscvs2svn2005-11-031-1/+1
* MFC: Add a -h option to tell cmp not to follow symbolic links.Brian Somers2005-09-171-5/+25
* ANSIify function definitions to avoid a warning.David Malone2002-07-281-4/+2
* No need to check for "-" explicitly in getopt() loop.Tim J. Robbins2002-06-071-5/+1
* Exit >1 when an error occurs, regardless of whether -s is specified (SUSv3)Tim J. Robbins2002-06-071-4/+4
* remove __PWarner Losh2002-03-221-1/+1
* Style improvements recommended by Bruce as a follow up to someDavid Malone2001-12-101-5/+6
* Turn on WARNS=2.Mark Murray2001-12-021-5/+6
* Make filenames const to avoid a few warnings.David Malone2001-11-051-1/+1
* Fix a bug introduced in rev 1.8, where special files ended upSheldon Hearn2000-07-251-1/+2
* Add the -z flag to check file sizes firstBrian Somers2000-07-141-4/+14
* Let cmp(1) grow in -x option to print differences in contemporarry hexPoul-Henning Kamp2000-05-151-2/+9
* Tweaks to allow compiling -Wall (mostly adding "const" to char rcsid[]).Archie Cobbs1998-12-061-2/+2
* Permit hex/octal parameters to cmp, to match what the manual page says.Jonathan Lemon1997-08-191-2/+2
* Correct usage string. Program name converted to bold in man page.Philippe Charnier1997-06-261-1/+1
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-291-1/+1
* I don't like what they did to cmp(1) in 4.4 Lite; now it whines allJordan K. Hubbard1994-08-201-8/+24
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-271-0/+146