Age | Commit message (Expand) | Author |
2005-01-14 | tweak the output of rcs_kflag_usage() to avoid line wrapping | Jean-Francois Brousseau |
2005-01-14 | missing space and kill a gcc warning | Jean-Francois Brousseau |
2005-01-13 | resurrect the -N and -p options to the diff command | Jean-Francois Brousseau |
2005-01-13 | add rcs_kflag_usage() to display the various keyword expansion modes | Jean-Francois Brousseau |
2005-01-13 | tidy and remove debugging output | Jean-Francois Brousseau |
2005-01-13 | Close what you open: obvious fix, ok jared@, more to follow | Ian Darwin |
2005-01-13 | zlib abstraction code, first part of support for compression | Jean-Francois Brousseau |
2005-01-13 | more widespread use of cvs_msg, and free it when we are done | Jean-Francois Brousseau |
2005-01-13 | more extern declarations for the common variables | Jean-Francois Brousseau |
2005-01-13 | fix the annotate usage (there is no -F flag) and add the missing bits | Jean-Francois Brousseau |
2005-01-13 | Handle all isspace() chars the same for -w and -b. ok millert@ markus@ | Otto Moerbeek |
2005-01-13 | prettier | Jean-Francois Brousseau |
2005-01-13 | * get rid of useless headers | Jean-Francois Brousseau |
2005-01-13 | when warning about unimplemented handlers, do not attempt to print | Jean-Francois Brousseau |
2005-01-13 | better descr for `cvs annotate'; help and ok jmc. | Xavier Santolaria |
2005-01-12 | use basename(3) instead of mangling the path to figure out the | Jean-Francois Brousseau |
2005-01-12 | add rcs_kflag_get() to validate kflags | Jean-Francois Brousseau |
2005-01-11 | correct unfortunate example which would have squished users' mailbox; | Jason McIntyre |
2005-01-11 | no need to call realpath() in adjustname() | Henning Brauer |
2005-01-11 | cvs -> CVS; jmc ok | Xavier Santolaria |
2005-01-11 | Close the Entries file we just created upon directory creation. This | Jean-Francois Brousseau |
2005-01-09 | w(1) does not deal w/ cpu time; | Jason McIntyre |
2005-01-09 | Better error message for `device' command without arguments. | Aleksander Piotrowski |
2005-01-09 | tidy up FAST STARTUP; | Jason McIntyre |
2005-01-09 | better example; | Jason McIntyre |
2005-01-09 | better section reference; | Jason McIntyre |
2005-01-08 | New shortcuts for commands device (d) and debug (deb) | Aleksander Piotrowski |
2005-01-08 | Fix for FreeBSD PR#12801 from Sven Verdoolaege (nvi maintainer) via FreeBSD | Peter Valchev |
2005-01-08 | Move a line of code which was "obviously" misplaced. | Peter Valchev |
2005-01-08 | When an error occurs in v_txt(), leave input mode too. | Peter Valchev |
2005-01-08 | `login'(n) -> `log in'(v); | Jason McIntyre |
2005-01-08 | move the license into the body of the man page; | Jason McIntyre |
2005-01-07 | document `cvs import'; | Jason McIntyre |
2005-01-07 | Remove line in copyright declaration that conflicts with the LICENSE file. | Todd C. Miller |
2005-01-07 | oops - 2 more .Dq -> .Sq; | Jason McIntyre |
2005-01-07 | - distinguish between client (ftp) and protocol (FTP) | Jason McIntyre |
2005-01-07 | `login'(n) -> `log in'(v); | Jason McIntyre |
2005-01-07 | better wording for -l; | Jason McIntyre |
2005-01-07 | - better documenting of `host' and `port[s]' | Jason McIntyre |
2005-01-06 | the status command now supports the same arguments as its gnu cvs | Jean-Francois Brousseau |
2005-01-06 | add cvsintro.7 to MAN now that jmc@ has put useful information in there | Jean-Francois Brousseau |
2005-01-06 | add *.core as part of the standard ignore patterns | Jean-Francois Brousseau |
2005-01-06 | * always assign a cvsroot to directories, even if they are unknown | Jean-Francois Brousseau |
2005-01-06 | Improved and working import code from Joris Vink with modifications | Jean-Francois Brousseau |
2005-01-06 | check the return value of a strdup() call and return an error on | Jean-Francois Brousseau |
2005-01-06 | clarify what -a does; | Jason McIntyre |
2005-01-05 | document `cvs tag'; | Jason McIntyre |
2005-01-05 | Before attempting to initialize the cvs repository, make sure we have | Jean-Francois Brousseau |
2005-01-05 | remove dead code, log connect() failures with level error, ok djm@ | Markus Friedl |
2005-01-04 | add snprintf sanity check. | Moritz Jodeit |