summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
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
2005-10-11export diff_file variable so it can be set from without diff functions;Joris Vink
2005-10-11fix undo BUGS entry. ok deraadt@Kjell Wooding
2005-10-11document a few more things; kjell okTheo de Raadt
2005-10-11prevent trashing of errno in signal handlerTheo de Raadt
2005-10-11A while back, undo records were moved from the BUFFER struct to MGWIN.Kjell Wooding
2005-10-11Allow the more traditional emacs keybindings during search/replace, tooKjell Wooding
2005-10-11Enable the 'next-error' (C-x `) keybinding by default.Kjell Wooding
2005-10-11Be more explicit in error prompt. ok deraadt.Kjell Wooding
2005-10-11free logrev on error;Joris Vink
2005-10-11more debug stuff i forgot to take out, i blame the dominican sun!Joris Vink
2005-10-11remove debug cruft;Joris Vink
2005-10-11fix patching in rcs_getrev();Joris Vink
2005-10-10sync with realityJoris Vink
2005-10-10support -mrevision:logmessage; used to set a log message of a revisionJoris Vink
2005-10-10add rcs_rev_setlog() in the RCS api; used for setting log messagesJoris Vink
2005-10-10more words; janus@area319.deTheo de Raadt
2005-10-10- editors remote handlerXavier Santolaria
2005-10-10getlogin(2) sets errno;Xavier Santolaria
2005-10-10- update `-l' and `-u' descriptions to include optional <rev>Niall O'Higgins
2005-10-10- support <rev> parameter to `-l' and `-u' options.Niall O'Higgins
2005-10-10make sure that revision passed on command line is greater than HEAD.Niall O'Higgins