index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
rcs
/
co.c
Age
Commit message (
Expand
)
Author
2005-12-23
support co -d, which checks out the first revision who's
Joris Vink
2005-12-19
use fatal() if getlogin() fails;
Xavier Santolaria
2005-12-10
switch to xmalloc stuff, me and xsa@ agreed on this a long
Joris Vink
2005-12-09
if we are removing a lock that's not present, just check
Joris Vink
2005-12-09
unused vars, my bad;
Joris Vink
2005-12-08
complete and correct rcs locking functionality,
Joris Vink
2005-12-05
correctly handle `-wfoo' and `-sbar' errors; OK joris@.
Xavier Santolaria
2005-12-02
`-mmsg' does not belong here;
Xavier Santolaria
2005-11-30
check for ownership of already present writable file when checking out;
Xavier Santolaria
2005-11-30
writeable -> writable
Xavier Santolaria
2005-11-29
consistency in variables naming;
Xavier Santolaria
2005-11-29
some more bits for `-w[user]' support;
Xavier Santolaria
2005-11-25
add support for `-T' and enable it for co(1);
Xavier Santolaria
2005-11-24
memset();
Xavier Santolaria
2005-11-23
cannot combine -kv and -l;
Xavier Santolaria
2005-11-23
initial bits for -T support;
Xavier Santolaria
2005-11-23
add support for `-kmode';
Xavier Santolaria
2005-11-23
sync SYNOPSIS with Reality and usage() accordingly;
Xavier Santolaria
2005-11-22
make `-p' work again as expected;
Xavier Santolaria
2005-11-21
enable `-xsuffixes' support as it has been added a few days ago
Xavier Santolaria
2005-11-08
nuke 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 truth
Niall O'Higgins
2005-11-02
changes from Venice:
Niall O'Higgins
2005-10-25
nuke trailing whitespaces;
Xavier Santolaria
2005-10-20
fix output if -p is specified; joris ok
Xavier Santolaria
2005-10-19
- make a bunch of changes to how we handle verbose output. this brings us
Niall O'Higgins
2005-10-19
add co -p support;
Joris Vink
2005-10-18
use rcs_set_rev() instead of duplicating code all over the
Joris Vink
2005-10-17
support -f flag for co;
Joris Vink
2005-10-16
spacing;
Joris Vink
2005-10-16
- sync checkout_usage();
Niall O'Higgins
2005-10-15
- if revision passed to checkout_rev() is > HEAD, assume HEAD
Niall O'Higgins
2005-10-15
modularise checkout code into checkout_rev(). this shaves off a number
Niall O'Higgins
2005-10-13
To be fully compatibly with the GNU RCS tools we need to have the
Joris Vink
2005-10-12
minor knf;
Xavier Santolaria
2005-10-12
various usage cleanup; ok joris
Theo de Raadt
2005-10-10
getlogin(2) sets errno;
Xavier Santolaria
2005-10-10
sync checkout_usage();
Niall O'Higgins
2005-10-10
- set permissions on checked out files correctly
Niall O'Higgins
2005-10-05
sync usage and add V flag;
Joris Vink
2005-10-05
- stop gcc's yapping;
Joris Vink
2005-10-05
- better output
Joris Vink
2005-10-04
- support -l and -u flags;
Joris Vink
2005-09-29
support -q flag in 'co' and 'rcs'
Joris Vink
2005-09-29
fix usage
Joris Vink
2005-09-29
put it basic checkout code
Joris Vink