Age | Commit message (Expand) | Author |
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 | less 'pirates of the carribean' like error message; | 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 | - add username parameter to rcs_rev_add(), needed to implement at least | Niall O'Higgins |
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 | make external definition static; ok deraadt@ | Kevin Steves |
2005-10-15 | minor style change. | Niall O'Higgins |
2005-10-14 | trunk(4)ate | Michael Shalayeff |
2005-10-14 | add missing /* ARGSUSED */ to quiet lint. | Kjell Wooding |
2005-10-14 | more replstr into the #ifdef | Theo de Raadt |
2005-10-14 | put proto in same #ifdef as code | Theo de Raadt |
2005-10-14 | more headers to please lint | Theo de Raadt |
2005-10-14 | unused variables | Theo de Raadt |
2005-10-14 | doh! it was a wednesday. and fix the time as well then | Michael Shalayeff |
2005-10-14 | assume niklas's dating for openbsd birth | Michael Shalayeff |
2005-10-14 | remove temporary cvs directory in error cases too. ok joris@ | Moritz Jodeit |
2005-10-14 | fix -n option, noticed by jmc@ | Joris Vink |
2005-10-14 | Whoops. C-x C-v (filevisitalt) didn't work on inital scratch buffer. | Kjell Wooding |
2005-10-14 | move the dired routines into dired.c where they belong. | Kjell Wooding |
2005-10-14 | free()->xfree(); ok djm@ | Kevin Steves |
2005-10-14 | no trailing "\n" for log functions; ok djm@ | Kevin Steves |
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 | KNF; ok djm@ | Kevin Steves |
2005-10-13 | toast unused variable | Theo de Raadt |
2005-10-13 | use strtonum() correctly | Theo de Raadt |
2005-10-13 | spacing | Theo de Raadt |
2005-10-13 | Make dired buffer read-only by default. | Kjell Wooding |
2005-10-13 | Make undoing of a yank operation work as expected | Kjell Wooding |
2005-10-13 | Use dired mode automatically if file specified for loading is | Kjell Wooding |
2005-10-13 | unneeded #include, unused declaration, little knf; ok deraadt@ | Kevin Steves |