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
/
main.c
Age
Commit message (
Expand
)
Author
2004-07-19
correct error checking for strtonum, from mjc@bitz.ca
Vincent Labrecque
2004-07-11
oops
Vincent Labrecque
2004-07-11
change lower bound to 0, row shouldn't be negative; suggested & ok vincent
Peter Valchev
2004-07-11
use strtonum instead of strtoul and don't abuse a long for int
Peter Valchev
2004-02-02
be just like gnu emacs when more than 2 files are specified on the command
Vincent Labrecque
2004-01-27
make mail-mode more intelligent on middle-of-line insertions, and add a
Vincent Labrecque
2003-12-04
split the screen in multiple windows when more than one files are given
Vincent Labrecque
2003-10-27
fix crash on startup by using the good allocation routine in edinit()
Vincent Labrecque
2003-06-26
protos
Vincent Labrecque
2003-05-05
add a mail-mode, to do automatic line-wrapping.
Vincent Labrecque
2003-01-06
support +number; rewritten from buggy code by mjc@bitz.ca, vincent ok
Theo de Raadt
2002-07-25
replace the ugly and buggy adjustname function by a simple one using
Vincent Labrecque
2002-07-03
a few missing tests for malloc()'s return value.
Vincent Labrecque
2002-07-01
KNF + ansi; from zyrnix (only the easy part of his diffs)
Vincent Labrecque
2002-03-18
Enter the new undo code. it is still disabled since it has bugs, but it's
Vincent Labrecque
2002-02-21
KNF
Theo de Raadt
2002-02-21
signal-safe window size changing
Theo de Raadt
2002-02-20
Add undo code to mg.
Vincent Labrecque
2002-02-16
Part one of userland __P removal. Done with a simple regexp with some minor ...
Todd C. Miller
2001-06-23
Add "M-x theo". Just like "M-x doctor" in emacs... Well, almost.
Artur Grabowski
2001-05-24
Add a compile/grep/id-utils mode.
Artur Grabowski
2001-05-24
Make the keymap/mode table growable in runtime.
Artur Grabowski
2001-05-24
Break out function -> name mappings to an own file.
Artur Grabowski
2001-05-24
spaces
Michael Shalayeff
2001-05-23
cinfo is const, keyname() and findbind() take buffer size to use strlcpy vs c...
Michael Shalayeff
2001-05-23
Get rid of unnecessary casts of NULL.
Artur Grabowski
2001-05-23
remove VOID. We're way beyond the point where this could build with an
Artur Grabowski
2001-01-29
$OpenBSD$
Niklas Hallqvist
2000-09-01
More -Wall anmd KNF, from op2@tomahawk.SQUiSH.org
Todd C. Miller
2000-04-13
The start of KNF + -Wall. The code has been run through indent but
Todd C. Miller
2000-02-26
change WINDOW -> MGWIN to avoid curses type conflict
Todd C. Miller
2000-02-25
make it minimally compile; millert
Theo de Raadt
2000-02-25
initial import of mg2a
Theo de Raadt