summaryrefslogtreecommitdiff
path: root/contrib/cvs/diff
Commit message (Collapse)AuthorAgeFilesLines
* Take a shot at using mkstemp() since we have a __warn_references() onPeter Wemm1999-12-111-1/+4
| | | | | | | the other temporary file creation functions.. Notes: svn path=/head/; revision=54440
* This commit was generated by cvs2svn to compensate for changes in r54427,Peter Wemm1999-12-1116-63/+141
|\ | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=54428
| * Import cvs-1.10.7. There are a number of nasty bugs that have been fixed.Peter Wemm1999-12-1116-63/+141
| | | | | | | | | | | | | | Obtained from: cyclic.com Notes: svn path=/vendor/cvs/dist/; revision=54427
* | Stray files that used to be in 1.9.x that are not in 1.10Peter Wemm1999-04-051-71/+0
|/ | | | Notes: svn path=/head/; revision=45330
* Import cvs-1.10 onto vendor branch. Merge to follow shortly.Peter Wemm1999-03-1812-282/+662
| | | | | | | 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-2619-0/+8274
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