summaryrefslogtreecommitdiff
path: root/usr.bin/cvs/tag.c
AgeCommit message (Expand)Author
2005-09-27add some file status checks in local setup;Xavier Santolaria
2005-09-26some more style nits and bits;Xavier Santolaria
2005-09-26style;Xavier Santolaria
2005-08-08add rtag command aliases;Xavier Santolaria
2005-07-27use LP_NOTICE instead of LP_INFO where appropriate;Xavier Santolaria
2005-07-25KNF;Xavier Santolaria
2005-07-24do not use `if (!var)' unless it's boolean, better use an == check;Xavier Santolaria
2005-07-18be consistent w/ warning messages (and handle -Q);Xavier Santolaria
2005-07-14use cvs_rcs_getpath();Xavier Santolaria
2005-07-11fix another case where a message shouldnt be printed if -Q is specified;Xavier Santolaria
2005-07-11display info message only if -q is not specified.Xavier Santolaria
2005-07-07remove trailing whitespacesJoris Vink
2005-06-28- add `rtag' command usageXavier Santolaria
2005-05-31remove LP_ERROR log priority level and rather use LP_ERR as they are bothXavier Santolaria
2005-05-29consistency in error messages ...Xavier Santolaria
2005-05-24cvs_noexec checks; ok joris@Xavier Santolaria
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-04-20check the validity of tag names passed to the tag command, and printJean-Francois Brousseau
2005-04-19big spring cleanup and make tag work again when dealing with multipleJean-Francois Brousseau
2005-04-18Modify the CVSFILE structure using a union to keep information aboutJean-Francois Brousseau
2005-04-16thought i had committed that earlier;snprintf return value check; joris okXavier Santolaria
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-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-28update my email address.Joris Vink
2005-02-27Many improvements to the RCS support:Jean-Francois Brousseau
2005-01-14support the -D option to the tag command and sync usage for the tagJean-Francois Brousseau
2004-12-14First attempt at syncing the command code and doing a lot more errorJean-Francois Brousseau
2004-12-14support the tag commandJean-Francois Brousseau