summaryrefslogtreecommitdiff
path: root/usr.bin/rcs/rlog.c
AgeCommit message (Expand)Author
2006-03-06update usage();Jason McIntyre
2006-03-06move compat flags into a STANDARDS section;Jason McIntyre
2006-01-25add support for `-l[lockers]'. Some (needed) cleanup will follow.Xavier Santolaria
2006-01-24print locker's name if revision is locked;Xavier Santolaria
2006-01-23display usage if an unknown option is specified;Xavier Santolaria
2006-01-23add support for `-sstates' and `-w[logins]' options; tested and 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- rlog(1) needs RCS_PARSE_FULLY too.Niall O'Higgins
2005-12-02split the printing part into a separate function, rlog_rev_print();Xavier Santolaria
2005-11-28sync usage() for `-xsuffixes';Xavier Santolaria
2005-11-21enable `-xsuffixes' support as it has been added a few days agoXavier Santolaria
2005-11-17indent;Xavier Santolaria
2005-10-28print RCS file info too;Xavier Santolaria
2005-10-28add support for `-L'; niallo okXavier Santolaria
2005-10-26print locker's name and rev number for locked revisions; ok joris nialloXavier Santolaria
2005-10-26correct -R behaviour;Xavier Santolaria
2005-10-25-T is kept for compatibility with other RCS commands here too;Xavier Santolaria
2005-10-25missed that in previous commit;Xavier Santolaria
2005-10-24output tweaks;Xavier Santolaria
2005-10-13To be fully compatibly with the GNU RCS tools we need to have theJoris Vink
2005-10-12various usage cleanup; ok jorisTheo de Raadt
2005-10-07basic `ci' support is here! more coming soon.Niall O'Higgins
2005-10-06sync rlog_usage() with reality.Niall O'Higgins
2005-10-06support rlog command;Joris Vink