Age | Commit message (Expand) | Author |
2005-10-18 | put -N description in the right place, and fix its description; | Jason McIntyre |
2005-10-18 | - `-N' works now; document it. | Niall O'Higgins |
2005-10-18 | - no point in using cvs_printf() in openrcs; | Joris Vink |
2005-10-18 | oops, rcs_set_rev() can't operate when str is NULL of course; | Joris Vink |
2005-10-18 | use rcs_set_rev() instead of duplicating code all over the | Joris Vink |
2005-10-18 | correctly handle locks when commiting something; | Joris Vink |
2005-10-17 | - remove a printf which kept in by accident. | Niall O'Higgins |
2005-10-17 | KNF; | Niall O'Higgins |
2005-10-17 | support -f flag for co; | Joris Vink |
2005-10-17 | -k takes an arg; | Jason McIntyre |
2005-10-17 | incorrect macro usage; | Jason McIntyre |
2005-10-16 | - remove the lock even if we are just reverting to the previous | Niall O'Higgins |
2005-10-16 | - sync checkin_usage(); | Niall O'Higgins |
2005-10-16 | - document `-n' option. | Niall O'Higgins |
2005-10-16 | - add support for `-n<symbol>' | Niall O'Higgins |
2005-10-16 | spacing; | Joris Vink |
2005-10-16 | - sort rcs_getopt() string before i add more options. | Niall O'Higgins |
2005-10-16 | - sync rcsdiff_usage(); | Niall O'Higgins |
2005-10-16 | - sync checkout_usage(); | Niall O'Higgins |
2005-10-16 | - Use Ns macro to remove spaces in these manual pages too. | Niall O'Higgins |
2005-10-16 | - use Ns macro to remove spaces between options and their arguments, | Niall O'Higgins |
2005-10-16 | - zap an incorrect comment. | Niall O'Higgins |
2005-10-16 | - remove unused `flags' variable. | Niall O'Higgins |
2005-10-16 | - remove unused `rcsfile' parameter from checkin_getlogmsg() | Niall O'Higgins |
2005-10-16 | KNF | Niall O'Higgins |
2005-10-16 | remove obsolete comment; | Xavier Santolaria |
2005-10-16 | spacing; | Joris Vink |
2005-10-16 | fix off-by-one in RCSINIT code, noticed by niallo@ | Joris Vink |
2005-10-15 | - use Ns macro to remove spaces between options and arguments | Niall O'Higgins |
2005-10-15 | - add support for `-wusername'. | Niall O'Higgins |
2005-10-15 | RCSINIT support; | Joris Vink |
2005-10-15 | - sort rcs_getopt() switch cases, they got a bit mixed up along the way. | Niall O'Higgins |
2005-10-15 | - if revision passed to checkout_rev() is > HEAD, assume HEAD | Niall O'Higgins |
2005-10-15 | install the rcs binaries correctly; | Joris Vink |
2005-10-15 | we have manual pages for all the rcs tools now, | Niall O'Higgins |
2005-10-15 | - document `-f' option. | Niall O'Higgins |
2005-10-15 | - add support for `-f' option. | Niall O'Higgins |
2005-10-15 | modularise checkout code into checkout_rev(). this shaves off a number | Niall O'Higgins |
2005-10-15 | minor style change. | Niall O'Higgins |
2005-10-14 | fix -n option, noticed by jmc@ | Joris Vink |
2005-10-13 | - sync checkin_usage(). | Niall O'Higgins |
2005-10-13 | - `date' argument to -d option is now optional, reflect this in the manual page. | Niall O'Higgins |
2005-10-13 | - implement bare `-d' option; this sets the check-in date and time | Niall O'Higgins |
2005-10-13 | To be fully compatibly with the GNU RCS tools we need to have the | Joris Vink |
2005-10-12 | add a cast when doing cvs_buf_release(); | Niall O'Higgins |
2005-10-12 | minor knf; | Xavier Santolaria |
2005-10-12 | various usage cleanup; ok joris | Theo de Raadt |
2005-10-12 | sync SEE ALSO sections; | Xavier Santolaria |
2005-10-12 | rlog man page; | Xavier Santolaria |
2005-10-11 | sync options somewhat, make -m format a little nicer, and correct the | Jason McIntyre |