summaryrefslogtreecommitdiffstats
path: root/usr.bin/rcs/rcsprog.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* minor knfxsa2005-09-291-3/+3
|
* support -q flag in 'co' and 'rcs'joris2005-09-291-10/+17
|
* stuff needed for 'co'joris2005-09-291-2/+2
|
* zap unused varsjoris2005-09-291-3/+2
|
* - prototypes for the RCS commands go in rcsprog.hjoris2005-09-291-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.joris2005-09-291-4/+18
| | | | if RCSDIR does not exist, look in the parent directory.
* missing 'ident' command in the programs table.joris2005-09-201-1/+2
|
* - create the correct RCS filename before calling rcs_open().joris2005-09-201-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.joris2005-09-201-1/+2
|
* loop through argv[] correctly instead of reusing argv[0] all the time.joris2005-09-201-3/+3
|
* sort headersjoris2005-09-201-5/+5
|
* seperate usage functions per sub-programderaadt2005-04-151-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 thederaadt2005-04-151-0/+220
cvs subdirectory; ok jfb joris