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