summaryrefslogtreecommitdiff
path: root/contrib/cvs/diff/diff.c
Commit message (Collapse)AuthorAgeFilesLines
* Import cvs-1.11.15Peter Wemm2004-04-151-1/+3
| | | | Notes: svn path=/vendor/cvs/dist/; revision=128266
* Import cvs-1.11.2.1 as of 2002/12/01 onto vendor branch. This fixes allPeter Wemm2002-12-021-1/+6
| | | | | | | | | | | of the bugs that I know of. We've been running a slightly older version of this on freefall/repoman, where it was afflicted by a silly merge error on my part (fixed). Approved by: re Notes: svn path=/vendor/cvs/dist/; revision=107484
* Import cvs-1.11.1p1 onto vendor branchPeter Wemm2001-08-101-1/+1
| | | | Notes: svn path=/vendor/cvs/dist/; revision=81404
* Import cvs-1.11 onto vendor branch.Peter Wemm2000-10-021-21/+22
| | | | Notes: svn path=/vendor/cvs/dist/; revision=66525
* Import cvs-1.10.7. There are a number of nasty bugs that have been fixed.Peter Wemm1999-12-111-4/+3
| | | | | | | Obtained from: cyclic.com Notes: svn path=/vendor/cvs/dist/; revision=54427
* Import cvs-1.10 onto vendor branch. Merge to follow shortly.Peter Wemm1999-03-181-26/+71
| | | | | | | Obtained from: cyclic.com Notes: svn path=/vendor/cvs/dist/; revision=44852
* Import cvs-1.9.23 as at 19980123. There are a number of really nicePeter Wemm1998-01-261-0/+1214
things fixed in here, including the '-ko' vs. -A problem with remote cvs which caused all files with -ko to be resent each time (which is damn painful over a modem, I can tell you). It also found a heap of stray empty directories that should have been pruned with the -P flag to cvs update but were not for some reason. It also has the fully integrated rcs and diff, so no more fork/exec overheads for rcs,ci,patch,diff,etc. This means that it parses the control data in the rcs files only once rather than twice or more. If the 'cvs diff' vs. Index thing is going to be fixed for future patch compatability, this is the place to do it. Notes: svn path=/vendor/cvs/dist/; revision=32785