summaryrefslogtreecommitdiff
path: root/usr.bin/cvs/cmd.c
AgeCommit message (Expand)Author
2005-05-23add some logging for `cvs -t' option use; ok joris@Xavier Santolaria
2005-05-20execute the command callback at the same time we are buildingJoris Vink
2005-04-25first part of file API changes:Joris Vink
2005-04-25* add missing 'R' flag in diff synopsisJean-Francois Brousseau
2005-04-18remove debugging leftoversJean-Francois Brousseau
2005-04-18Modify the CVSFILE structure using a union to keep information aboutJean-Francois Brousseau
2005-04-13cmd_helper() returns error codes > 0 or 0 on success.Joris Vink
2005-04-12use the new CVS_EX_* error codes here as well.Joris Vink
2005-04-12introduce our own set of error codes used by the commands to reportJoris Vink
2005-04-11don't include sysexits.h now we don't use those error codesJoris Vink
2005-04-11remove EX_USAGE error codesJoris Vink
2005-04-03first round of EX_* exit codes removal; ok joris@.Xavier Santolaria
2005-04-01make sure we don't do unneeded things for the version command.Joris Vink
2005-03-31make sure the server command can still be reached with theJoris Vink
2005-03-31- as long as we are using the sysexits.h error codes make sureJoris Vink
2005-03-29allow cmd_options to be NULL, so that commands whichJoris Vink
2005-03-28fix argument count in cvs_startcmd()Joris Vink
2005-03-24add the first pieces of our new command framework.Joris Vink