summaryrefslogtreecommitdiff
path: root/usr.bin/rcs/ci.c
AgeCommit message (Expand)Author
2006-03-06update usage()Jason McIntyre
2006-03-06many spacing cleanupsTheo de Raadt
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-02-20- more spacingNiall O'Higgins
2006-02-20- spacingNiall O'Higgins
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
2006-02-16- ensure we handle -d properly in initial revision, not just updates.Niall O'Higgins
2006-02-16- make revision specifiers work for initial revision, not just updates.Niall O'Higgins
2006-02-16`ci -k` is described incorrectly in a number of places.Niall O'Higgins
2006-02-16- make function prototypes consistent.Niall O'Higgins
2006-02-14fix output when checking in a file for the first time. OK niallo@.Xavier Santolaria
2006-01-05cleanup, move log.h and rcs.h inclusion into rcsprog.h;Xavier Santolaria
2006-01-02#include's cleanup; ok joris@ niallo@.Xavier Santolaria
2005-12-27- implement lazy-parsing of rcs files, that is only parse as much as weNiall O'Higgins
2005-12-23support co -d, which checks out the first revision who'sJoris Vink
2005-12-21Initialize basepath right after xmalloc()ing it so we won't end up withAleksander Piotrowski
2005-12-20spread the use of fatal();Xavier Santolaria
2005-12-19use fatal() if getlogin() fails;Xavier Santolaria
2005-12-12- sync usage() for `-tfile|str'Xavier Santolaria
2005-12-10switch to xmalloc stuff, me and xsa@ agreed on this a longJoris Vink
2005-12-09unused vars, my bad;Joris Vink
2005-12-08complete and correct rcs locking functionality,Joris Vink
2005-12-03- whoops, its -t-string or -tfile, not the other way aroundNiall O'Higgins
2005-12-03- add support for -t[description] and -t-[file containing description]Niall O'Higgins
2005-12-02in checkin_checklock()Xavier Santolaria
2005-12-02better..Xavier Santolaria
2005-12-02in checkin_update():Xavier Santolaria
2005-12-02- fix up checkin_choose_rcsfile() to give us a path like the one GNU print,Niall O'Higgins
2005-12-02- fix a typo in a commentNiall O'Higgins
2005-11-28sync usage() for `-xsuffixes';Xavier Santolaria
2005-11-28shrink some multi-lines comments;Xavier Santolaria
2005-11-28consistency in error messages;Xavier Santolaria
2005-11-27- only do one rcs_statfile() instead of two; simplify some logic.Niall O'Higgins
2005-11-27- checkin_init() IS now implemented; update comment with this happyNiall O'Higgins
2005-11-24memset();Xavier Santolaria
2005-11-23knf;Xavier Santolaria
2005-11-23initial bits for -T support;Xavier Santolaria
2005-11-22- ci(1) can intialise RCS files now!Niall O'Higgins
2005-11-22nuke trailing whitespaces; no cookie for niallo.Xavier Santolaria
2005-11-21enable `-xsuffixes' support as it has been added a few days agoXavier Santolaria
2005-11-21- modularisation; split the two major checkin operations into functions.Niall O'Higgins
2005-11-17- "revdate" is something else - function should be calledNiall O'Higgins
2005-11-17- split -d handling into function checkin_setrevdate()Niall O'Higgins
2005-11-17- spelling fixNiall O'Higgins
2005-11-16- add comments for functions.Niall O'Higgins