summaryrefslogtreecommitdiff
path: root/contrib/cvs/diff/util.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove CVS from the base system.Eitan Adler2013-06-151-849/+0
| | | | | | | | | Discussed with: many Reviewed by: peter, zi Approved by: core Notes: svn path=/head/; revision=251794
* Import cvs-1.11.15Peter Wemm2004-04-151-2/+4
| | | | Notes: svn path=/vendor/cvs/dist/; revision=128266
* Import cvs-1.11 onto vendor branch.Peter Wemm2000-10-021-1/+1
| | | | 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-12/+44
| | | | | | | 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/+119
| | | | | | | 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/+722
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