summaryrefslogtreecommitdiff
path: root/usr.bin/mg/Makefile
AgeCommit message (Collapse)Author
2001-06-23Add "M-x theo". Just like "M-x doctor" in emacs... Well, almost.Artur Grabowski
More beer!
2001-05-24Add a compile/grep/id-utils mode.Artur Grabowski
The only pollution this code introduces in the rest of thed code is a call to an init function in main(). In the future we might want to load extensions like this dynamically. Of course I did the test compile in the compile mode.
2001-05-24Break out function -> name mappings to an own file.Artur Grabowski
Add a possibility to dynamically extend the function table.
2000-09-01More -Wall anmd KNF, from op2@tomahawk.SQUiSH.orgTodd C. Miller
2000-02-28Use POSIX extended regular expressions.Todd C. Miller
Reverse regex searching does not yet work.
2000-02-27Don't define -DDO_METAKEY twiceTodd C. Miller
2000-02-26change WINDOW -> MGWIN to avoid curses type conflictTodd C. Miller
convert to terminfo in tty*.c add support for some keypad function keys (arrows, pgup, pgdown)
2000-02-25make it minimally compile; millertTheo de Raadt
2000-02-25initial import of mg2aTheo de Raadt