summaryrefslogtreecommitdiff
path: root/usr.bin/mg/Makefile
AgeCommit message (Expand)Author
2019-07-18Add some more basic interpreter functionality to mg. Needs a lot moreMark Lumsden
2019-06-10Allow mg to log its internal status to a file. At the moment it onlyMark Lumsden
2016-09-16like the sparc port, ancient wisdom is ancient. consign to the archives.Ted Unangst
2016-09-11Install mg tutorial with correct permissions. ok deraadtMartin Natano
2015-09-29rename random.c to util.c so it doesn't look scary. (util.c repo copied)Ted Unangst
2015-03-17It is impossible to build mg without both -DFKEYS and -DXKEYS. So let'sBrian Callahan
2015-01-05As pointed out by Kaspars Bankovskis on tech@, there is no ifdef forMark Lumsden
2013-05-31Make the system bell toggleable via 'audible-bell', and if switchedlum
2012-06-18- explicitly use DOCMODE instead of NONBINMODEJasper Lievisse Adriaanse
2012-06-07Add some cscope support to mg. From Sunil Nimmagadda. Due to somelum
2011-11-28Add some ctags support to mg. From Sunil Nimmagadda.lum
2011-02-02Move mg(1) tutorial file into a release, instead of languishing in src.lum
2011-01-18Add missing prototypes and move dired.c to "extensions" in Makefile.lum
2008-12-17sort CFLAGS, SRCS and the list of compile-time options; while here,Igor Sobrado
2008-06-13Remove mail-mode. It was a buggy reimplementation of auto-fill-mode.Kjell Wooding
2008-06-12Introduce a basic c-mode to mg.Kjell Wooding
2006-12-16Get rid of PREFIXREGION ifdef, since we always enable it anyway.Kjell Wooding
2005-11-22Move kill-related commands to their own file.Kjell Wooding
2005-11-20Kill the NO_BACKUP #ifdefKjell Wooding
2005-11-19Remove DO_METAKEY here, too. Noted by Han Boetes.Kjell Wooding
2005-03-10fix more BACKUP/NOBACKUP/NO_BACKUP confusion, again no binary change.Henning Brauer
2005-03-09remove useless -DBACKUP from CFLAGS and change the comment for BACKUPHenning Brauer
2003-05-05add a mail-mode, to do automatic line-wrapping.Vincent Labrecque
2002-05-29 add an "auto-execute" feature, that allows binding function calls toVincent Labrecque
2002-02-20 Add undo code to mg.Vincent Labrecque
2002-02-14 the "theo-mode" is said to be a 'standalone' extension in main.c, beVincent Labrecque
2001-06-23Add "M-x theo". Just like "M-x doctor" in emacs... Well, almost.Artur Grabowski
2001-05-24Add a compile/grep/id-utils mode.Artur Grabowski
2001-05-24Break out function -> name mappings to an own file.Artur Grabowski
2000-09-01More -Wall anmd KNF, from op2@tomahawk.SQUiSH.orgTodd C. Miller
2000-02-28Use POSIX extended regular expressions.Todd C. Miller
2000-02-27Don't define -DDO_METAKEY twiceTodd C. Miller
2000-02-26change WINDOW -> MGWIN to avoid curses type conflictTodd C. Miller
2000-02-25make it minimally compile; millertTheo de Raadt
2000-02-25initial import of mg2aTheo de Raadt