summaryrefslogtreecommitdiffstats
path: root/usr.bin/cvs/annotate.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Merge the cvs_cmd and cvs_cmd_info structures and add the necessaryjfb2005-05-241-10/+18
* correct wrong error code usage.joris2005-05-201-1/+8
* make the handlers static and remove local code that will go in anotherjfb2005-05-201-42/+28
* Modify the CVSFILE structure using a union to keep information aboutjfb2005-04-181-7/+2
* use the option string from the cvs_cmd entry instead of keeping ajfb2005-04-131-2/+2
* introduce our own set of error codes used by the commands to reportjoris2005-04-121-7/+7
* don't include sysexits.h now we don't use those error codesjoris2005-04-111-2/+1
* remove EX_USAGE error codesjoris2005-04-111-3/+3
* first round of EX_* exit codes removal; ok joris@.xsa2005-04-031-4/+4
* move all the client commands to the new command framework.joris2005-03-301-61/+35
* fix the annotate usage (there is no -F flag) and add the missing bitsjfb2005-01-131-3/+16
* modify the directory handling portion to behave like the one in add.c,jfb2004-12-211-7/+10
* First attempt at syncing the command code and doing a lot more errorjfb2004-12-141-45/+52
* support the 'annotate' command, will need some polishingjfb2004-12-091-0/+191