summaryrefslogtreecommitdiff
path: root/usr.bin/rcs
AgeCommit message (Collapse)Author
2005-11-22- document `-kmode'Xavier Santolaria
- add EXAMPLES section ok jmc@.
2005-11-22- ci(1) can intialise RCS files now!Niall O'Higgins
- support for -j added - support for -i added ok joris@ xsa@
2005-11-22nuke trailing whitespaces; no cookie for niallo.Xavier Santolaria
2005-11-21no need for .Pp before .ShJason McIntyre
2005-11-21document `-xsuffixes';Xavier Santolaria
2005-11-21enable `-xsuffixes' support as it has been added a few days agoXavier Santolaria
in rcs_statfile(); niallo ok
2005-11-21add EXAMPLES section; jmc niallo okXavier Santolaria
2005-11-21- modularisation; split the two major checkin operations into functions.Niall O'Higgins
- modularisation; split the revert code into checkin_revert() - a few steps closer to rcsfile initialisation, but things need to be fixed in the rcs.c api first (currently we segfault). - add a new checkin_choose_rcsfile() function to decide where the rcsfile should go. - add a special case for ci to rcs_statfile() so that we don't print out an error if the rcsfile doesn't exist.
2005-11-21- print some more informative messagesXavier Santolaria
- minor knf niallo ok
2005-11-21add EXAMPLES section; jmc niallo okXavier Santolaria
2005-11-21tweaks;Xavier Santolaria
2005-11-21add EXAMPLES section; input+ok jmc, niallo okXavier Santolaria
2005-11-20rcs_statfile() improvements; initial work from joris + some bits from me;Xavier Santolaria
niallo ok
2005-11-17yet another output fix;Xavier Santolaria
2005-11-17indent;Xavier Santolaria
2005-11-17- "revdate" is something else - function should be calledNiall O'Higgins
checkin_mtimedate() for clarity.
2005-11-17- split -d handling into function checkin_setrevdate()Niall O'Higgins
2005-11-17- spelling fixNiall O'Higgins
- minor KNF
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
some support code for rcs file initialisation and -i and -j options (not yet implemented though). no functional changes.
2005-11-16add EXAMPLES section; ok jmc nialloXavier Santolaria
2005-11-16respect -q;Xavier Santolaria
2005-11-16nuke trailing whitespace;Xavier Santolaria
2005-11-16fix output if file is not locked;Xavier Santolaria
2005-11-16- add file existence checkXavier Santolaria
- do not pollute with uneeded error messages
2005-11-14print RCS file path;Xavier Santolaria
2005-11-12- fix xsa breakage. char arrays on the stack are not NULL if empty. useNiall O'Higgins
flags instead. - add a few more flags defines while i'm here.
2005-11-12- remove strtab stuff. serves no useful purpose.Niall O'Higgins
diff is from joris@, committing on his behalf because his net connection is very dodgy right now.
2005-11-12support for `-Aoldfile'; joris okXavier Santolaria
2005-11-09document `-xsuffixes' and `-ztz';Xavier Santolaria
2005-11-08missing casts;Xavier Santolaria
2005-11-08document `-Aoldfile', `-b[rev]' and `-tfile|str';Xavier Santolaria
2005-11-08nuke trailing whitespaces;Xavier Santolaria
2005-11-07document `-q';Xavier Santolaria
2005-11-04document `-cstring' option;Xavier Santolaria
2005-11-04- clean up SYNOPSISJason McIntyre
- tweak description of -i ok xsa@
2005-11-04kill spaces in usage() to match Reality;Xavier Santolaria
2005-11-03- minor KNFNiall O'Higgins
2005-11-03better doc for `-i';Xavier Santolaria
2005-11-03- update comment for checkout_rev() for bitwise flags.Niall O'Higgins
2005-11-03- document `-M' option properly.Niall O'Higgins
2005-11-03- sync checkout_usage();Niall O'Higgins
2005-11-03- implement `-M' option.Niall O'Higgins
2005-11-02- kill two unused constant definitions.Niall O'Higgins
2005-11-02- update the comment for checkout_state(); it did not tell the truthNiall O'Higgins
about values returned.
2005-11-02- sync checkin_usage()Niall O'Higgins
2005-11-02- fix up documentation for `-M' option.Niall O'Higgins
2005-11-02changes from Venice:Niall O'Higgins
- instead of using lots of individual flag variables, use a single int and bitwise operations on it. while this saves memory, really it saves code space and reduces complexity. checkout_rev() and checkout_state() in particular benefit from these changes since their parameters where growing really long. - implement `-s' option in co - implement `-M' option in ci "I like this, go for it" joris@
2005-11-02document `-kmode';Xavier Santolaria
2005-11-02print RCS file path;Xavier Santolaria