summaryrefslogtreecommitdiff
path: root/usr.bin/cvs
AgeCommit message (Expand)Author
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
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-21modify the directory handling portion to behave like the one in add.c,Jean-Francois Brousseau
2004-12-21on the way to `cvs remove'; ok jfbXavier Santolaria
2004-12-21Check to make sure we have a valid CVSROOT, and check the return valueJean-Francois Brousseau
2004-12-21on the way to `cvs add'; ok jfbXavier Santolaria
2004-12-19add a handler for the Gzip-stream request. The handler parses theJean-Francois Brousseau
2004-12-18when parsing an RCS date, adjust the year by 1900 in the tm structureJean-Francois Brousseau
2004-12-17* increase the initial parse buffer size to 16384 bytesJean-Francois Brousseau
2004-12-16plug some memory leaks on error casesJean-Francois Brousseau
2004-12-16Add rcs_gethead() to easily retrieve the head revision of an RCSJean-Francois Brousseau