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
/
file.c
Age
Commit message (
Expand
)
Author
2002-05-29
add an "auto-execute" feature, that allows binding function calls to
Vincent Labrecque
2002-05-29
add a function to visit a file read-only mapped to C-x C-v
Vincent Labrecque
2002-03-16
add readonly buffer support
Vincent Labrecque
2002-03-11
* Move to ANSI function definitions.
Vincent Labrecque
2002-02-19
Make multiple buffers with the same basename work correctly.. (like GNU
Vincent Labrecque
2002-02-14
some KNF
Theo de Raadt
2002-02-13
Oups, don't print fname<1> when there's only one buffer for this file.
Vincent Labrecque
2002-02-13
Make mg malloc the l_text element instead of reallocating whole LINE
Vincent Labrecque
2002-02-13
* Replace unsafe strcpy and strcat calls to safe strlcpy and strlcat.
Vincent Labrecque
2001-05-24
spaces
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-05-04
Cleanups in filename and buffer name handling.
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
initial import of mg2a
Theo de Raadt