summaryrefslogtreecommitdiff
path: root/usr.bin/cvs
AgeCommit message (Expand)Author
2005-07-15if the file has been added but is not on disk make sure we can pick it upJoris Vink
2005-07-15- use cvs_path_cat() where appropriate instead of snprintf()Xavier Santolaria
2005-07-15if a file has been locally added and not committed, handle it with properXavier Santolaria
2005-07-14handle some -Q cases;Xavier Santolaria
2005-07-14be consistent when declaring cvs_ent structs; ok jfb@ joris@.Xavier Santolaria
2005-07-14more use of cvs_rcs_getpath();Xavier Santolaria
2005-07-14use cvs_rcs_getpath();Xavier Santolaria
2005-07-13add cvs_rcs_getpath() function. Returns the path of the RCS file if itXavier Santolaria
2005-07-13use cvs_path_cat() instead of snprintf();Xavier Santolaria
2005-07-12split this into cvs_commit_{remote,local}() functions;Xavier Santolaria
2005-07-11we aren't using cvs_history_print() right nowJoris Vink
2005-07-11zap unused variableJoris Vink
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-11display warning message about an unknown file only if -Q is not specified;Xavier Santolaria
2005-07-11display info message only if -q is not specified;Xavier Santolaria
2005-07-11add info message;Xavier Santolaria
2005-07-11print info message;Xavier Santolaria
2005-07-11the status variable is gone.Joris Vink
2005-07-11add proper handling for realloc() failure cases, avoiding bad idiom andNiall O'Higgins
2005-07-10if cvs_sendreq() returns -1 we have to translate it into CVS_EX_PROTO,Joris Vink
2005-07-10zap unused variables;Joris Vink
2005-07-10- get rid of an unused variable.Joris Vink
2005-07-10nuke verbosity declaration here too;Xavier Santolaria
2005-07-10no need to declare the verbosity var here as it is already done in cvs.h;Xavier Santolaria
2005-07-10only display info msg if -q is not specified;Xavier Santolaria
2005-07-10if the Entries file for the parent directory is already openJoris Vink
2005-07-09kill useless "&& r1 == NULL" expression.Niall O'Higgins
2005-07-09explicit casts to const char *Niall O'Higgins
2005-07-09convert snprintf with format string "%s" to an strlcpy.Niall O'Higgins
2005-07-08split local and remote function handlers from each other.Joris Vink
2005-07-08handle -Q correctly; Ok joris@.Xavier Santolaria
2005-07-08if a file has been locally added, output correct info! Ok joris@.Xavier Santolaria
2005-07-08don't try to run the pruning function on server side.Joris Vink
2005-07-08hrmz spaces...Xavier Santolaria
2005-07-08- revert previous commit a bit, those arguments belonged to expand-modules.Joris Vink
2005-07-08do not send the Arguments to the server twice.Joris Vink
2005-07-08display in local mode only the mtime of a file stored in the Entries file;Xavier Santolaria
2005-07-07do not run the callback for "." twice.Joris Vink
2005-07-07add a field to CVSFILE which holds the timestamp from the Entries file.Joris Vink
2005-07-07more snprintf(3) checks, check against the correctJoris Vink
2005-07-07add info message when examining directories; Ok joris@.Xavier Santolaria
2005-07-07remove trailing whitespacesJoris Vink
2005-07-07snprintf(3) checks.Joris Vink
2005-07-07add comment;Xavier Santolaria
2005-07-07display what we should in case the file is unknown to cvs. Ok joris@.Xavier Santolaria
2005-07-06add explicit comments for file status;Xavier Santolaria
2005-07-06correct file status strings;Xavier Santolaria
2005-07-05if we can't stat the file and there is no entry for it, don't failJoris Vink
2005-07-05correct ouput to match gnu/usr.bin/cvs; more to come.Xavier Santolaria