Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | minor knf | 2005-09-29 | 1 | -3/+3 | ||
| | ||||||
* | support -q flag in 'co' and 'rcs' | 2005-09-29 | 1 | -10/+17 | ||
| | ||||||
* | stuff needed for 'co' | 2005-09-29 | 1 | -2/+2 | ||
| | ||||||
* | zap unused vars | 2005-09-29 | 1 | -3/+2 | ||
| | ||||||
* | - prototypes for the RCS commands go in rcsprog.h | 2005-09-29 | 1 | -28/+43 | ||
| | | | | - use rcs_statfile() to obtain the correct path to the RCS file | |||||
* | for RCS files look in RCSDIR, if there is no path prefix specified. | 2005-09-29 | 1 | -4/+18 | ||
| | | | | if RCSDIR does not exist, look in the parent directory. | |||||
* | missing 'ident' command in the programs table. | 2005-09-20 | 1 | -1/+2 | ||
| | ||||||
* | - create the correct RCS filename before calling rcs_open(). | 2005-09-20 | 1 | -7/+13 | ||
| | | | | | - don't bail out if we cannot open an RCS file, instead try to continue with the others (if there are any). | |||||
* | be a bit more compatible with gnu rcs in our output. | 2005-09-20 | 1 | -1/+2 | ||
| | ||||||
* | loop through argv[] correctly instead of reusing argv[0] all the time. | 2005-09-20 | 1 | -3/+3 | ||
| | ||||||
* | sort headers | 2005-09-20 | 1 | -5/+5 | ||
| | ||||||
* | seperate usage functions per sub-program | 2005-04-15 | 1 | -27/+18 | ||
| | | | | | shrink usage for rcs(1), that is what man pages are for ok joris | |||||
* | move rcs (and later on, clones of all the other rcs commands) out of the | 2005-04-15 | 1 | -0/+220 | ||
cvs subdirectory; ok jfb joris |