Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-04-25 | resurrect missing parts to generate rcsdiff(1)-style diffs with the -n | Jean-Francois Brousseau | |
flag ok xsa | |||
2005-04-25 | * add missing 'R' flag in diff synopsis | Jean-Francois Brousseau | |
* add the CVS_EX_BADROOT return code to indicate that there was no CVSROOT given or it was invalid ok joris, xsa | |||
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 | |
noticed by brad@ | |||
2005-04-21 | let the `cvs remove' command work with no file(s) specified as args; | Xavier Santolaria | |
joris ok | |||
2005-04-21 | * fix the tag command's synopsis | Jean-Francois Brousseau | |
* prepend __progname and the command string when displaying command usage | |||
2005-04-20 | check the validity of tag names passed to the tag command, and print | Jean-Francois Brousseau | |
an abort message if the tag is invalid. also, match gnu cvs behaviour with regards to command usage output on usage errors. ok joris | |||
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 | |
ok joris@. | |||
2005-04-12 | introduce our own set of error codes used by the commands to report | Joris Vink | |
what exactly went wrong in case of an error. ok jfb@ | |||
2005-04-11 | don't include sysexits.h now we don't use those error codes | Joris Vink | |
anymore. | |||
2005-04-11 | remove EX_USAGE error codes | Joris Vink | |
ok jfb@ | |||
2005-04-06 | make cvs_findcmd() available to the rest of the program | Jean-Francois Brousseau | |
ok joris@ | |||
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 | |
new framework. ok xsa@ | |||
2005-03-30 | move all the client commands to the new command framework. | Joris Vink | |
eliminates a lot of duplicate code. ok jfb@ | |||
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 | |
ok jfb@ | |||
2005-03-08 | make cvs_findcmd() and cvs_read_rcfile() static. | Joris Vink | |
ok xsa@, jfb@ | |||
2005-03-06 | initial support for the admin command. Not all options are working yet. | Joris Vink | |
ok xsa@ jfb@ | |||
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 | |
ok jfb@ jmc@ Joris Vink; | |||
2005-01-24 | sync usage of some of the commands, and start filling the cmd_opts | Jean-Francois Brousseau | |
field, which will later be used as the argument to getopt() instead of hardcoding the option strings. This will allow us to use the same handler for commands which have a local and remote version (i.e. rdiff, rlog, rtag) | |||
2005-01-24 | * use the global cvs_msg instead of our own | Jean-Francois Brousseau | |
* support the use of RCS keyword expansion flags in client mode | |||
2005-01-24 | add missing command IDs | Jean-Francois Brousseau | |
reviewed by xsa@ and Joris Vink | |||
2005-01-14 | support the -D option to the tag command and sync usage for the tag | Jean-Francois Brousseau | |
command from Joris Vink, with modifications by me | |||
2005-01-13 | resurrect the -N and -p options to the diff command | Jean-Francois Brousseau | |
requested and tested by brad@, thanks! | |||
2005-01-13 | more widespread use of cvs_msg, and free it when we are done | Jean-Francois Brousseau | |
diff by Joris Vink and me | |||
2005-01-13 | fix the annotate usage (there is no -F flag) and add the missing bits | Jean-Francois Brousseau | |
so the -r and -f arguments are supported, and complain if both -D and -r are given. GNU CVS silently accepts to have both specified, but does not produce output as a result. | |||
2005-01-06 | the status command now supports the same arguments as its gnu cvs | Jean-Francois Brousseau | |
counterpart (-lRv) | |||
2005-01-06 | Improved and working import code from Joris Vink with modifications | Jean-Francois Brousseau | |
from me (client mode only for the moment) | |||
2004-12-22 | spelling corrections; ok jmc@ | David Krause | |
2004-12-21 | s/files/file/ in `cvs remove' usage, like in the other commands; | Xavier Santolaria | |
2004-12-21 | gnu CVS has an undocumented -s command-line option to set a variable, | Jean-Francois Brousseau | |
so let's support it too. This will also be required to implement the `Set' request handler. | |||
2004-12-21 | on the way to `cvs remove'; ok jfb | Xavier Santolaria | |
2004-12-15 | print line number of warnings in .cvsrc; ok jfb@. | Xavier Santolaria | |
2004-12-15 | Permit the client to generate trace output when the -t option is given | Jean-Francois Brousseau | |
by using the LP_TRACE level to cvs_log(). Traces are filtered by default. | |||
2004-12-14 | be more verbose for .cvsrc errors/warnings; ok jfb@. | Xavier Santolaria | |
2004-12-14 | support the tag command | Jean-Francois Brousseau | |
from Joris Vink | |||
2004-12-13 | print full path of .cvsrc in log messages; jfb@ ok. | Xavier Santolaria | |
2004-12-13 | sync SYNOPSIS and usage(); | Jason McIntyre | |
ok jfb@ | |||
2004-12-09 | support the 'annotate' command, will need some polishing | Jean-Francois Brousseau | |
2004-12-07 | less whitespace, more pretty. ok jfb | Ted Unangst | |
2004-12-07 | add missing parts for support of .cvsrc | Jean-Francois Brousseau | |
tested, tweaked by and ok djm@ | |||
2004-12-06 | add missing aliases for the status, tag, update and version commands | Jean-Francois Brousseau | |
original patch from Peter Hessler, with additions by me | |||
2004-12-06 | tighten vertical spacing for else; jfb ok | Theo de Raadt | |
2004-11-09 | * don't use the import code just yet, it uses new functions that aren't | krapht | |
tested enough yet | |||
2004-11-09 | * don't setup a signal handler for SIGCHLD yet | krapht | |
* ignore SIGPIPE * add the getopt() argument format to the command structure | |||
2004-08-12 | After the command is done executing, if cvs_files isn't NULL, free the | Jean-Francois Brousseau | |
file structure |