summaryrefslogtreecommitdiff
path: root/contrib/diff/diff.c
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/6.2.0_cvscvs2svn2007-01-111-1/+1
| | | | | | 'RELENG_6_2_0_RELEASE'. This commit was manufactured to restore the state of the 6.2-RELEASE image.
* Make diff(1) follow traditional UNIX SOP of later options nullify earlierDavid E. O'Brien2005-06-031-3/+0
| | | | | | | options that are mutually exclusive. Notes: svn path=/head/; revision=146916
* Fix essential typo in usageAndrey A. Chernov2002-05-191-1/+1
| | | | | | | Submitted by: Cyrille Lefevre <cyrille.lefevre@laposte.net> Notes: svn path=/head/; revision=96940
* * Support the environtmental var "DIFF_OPTIONS". Which can hold a set ofDavid E. O'Brien1999-11-261-1/+11
| | | | | | | | | | default options for diff. These options are interpreted first and can be overwritten by explicit command line parameters. * Add the "-o" option to specify old-traditional output style. * Add utility functions for env vars obtained from GNU Grep 2.3h. Notes: svn path=/head/; revision=53703
* Localize diffAndrey A. Chernov1997-10-291-0/+8
| | | | Notes: svn path=/head/; revision=30845
* Initial importAndrey A. Chernov1997-10-291-0/+1106
Notes: svn path=/vendor/diff/dist/; revision=30839