summaryrefslogtreecommitdiff
path: root/usr.bin/cvs
AgeCommit message (Expand)Author
2007-05-27Call fatal() if extra arguments are given to "opencvs server". FromRay Lai
2007-05-27Fix off-by-one, from Tobias Stoeckmann.Ray Lai
2007-05-27Fix off-by-one, from Tobias Stoeckmann.Ray Lai
2007-05-26It is not the job of cvs_server_send_response() to do error checking.Ray Lai
2007-05-26It is too complicated to tell a client that an internal failureRay Lai
2007-05-26Remove redundant xsnprintf calls.Ray Lai
2007-05-26add support for Mdocdate rcs keyword in opencvs too.Niall O'Higgins
2007-05-26cvs_server_path is more appropriate to check than cvs_server_active.Ray Lai
2007-05-26fatal() should never be called twice; if it happens, exit immediately,Ray Lai
2007-05-26Increase sticky tag buffer size.Ray Lai
2007-05-26Treat lines that start with "dummy timestamp from new-entry" as aRay Lai
2007-05-26More comment typos from Diego Casati. Including winners like funtion, allmost,Kenneth R Westerback
2007-05-25Call fatal() if we are missing an argument. From Tobias Stoeckmann.Ray Lai
2007-05-25Call fatal() if we are missing an argument. From Tobias Stoeckmann.Ray Lai
2007-05-25Check vasprintf for failure.Ray Lai
2007-05-22Note that the global -x option is kept for compatibility (for now) and hasXavier Santolaria
2007-05-17Remove nonsensical dereference. From tbert.Ray Lai
2007-05-16Figure out DST by setting tm_isdst element to -1.Xavier Santolaria
2007-05-16In remote setup, write sent files to inlog (if specified) instead of outlog.Xavier Santolaria
2007-05-16open() returns -1 on error, not NULL. From Tobias Stoeckmann.Xavier Santolaria
2007-05-12Change 0x30 to more readable '0'.Ray Lai
2007-05-11typo in previous commit;Xavier Santolaria
2007-05-11fix format of the CVSROOT string in comments.Xavier Santolaria
2007-05-11cvs_logmsg_edit no longer fails with ECHILD.Ray Lai
2007-05-11Sync with editit from sendbug.Ray Lai
2007-05-10Simplify cvs_vlog() to avoid endless fatal() loop on some error case.Xavier Santolaria
2007-05-09cvs_splitpath() isn't used anymore; from Tobias Stoeckmann.Xavier Santolaria
2007-05-09- we do not have -H, zap it.Xavier Santolaria
2007-05-02like the init command, version does not take any extra args.Xavier Santolaria
2007-05-02strtol() -> strtonum(); from Tobias Stoeckmann.Xavier Santolaria
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