summaryrefslogtreecommitdiff
path: root/usr.bin/cvs
AgeCommit message (Expand)Author
2006-03-14add an argument to cvs_diff3() to be able to handle verbosity ofXavier Santolaria
2006-03-11- implement GNU-compatible handling of revisions specified as singleNiall O'Higgins
2006-03-11- set RCS_SYNCED on rcs_open() so that if you call rcs_close() immediatelyNiall O'Higgins
2006-03-11Fix rcsnum_tostr() description.Ray Lai
2006-03-10fix a stupid mistake in cvs_worklist_clean() while loop.Niall O'Higgins
2006-03-10Only write a log message if the log message is not empty.Ray Lai
2006-03-10make sure cvs_worklist_clean() is safe, since we areJoris Vink
2006-03-09trailing spaces;Joris Vink
2006-03-09move joris' timezone support into rcstime.c; more work to be done there.Xavier Santolaria
2006-03-08make openrcs use the worklist framework to keep track of temporary filesJoris Vink
2006-03-08add a worklist framework, which will be used for atomic operations onJoris Vink
2006-03-08really match gnu on error;Xavier Santolaria
2006-03-08spacingTheo de Raadt
2006-03-07in rcs_write() only do stuff when the RCS file ondisk isn't synced;Joris Vink
2006-03-07no need to duplicate error message;Xavier Santolaria
2006-03-07make sure the timezone is valid;Joris Vink
2006-03-07match gnu on error;Joris Vink
2006-03-07-z support for RCS;Joris Vink
2006-03-06like gnu ci(1), continue to process valid files in argv even if some areNiall O'Higgins
2006-03-06adapt informative message if we are sending output to stdout.Xavier Santolaria
2006-03-06if the submitted rev(s) is/are the same as the head rev, skip the processXavier Santolaria
2006-03-05oops, forgot the diff3.c portion of this diff:Niall O'Higgins
2006-03-05in rcs_patch_lines(), ensure that rcs patch delete operations don'tNiall O'Higgins
2006-03-05fatal() instead of returning -1 on failure in patch functionsNiall O'Higgins
2006-03-05our deltatexts were sometimes different from gnu. rcs_getrev() wasNiall O'Higgins
2006-02-26remove unnecessary newline characters in cvs_log() calls.Niall O'Higgins
2006-02-26also set 'entry' variable in merged case.Niall O'Higgins
2006-02-26out-of-bounds access and correct some printf while here;Xavier Santolaria
2006-02-26better user-friendly error message.Xavier Santolaria
2006-02-13write out an empty comment in RCS files even if there isn't one asXavier Santolaria
2006-02-10forgot to document CVS/Baserev.tmp, so here it is.Xavier Santolaria
2006-02-10document CVS/Entries.Backup, CVS/Notify.tmp and CVS/Template files.Xavier Santolaria
2006-02-10fix CVS_PATH_NOTIFY duplicate.Xavier Santolaria
2006-02-09add missing client-side paths definitions;Xavier Santolaria
2006-02-09- move rcs_kw-related data into rcs.h and de-static the keyword array. thisNiall O'Higgins
2006-02-08fix more breakage by xsa, although this one is partially my fault as well.Joris Vink
2006-02-08once again, we have to unbreak stuff xsa broke on his own.Joris Vink
2006-02-06- use bitwise flagsXavier Santolaria
2006-02-06- use biwise flagsXavier Santolaria
2006-02-05unbreak remote protocol which got broken in revision 1.88.Joris Vink
2006-02-01check format string; OK niallo@, "it's nice to have" joris@.Xavier Santolaria
2006-02-01allow tag deletion with -d option; OK niallo@.Xavier Santolaria
2006-02-01set rcs_errno accordingly in rcs_open() if the file is not found.Xavier Santolaria
2006-02-01cannot admin newly added file.Xavier Santolaria
2006-01-31errors in cvs_checkout_init() are definitly fatal.Xavier Santolaria
2006-01-30strerror() -> rcs_errstr() when passing rcs_errno as argument;Xavier Santolaria
2006-01-30- make fatal() exit with code 1 instead of 255. makes us more compatibleNiall O'Higgins
2006-01-29- fix a bug where co -l would fail with "permission denied" if the workingNiall O'Higgins
2006-01-29spread some fatal() here too;Xavier Santolaria
2006-01-29RCS_PARSE_FULLY needed here too, as in rlog(1);Xavier Santolaria