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
/
buffer.c
Age
Commit message (
Expand
)
Author
2001-11-25
snprintf makes me happy
Theo de Raadt
2001-08-18
handle vsnprintf returning -1
Theo de Raadt
2001-05-24
spaces
Michael Shalayeff
2001-05-23
Get rid of unnecessary casts of NULL.
Artur Grabowski
2001-05-23
sprintf instead of two strcpy (there was a bug here)
Artur Grabowski
2001-05-23
remove VOID. We're way beyond the point where this could build with an
Artur Grabowski
2001-05-23
Creatively use addlinef when listing buffers (C-X-C-B).
Artur Grabowski
2001-05-23
Don't include the trailing NUL in output.
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-04
Qick fix for an overflow in C-X C-B.
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