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
/
tag.c
Age
Commit message (
Expand
)
Author
2005-09-27
add some file status checks in local setup;
Xavier Santolaria
2005-09-26
some more style nits and bits;
Xavier Santolaria
2005-09-26
style;
Xavier Santolaria
2005-08-08
add rtag command aliases;
Xavier Santolaria
2005-07-27
use LP_NOTICE instead of LP_INFO where appropriate;
Xavier Santolaria
2005-07-25
KNF;
Xavier Santolaria
2005-07-24
do not use `if (!var)' unless it's boolean, better use an == check;
Xavier Santolaria
2005-07-18
be consistent w/ warning messages (and handle -Q);
Xavier Santolaria
2005-07-14
use cvs_rcs_getpath();
Xavier Santolaria
2005-07-11
fix another case where a message shouldnt be printed if -Q is specified;
Xavier Santolaria
2005-07-11
display info message only if -q is not specified.
Xavier Santolaria
2005-07-07
remove trailing whitespaces
Joris Vink
2005-06-28
- add `rtag' command usage
Xavier Santolaria
2005-05-31
remove LP_ERROR log priority level and rather use LP_ERR as they are both
Xavier Santolaria
2005-05-29
consistency in error messages ...
Xavier Santolaria
2005-05-24
cvs_noexec checks; ok joris@
Xavier Santolaria
2005-05-24
Merge the cvs_cmd and cvs_cmd_info structures and add the necessary
Jean-Francois Brousseau
2005-05-20
correct wrong error code usage.
Joris Vink
2005-04-20
check the validity of tag names passed to the tag command, and print
Jean-Francois Brousseau
2005-04-19
big spring cleanup and make tag work again when dealing with multiple
Jean-Francois Brousseau
2005-04-18
Modify the CVSFILE structure using a union to keep information about
Jean-Francois Brousseau
2005-04-16
thought i had committed that earlier;snprintf return value check; joris ok
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-03
first round of EX_* exit codes removal; ok joris@.
Xavier Santolaria
2005-03-30
move all the client commands to the new command framework.
Joris Vink
2005-03-26
fix a variety of things i found at coverity. ok joris@
Ted Unangst
2005-02-28
update my email address.
Joris Vink
2005-02-27
Many improvements to the RCS support:
Jean-Francois Brousseau
2005-01-14
support the -D option to the tag command and sync usage for the tag
Jean-Francois Brousseau
2004-12-14
First attempt at syncing the command code and doing a lot more error
Jean-Francois Brousseau
2004-12-14
support the tag command
Jean-Francois Brousseau