Age | Commit message (Expand) | Author |
2013-06-01 | This file contains too much complexity. | Ingo Schwarze |
2013-06-01 | Update progressmeter when data is acked, not when it's sent. bz#2108, from | Darren Tucker |
2013-06-01 | use the standardized names instead of S_IREAD and S_IWRITE | Theo de Raadt |
2013-06-01 | Replace S_IWRITE, which isn't standardized, with S_IWUSR, which is. Patch | Darren Tucker |
2013-06-01 | Update my email address to reyk@openbsd.org, especially for the HTML output. | Reyk Floeter |
2013-06-01 | update currency exchange rates; | Jason McIntyre |
2013-06-01 | new sentence, new line; | Jason McIntyre |
2013-06-01 | Remove 'lint' mode. lint(1) is gone, and the mode was not documented | lum |
2013-06-01 | If popbuf() fails, calling function should return FALSE. | lum |
2013-06-01 | Add dired key bindings. ok and advice jmc@ | lum |
2013-06-01 | Make 'kill-paragraph' behave like emacs. ok florian@ | lum |
2013-06-01 | Use a standard locale name, "UTF-8" is an ugly non-standard alias | Ingo Schwarze |
2013-06-01 | Use clock_gettime(CLOCK_MONOTONIC ...) for ssh timers so that things like | Darren Tucker |
2013-06-01 | Update the forw/backpara comments to reflect recent changes. | lum |
2013-06-01 | The k*() functions were moved to yank.c in 2005. Update the comment to | lum |
2013-06-01 | Introduce ltrace(1). This tool works with ld.so to inject utrace record for | Miod Vallat |
2013-06-01 | Userland bits for utrace record handling; from otto@ | Miod Vallat |
2013-06-01 | tidy-up int declarations as suggested by florian@ | lum |
2013-06-01 | Adjust M-} (forward-paragraph) to behave like emacs. | lum |
2013-06-01 | If a table contained at least one complete line | Ingo Schwarze |
2013-05-31 | More cleanup: Consistently use the name "struct tbl_node *tbl" | Ingo Schwarze |
2013-05-31 | The name "struct tbl" was badly misleading for two reasons: | Ingo Schwarze |
2013-05-31 | Demote the old single-character replacement variables (#S and friends) | Nicholas Marriott |
2013-05-31 | Add host_short format, from Tiago Cunha. | Nicholas Marriott |
2013-05-31 | Also inform the user about beginning / end of buffer in previous-line | Florian Obser |
2013-05-31 | Make the system bell toggleable via 'audible-bell', and if switched | lum |
2013-05-31 | Use u_char for the send-keys string to avoid mangling top-bit-set | Nicholas Marriott |
2013-05-31 | Use time_t where appropriate. ok djm | Darren Tucker |
2013-05-31 | Instead of eating 1024 bytes or so for the arguments of each command, | Nicholas Marriott |
2013-05-30 | "I dare you." lum@ | Florian Obser |
2013-05-30 | Use adjustname() for the dired-copy-file and dired-rename-file | lum |
2013-05-30 | remove cmtime again, but with a proper test for nodes without children. | Marc Espie |
2013-05-30 | Use adjustname() before trying to use the path to be dired. | lum |
2013-05-30 | Reuse the makedir() function in dir.c for dired's | lum |
2013-05-30 | Reject non-printable characters found in the input stream even when | Ingo Schwarze |
2013-05-30 | adjust error message for empty files to display the full path to the file, | Jasper Lievisse Adriaanse |
2013-05-29 | Trivial sync to bsd.lv: | Ingo Schwarze |
2013-05-29 | Make the mg dired commands: | lum |
2013-05-29 | Simplify condition, avoid duplicate code; no functional change. | Ingo Schwarze |
2013-05-29 | In SYNOPSIS mode, .Ek doesn't end a keep. | Ingo Schwarze |
2013-05-29 | In keep mode, if any text is printed (even in NOSPACE mode), | Ingo Schwarze |
2013-05-29 | Use same method as elsewhere in mg to inidicate a failure of strdup. | lum |
2013-05-28 | In dired mode the commands: | lum |
2013-05-27 | tweak previous; | Jason McIntyre |
2013-05-27 | Add dired-create-directory to function maps. | lum |
2013-05-27 | Add dired commands. ok and suggestions jmc@ | lum |
2013-05-25 | obviously missed something, so revert. | Marc Espie |
2013-05-23 | allow auto scaling bcrypt rounds by CPU power. | Ted Unangst |
2013-05-22 | Shuffle shell-command-on-region around to give shell-command. | lum |
2013-05-22 | as checked through thorough tests, youngest->mtime == ctime, so ditch | Marc Espie |