summaryrefslogtreecommitdiff
path: root/usr.bin/cvs/cvs.c
AgeCommit message (Expand)Author
2004-12-22spelling corrections; ok jmc@David Krause
2004-12-21s/files/file/ in `cvs remove' usage, like in the other commands;Xavier Santolaria
2004-12-21gnu CVS has an undocumented -s command-line option to set a variable,Jean-Francois Brousseau
2004-12-21on the way to `cvs remove'; ok jfbXavier Santolaria
2004-12-15print line number of warnings in .cvsrc; ok jfb@.Xavier Santolaria
2004-12-15Permit the client to generate trace output when the -t option is givenJean-Francois Brousseau
2004-12-14be more verbose for .cvsrc errors/warnings; ok jfb@.Xavier Santolaria
2004-12-14support the tag commandJean-Francois Brousseau
2004-12-13print full path of .cvsrc in log messages; jfb@ ok.Xavier Santolaria
2004-12-13sync SYNOPSIS and usage();Jason McIntyre
2004-12-09support the 'annotate' command, will need some polishingJean-Francois Brousseau
2004-12-07less whitespace, more pretty. ok jfbTed Unangst
2004-12-07add missing parts for support of .cvsrcJean-Francois Brousseau
2004-12-06add missing aliases for the status, tag, update and version commandsJean-Francois Brousseau
2004-12-06tighten vertical spacing for else; jfb okTheo de Raadt
2004-11-09* don't use the import code just yet, it uses new functions that aren'tkrapht
2004-11-09* don't setup a signal handler for SIGCHLD yetkrapht
2004-08-12After the command is done executing, if cvs_files isn't NULL, free theJean-Francois Brousseau
2004-08-06Handle the '-b' and '-x' global options even if we don't support them,Jean-Francois Brousseau
2004-08-06Have one global hierarchy of files that are being affected. This willJean-Francois Brousseau
2004-07-30No more global cvs_rootJean-Francois Brousseau
2004-07-30missing includeJean-Francois Brousseau
2004-07-30Plug in the handler for `cvs status'Jean-Francois Brousseau
2004-07-30Move to the new API for the client-server protocol. All functions nowJean-Francois Brousseau
2004-07-29undefine DEBUGJean-Francois Brousseau
2004-07-26Add the handler for the checkout commandJean-Francois Brousseau
2004-07-14add a usage string for cvs diff optionsJean-Francois Brousseau
2004-07-14cvsignore support and simpler API for file accessJean-Francois Brousseau
2004-07-13* initial import from the cvs-tools moduleJean-Francois Brousseau