Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-11-23 | add support for `-kmode'; | Xavier Santolaria | |
2005-11-23 | sync SYNOPSIS with Reality and usage() accordingly; | Xavier Santolaria | |
2005-11-22 | kill double .Pp; | Jason McIntyre | |
2005-11-22 | make `-p' work again as expected; | Xavier Santolaria | |
2005-11-22 | - print to stderr in some cases | Xavier Santolaria | |
- few bits for `-kmode' | |||
2005-11-22 | add EXAMPLES section; jmc ok | Xavier Santolaria | |
2005-11-22 | cleanup; | Xavier Santolaria | |
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-22 | nuke trailing whitespaces; no cookie for niallo. | Xavier Santolaria | |
2005-11-21 | no need for .Pp before .Sh | Jason McIntyre | |
2005-11-21 | document `-xsuffixes'; | Xavier Santolaria | |
2005-11-21 | enable `-xsuffixes' support as it has been added a few days ago | Xavier Santolaria | |
in rcs_statfile(); niallo ok | |||
2005-11-21 | add EXAMPLES section; jmc niallo ok | Xavier 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 messages | Xavier Santolaria | |
- minor knf niallo ok | |||
2005-11-21 | add EXAMPLES section; jmc niallo ok | Xavier Santolaria | |
2005-11-21 | tweaks; | Xavier Santolaria | |
2005-11-21 | add EXAMPLES section; input+ok jmc, niallo ok | Xavier Santolaria | |
2005-11-20 | rcs_statfile() improvements; initial work from joris + some bits from me; | Xavier Santolaria | |
niallo ok | |||
2005-11-17 | yet another output fix; | Xavier Santolaria | |
2005-11-17 | indent; | Xavier Santolaria | |
2005-11-17 | - "revdate" is something else - function should be called | Niall O'Higgins | |
checkin_mtimedate() for clarity. | |||
2005-11-17 | - split -d handling into function checkin_setrevdate() | Niall O'Higgins | |
2005-11-17 | - spelling fix | Niall O'Higgins | |
- minor KNF | |||
2005-11-16 | - add comments for functions. | Niall O'Higgins | |
2005-11-16 | lots of changes to allow greater code re-use and modularisation, along with | Niall O'Higgins | |
some support code for rcs file initialisation and -i and -j options (not yet implemented though). no functional changes. | |||
2005-11-16 | add EXAMPLES section; ok jmc niallo | Xavier Santolaria | |
2005-11-16 | respect -q; | Xavier Santolaria | |
2005-11-16 | nuke trailing whitespace; | Xavier Santolaria | |
2005-11-16 | fix output if file is not locked; | Xavier Santolaria | |
2005-11-16 | - add file existence check | Xavier Santolaria | |
- do not pollute with uneeded error messages | |||
2005-11-14 | print RCS file path; | Xavier Santolaria | |
2005-11-12 | - fix xsa breakage. char arrays on the stack are not NULL if empty. use | Niall 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-12 | support for `-Aoldfile'; joris ok | Xavier Santolaria | |
2005-11-09 | document `-xsuffixes' and `-ztz'; | Xavier Santolaria | |
2005-11-08 | missing casts; | Xavier Santolaria | |
2005-11-08 | document `-Aoldfile', `-b[rev]' and `-tfile|str'; | Xavier Santolaria | |
2005-11-08 | nuke trailing whitespaces; | Xavier Santolaria | |
2005-11-07 | document `-q'; | Xavier Santolaria | |
2005-11-04 | document `-cstring' option; | Xavier Santolaria | |
2005-11-04 | - clean up SYNOPSIS | Jason McIntyre | |
- tweak description of -i ok xsa@ | |||
2005-11-04 | kill spaces in usage() to match Reality; | Xavier Santolaria | |
2005-11-03 | - minor KNF | Niall O'Higgins | |
2005-11-03 | better 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 | |