summaryrefslogtreecommitdiff
path: root/usr.bin/cvs
AgeCommit message (Expand)Author
2005-01-14minor knf and cleanup, and remove unneeded extern declarations, theyJean-Francois Brousseau
2005-01-14sprinkle more error reporting and add a trace when sending a fileJean-Francois Brousseau
2005-01-14support the -D option to the tag command and sync usage for the tagJean-Francois Brousseau
2005-01-14better descr for `cvs status'; help and ok jmcXavier Santolaria
2005-01-14stupid me, no need to reinit the queueJean-Francois Brousseau
2005-01-14when removing the last entry from the tail queue, reinitialize theJean-Francois Brousseau
2005-01-14unused cruftJean-Francois Brousseau
2005-01-14tweak the output of rcs_kflag_usage() to avoid line wrappingJean-Francois Brousseau
2005-01-14missing space and kill a gcc warningJean-Francois Brousseau
2005-01-13resurrect the -N and -p options to the diff commandJean-Francois Brousseau
2005-01-13add rcs_kflag_usage() to display the various keyword expansion modesJean-Francois Brousseau
2005-01-13tidy and remove debugging outputJean-Francois Brousseau
2005-01-13zlib abstraction code, first part of support for compressionJean-Francois Brousseau
2005-01-13more widespread use of cvs_msg, and free it when we are doneJean-Francois Brousseau
2005-01-13more extern declarations for the common variablesJean-Francois Brousseau
2005-01-13fix the annotate usage (there is no -F flag) and add the missing bitsJean-Francois Brousseau
2005-01-13prettierJean-Francois Brousseau
2005-01-13* get rid of useless headersJean-Francois Brousseau
2005-01-13when warning about unimplemented handlers, do not attempt to printJean-Francois Brousseau
2005-01-13better descr for `cvs annotate'; help and ok jmc.Xavier Santolaria
2005-01-12use basename(3) instead of mangling the path to figure out theJean-Francois Brousseau
2005-01-12add rcs_kflag_get() to validate kflagsJean-Francois Brousseau
2005-01-11cvs -> CVS; jmc okXavier Santolaria
2005-01-11Close the Entries file we just created upon directory creation. ThisJean-Francois Brousseau
2005-01-07document `cvs import';Jason McIntyre
2005-01-06the status command now supports the same arguments as its gnu cvsJean-Francois Brousseau
2005-01-06add cvsintro.7 to MAN now that jmc@ has put useful information in thereJean-Francois Brousseau
2005-01-06add *.core as part of the standard ignore patternsJean-Francois Brousseau
2005-01-06* always assign a cvsroot to directories, even if they are unknownJean-Francois Brousseau
2005-01-06Improved and working import code from Joris Vink with modificationsJean-Francois Brousseau
2005-01-06check the return value of a strdup() call and return an error onJean-Francois Brousseau
2005-01-05document `cvs tag';Jason McIntyre
2005-01-05Before attempting to initialize the cvs repository, make sure we haveJean-Francois Brousseau
2005-01-04first cut at an introduction to CVS;Jason McIntyre
2005-01-03when releasing a file structure, free the reference to its name soJean-Francois Brousseau
2005-01-03limit the maximum length of RCS numbers to 64 nums and avoidJean-Francois Brousseau
2005-01-03more error checking on buffer operations and plug a descriptor leakJean-Francois Brousseau
2004-12-30add strdup() check; jfb okXavier Santolaria
2004-12-30Send files to add using `Is-Modified' instead of `add', and sendJean-Francois Brousseau
2004-12-28remove signedness warnings; jfb okXavier Santolaria
2004-12-28abort with an error if we can't figure out what the connectionJean-Francois Brousseau
2004-12-28handler for the Set requestJean-Francois Brousseau
2004-12-28rename parameters to avoid shadowing global declarationsJean-Francois Brousseau
2004-12-28document -s;Jason McIntyre
2004-12-28check the return values of rcsnum_alloc() and rcsnum_aton() onJean-Francois Brousseau
2004-12-28use Argument instead of Argumentx when sending a revision or dateJean-Francois Brousseau
2004-12-28add more standard patterns to ignore; jfb okXavier Santolaria
2004-12-22order `cvs remove' aliases correctly;Xavier Santolaria
2004-12-22basic documentation of the `cvs remove' command;Xavier Santolaria
2004-12-22spelling corrections; ok jmc@David Krause