summaryrefslogtreecommitdiff
path: root/usr.bin/cvs
AgeCommit message (Expand)Author
2005-02-06tweak;Jason McIntyre
2005-02-04add Xavier Santolaria to AUTHORS sectionJean-Francois Brousseau
2005-02-04cleanup and additional error checking on connection setupJean-Francois Brousseau
2005-02-04more `cvs add' doc bits; ok jfb@ jmc@ Joris Vink;Xavier Santolaria
2005-02-04remove duplicate trace message which gets output in cvs_sendfile()Jean-Francois Brousseau
2005-02-03be more consistent everywhere with `-k mode' option;Xavier Santolaria
2005-02-03add `release' command aliases;Xavier Santolaria
2005-02-03document `cvs release'; ok jmc@ Joris Vink;Xavier Santolaria
2005-02-02document missing options for `cvs update'; ok jmcXavier Santolaria
2005-02-01- accept a minus sign in front of the file's revision number toJean-Francois Brousseau
2005-02-01first round of malloc()/realloc() fixes:Jean-Francois Brousseau
2005-02-01document `cvs checkout'; ok jmc@ jfb@ Joris Vink;Xavier Santolaria
2005-01-31perform error checking on all the protocol callsJean-Francois Brousseau
2005-01-31don't crash if we have no valid CVSROOT stringJean-Francois Brousseau
2005-01-31when reporting a file to remove, we must use the Entry request alongJean-Francois Brousseau
2005-01-30document `cvs export' and add my copyright; ok jmc@ jfb@.Xavier Santolaria
2005-01-29apply sizeof() to the appropriate buffer in a strlcpy() callJean-Francois Brousseau
2005-01-28document cvsintro(7);Jason McIntyre
2005-01-28- give cvs commands a standard options listJason McIntyre
2005-01-27get rid of event.h, it won't be usedJean-Francois Brousseau
2005-01-27since we close the handles to Entries files, we must reopen them to addJean-Francois Brousseau
2005-01-27fix missing .Op in `cvs editors' synopsis;Xavier Santolaria
2005-01-27document `cvs editors'; ok jmc jfb;Xavier Santolaria
2005-01-26document `cvs watch' and `cvs watchers'; help/ok jmc@; "looks good" jfb@;Xavier Santolaria
2005-01-24more error checkingJean-Francois Brousseau
2005-01-24sync usage of some of the commands, and start filling the cmd_optsJean-Francois Brousseau
2005-01-24get rid of a debugging printf() that slipped through the cracksJean-Francois Brousseau
2005-01-24* use the global cvs_msg instead of our ownJean-Francois Brousseau
2005-01-24when loading a file's information, remove its entry from the parentJean-Francois Brousseau
2005-01-24add missing command IDsJean-Francois Brousseau
2005-01-22remove double macro;Jason McIntyre
2005-01-22document `cvs edit' and `cvs unedit';Xavier Santolaria
2005-01-19more `cvs update' bits; help and ok jmcXavier Santolaria
2005-01-18document `cvs remove' flags; ok jmcXavier Santolaria
2005-01-17document `cvs commit' flags; ok jmcXavier Santolaria
2005-01-16document the `cvs annotate' flags; ok jfb, help and ok jmc.Xavier Santolaria
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