aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/cmp/cmp.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix a bug introduced in rev 1.8, where special files ended upSheldon Hearn2000-07-251-1/+2
| | | | | | | | | being treated like regular files because of missing braces. PR: 20143 Notes: svn path=/head/; revision=63843
* Add the -z flag to check file sizes firstBrian Somers2000-07-141-4/+14
| | | | | | | | | | Correct the cmp.1 usage message Correct the -l/-s incompatibility message Submitted by: Mark Knight <markk@knigma.org> Notes: svn path=/head/; revision=63157
* Let cmp(1) grow in -x option to print differences in contemporarry hexPoul-Henning Kamp2000-05-151-2/+9
| | | | | | | format rather than the mixed decimal/octal format of -l. Notes: svn path=/head/; revision=60583
* Tweaks to allow compiling -Wall (mostly adding "const" to char rcsid[]).Archie Cobbs1998-12-061-2/+2
| | | | Notes: svn path=/head/; revision=41568
* Permit hex/octal parameters to cmp, to match what the manual page says.Jonathan Lemon1997-08-191-2/+2
| | | | | | | PR: 3850, 3855 Notes: svn path=/head/; revision=28421
* Correct usage string. Program name converted to bold in man page.Philippe Charnier1997-06-261-1/+1
| | | | Notes: svn path=/head/; revision=26957
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-291-1/+1
| | | | | | | posix standard on the topic. Notes: svn path=/head/; revision=24360
* I don't like what they did to cmp(1) in 4.4 Lite; now it whines allJordan K. Hubbard1994-08-201-8/+24
| | | | | | | | | the time, even with -s. Make cmp SHUT UP about non-existant files when run with -s. Submitted by: jkh Notes: svn path=/head/; revision=2149
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-271-0/+146
Notes: svn path=/cvs2svn/branches/CHRISTOS/; revision=1590