Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-10-15 | - if revision passed to checkout_rev() is > HEAD, assume HEAD | Niall O'Higgins | |
(like GNU RCS). - move verbose output into checkout_rev() function itself. "looks sane" joris@ | |||
2005-10-15 | install the rcs binaries correctly; | Joris Vink | |
okay niallo@ | |||
2005-10-15 | we have manual pages for all the rcs tools now, | Niall O'Higgins | |
lets tell Makefile to generate them. ok joris@ | |||
2005-10-15 | - document `-f' option. | Niall O'Higgins | |
2005-10-15 | - add support for `-f' option. | Niall O'Higgins | |
- if user does not specify `-f', warn them that they are checking in an unchanged file and revert to previous revision (like GNU RCS). - update checkin_usage(), removing spaces after options since we do not support them with rcs_getopt() (like GNU RCS). - ensure we rcs_close() the file even if we are aborting check-in due to lack of a lock. | |||
2005-10-15 | modularise checkout code into checkout_rev(). this shaves off a number | Niall O'Higgins | |
of lines in ci.c due to code re-use, and will simplify features which are in the pipeline. no functional changes. ok joris@ | |||
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 | |
It does now. Noted by deraadt. | |||
2005-10-14 | move the dired routines into dired.c where they belong. | Kjell Wooding | |
ok cloder@ | |||
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 | |
to be that of the working file's last modification time. | |||
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 | |
Noticed by Han Boetes | |||
2005-10-13 | Make undoing of a yank operation work as expected | Kjell Wooding | |
(i.e. undo boundaries are placed around entire yanked block) ok cloder@ | |||
2005-10-13 | Use dired mode automatically if file specified for loading is | Kjell Wooding | |
a directory. Modified version of patch from Han Boetes. ok cloder@ | |||
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 | |
same way of parsing commandline options. Since getopt(3) allows spaces between arguments and GNU RCS tools does not we needed to roll out our own way of option handling, and here it is. ok niallo@ | |||
2005-10-13 | add the (emacs) toggle-readonly keybinding (C-x C-q). | Kjell Wooding | |
Also, remove a silly non-emacsism. | |||
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 | |
* dired-other-window should default to current buffer's path. * Remove redundant code (from Han Boetes) * Move initialization (and since we're here, fix mail-mode initialization too) * Remove redundant keymap in dired.c, and replace it with the better one that was being ignored in keymap.c. | |||
2005-10-13 | KNF and minor cleanup. Remove an impossible condition check. | Kjell Wooding | |
Also, remove annoying "now readonly" message, as this information is already reflected in the statusbar | |||
2005-10-13 | Make mg's grep and compile more path-aware, by defaulting to | Kjell Wooding | |
the path of the invoking buffer. Also, make subshell output look more like emacs (show directory, completion time). oked at one point by deraadt@ | |||
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 | |
ok millert@ deraadt@, prodding by david@ | |||
2005-10-11 | bz #1076 set SO_REUSEADDR on X11 forwarding listner sockets, preventing | Damien Miller | |
bind() failure when a previous connection's listeners are in TIME_WAIT, reported by plattner AT inf.ethz.ch; ok dtucker@ | |||
2005-10-11 | bit more consistency in the list of key bindings; | Jason McIntyre | |
ok kjell@ |