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
/
random.c
Age
Commit message (
Expand
)
Author
2011-01-21
It volates style(9), but in mg, #include"def.h" goes first. 'twas the way it ...
Kjell Wooding
2011-01-19
patch from Henri Kemppainen:
Kjell Wooding
2011-01-18
Add join-line, bound to M-^
Kjell Wooding
2011-01-17
Add back-to-indentation. (M-m)
Kjell Wooding
2008-09-15
Expose the undo commands as proper mg functions.
Kjell Wooding
2008-06-11
Add delete-leading-space, delete-trailing-space,
Kjell Wooding
2007-02-08
Fix a comment
Kjell Wooding
2006-11-17
Fix a needless inversion of flag names; i.e. change them from the
Kjell Wooding
2006-07-25
Add bfirstlp(), blastlp() macros, returning the first and last lines
Kjell Wooding
2006-07-25
Rename the header line of a buffer to b_headp, from the remarkably
Kjell Wooding
2006-06-01
kill another superfluous strlen
Kjell Wooding
2006-06-01
Style. no practical change.
Kjell Wooding
2006-06-01
Make transpose (c-T) undoable.
Kjell Wooding
2005-11-22
Move kill-related commands to their own file.
Kjell Wooding
2005-11-19
Clean up some lint.
Kjell Wooding
2005-11-18
greedy use of typedef struct was making code harder to read; ok kjell cloder
Theo de Raadt
2005-11-18
Don't ifdef out. Delete it. That's what the attic is for.
Kjell Wooding
2005-10-13
Make undoing of a yank operation work as expected
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
2003-05-20
Finish KNF of prototypes. That should be all of them.
Chad Loder
2003-05-16
fix the goal calculation routine so moving up and down moves to the right
Vincent Labrecque
2002-05-30
fix segfault when using just-one-space on an empty line; from
Vincent Labrecque
2002-02-14
some KNF
Theo de Raadt
2001-05-24
spaces
Michael Shalayeff
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-25
initial import of mg2a
Theo de Raadt