summaryrefslogtreecommitdiff
path: root/usr.bin/rcs
AgeCommit message (Expand)Author
2005-12-10switch to xmalloc stuff, me and xsa@ agreed on this a longJoris Vink
2005-12-10- its wrong to use exit() here; return instead.Niall O'Higgins
2005-12-09don't complain too often about 'redefinition of revision number',Joris Vink
2005-12-09if we are removing a lock that's not present, just checkJoris Vink
2005-12-09unused vars, my bad;Joris Vink
2005-12-08complete and correct rcs locking functionality,Joris Vink
2005-12-06knf; spaces vs. tabs;Xavier Santolaria
2005-12-05hrmz..Xavier Santolaria
2005-12-05ooops, missed that in previous commit; unbreak;Xavier Santolaria
2005-12-05correctly handle `-wfoo' and `-sbar' errors; OK joris@.Xavier Santolaria
2005-12-05kill unused var;Xavier Santolaria
2005-12-03- whoops, its -t-string or -tfile, not the other way aroundNiall O'Higgins
2005-12-03- document `-t' option.Niall O'Higgins
2005-12-03- add support for -t[description] and -t-[file containing description]Niall O'Higgins
2005-12-02document `-orev';Xavier Santolaria
2005-12-02in checkin_checklock()Xavier Santolaria
2005-12-02better..Xavier Santolaria
2005-12-02in checkin_update():Xavier Santolaria
2005-12-02`-mmsg' does not belong here;Xavier Santolaria
2005-12-02sort options; `T' comes before `u';Xavier Santolaria
2005-12-02document `-r[revs]';Xavier Santolaria
2005-12-02split the printing part into a separate function, rlog_rev_print();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-12-01- fix up context and unified diff output in both open rcs and open cvs soNiall O'Higgins
2005-12-01link rcsintro.7;Xavier Santolaria
2005-12-01some more bite; writing about rcsdiff(1); OK jmc@.Xavier Santolaria
2005-11-30check for ownership of already present writable file when checking out;Xavier Santolaria
2005-11-30correct usage();Xavier Santolaria
2005-11-30writeable -> writableXavier Santolaria
2005-11-30timzeone -> time zone; preferred by jmc@.Xavier Santolaria
2005-11-30`-ztz' is only here for compatibility;Xavier Santolaria
2005-11-30document `-ztz';Xavier Santolaria
2005-11-29consistency in variables naming;Xavier Santolaria
2005-11-29some more bits for `-w[user]' support;Xavier Santolaria
2005-11-29document `-b';Xavier Santolaria
2005-11-29document:Xavier Santolaria
2005-11-28sync usage() for `-xsuffixes';Xavier Santolaria
2005-11-28-T is here for compatibility;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- fix really stupid bug introduced in the last xsa commit.Niall O'Higgins
2005-11-27- checkin_init() IS now implemented; update comment with this happyNiall O'Higgins
2005-11-27bit better description of -T;Jason McIntyre
2005-11-25add support for `-kmode';Xavier Santolaria
2005-11-25document `-T';Xavier Santolaria
2005-11-25add `-T' support for rcsclean(1) and rcs(1);Xavier Santolaria
2005-11-25add support for `-T' and enable it for co(1);Xavier Santolaria
2005-11-25indent;Xavier Santolaria