Age | Commit message (Expand) | Author |
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 |
2005-10-13 | unused declarations; ok deraadt@ | Kevin Steves |
2005-10-13 | spelling in comments | Kevin Steves |
2005-10-13 | remove unneeded #includes; ok markus@ | Kevin Steves |
2005-10-13 | To be fully compatibly with the GNU RCS tools we need to have the | Joris Vink |
2005-10-13 | add the (emacs) toggle-readonly keybinding (C-x C-q). | Kjell Wooding |
2005-10-13 | check if current line is null. fixes a core in dired. | Kjell Wooding |
2005-10-13 | Fix dired mode. Make deletions work, and keystrokes match emacs. | Kjell Wooding |
2005-10-13 | KNF and minor cleanup. Remove an impossible condition check. | Kjell Wooding |
2005-10-13 | Make mg's grep and compile more path-aware, by defaulting to | Kjell Wooding |
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-12 | Fix mget directory traversal vulnerability. From NetBSD. CAN-2002-1345. | Otto Moerbeek |
2005-10-11 | bz #1076 set SO_REUSEADDR on X11 forwarding listner sockets, preventing | Damien Miller |
2005-10-11 | bit more consistency in the list of key bindings; | Jason McIntyre |
2005-10-11 | sync options somewhat, make -m format a little nicer, and correct the | Jason McIntyre |
2005-10-11 | close the RCSFILE on error, so we don't leak memory; | Joris Vink |
2005-10-11 | zap unused variable `dflag' | Niall O'Higgins |
2005-10-11 | - support -d <date> option in ci. | Niall O'Higgins |
2005-10-11 | correctly set the filename by setting the diff_file variable; | Joris Vink |
2005-10-11 | export diff_file variable so it can be set from without diff functions; | Joris Vink |
2005-10-11 | fix undo BUGS entry. ok deraadt@ | Kjell Wooding |
2005-10-11 | document a few more things; kjell ok | Theo de Raadt |
2005-10-11 | prevent trashing of errno in signal handler | Theo de Raadt |
2005-10-11 | A while back, undo records were moved from the BUFFER struct to MGWIN. | Kjell Wooding |
2005-10-11 | Allow the more traditional emacs keybindings during search/replace, too | Kjell Wooding |
2005-10-11 | Enable the 'next-error' (C-x `) keybinding by default. | Kjell Wooding |
2005-10-11 | Be more explicit in error prompt. ok deraadt. | Kjell Wooding |
2005-10-11 | free logrev on error; | Joris Vink |
2005-10-11 | more debug stuff i forgot to take out, i blame the dominican sun! | Joris Vink |
2005-10-11 | remove debug cruft; | Joris Vink |
2005-10-11 | fix patching in rcs_getrev(); | Joris Vink |
2005-10-10 | sync with reality | Joris Vink |
2005-10-10 | support -mrevision:logmessage; used to set a log message of a revision | Joris Vink |
2005-10-10 | add rcs_rev_setlog() in the RCS api; used for setting log messages | Joris Vink |
2005-10-10 | more words; janus@area319.de | Theo de Raadt |
2005-10-10 | - editors remote handler | Xavier Santolaria |
2005-10-10 | getlogin(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-10 | make sure that revision passed on command line is greater than HEAD. | Niall O'Higgins |