Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Initial merge of cvs-1.11.5 -> 1.11.15 changes onto mainline | peter | 2004-04-15 | 1 | -0/+1 |
| | |||||
* | Initial merge of 1.11.1p1 -> 1.11.2 changes onto mainline | peter | 2002-09-02 | 1 | -3/+3 |
| | |||||
* | Initial merge of cvs-1.11 -> 1.11.1p1 changes onto mainline. There is | peter | 2001-08-10 | 1 | -23/+44 |
| | | | | still some suspicious and/or broken stuff to fix yet. | ||||
* | Merge changes from 1.10.7 -> 1.11 into mainline. Note that the old | peter | 2000-10-02 | 1 | -4/+6 |
| | | | | anoncvs no-password hack is gone and is replaced by the official version. | ||||
* | Take a shot at using mkstemp() since we have a __warn_references() on | peter | 1999-12-11 | 1 | -1/+4 |
| | | | | the other temporary file creation functions.. | ||||
* | Import cvs-1.10.7. There are a number of nasty bugs that have been fixed. | peter | 1999-12-11 | 1 | -7/+7 |
| | | | | Obtained from: cyclic.com | ||||
* | Import cvs-1.10 onto vendor branch. Merge to follow shortly. | peter | 1999-03-18 | 1 | -125/+219 |
| | | | | Obtained from: cyclic.com | ||||
* | Import cvs-1.9.23 as at 19980123. There are a number of really nice | peter | 1998-01-26 | 1 | -0/+1809 |
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. |