summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2005-10-15modularise checkout code into checkout_rev(). this shaves off a numberNiall O'Higgins
2005-10-15make external definition static; ok deraadt@Kevin Steves
2005-10-15minor style change.Niall O'Higgins
2005-10-14trunk(4)ateMichael Shalayeff
2005-10-14add missing /* ARGSUSED */ to quiet lint.Kjell Wooding
2005-10-14more replstr into the #ifdefTheo de Raadt
2005-10-14put proto in same #ifdef as codeTheo de Raadt
2005-10-14more headers to please lintTheo de Raadt
2005-10-14unused variablesTheo de Raadt
2005-10-14doh! it was a wednesday. and fix the time as well thenMichael Shalayeff
2005-10-14assume niklas's dating for openbsd birthMichael Shalayeff
2005-10-14remove temporary cvs directory in error cases too. ok joris@Moritz Jodeit
2005-10-14fix -n option, noticed by jmc@Joris Vink
2005-10-14Whoops. C-x C-v (filevisitalt) didn't work on inital scratch buffer.Kjell Wooding
2005-10-14move the dired routines into dired.c where they belong.Kjell Wooding
2005-10-14free()->xfree(); ok djm@Kevin Steves
2005-10-14no 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 timeNiall O'Higgins
2005-10-13KNF; ok djm@Kevin Steves
2005-10-13toast unused variableTheo de Raadt
2005-10-13use strtonum() correctlyTheo de Raadt
2005-10-13spacingTheo de Raadt
2005-10-13Make dired buffer read-only by default.Kjell Wooding
2005-10-13Make undoing of a yank operation work as expectedKjell Wooding
2005-10-13Use dired mode automatically if file specified for loading isKjell Wooding
2005-10-13unneeded #include, unused declaration, little knf; ok deraadt@Kevin Steves
2005-10-13unused declarations; ok deraadt@Kevin Steves
2005-10-13spelling in commentsKevin Steves
2005-10-13remove unneeded #includes; ok markus@Kevin Steves
2005-10-13To be fully compatibly with the GNU RCS tools we need to have theJoris Vink
2005-10-13add the (emacs) toggle-readonly keybinding (C-x C-q).Kjell Wooding
2005-10-13check if current line is null. fixes a core in dired.Kjell Wooding
2005-10-13Fix dired mode. Make deletions work, and keystrokes match emacs.Kjell Wooding
2005-10-13KNF and minor cleanup. Remove an impossible condition check.Kjell Wooding
2005-10-13Make mg's grep and compile more path-aware, by defaulting toKjell Wooding
2005-10-12add a cast when doing cvs_buf_release();Niall O'Higgins
2005-10-12minor knf;Xavier Santolaria
2005-10-12various usage cleanup; ok jorisTheo de Raadt
2005-10-12sync SEE ALSO sections;Xavier Santolaria
2005-10-12rlog man page;Xavier Santolaria
2005-10-12Fix mget directory traversal vulnerability. From NetBSD. CAN-2002-1345.Otto Moerbeek
2005-10-11bz #1076 set SO_REUSEADDR on X11 forwarding listner sockets, preventingDamien Miller
2005-10-11bit more consistency in the list of key bindings;Jason McIntyre
2005-10-11sync options somewhat, make -m format a little nicer, and correct theJason McIntyre
2005-10-11close the RCSFILE on error, so we don't leak memory;Joris Vink
2005-10-11zap unused variable `dflag'Niall O'Higgins
2005-10-11- support -d <date> option in ci.Niall O'Higgins
2005-10-11correctly set the filename by setting the diff_file variable;Joris Vink