summaryrefslogtreecommitdiff
path: root/usr.bin/rcs/ci.c
AgeCommit message (Expand)Author
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
2005-11-16lots of changes to allow greater code re-use and modularisation, along withNiall O'Higgins
2005-11-08missing casts;Xavier Santolaria
2005-11-02- kill two unused constant definitions.Niall O'Higgins
2005-11-02- sync checkin_usage()Niall O'Higgins
2005-11-02changes from Venice:Niall O'Higgins
2005-10-30string fix;Xavier Santolaria
2005-10-29- sync checkin_usage()Niall O'Higgins
2005-10-29- add two new functions to RCS api: rcs_state_set() and rcs_state_check()Niall O'Higgins
2005-10-27TMPDIR support; joris okXavier Santolaria
2005-10-25minor knf;Xavier Santolaria
2005-10-25nuke trailing whitespaces;Xavier Santolaria