summaryrefslogtreecommitdiff
path: root/usr.bin/rcs
AgeCommit message (Expand)Author
2006-03-12plug a memleak in rcs_set_description()Joris Vink
2006-03-11Now that the last diff went in, we just have to remove some checks inNiall O'Higgins
2006-03-11- implement GNU-compatible handling of revisions specified as singleNiall O'Higgins
2006-03-11- reset NEWFILE flag on each iteration through main loop. this stopsNiall O'Higgins
2006-03-10use same date format as gnu/usr.bin/rcs in error message. OK niallo@.Xavier Santolaria
2006-03-09should have been part of previous commit (add rcstime.c here too).Xavier Santolaria
2006-03-08make openrcs use the worklist framework to keep track of temporary filesJoris Vink
2006-03-08fix usage();Xavier Santolaria
2006-03-08spacing in usage();Xavier Santolaria
2006-03-08do not point to rcsfile(5) as we do not provide it.Xavier Santolaria
2006-03-08respect -q; pointed out by Ray Lai.Xavier Santolaria
2006-03-07rcsintro.7 now merged into rcs.1;Jason McIntyre
2006-03-07beef up this file somewhat and merge in cvsintro.7, which is notJason McIntyre
2006-03-07missing break;Xavier Santolaria
2006-03-07fix usage();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-06update usage();Jason McIntyre
2006-03-06update usage();Jason McIntyre
2006-03-06update usage();Jason McIntyre
2006-03-06update usage();Jason McIntyre
2006-03-06update usage()Jason McIntyre
2006-03-06move compat flags into a STANDARDS section;Jason McIntyre
2006-03-06move compat flags into a STANDARDS section;Jason McIntyre
2006-03-06move compat flags into a STANDARDS section;Jason McIntyre
2006-03-06move compat flags into a STANDARDS section;Jason McIntyre
2006-03-06missing informative message after call to checkout_rev().Xavier Santolaria
2006-03-06should also have removed those newlines in previous commit.Xavier Santolaria
2006-03-06missing newline in checkout_rev(); spotted by joris@.Xavier Santolaria
2006-03-06adapt informative message if we are sending output to stdout.Xavier Santolaria
2006-03-06fix output to mimic gnu/usr.bin/rcs.Xavier Santolaria
2006-03-06many spacing cleanupsTheo de Raadt
2006-03-06if the submitted rev(s) is/are the same as the head rev, skip the processXavier Santolaria
2006-03-05plug some potential resource leaks in error paths.Niall O'Higgins
2006-03-05checkin_parsekeyword() returns void so zap unnecessary return.Niall O'Higgins
2006-03-05GNU ci(1) doesn't allow dates younger than HEAD, neither on the commandNiall O'Higgins
2006-03-05honour -m on initial revision.Niall O'Higgins
2006-03-05now that rcs_getrev() isn't doing keyword expansion anymore and rcsdiff(1)Niall O'Higgins
2006-03-05our deltatexts were sometimes different from gnu. rcs_getrev() wasNiall O'Higgins
2006-03-05add a description; from ray lai and myselfJason McIntyre
2006-03-05wording fix from ray lai;Jason McIntyre
2006-02-24remove extra printf;Xavier Santolaria
2006-02-24-T has no effect. It's only there for compatibility.Xavier Santolaria
2006-02-21- fix some bugs when handling strange revision numbers (0 and 1). found byNiall O'Higgins
2006-02-20- more spacingNiall O'Higgins
2006-02-20- spacingNiall O'Higgins
2006-02-17remove trailing whitespace;Jason McIntyre
2006-02-16- zap kwtype variable. lint pointed it out wasn't used by anything.Niall O'Higgins
2006-02-16- rename variable k to iNiall O'Higgins
2006-02-16- finally add proper support for `ci -k`. this little-used option requiresNiall O'Higgins