Age | Commit message (Expand) | Author |
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 |
2005-01-14 | support the -D option to the tag command and sync usage for the tag | Jean-Francois Brousseau |
2005-01-13 | resurrect the -N and -p options to the diff command | Jean-Francois Brousseau |
2005-01-13 | more widespread use of cvs_msg, and free it when we are done | Jean-Francois Brousseau |
2005-01-13 | fix the annotate usage (there is no -F flag) and add the missing bits | Jean-Francois Brousseau |
2005-01-06 | the status command now supports the same arguments as its gnu cvs | Jean-Francois Brousseau |
2005-01-06 | Improved and working import code from Joris Vink with modifications | Jean-Francois Brousseau |
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 |
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 |
2004-12-14 | be more verbose for .cvsrc errors/warnings; ok jfb@. | Xavier Santolaria |
2004-12-14 | support the tag command | Jean-Francois Brousseau |
2004-12-13 | print full path of .cvsrc in log messages; jfb@ ok. | Xavier Santolaria |
2004-12-13 | sync SYNOPSIS and usage(); | Jason McIntyre |
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 |
2004-12-06 | add missing aliases for the status, tag, update and version commands | Jean-Francois Brousseau |
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 |
2004-11-09 | * don't setup a signal handler for SIGCHLD yet | krapht |
2004-08-12 | After the command is done executing, if cvs_files isn't NULL, free the | Jean-Francois Brousseau |
2004-08-06 | Handle the '-b' and '-x' global options even if we don't support them, | Jean-Francois Brousseau |
2004-08-06 | Have one global hierarchy of files that are being affected. This will | Jean-Francois Brousseau |
2004-07-30 | No more global cvs_root | Jean-Francois Brousseau |
2004-07-30 | missing include | Jean-Francois Brousseau |
2004-07-30 | Plug in the handler for `cvs status' | Jean-Francois Brousseau |
2004-07-30 | Move to the new API for the client-server protocol. All functions now | Jean-Francois Brousseau |
2004-07-29 | undefine DEBUG | Jean-Francois Brousseau |