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
/
cvs
/
cvs.c
Age
Commit message (
Expand
)
Author
2005-10-07
knf and spacing, ok joris@
Reyk Floeter
2005-08-10
fgets() expects the 2nd arg to be an int. OK jfb@ joris@.
Xavier Santolaria
2005-08-10
add global -w option and document it; ok jmc joris
Xavier Santolaria
2005-08-10
use correct return codes when we exit(); ok joris
Xavier Santolaria
2005-08-09
add missing [-T tmpdir] in usage(), spotted by jmc@.
Xavier Santolaria
2005-08-04
handle TMPDIR environment variable as well as -T <tmpdir> global option;
Xavier Santolaria
2005-08-03
check only once for the HOME environment variable and reuse
Xavier Santolaria
2005-08-01
respect $HOME when checking for .cvsrc; ok jfb@ joris@.
Xavier Santolaria
2005-07-30
add missing -r in usage();
Xavier Santolaria
2005-07-28
respect CVSREAD env. variable; ok jfb@.
Xavier Santolaria
2005-07-25
KNF;
Xavier Santolaria
2005-07-24
some more `if (!var)' cleanup;
Xavier Santolaria
2005-07-23
rewrite of the file code. the previous one was just
Joris Vink
2005-07-07
remove trailing whitespaces
Joris Vink
2005-06-16
match gnu/usr.bin/cvs error msg output on bad CVSROOT error; ok joris
Xavier Santolaria
2005-06-10
allow comments in the cvsrc file.
Joris Vink
2005-06-01
missed these in previous commits.
Joris Vink
2005-05-31
headers ordering (alphabetically) and cleanup, from mbalmer@ and myself;
Xavier Santolaria
2005-05-24
Merge the cvs_cmd and cvs_cmd_info structures and add the necessary
Jean-Francois Brousseau
2005-05-23
add -n flag to cvs usage
Joris Vink
2005-05-20
first bits of the `cvs -n' option; ok jfb joris
Xavier Santolaria
2005-05-19
- add missing flags for the log command
Xavier Santolaria
2005-05-18
add `dir' arg in release cmd synopsis;
Xavier Santolaria
2005-05-17
enable `release' command; tested & ok joris@.
Xavier Santolaria
2005-04-25
resurrect missing parts to generate rcsdiff(1)-style diffs with the -n
Jean-Francois Brousseau
2005-04-25
* add missing 'R' flag in diff synopsis
Jean-Francois Brousseau
2005-04-22
sync add command usage w/ man page; joris ok
Xavier Santolaria
2005-04-22
missing '-R' (force recursion) option for diff.
Joris Vink
2005-04-21
let the `cvs remove' command work with no file(s) specified as args;
Xavier Santolaria
2005-04-21
* fix the tag command's synopsis
Jean-Francois Brousseau
2005-04-20
check the validity of tag names passed to the tag command, and print
Jean-Francois Brousseau
2005-04-16
snprintf return value check; joris ok
Xavier Santolaria
2005-04-12
don't show unneeded error messages.
Joris Vink
2005-04-12
tell about the CVS_EX_* error codes, as we do not use sysexits.h anymore;
Xavier Santolaria
2005-04-12
introduce our own set of error codes used by the commands to report
Joris Vink
2005-04-11
don't include sysexits.h now we don't use those error codes
Joris Vink
2005-04-11
remove EX_USAGE error codes
Joris Vink
2005-04-06
make cvs_findcmd() available to the rest of the program
Jean-Francois Brousseau
2005-04-03
first round of EX_* exit codes removal; ok joris@.
Xavier Santolaria
2005-03-31
make sure the server command can still be reached with the
Joris Vink
2005-03-30
move all the client commands to the new command framework.
Joris Vink
2005-03-24
add the string table code and enable it on startup
Jean-Francois Brousseau
2005-03-24
add the first pieces of our new command framework.
Joris Vink
2005-03-08
make cvs_findcmd() and cvs_read_rcfile() static.
Joris Vink
2005-03-06
initial support for the admin command. Not all options are working yet.
Joris Vink
2005-02-25
exit with an error message if cvs_file_init() fails
Jean-Francois Brousseau
2005-02-03
be more consistent everywhere with `-k mode' option;
Xavier Santolaria
2005-01-24
sync usage of some of the commands, and start filling the cmd_opts
Jean-Francois Brousseau
2005-01-24
* use the global cvs_msg instead of our own
Jean-Francois Brousseau
2005-01-24
add missing command IDs
Jean-Francois Brousseau
[next]