summaryrefslogtreecommitdiff
path: root/usr.bin/rcs/ci.c
AgeCommit message (Expand)Author
2005-11-08missing casts;Xavier Santolaria
2005-11-02- kill two unused constant definitions.Niall O'Higgins
2005-11-02- sync checkin_usage()Niall O'Higgins
2005-11-02changes from Venice:Niall O'Higgins
2005-10-30string fix;Xavier Santolaria
2005-10-29- sync checkin_usage()Niall O'Higgins
2005-10-29- add two new functions to RCS api: rcs_state_set() and rcs_state_check()Niall O'Higgins
2005-10-27TMPDIR support; joris okXavier Santolaria
2005-10-25minor knf;Xavier Santolaria
2005-10-25nuke trailing whitespaces;Xavier Santolaria
2005-10-19- make a bunch of changes to how we handle verbose output. this brings usNiall O'Higgins
2005-10-18- no point in using cvs_printf() in openrcs;Joris Vink
2005-10-18use rcs_set_rev() instead of duplicating code all over theJoris Vink
2005-10-18correctly handle locks when commiting something;Joris Vink
2005-10-17- remove a printf which kept in by accident.Niall O'Higgins
2005-10-17KNF;Niall O'Higgins
2005-10-17support -f flag for co;Joris Vink
2005-10-16- remove the lock even if we are just reverting to the previousNiall O'Higgins
2005-10-16- sync checkin_usage();Niall O'Higgins
2005-10-16- add support for `-n<symbol>'Niall O'Higgins
2005-10-16- sort rcs_getopt() string before i add more options.Niall O'Higgins
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