summaryrefslogtreecommitdiff
path: root/usr.bin/mg/grep.c
AgeCommit message (Expand)Author
2009-06-04Add the notion of an "ephemeral" popup, so we can flag a windowKjell Wooding
2009-06-04Rename w_flag to w_rflag. This is not a general purposeKjell Wooding
2008-06-14Add compile (c-C c-P) to the c-mode keymap (export from grep.c)Kjell Wooding
2008-06-10Remove copyright notices and put these files back into the public domain.Kjell Wooding
2007-05-28Add a global-wd-mode command, which toggles between the currentKjell Wooding
2006-11-19spacingTheo de Raadt
2006-07-25Add bfirstlp(), blastlp() macros, returning the first and last linesKjell Wooding
2006-07-25Rename the header line of a buffer to b_headp, from the remarkablyKjell Wooding
2006-06-01make // /~ path rewriting optional in adjustname() and use it everywhereJason Wright
2006-05-27Move stderr redirection to a common location, as suggested by vincent aKjell Wooding
2006-05-02Make buffers store their own working directory. This makes things likeKjell Wooding
2006-04-03Always leave compile buffer on first line after compilation.Kjell Wooding
2005-12-13Last round of easy delinting.Kjell Wooding
2005-12-13Add a "M-x lint" mode, now that lint is next-error friendly.Kjell Wooding
2005-11-18greedy use of typedef struct was making code harder to read; ok kjell cloderTheo de Raadt
2005-11-12remove unused variable; ok kjellTheo de Raadt
2005-11-11spacingTheo de Raadt
2005-10-18Don't consider the last line of the compilation buffer asKjell Wooding
2005-10-14add missing /* ARGSUSED */ to quiet lint.Kjell Wooding
2005-10-13spacingTheo de Raadt
2005-10-13Make mg's grep and compile more path-aware, by defaulting toKjell Wooding
2005-10-11Enable the 'next-error' (C-x `) keybinding by default.Kjell Wooding
2005-08-09Clean up eread handling in mg. (basically, fallout from the 'enter oftenKjell Wooding
2005-06-03Make M-x gid tokenize C identifiers correctly. Problem reported by mjc.Chad Loder
2005-05-25in M-x compile, after prompting for command, check buffers and optionallyJason Wright
2005-04-03This is a no binary change which does:David Berghoff
2004-07-22stage 1 of the infinite minibuffer work - add support for on the flyVincent Labrecque
2004-06-12make M-x gid try to guess the symbol name to look up by looking at theVincent Labrecque
2004-01-15fix an early free that made compile-goto-error work only from time to timeVincent Labrecque
2003-11-09knfVincent Labrecque
2003-04-08remember the last M-x compile command used.Vincent Labrecque
2002-07-25 replace the ugly and buggy adjustname function by a simple one usingVincent Labrecque
2002-07-01KNF + ansi; from zyrnix (only the easy part of his diffs)Vincent Labrecque
2002-03-18 grep/compile mode shouldn't be readonly by default.Vincent Labrecque
2002-03-16 Make these special buffers readonly by default. ok art@Vincent Labrecque
2002-02-14some KNFTheo de Raadt
2001-11-25snprintf makes me happyTheo de Raadt
2001-05-24Add a compile/grep/id-utils mode.Artur Grabowski