summaryrefslogtreecommitdiff
path: root/usr.bin/cvs
AgeCommit message (Expand)Author
2006-01-23snprintf() -> strlcpy()/strlcat(); OK niallo@.Xavier Santolaria
2006-01-23print complete command name in usage, not aliases.Xavier Santolaria
2006-01-23wrap usage;Xavier Santolaria
2006-01-16- in cvs_buf_free(), don't try to free() b->cb_buf if it has not beenNiall O'Higgins
2006-01-15- don't try to malloc 0 bytes of memory if an empty buffer is requested; delayNiall O'Higgins
2006-01-10- rewrite RCS keyword expansion. the old way of doing it was very slow,Niall O'Higgins
2006-01-10- add cvs_buf_getc() function; returns byte at specified buffer position.Niall O'Higgins
2006-01-10zap unused variables;Xavier Santolaria
2006-01-08make cvs_init_create_files() return type void; ok joris@.Xavier Santolaria
2006-01-06mark up fix;Jason McIntyre
2006-01-06restructure the section on cvs sub-commands: make each commandJason McIntyre
2006-01-06ingore local update of newly added files. this fixes some possibleReyk Floeter
2006-01-06uninitialized pointer could confuse the cleanup checkReyk Floeter
2006-01-06zap <paths.h>;Xavier Santolaria
2006-01-04make cvs_sendresp() return type void; ok joris@.Xavier Santolaria
2006-01-03renaming zlib.{c,h} files to compress.{c,h} and link to build;Xavier Santolaria
2006-01-03use fatal();Xavier Santolaria
2006-01-03knf;Xavier Santolaria
2006-01-02zap, kill and eliminate unused code;Joris Vink
2006-01-02- nuke remaining err(), errx() and warnx() instances.Xavier Santolaria
2006-01-02more includes cleanup;Xavier Santolaria
2006-01-02rename variable to fix shadow warning;Xavier Santolaria
2006-01-02#include's cleanup; ok joris@ niallo@.Xavier Santolaria
2006-01-01more code cleanup;Joris Vink
2005-12-31minor knf;Xavier Santolaria
2005-12-30knfReyk Floeter
2005-12-30- zap unused 'rf_ref' member of RCSFILE structure.Niall O'Higgins
2005-12-30- simplify an unecessary if/else construct in rcs_open()Niall O'Higgins
2005-12-30more code cleanup, ok niallo@ and xsa@Joris Vink
2005-12-30- realloc() -> xrealloc(), was missed in the original sweep.Niall O'Higgins
2005-12-30minor style nits;Xavier Santolaria
2005-12-30adjust some thruth in a comment.Joris Vink
2005-12-30major cleanup of the functions handling the remote cvs protocol.Joris Vink
2005-12-30spacingJoris Vink
2005-12-30pass LP_ABORT to cvs_vlog() instead of LP_ERR.Joris Vink
2005-12-29we were wrongly decrementing cvs_mtskt_depth when handlingJoris Vink
2005-12-28don't use rf_pdata when it's not allocated.Joris Vink
2005-12-27- optimise rcsnum_tostr(). we call this function a LOT and using multipleNiall O'Higgins
2005-12-27- implement lazy-parsing of rcs files, that is only parse as much as weNiall O'Higgins
2005-12-24add an argument to cvs_chdir() which enables or not the removalXavier Santolaria
2005-12-24remove useless cvs_buf_alloc() failure checks;Joris Vink
2005-12-24we should be calling cvs_vlog(); to at least get some decent output;Joris Vink
2005-12-23cvs_buf_write() did not properly set new permissionsJoris Vink
2005-12-22cvs_rcs_getpath() cannot fail anymore;Xavier Santolaria
2005-12-22cvs_chdir() cannot fail anymore;Xavier Santolaria
2005-12-22another fatal() round;Xavier Santolaria
2005-12-22unitialized variable. ok xsa@Moritz Jodeit
2005-12-22- fix handling of zero byte files.Niall O'Higgins
2005-12-21cvs_logmsg_open() and cvs_logmsg_get() cannot fail anymore;Xavier Santolaria
2005-12-21fatal()ization! OK joris@.Xavier Santolaria