summaryrefslogtreecommitdiff
path: root/usr.bin/cvs/release.c
AgeCommit message (Expand)Author
2017-06-01Stop looking at current_cvsroot->cr_method to figure out if we're remote or not.Joris Vink
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers whereTheo de Raadt
2009-03-21kill useless return;Joris Vink
2008-02-24More -Q support.Xavier Santolaria
2008-02-23Handle global -Q; Avoid interactive stuff when specified.Xavier Santolaria
2008-01-31Replaced the unused cvs_command variable cmd_req with cmd_flags, which statesTobias Stoeckmann
2008-01-10Simply the use of cmdp and cvs_command by zapping cvs_command and workingTobias Stoeckmann
2007-09-25remove unused extern variableCharles Longeau
2007-09-22better branching/sticky tag support, no branch commits yet though.Joris Vink
2007-06-26Bring back the release command. More work to be done though.Xavier Santolaria
2006-05-27commit the new opencvs code, i have been hacking onJoris Vink
2006-03-15- add util.h, reorganising a bunch of things and exposing cvs_yesno()Niall O'Higgins
2006-01-27more errors handling cleanup;Xavier Santolaria
2006-01-27errors handling cleaning here too;Xavier Santolaria
2006-01-03use fatal();Xavier Santolaria
2006-01-02#include's cleanup; ok joris@ niallo@.Xavier Santolaria
2005-12-30minor style nits;Xavier Santolaria
2005-12-30major cleanup of the functions handling the remote cvs protocol.Joris Vink
2005-12-24add an argument to cvs_chdir() which enables or not the removalXavier Santolaria
2005-12-22cvs_chdir() cannot fail anymore;Xavier Santolaria
2005-10-07knf and spacing, ok joris@Reyk Floeter
2005-09-21clean this mess up; joris okXavier Santolaria
2005-08-10fgets() expects the 2nd arg to be an int. OK jfb@ joris@.Xavier Santolaria
2005-08-01add command aliases, `re' and `rel'; from mpech@.Xavier Santolaria
2005-07-27rename cvs_remove_dir() to cvs_rmdir() because it might be confusingXavier Santolaria
2005-07-25KNF;Xavier Santolaria
2005-07-23use cvs_chdir();Xavier Santolaria
2005-07-22use the cf_name field of the CVSFILE struct instead of using the oldJoris Vink
2005-07-22minor tweaks, no functional change;Xavier Santolaria
2005-07-14handle some -Q cases;Xavier Santolaria
2005-07-13use cvs_path_cat() instead of snprintf();Xavier Santolaria
2005-07-07remove trailing whitespacesJoris Vink
2005-06-30missing method checks in pre_exec handler.Joris Vink
2005-05-31cvs_noexec check if -d option specified ..Xavier Santolaria
2005-05-31remove LP_ERROR log priority level and rather use LP_ERR as they are bothXavier Santolaria
2005-05-27- check strlcpy() return values for truncationJean-Francois Brousseau
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-19kill whitespaceJean-Francois Brousseau
2005-05-19correct handling of the -d option; joris okXavier Santolaria
2005-05-17basic update code, needs more work; ok joris@.Xavier Santolaria
2005-05-12add CF_KNOWN and CF_NOFILES flags; joris okXavier Santolaria
2005-05-11start for the `release' command, need more work; joris okXavier Santolaria