summaryrefslogtreecommitdiff
path: root/usr.bin/cvs
AgeCommit message (Expand)Author
2005-06-02- set LP_ABORT log level when action is abored by user instead of LP_ERRXavier Santolaria
2005-06-02revert cvs_noexec checks commit, requested by jfb@.Xavier Santolaria
2005-06-01missed these in previous commits.Joris Vink
2005-06-01remove debug codeJoris Vink
2005-06-01don't trust cvs_file_getpath() to get the correct path when creatingJoris Vink
2005-06-01when creating a new directory, steal the parent its cvsroot structure ifJoris Vink
2005-06-01document cvs -n option; help/ok jmc@, ok joris@.Xavier Santolaria
2005-05-31get rid of LP_WARNING (vs. LP_WARN) as well ... ok jfb@.Xavier Santolaria
2005-05-31cvs_noexec check if -d option specified ..Xavier Santolaria
2005-05-31add some comments ..Xavier Santolaria
2005-05-31headers ordering (alphabetically) and cleanup, from mbalmer@ and myself;Xavier Santolaria
2005-05-31remove LP_ERROR log priority level and rather use LP_ERR as they are bothXavier Santolaria
2005-05-31b1 and b2 can be NULL if an invalid revision is given.Joris Vink
2005-05-30don't forget to send the log message, this fixes the commit command.Joris Vink
2005-05-30-D and -r can be used simultaneously, pointed out by marc@ and thusXavier Santolaria
2005-05-30zap an unused variableJoris Vink
2005-05-30skeleton for watch{,ers} commands, not linked yet;Xavier Santolaria
2005-05-30dont return CVS_EX_USAGE when not needed; ok joris@Xavier Santolaria
2005-05-30handle -r option; ok joris@Xavier Santolaria
2005-05-30check cvs_sendarg() return value; ok joris@Xavier Santolaria
2005-05-29-r implies -P (Prune empty directories);Xavier Santolaria
2005-05-29-D and -r are mutually exclusive ...Xavier Santolaria
2005-05-29add missing options in usage..Xavier Santolaria
2005-05-29consistency in error messages ...Xavier Santolaria
2005-05-29correct error message...Xavier Santolaria
2005-05-29handle -r option;Xavier Santolaria
2005-05-28we do not use sysexits.h anymore, nuke it!Xavier Santolaria
2005-05-28make sure we check the Entry file when we need to.Joris Vink
2005-05-27if the user specified a revision to diff, stop caring if the file isJoris Vink
2005-05-27missing handler for the diff commandJoris Vink
2005-05-27- add missing optionsXavier Santolaria
2005-05-27remove dup include of "log.h"Xavier Santolaria
2005-05-27cvs_noexec check; ok jfbeersXavier Santolaria
2005-05-27- check strlcpy() return values for truncationJean-Francois Brousseau
2005-05-26make cvs_getln() return the length of the line that was read, so weJean-Francois Brousseau
2005-05-26don't keep a pointer to the file handle in CVSENTRIES, it is onlyJean-Francois Brousseau
2005-05-26don't append strerror(errno) to error messages if we use LP_ERRNOJean-Francois Brousseau
2005-05-26- remove cvs_ent_getent(), it's not used anymoreJean-Francois Brousseau
2005-05-26fix `editors' and `unedit' commands usage..Xavier Santolaria
2005-05-26fix usage..Xavier Santolaria
2005-05-26remove the trailing \n from the ctime() timestampJean-Francois Brousseau
2005-05-26send the Checkin-time request along with the file's timestamp whenJean-Francois Brousseau
2005-05-26first part of real pruning supportJoris Vink
2005-05-26fix remaining issues with regards to branch numbering and add theJean-Francois Brousseau
2005-05-26add a couple of functions to go from branch numbers to revisions andJean-Francois Brousseau
2005-05-26support the -b option in local mode as well and rearrange the branchJean-Francois Brousseau
2005-05-25skeleton for the edit-related functions, not linked in yetJean-Francois Brousseau
2005-05-25unused codeJean-Francois Brousseau
2005-05-25support the -d flag in local mode (GNU CVS ignores that flag and evenJean-Francois Brousseau
2005-05-25modify rcs_rev_add() to accept a time_t argument to explicitly setJean-Francois Brousseau