summaryrefslogtreecommitdiff
path: root/usr.bin/rcs/ci.c
AgeCommit message (Expand)Author
2005-10-16- zap an incorrect comment.Niall O'Higgins
2005-10-16- remove unused `flags' variable.Niall O'Higgins
2005-10-16- remove unused `rcsfile' parameter from checkin_getlogmsg()Niall O'Higgins
2005-10-16KNFNiall O'Higgins
2005-10-16spacing;Joris Vink
2005-10-15- add support for `-wusername'.Niall O'Higgins
2005-10-15- sort rcs_getopt() switch cases, they got a bit mixed up along the way.Niall O'Higgins
2005-10-15- add support for `-f' option.Niall O'Higgins
2005-10-15modularise checkout code into checkout_rev(). this shaves off a numberNiall O'Higgins
2005-10-15minor style change.Niall O'Higgins
2005-10-13- sync checkin_usage().Niall O'Higgins
2005-10-13- implement bare `-d' option; this sets the check-in date and timeNiall O'Higgins
2005-10-13To be fully compatibly with the GNU RCS tools we need to have theJoris Vink
2005-10-12add a cast when doing cvs_buf_release();Niall O'Higgins
2005-10-12various usage cleanup; ok jorisTheo de Raadt
2005-10-11zap unused variable `dflag'Niall O'Higgins
2005-10-11- support -d <date> option in ci.Niall O'Higgins
2005-10-10getlogin(2) sets errno;Xavier Santolaria
2005-10-10- support <rev> parameter to `-l' and `-u' options.Niall O'Higgins
2005-10-10make sure that revision passed on command line is greater than HEAD.Niall O'Higgins
2005-10-10ensure that the user has a lock on the correct revision before allowingNiall O'Higgins
2005-10-09if -r is not specified, we need to set newrev to file->rf_head.Niall O'Higgins
2005-10-09only get the log message when it's not specified on the command-line;Joris Vink
2005-10-09simplify if() conditions;Joris Vink
2005-10-09- sync checkin_usage()Niall O'Higgins
2005-10-08remove useless comment about command line options. not needed since thisNiall O'Higgins
2005-10-08sync checkin_usage() with manual pageNiall O'Higgins
2005-10-08- add support for -u and -l optionsNiall O'Higgins
2005-10-08remember to NUL-terminate logbuf in checkin_getlogmsg()Niall O'Higgins
2005-10-08KNF;Niall O'Higgins
2005-10-08- add support for getting the log message from the user interactively,Niall O'Higgins
2005-10-08spacing.Niall O'Higgins
2005-10-07basic `ci' support is here! more coming soon.Niall O'Higgins
2005-09-30missing flags;Joris Vink
2005-09-30no need for cvs_log_init() here;Joris Vink
2005-09-30add a basic ci.c as a starting point. requires more changes to rcs apiNiall O'Higgins