summaryrefslogtreecommitdiff
path: root/usr.bin/cvs/getlog.c
AgeCommit message (Expand)Author
2005-05-24Merge the cvs_cmd and cvs_cmd_info structures and add the necessaryJean-Francois Brousseau
2005-05-20correct wrong error code usage.Joris Vink
2005-05-20return CVS_EX_PROTO on protocol errorsJean-Francois Brousseau
2005-05-19handle -t option locally too; joris okXavier Santolaria
2005-05-19- add missing flags for the log commandXavier Santolaria
2005-05-11missing CF_IGNORE flagJoris Vink
2005-04-18Modify the CVSFILE structure using a union to keep information aboutJean-Francois Brousseau
2005-04-16more snprintf return value check; joris okXavier Santolaria
2005-04-13* accept the -N option to suppress logging of tagsJean-Francois Brousseau
2005-04-13cleanup and split the log code into two separate functions for localJean-Francois Brousseau
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-03-30move all the client commands to the new command framework.Joris Vink
2005-03-26fix a variety of things i found at coverity. ok joris@Ted Unangst
2005-02-27Many improvements to the RCS support:Jean-Francois Brousseau
2004-12-21modify the directory handling portion to behave like the one in add.c,Jean-Francois Brousseau
2004-12-14First attempt at syncing the command code and doing a lot more errorJean-Francois Brousseau
2004-12-14fix path to RCS file; jfb@ ok.Xavier Santolaria
2004-12-07less whitespace, more pretty. ok jfbTed Unangst
2004-12-06tighten vertical spacing for else; jfb okTheo de Raadt
2004-12-06Get rid of a gcc warningJean-Francois Brousseau
2004-11-26Rewrite the internals of the file management code so that we do not keepJean-Francois Brousseau
2004-11-18Make the 'cvs log' command work in client mode, mostly based on theJean-Francois Brousseau
2004-08-13Cleanup the code, will need reworkJean-Francois Brousseau
2004-07-31Remove old codeJean-Francois Brousseau
2004-07-30Move to the new API for the client-server protocol. All functions nowJean-Francois Brousseau
2004-07-29No need to import the `cvs_root' symbol anymore, it is done in cvs.hJean-Francois Brousseau
2004-07-13* initial import from the cvs-tools moduleJean-Francois Brousseau