index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
mg
/
grep.c
Age
Commit message (
Expand
)
Author
2005-12-13
Last round of easy delinting.
Kjell Wooding
2005-12-13
Add a "M-x lint" mode, now that lint is next-error friendly.
Kjell Wooding
2005-11-18
greedy use of typedef struct was making code harder to read; ok kjell cloder
Theo de Raadt
2005-11-12
remove unused variable; ok kjell
Theo de Raadt
2005-11-11
spacing
Theo de Raadt
2005-10-18
Don't consider the last line of the compilation buffer as
Kjell Wooding
2005-10-14
add missing /* ARGSUSED */ to quiet lint.
Kjell Wooding
2005-10-13
spacing
Theo de Raadt
2005-10-13
Make mg's grep and compile more path-aware, by defaulting to
Kjell Wooding
2005-10-11
Enable the 'next-error' (C-x `) keybinding by default.
Kjell Wooding
2005-08-09
Clean up eread handling in mg. (basically, fallout from the 'enter often
Kjell Wooding
2005-06-03
Make M-x gid tokenize C identifiers correctly. Problem reported by mjc.
Chad Loder
2005-05-25
in M-x compile, after prompting for command, check buffers and optionally
Jason Wright
2005-04-03
This is a no binary change which does:
David Berghoff
2004-07-22
stage 1 of the infinite minibuffer work - add support for on the fly
Vincent Labrecque
2004-06-12
make M-x gid try to guess the symbol name to look up by looking at the
Vincent Labrecque
2004-01-15
fix an early free that made compile-goto-error work only from time to time
Vincent Labrecque
2003-11-09
knf
Vincent Labrecque
2003-04-08
remember the last M-x compile command used.
Vincent Labrecque
2002-07-25
replace the ugly and buggy adjustname function by a simple one using
Vincent Labrecque
2002-07-01
KNF + 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-14
some KNF
Theo de Raadt
2001-11-25
snprintf makes me happy
Theo de Raadt
2001-05-24
Add a compile/grep/id-utils mode.
Artur Grabowski