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
/
basic.c
Age
Commit message (
Expand
)
Author
2005-11-18
greedy use of typedef struct was making code harder to read; ok kjell cloder
Theo de Raadt
2005-08-09
Clean up eread handling in mg. (basically, fallout from the 'enter often
Kjell Wooding
2005-06-14
Add explicit public domain notices to all public domain files.
Kjell Wooding
2005-04-03
This is a no binary change which does:
David Berghoff
2005-03-10
spacing
Theo de Raadt
2004-07-22
stage 1 of the infinite minibuffer work - add support for on the fly
Vincent Labrecque
2003-09-19
do not += snprintf; andrushock@korovino.net
Theo de Raadt
2003-05-16
fix the goal calculation routine so moving up and down moves to the right
Vincent Labrecque
2002-03-11
remove errno=0 assignments, we don't need these with Hakan's code
Vincent Labrecque
2002-03-11
* Move to ANSI function definitions.
Vincent Labrecque
2002-03-10
Better long vs int. millert@ ok.
Hakan Olsson
2002-02-16
Part one of userland __P removal. Done with a simple regexp with some minor ...
Todd C. Miller
2002-02-14
use strtol instead of atoi to get range checking, etc
Vincent Labrecque
2002-02-13
Make mg malloc the l_text element instead of reallocating whole LINE
Vincent Labrecque
2002-02-08
more gosmacs
Theo de Raadt
2001-05-23
remove VOID. We're way beyond the point where this could build with an
Artur Grabowski
2001-02-12
goto-line 0 should go to the beginning of the file, not the end;
Todd C. Miller
2001-01-29
$OpenBSD$
Niklas Hallqvist
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
initial import of mg2a
Theo de Raadt