summaryrefslogtreecommitdiff
path: root/usr.bin/mg
AgeCommit message (Expand)Author
2005-04-03This is a no binary change which does:David Berghoff
2003-05-20Finish KNF of prototypes. That should be all of them.Chad Loder
2003-05-16fix the goal calculation routine so moving up and down moves to the rightVincent Labrecque
2002-05-30fix segfault when using just-one-space on an empty line; fromVincent Labrecque
2002-02-14some KNFTheo de Raadt
2001-05-24spacesMichael Shalayeff
2001-05-23remove VOID. We're way beyond the point where this could build with anArtur Grabowski
2001-01-29$OpenBSD$Niklas Hallqvist
2000-09-01More -Wall anmd KNF, from op2@tomahawk.SQUiSH.orgTodd C. Miller
2000-04-13The start of KNF + -Wall. The code has been run through indent butTodd C. Miller
2000-02-25initial import of mg2aTheo de Raadt
2015-09-28Make dired mode treat a double '/' in a path like fundamental mode.Mark Lumsden
2015-09-26whitespaceJasper Lievisse Adriaanse
2015-09-26Add transpose-paragraphs. ok jasper@Mark Lumsden
2015-09-24Fix where the cursor is positioned after expunging files. ok jasper@Mark Lumsden
2015-09-24Make comments more accurate.Mark Lumsden
2015-09-24Add mark-paragraph. ok jasper@Mark Lumsden
2015-09-24Fix multiple iterations of kill-paragraph. ok jasper@Mark Lumsden
2015-09-23fix line number handling in dired delete functions.Mark Lumsden
2015-09-21If you open the same directory twice in dired mode, mg does not behaveMark Lumsden
2015-09-14Calculate the correct line number when opening in dired mode.Mark Lumsden
2015-09-09mg doesn't support 'dired-do-delete'. Change description to theMark Lumsden
2015-06-03Remove unused defines and functions.Brian Callahan
2015-05-08Remove ereply prototype since it is never used. Tweak a comment to reflectBrian Callahan
2015-04-12Prevent use after free in definemacro().Florian Obser
2015-04-03Pull an #include out of an #ifdef.Brian Callahan
2015-03-25unifdef -U NO_DPROMPT and GOSREC.Brian Callahan
2015-03-25Remove unused METACH #define.Brian Callahan
2015-03-25We really don't need ttydef.h -- it is like sysdef.h -- once useful becauseBrian Callahan
2015-03-24When exiting the loop early don't forget to clean up.Florian Obser
2015-03-24unifdef -DBINDKEY -- you can't build mg the other way.Brian Callahan
2015-03-23DIFFTOOL has to be defined for mg to build. TCSASOFT is defined viaBrian Callahan
2015-03-19More unifdef cleanup:Brian Callahan
2015-03-19Clean up the includes in mg.Brian Callahan
2015-03-18Clean up a pair of sentences that aren't true anymore for mg while keepingBrian Callahan
2015-03-17It is impossible to build mg without both -DFKEYS and -DXKEYS. So let'sBrian Callahan
2015-03-17correct command name; from kaspars bankovskisJason McIntyre
2015-03-16Change the internal name of the newline function to deconflict with aBrian Callahan
2015-02-17shuffle reallocarray arguments around for better overflow checkingTed Unangst
2015-02-17undef tryreallocarray like tryrealloc when done.Ted Unangst
2015-01-13Remove a variable that's not really being used.Brian Callahan
2015-01-05As pointed out by Kaspars Bankovskis on tech@, there is no ifdef forMark Lumsden
2015-01-02Remove unused variable.Mark Lumsden
2014-12-30Remove some checks that will always evaluate to true. Noticed by a veryBrian Callahan
2014-12-06A few last 'easy' #include dedups.Kenneth R Westerback
2014-11-19Fire up your IC fabs!Ingo Schwarze
2014-11-16Stop using <sys/param.h>; replace MAXPATHLEN with PATH_MAX, stop using MAX(),Philip Guenther
2014-11-16Don't save the return from getindent() if you don't need it; adjustPhilip Guenther
2014-11-16pull in <time.h> for struct timespecPhilip Guenther
2014-11-16ctype macros/functions expect unsigned char values. Note that the lgetc()Philip Guenther