summaryrefslogtreecommitdiff
path: root/usr.bin/rcs/co.c
AgeCommit message (Expand)Author
2006-04-24be consistent in error messages for wrongly specified keyword substitutionXavier Santolaria
2006-04-21move shared functions into rcsutil.[ch]; this makes rcsprog.c cleaner;Xavier Santolaria
2006-04-21remove overkill cvs_log() and rather use warn()/warnx().Xavier Santolaria
2006-04-21switch -p handling to bitwise flags; OK ray@.Xavier Santolaria
2006-04-19switch -q handling to bitwise flags; OK ray@ niallo@.Xavier Santolaria
2006-04-15Plug some memory leaks; ok niallo@Patrick Latifi
2006-04-14excessive addition to brackets is a mental disease. you will goTheo de Raadt
2006-04-13correctly handle RCS files without any revisions;Joris Vink
2006-04-13*** empty log message ***Ray Lai
2006-04-12spacesTheo de Raadt
2006-04-12Clean up <rev> handling. Whenever a revision is specified after aRay Lai
2006-04-10change rcs_kwexp_set() return type to void and simplify its use. OK niallo@.Xavier Santolaria
2006-04-09- don't print out warnings about locking when they are actually wrong andNiall O'Higgins
2006-04-06-z can take no argument.Xavier Santolaria
2006-03-30first part of supporting branches in openrcs. right now we can onlyJoris Vink
2006-03-29More closely matches GNU behavior, passes more GNU rcstest tests.Ray Lai
2006-03-27- properly implement GNU file modes. basically, checkout will inheritNiall O'Higgins
2006-03-24Allow the -x flag to be used without an extension.Ray Lai
2006-03-17- co usage() says we support -I, so set the flags and revision.Niall O'Higgins
2006-03-16- checkout_rev() can fail, in which case we want a non-zero exit code.Niall O'Higgins
2006-03-16error message fix; respect -q too. Ok ray@.Xavier Santolaria
2006-03-16Follow exit() with /* NOTREACHED*/ for lint.Ray Lai
2006-03-16Currently co(1) overwrites files that the current user doesn't haveRay Lai
2006-03-15- use shared cvs_yesno() for yesno prompt, fixing an issue spotted byNiall O'Higgins
2006-03-07-z support for RCS;Joris Vink
2006-03-06missing informative message after call to checkout_rev().Xavier Santolaria
2006-03-06should also have removed those newlines in previous commit.Xavier Santolaria
2006-03-06missing newline in checkout_rev(); spotted by joris@.Xavier Santolaria
2006-03-05our deltatexts were sometimes different from gnu. rcs_getrev() wasNiall O'Higgins
2006-02-24remove extra printf;Xavier Santolaria
2006-02-14- fix behaviour when using -u and -l at the same timeXavier Santolaria
2006-01-05cleanup, move log.h and rcs.h inclusion into rcsprog.h;Xavier Santolaria
2006-01-02#include's cleanup; ok joris@ niallo@.Xavier Santolaria
2005-12-27- implement lazy-parsing of rcs files, that is only parse as much as weNiall O'Higgins
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