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
/
def.h
Age
Commit message (
Expand
)
Author
2002-07-24
remove the CHANGE undo record type, use a combination of delete and insert
Vincent Labrecque
2002-07-01
KNF + ansi; from zyrnix (only the easy part of his diffs)
Vincent Labrecque
2002-06-21
remove the "extern" for a variable that does not exist anymore.
Vincent Labrecque
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-18
Enter the new undo code. it is still disabled since it has bugs, but it's
Vincent Labrecque
2002-03-16
This should've been commited yesterday, before the funmap change.
Vincent Labrecque
2002-03-16
add readonly buffer support
Vincent Labrecque
2002-03-11
* Move to ANSI function definitions.
Vincent Labrecque
2002-02-26
keep undo records in the BUFFER structures insteda of having a huge list.
Vincent Labrecque
2002-02-21
KNF
Theo de Raadt
2002-02-21
Save undo records for newline insertions.
Vincent Labrecque
2002-02-21
Don't ignore the argument to undo. (makes ^U work)
Vincent Labrecque
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
2002-02-14
d_makename now takes a length parameter so we can remove the
Vincent Labrecque
2002-02-14
spelling
Theo de Raadt
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
2002-01-18
Remove the NROW and NCOL limits. The static arrays are now replaced with
Artur Grabowski
2002-01-10
Clean up tty resizing code.
Artur Grabowski
2002-01-08
typo; mjc@bitz.ca
Todd C. Miller
2001-05-24
Make the keymap/mode table growable in runtime.
Artur Grabowski
2001-05-24
Add a missing piece of something I committed by accident that I
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
remove VOID. We're way beyond the point where this could build with an
Artur Grabowski
2001-05-23
No need to export nfunct and functnames now that help doesn't use them
Artur Grabowski
2001-05-23
export free_file_list. XXX - it doesn't belong in echo.c and it's the wrong n...
Artur Grabowski
2001-05-23
kill complete_function. Not used anymore.
Artur Grabowski
2001-05-23
It's unnecessary to have addline as a function. Make it a macro.
Artur Grabowski
2001-05-23
Add addlinef that's an addline with printf-style format arguments.
Artur Grabowski
2001-05-04
Cleanups in filename and buffer name handling.
Artur Grabowski
2001-05-03
Add a delay (in miliseconds) argument to ttwait.
Artur Grabowski
2001-05-03
* Let make_file_list always append a '/' at the end of directories.
Artur Grabowski
2001-05-01
raise the file name and buffer name sizes
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
further pruning
Theo de Raadt
2000-02-25
initial import of mg2a
Theo de Raadt