summaryrefslogtreecommitdiff
path: root/usr.bin/mg
AgeCommit message (Expand)Author
2016-07-14make several program to use "chown" promise.Sebastien Marie
2016-07-04Use 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-14Add 'sentence-end-double-space'.Mark Lumsden
2016-04-12Stop mg putting a space at the end of a paragraph when usingMark Lumsden
2016-03-17Show modes for buffers more clearly. ok jasper@Mark Lumsden
2016-03-16notab mode is not enabled at the moment.Mark Lumsden
2016-01-26ensure the backup file has the same mtime as the original file, this is in lineJasper Lievisse Adriaanse
2016-01-19Bounds check while stripping trailing slashes. From max atSunil Nimmagadda
2016-01-19Update my mail address.Sunil Nimmagadda
2016-01-19Fix bad indents. From max at max-fillinger.netSunil Nimmagadda
2016-01-19Check snprintf(3) return value for overflow instead of manual lengthSunil Nimmagadda
2016-01-19Skip empty entries in $PATH instead of erroneously interpretingSunil Nimmagadda
2016-01-03Allow macro execution to continue without delay in the event of aMark Lumsden
2016-01-02Add dired-find-alternate-file.Mark Lumsden
2015-12-31Return FALSE on parse errors.Sunil Nimmagadda
2015-12-30Small tidy of recently committed transpose-words: unused valueMark Lumsden
2015-12-30Widen the dired command list. ok jmc@Mark Lumsden
2015-12-29Add transpose-words, ok jasper@.Mark Lumsden
2015-12-24Add -R option to allow files specified on the command line to beMark Lumsden
2015-12-23Do undo.Mark Lumsden
2015-12-22Remove commands that are not implemented, at the moment. Added byMark Lumsden
2015-12-21Add RET to dired-find-file. ok jasper@Mark Lumsden
2015-12-21Mention dired.Mark Lumsden
2015-12-14s/begining/beginning/gmmcc
2015-12-11Remove NULL-checks before free().mmcc
2015-12-05Fix an incorrect use of sizeof(pointer) by removing it and switchingJonathan Gray
2015-11-19"tty proc exec", not "proc exec tty"Anthony J. Bentley
2015-11-18shrink differences between ttinsl/ttdellJasper Lievisse Adriaanse
2015-11-18whitespaceJasper Lievisse Adriaanse
2015-11-18Remove "space-to-tabstop" from the manpage - it is not enabled,Reyk Floeter
2015-11-14The people who wrote this code are not on your sideStuart Henderson
2015-11-12Update the dired mode comments.Mark Lumsden
2015-11-11needs pledge "getpw" alsoTheo de Raadt
2015-11-11pledge "stdio rpath wpath cpath fattr proc exec tty" seems to work.Theo de Raadt
2015-11-11Clear the mini buffer once a question has been displayed. ok jasper@Mark Lumsden
2015-11-09use strncasecmp()Jasper Lievisse Adriaanse
2015-11-09no need to initialize variables that are being initialized a few lines belowJasper Lievisse Adriaanse
2015-11-08whitespaceJasper Lievisse Adriaanse
2015-10-31mark *Completions* buffer as read-onlyJasper Lievisse Adriaanse
2015-10-29I assume KRANDOM was the previous name for FFRAND. KRANDOM is not inMark Lumsden
2015-10-29Fix opening dired from the command line. Incorrect cursor placementMark Lumsden
2015-10-29This sausage is made from unsound meat.Ted Unangst
2015-10-13Check if a file name can be extracted from a line before marking forMark Lumsden
2015-10-12Maintain a list of files marked for deletion while refreshing a diredMark Lumsden
2015-10-12Correctly mark-up some recent additions. ok jmc@Mark Lumsden
2015-10-10Make functions that accept multiple iterations via C-u N, honour 0.Mark Lumsden
2015-10-10Call onlywind() properly.Mark Lumsden
2015-10-09Fix line number bug when calling onlywind().Mark Lumsden
2015-09-29Check to see if the file to be opened is a directory as soon as isMark Lumsden