summaryrefslogtreecommitdiff
path: root/usr.bin/rcs/co.c
AgeCommit message (Expand)Author
2005-12-23support co -d, which checks out the first revision who'sJoris Vink
2005-12-19use fatal() if getlogin() fails;Xavier Santolaria
2005-12-10switch to xmalloc stuff, me and xsa@ agreed on this a longJoris Vink
2005-12-09if we are removing a lock that's not present, just checkJoris Vink
2005-12-09unused vars, my bad;Joris Vink
2005-12-08complete and correct rcs locking functionality,Joris Vink
2005-12-05correctly handle `-wfoo' and `-sbar' errors; OK joris@.Xavier Santolaria
2005-12-02`-mmsg' does not belong here;Xavier Santolaria
2005-11-30check for ownership of already present writable file when checking out;Xavier Santolaria
2005-11-30writeable -> writableXavier Santolaria
2005-11-29consistency in variables naming;Xavier Santolaria
2005-11-29some more bits for `-w[user]' support;Xavier Santolaria
2005-11-25add support for `-T' and enable it for co(1);Xavier Santolaria
2005-11-24memset();Xavier Santolaria
2005-11-23cannot combine -kv and -l;Xavier Santolaria
2005-11-23initial bits for -T support;Xavier Santolaria
2005-11-23add support for `-kmode';Xavier Santolaria
2005-11-23sync SYNOPSIS with Reality and usage() accordingly;Xavier Santolaria
2005-11-22make `-p' work again as expected;Xavier Santolaria
2005-11-21enable `-xsuffixes' support as it has been added a few days agoXavier Santolaria
2005-11-08nuke trailing whitespaces;Xavier Santolaria
2005-11-03- update comment for checkout_rev() for bitwise flags.Niall O'Higgins
2005-11-03- sync checkout_usage();Niall O'Higgins
2005-11-03- implement `-M' option.Niall O'Higgins
2005-11-02- update the comment for checkout_state(); it did not tell the truthNiall O'Higgins
2005-11-02changes from Venice:Niall O'Higgins
2005-10-25nuke trailing whitespaces;Xavier Santolaria
2005-10-20fix output if -p is specified; joris okXavier Santolaria
2005-10-19- make a bunch of changes to how we handle verbose output. this brings usNiall O'Higgins
2005-10-19add co -p support;Joris Vink
2005-10-18use rcs_set_rev() instead of duplicating code all over theJoris Vink
2005-10-17support -f flag for co;Joris Vink
2005-10-16spacing;Joris Vink
2005-10-16- sync checkout_usage();Niall O'Higgins
2005-10-15- if revision passed to checkout_rev() is > HEAD, assume HEADNiall O'Higgins
2005-10-15modularise checkout code into checkout_rev(). this shaves off a numberNiall O'Higgins
2005-10-13To be fully compatibly with the GNU RCS tools we need to have theJoris Vink
2005-10-12minor knf;Xavier Santolaria
2005-10-12various usage cleanup; ok jorisTheo de Raadt
2005-10-10getlogin(2) sets errno;Xavier Santolaria
2005-10-10sync checkout_usage();Niall O'Higgins
2005-10-10- set permissions on checked out files correctlyNiall O'Higgins
2005-10-05sync usage and add V flag;Joris Vink
2005-10-05- stop gcc's yapping;Joris Vink
2005-10-05- better outputJoris Vink
2005-10-04- support -l and -u flags;Joris Vink
2005-09-29support -q flag in 'co' and 'rcs'Joris Vink
2005-09-29fix usageJoris Vink
2005-09-29put it basic checkout codeJoris Vink