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
/
ci.c
Age
Commit 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-16
KNF
Niall O'Higgins
2005-10-16
spacing;
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-15
modularise checkout code into checkout_rev(). this shaves off a number
Niall O'Higgins
2005-10-15
minor 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 time
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
add a cast when doing cvs_buf_release();
Niall O'Higgins
2005-10-12
various usage cleanup; ok joris
Theo de Raadt
2005-10-11
zap unused variable `dflag'
Niall O'Higgins
2005-10-11
- support -d <date> option in ci.
Niall O'Higgins
2005-10-10
getlogin(2) sets errno;
Xavier Santolaria
2005-10-10
- support <rev> parameter to `-l' and `-u' options.
Niall O'Higgins
2005-10-10
make sure that revision passed on command line is greater than HEAD.
Niall O'Higgins
2005-10-10
ensure that the user has a lock on the correct revision before allowing
Niall O'Higgins
2005-10-09
if -r is not specified, we need to set newrev to file->rf_head.
Niall O'Higgins
2005-10-09
only get the log message when it's not specified on the command-line;
Joris Vink
2005-10-09
simplify if() conditions;
Joris Vink
2005-10-09
- sync checkin_usage()
Niall O'Higgins
2005-10-08
remove useless comment about command line options. not needed since this
Niall O'Higgins
2005-10-08
sync checkin_usage() with manual page
Niall O'Higgins
2005-10-08
- add support for -u and -l options
Niall O'Higgins
2005-10-08
remember to NUL-terminate logbuf in checkin_getlogmsg()
Niall O'Higgins
2005-10-08
KNF;
Niall O'Higgins
2005-10-08
- add support for getting the log message from the user interactively,
Niall O'Higgins
2005-10-08
spacing.
Niall O'Higgins
2005-10-07
basic `ci' support is here! more coming soon.
Niall O'Higgins
2005-09-30
missing flags;
Joris Vink
2005-09-30
no need for cvs_log_init() here;
Joris Vink
2005-09-30
add a basic ci.c as a starting point. requires more changes to rcs api
Niall O'Higgins
[prev]