summaryrefslogtreecommitdiffstats
path: root/contrib/cvs/src/entries.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove CVS from the base system.eadler2013-06-151-1263/+0
| | | | | | Discussed with: many Reviewed by: peter, zi Approved by: core
* Merge revs 1.2 (comprehensive CVS/Template support) into version 1.11.22.obrien2008-01-131-2/+8
|
* Change WriteTemplate to take const char * args.peter2004-04-151-7/+3
| | | | | | The Name_Root() call seems to be defunct, remove it because it was causing compile problems. The real magic seems to be in the Parse_Info() callback (which was also updated for const char * args).
* Initial merge of cvs-1.11.5 -> 1.11.15 changes onto mainlinepeter2004-04-151-26/+27
|
* Implement comprehensive CVS/Template support to complement the Templatedillon2001-09-151-0/+73
| | | | | | | | support that already exists for checkout. The -T option for cvs update and cvs checkout may be used to cause CVS to retrieve/update the checkin template when possible. MFC after: 1 week
* Import cvs-1.11.1p1 onto vendor branchpeter2001-08-101-1/+3
|
* Import cvs-1.11 onto vendor branch.peter2000-10-021-2/+3
|
* Import cvs-1.10.7. There are a number of nasty bugs that have been fixed.peter1999-12-111-19/+22
| | | | Obtained from: cyclic.com
* Import cvs-1.9.26 onto vendor branchpeter1998-03-101-7/+27
|
* Import cvs-1.9.23 as at 19980123. There are a number of really nicepeter1998-01-261-5/+277
| | | | | | | | | | | | | | | 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.
* Import of cvs-1.9.9-970515 onto vendor branch.peter1997-05-151-43/+384
| | | | Obtained from: cyclic.com
* Import of slightly trimmed cvs-1.8 distribution. Generated filespeter1996-08-201-0/+548
and non-unix code has been left out.
OpenPOWER on IntegriCloud