summaryrefslogtreecommitdiff
path: root/usr.bin/cvs
AgeCommit message (Expand)Author
2007-04-30- checkout from a read-only repository implies -l.Xavier Santolaria
2007-04-30make usage() __dead; from Tobias Stoeckmann.Xavier Santolaria
2007-04-30missing header; from Tobias Stoeckmann.Xavier Santolaria
2007-04-24replace D, D1 and D2 by date, date1 and date2 respectively;Igor Sobrado
2007-04-24changes "Usage" to "usage"; sorts options list in cvs history;Igor Sobrado
2007-04-20- correct signal handling and process waiting for the EDITOR support codeXavier Santolaria
2007-04-17cvsrc(5) is no more, so point to cvs(5) instead;Jason McIntyre
2007-04-15adjust Makefile for my man changes;Jason McIntyre
2007-04-14put cvs(1)'s FILES, cvsignore(5), cvsrc(5), and cvswrappers(5)Jason McIntyre
2007-04-13- document server temporary directoryXavier Santolaria
2007-03-27sync with espie@'s latest change to diff(1).Xavier Santolaria
2007-03-22use MD5_DIGEST_STRING_LENGTH instead of rolling our own lenght.Xavier Santolaria
2007-03-21Document the CVSROOT/config file; input and OK's niallo@ jmc@.Xavier Santolaria
2007-02-24fix comment; from jared r r spiegelOtto Moerbeek
2007-02-22general includes cleanup sweep. ok joris@ niallo@Otto Moerbeek
2007-02-21Simplify cvs_buf_differ(). Also cvs_buf_differ(), a comparisonRay Lai
2007-02-21Replace a manual xrealloc with rcsnum_setsize.Ray Lai
2007-02-19Fix const inconsistencies, void pointer artithmetic and a few otherOtto Moerbeek
2007-02-18an erroneous free() crept in due to a merge errorOtto Moerbeek
2007-02-17cvs_path_cat() removal since we can now easily handle thatXavier Santolaria
2007-02-14Fix spacing in Makefile.Niall O'Higgins
2007-02-13zap unused CVS_ISDIR() and CVS_ISFILE() macros. OK joris@.Xavier Santolaria
2007-02-12remove unused leftovers from openrcs; OK joris@.Xavier Santolaria
2007-02-09correctly skip invalid entries when usingJoris Vink
2007-02-09if a directory exists in the working dir but not in theXavier Santolaria
2007-02-09remove the cvs_file_classify() `loud' argument, it was usedJoris Vink
2007-02-09strtol(3) -> strtonum(3)Joris Vink
2007-02-07fstat() -> lstat() in a few select cases,Todd T. Fries
2007-02-07strl* overload; use xsnprintf(); OK ray@.Xavier Santolaria
2007-02-06replace strl* overload and xstrdup() misuse by xsnprintf();Xavier Santolaria
2007-02-06sort options;Jason McIntyre
2007-02-04Use the right HEADNAME. Sometimes compiler warnings should not beOtto Moerbeek
2007-02-04dont bother trying to parse empty lines as dates.Joris Vink
2007-02-02Remove cb_cur or replace with cb_buf; cb_cur was the same as cb_bufRay Lai
2007-02-02Remove unused and buggy {cvs,rcs}_buf_set functions.Ray Lai
2007-02-01When writing an rcs file, create the temp file next to the targetOtto Moerbeek
2007-02-01change mode of a newly created rcs file in the repository to 0444Otto Moerbeek
2007-02-01add support for [-k mode]; tests/ok otto@.Xavier Santolaria
2007-02-01add support for [-k mode]; tests/input/ok otto@.Xavier Santolaria
2007-01-31snprintf() -> xsnprintf()Xavier Santolaria
2007-01-29introduce xsnprintf(); OK otto@ joris@.Xavier Santolaria
2007-01-29no longer spit out that you can add new files using 'cvs add',Joris Vink
2007-01-28hey look, i found another debug printf from my merging stuff!Joris Vink
2007-01-28do not overwrite a file that is modified but has a sticky tag setJoris Vink
2007-01-28remove debug printfs that sneaked in.Joris Vink
2007-01-28add merging support in both local and remote sides.Joris Vink
2007-01-27- do not try to add non-existing filesJoris Vink
2007-01-27when we specify the 'f' flag do not bother removing files thatJoris Vink
2007-01-27missed a case for CVS_CMD_ADD from last commitJoris Vink
2007-01-27by default let cvs_file_classify complain about certain casesJoris Vink