summaryrefslogtreecommitdiff
path: root/usr.bin/cvs
AgeCommit message (Expand)Author
2005-08-19do not close the entries file until all files depending on it haveJoris Vink
2005-08-19style;Xavier Santolaria
2005-08-19missing cast;Xavier Santolaria
2005-08-17only close the RCS file if we opened it.Joris Vink
2005-08-17more use of CVS_ENT_MAXLINELEN;Xavier Santolaria
2005-08-17keep a pointer to the CVSENTRIES in the CVSFILE structure.Joris Vink
2005-08-17trailing whitespaces ...Xavier Santolaria
2005-08-17document CVS/* files; input+ok jmcXavier Santolaria
2005-08-16#define CVS_ENT_MAXLINELEN 1024Xavier Santolaria
2005-08-16- watchers remote handlerXavier Santolaria
2005-08-14we do not want '.' to show up in the entries file, because itJoris Vink
2005-08-14missing casts; ok jorisXavier Santolaria
2005-08-12- style fixXavier Santolaria
2005-08-12add cvs_rename() function; ok jfbXavier Santolaria
2005-08-12a few things left to do here.Xavier Santolaria
2005-08-11a few casts; ok jfbXavier Santolaria
2005-08-11fgets() expects the 2nd arg to be an int.Xavier Santolaria
2005-08-11getdirentries() expects the 3rd arg to be an int.Xavier Santolaria
2005-08-10- we do not need a .Pp before a normal listJason McIntyre
2005-08-10do not forget to also add the local roots to the cache.Joris Vink
2005-08-10style..Xavier Santolaria
2005-08-10- pre-existent -> pre-existingNiall O'Higgins
2005-08-10.Xr cvswrappers(5);Xavier Santolaria
2005-08-10fgets() expects the 2nd arg to be an int. OK jfb@ joris@.Xavier Santolaria
2005-08-10use correct return code where we exit();Xavier Santolaria
2005-08-10add global -w option and document it; ok jmc jorisXavier Santolaria
2005-08-10use correct return codes when we exit(); ok jorisXavier Santolaria
2005-08-09fix our root caching method, it was utterly broken and wouldJoris Vink
2005-08-09oops: occured -> occurredJason McIntyre
2005-08-09add missing [-T tmpdir] in usage(), spotted by jmc@.Xavier Santolaria
2005-08-09add DIAGNOSTICS section about utility return codes;Xavier Santolaria
2005-08-08.Xr cvswrappers 5Xavier Santolaria
2005-08-08add cvswrappers doc; mucho input/ok jmc, ok jfb joris;Xavier Santolaria
2005-08-08zap unused var;Xavier Santolaria
2005-08-08use cvs_tmpdir; OK jfb@ joris@.Xavier Santolaria
2005-08-08add missing `(' in function declaration;Xavier Santolaria
2005-08-08add rtag command aliases;Xavier Santolaria
2005-08-08zap unused vars;Xavier Santolaria
2005-08-05increase ebuf[] size in cvs_vlog() wrt strerror(3) return value;Xavier Santolaria
2005-08-05minor KNF;Xavier Santolaria
2005-08-04better wording, from jfb@. Ok jmc@.Xavier Santolaria
2005-08-04add and document import -d option; ok jmc@ joris@.Xavier Santolaria
2005-08-04document TMPDIR environment variable and global -T <tmpdir> option;Xavier Santolaria
2005-08-04handle TMPDIR environment variable as well as -T <tmpdir> global option;Xavier Santolaria
2005-08-04sync command synopsis w/ man page;Xavier Santolaria
2005-08-03avoid xrefs to self...Jason McIntyre
2005-08-03check only once for the HOME environment variable and reuseXavier Santolaria
2005-08-03document $HOME/.cvsignore in FILES section; ok jmc@.Xavier Santolaria
2005-08-02handle -l global option; ok jfb@ joris@.Xavier Santolaria
2005-08-02.Xr cvsignore(5) here too;Xavier Santolaria