index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
mg
Age
Commit message (
Expand
)
Author
2018-12-30
Delete unnecessary <libgen.h> #includes
Philip Guenther
2018-12-26
revert "kill a region if 'delete' or 'backspace' is pressed"
Peter Hessler
2018-12-18
use Sq for single chars, and escape ";" properly;
Jason McIntyre
2018-12-18
Make mg kill a region if the 'delete' or 'backspace' keys are pressed
Mark Lumsden
2018-12-13
Allow all non-ephemeral buffers to be toggled writable or read-only
Mark Lumsden
2018-11-18
small clean up of dired section
Mark Lumsden
2018-11-17
fix undo in transpose-paragraph.
Mark Lumsden
2018-08-29
Add set-case-replaced to toggle case-preserving replace on or off.
Reyk Floeter
2018-07-12
Use (mostly) the same capitalisation in the replacement string as in
Florian Obser
2018-07-11
When in incremental search handle ^M (a.k.a. <cr>) like ^[ (a.k.a.
Kenneth R Westerback
2018-05-28
Mention column-number-mode in the tutorial to clear up a potentially
Brian Callahan
2018-04-13
mg tries to write backups to the wrong directory when run under a
Florian Obser
2018-01-09
Extract compile_mode command status with WEXITSTATUS.
cheloha
2017-12-17
Let the Insert key toggle overwrite mode. This matches GNU Emacs behavior.
Brian Callahan
2017-12-11
fix the description of delete-non-matching-lines;
Jason McIntyre
2017-10-12
Replace fgetln(3) with getline(3) which is portable and less error prone.
Florian Obser
2017-09-09
When inserting a newline, only increment dotline for windows that are
Florian Obser
2017-08-06
Present the default choice before the colon in prompts. Matches GNU Emacs
Brian Callahan
2017-07-06
Fix display of overlong lines containing non-ASCII bytes.
Ingo Schwarze
2017-05-30
The is open-file command is actually called find-file. Typo pointed out
Theo Buehler
2017-05-30
fix -Wshadow warnings.
Florian Obser
2017-03-13
When aborting switch-to-buffer keep current buffer instead of
Florian Obser
2016-10-24
remove double semicolon
Jasper Lievisse Adriaanse
2016-10-07
Switch a SLIST_FOREACH loop containing SLIST_REMOVE to SLIST_FOREACH_SAFE.
Jonathan Gray
2016-09-16
like the sparc port, ancient wisdom is ancient. consign to the archives.
Ted Unangst
2016-09-12
If we can't get the CWD, use relative paths. Fixes editing files
Todd C. Miller
2016-09-11
Install mg tutorial with correct permissions. ok deraadt
Martin Natano
2016-09-09
Source Joachim Nilsson:
Mark Lumsden
2016-09-08
Source Joachim Nilsson:
Mark Lumsden
2016-09-07
Source Joachim Nilsson:
Mark Lumsden
2016-09-06
If you have a paragraph:
Mark Lumsden
2016-09-05
Initialize stack variables to zero before memmove().
Mark Lumsden
2016-09-01
Fix file descriptor leak
Mark Lumsden
2016-09-01
Fix possible NULL pointer dereference.
Sunil Nimmagadda
2016-08-31
Fix a bug reported by Han Boetes. Easily reproducible via:
Mark Lumsden
2016-08-16
All that complexity stopped us from getting flying cars by today.
Ted Unangst
2016-07-28
strncmp is a more reasonable way to check the beginning of a string.
Ted Unangst
2016-07-28
these programs probably do not need to use TMPDIR. ok florian
Ted Unangst
2016-07-14
make several program to use "chown" promise.
Sebastien Marie
2016-07-04
Use fstatat() instead of crafting a filename to use with stat()
Philip Guenther
2016-06-07
"Well finally everyone can see that the shit is really shitty."
Ted Unangst
2016-04-14
Add 'sentence-end-double-space'.
Mark Lumsden
2016-04-12
Stop mg putting a space at the end of a paragraph when using
Mark Lumsden
2016-03-17
Show modes for buffers more clearly. ok jasper@
Mark Lumsden
2016-03-16
notab mode is not enabled at the moment.
Mark Lumsden
2016-01-26
ensure the backup file has the same mtime as the original file, this is in line
Jasper Lievisse Adriaanse
2016-01-19
Bounds check while stripping trailing slashes. From max at
Sunil Nimmagadda
2016-01-19
Update my mail address.
Sunil Nimmagadda
2016-01-19
Fix bad indents. From max at max-fillinger.net
Sunil Nimmagadda
2016-01-19
Check snprintf(3) return value for overflow instead of manual length
Sunil Nimmagadda
[next]