summaryrefslogtreecommitdiff
path: root/usr.bin/cvs
AgeCommit message (Expand)Author
2005-03-31remove unused variable.Joris Vink
2005-03-30move all the client commands to the new command framework.Joris Vink
2005-03-30allow this to be compiled on its own for testing.Joris Vink
2005-03-29cvs_file_attach() can fail, make sure we can handle itJoris Vink
2005-03-29-width Ds in places; jfb jcsTheo de Raadt
2005-03-29fix memleakJoris Vink
2005-03-29be more verbose when cleaning up the string table.Joris Vink
2005-03-29allow cmd_options to be NULL, so that commands whichJoris Vink
2005-03-29put back the cmd.c file, it got lost in previous commits.Joris Vink
2005-03-28dead codeJean-Francois Brousseau
2005-03-28build with the yacc date parserJean-Francois Brousseau
2005-03-28make LP_TRACE messages go through again, and assign them a level ofJean-Francois Brousseau
2005-03-28alignmentJean-Francois Brousseau
2005-03-28fix argument count in cvs_startcmd()Joris Vink
2005-03-26fix a variety of things i found at coverity. ok joris@Ted Unangst
2005-03-24more cleanup and knfJean-Francois Brousseau
2005-03-24ditch the filename hash table and use the new strtab code insteadJean-Francois Brousseau
2005-03-24oops, call to old function that was missedJean-Francois Brousseau
2005-03-24add missing prototypes for standard yacc functions and make yyerror()Jean-Francois Brousseau
2005-03-24add the string table code and enable it on startupJean-Francois Brousseau
2005-03-24add the first pieces of our new command framework.Joris Vink
2005-03-23move the filename string table code in a separate file so we can use itJean-Francois Brousseau
2005-03-23public domain yacc date parser with a first round of knfJean-Francois Brousseau
2005-03-13set rcs_errno to RCS_ERR_NOENT if no matching symbol is found inJean-Francois Brousseau
2005-03-13support for the optional `branch' keyword, which is used to set theJean-Francois Brousseau
2005-03-13spacingJean-Francois Brousseau
2005-03-13unbreak, and do this correct.Joris Vink
2005-03-13simplify if {} else {} case.Joris Vink
2005-03-11support the remaining options as well.Joris Vink
2005-03-10oops, right maskTheo de Raadt
2005-03-10use right permissionsTheo de Raadt
2005-03-10wrap AF_UNIX bind() call in umask() handling (as well as post-chmod)Theo de Raadt
2005-03-10switch keyword (Id -> OpenBSD) and prettier alignmentJean-Francois Brousseau
2005-03-09unmaintained cruft, get rid of it instead of spreading bad infoJean-Francois Brousseau
2005-03-09connect rcs/ stuffs; ok jfb jorisXavier Santolaria
2005-03-09enable -f option of `remove' command; ok jfb jorisXavier Santolaria
2005-03-09align, and don't override the standard BINOWN and BINMODEJean-Francois Brousseau
2005-03-08make cvs_findcmd() and cvs_read_rcfile() static.Joris Vink
2005-03-08don't forget to send options to the server when they are specified.Joris Vink
2005-03-07use rcs_kflag_get() and RCS_KWEXP_INVAL() to check for validJoris Vink
2005-03-07free rcs when we are done using it.Joris Vink
2005-03-06.OP -> .Op;Jason McIntyre
2005-03-06initial support for the admin command. Not all options are working yet.Joris Vink
2005-03-06first bits of `cvs admin' documentation; help/ok jmc, ok joris;Xavier Santolaria
2005-03-05add -V to usage();Jason McIntyre
2005-03-05fix SEE ALSO;Jason McIntyre
2005-03-05basic implementation of the rcs(1) tool, very useful in debugging theJean-Francois Brousseau
2005-03-05free bnum when we are done using it, also use rcsnum_parse() insteadJoris Vink
2005-03-05add functions to retrieve and set the comment leader for an RCSJean-Francois Brousseau
2005-03-05fix file loading when recursion is disabled. this should fix theJean-Francois Brousseau