Age | Commit message (Expand) | Author |
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 |
2005-03-05 | add RCS error codes and a global variable to hold the last error | Jean-Francois Brousseau |
2005-03-05 | identify ID tokens correctly and fix parsing of RCS files containing | Jean-Francois Brousseau |
2005-03-05 | unbreak the RCS_KWEXP_INVAL() macro | Jean-Francois Brousseau |
2005-03-05 | functions to manage the locking mode of RCS file | Jean-Francois Brousseau |
2005-03-05 | make sure that errors from cvs_file_lget() cascade down instead of | Jean-Francois Brousseau |
2005-03-04 | add missing 'add' request in cvs_request table. | Joris Vink |
2005-03-04 | add real support for the `access' keyword, both in parsing and | Jean-Francois Brousseau |
2005-03-04 | missing -F in `tag' synopsis; | Jason McIntyre |
2005-03-04 | make `cvs tag' consistent w/ `cvs rtag'; ok jmc joris | Xavier Santolaria |
2005-03-03 | allow for the creation of RCS files that have no revisions, | Jean-Francois Brousseau |
2005-03-02 | add a flag to identify the base directory in file hierarchies. | Joris Vink |
2005-03-02 | document `cvs rtag'; ok joris jmc | Xavier Santolaria |
2005-03-02 | - rcs_write() is now static | Jean-Francois Brousseau |
2005-03-02 | - make sure we are using a remote method before calling | Joris Vink |
2005-03-01 | fix call to rcs_open() so the file gets created, and remove the | Jean-Francois Brousseau |
2005-03-01 | document `cvs rdiff'; ok joris jmc | Xavier Santolaria |
2005-02-28 | do not forget to call cvs_connect() when we are using a remote cvs server. | Joris Vink |
2005-02-28 | update my email address. | Joris Vink |
2005-02-27 | Many improvements to the RCS support: | Jean-Francois Brousseau |
2005-02-26 | spelling fixes | David Krause |
2005-02-25 | - switch to rcsnum_parse() where appropriate | Jean-Francois Brousseau |
2005-02-25 | exit with an error message if cvs_file_init() fails | Jean-Francois Brousseau |
2005-02-25 | add rcsnum_parse() to simplify the most common case | Jean-Francois Brousseau |