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
/
region.c
Age
Commit message (
Expand
)
Author
2016-09-09
Source Joachim Nilsson:
Mark Lumsden
2016-09-08
Source Joachim Nilsson:
Mark Lumsden
2015-03-19
Clean up the includes in mg.
Brian Callahan
2014-03-20
Add some missing dobeeps.
Mark Lumsden
2013-05-22
Shuffle shell-command-on-region around to give shell-command.
lum
2012-12-27
Move code for shell-command-on-region around to make pipeio() usable
Florian Obser
2012-10-26
- fix potential memory and fd leak
Florian Obser
2012-04-11
Add:
lum
2009-06-05
emacs handles the undo of a region kill (C-w) differently than a line kill
Kjell Wooding
2009-06-04
Fix problem where line numbers get out of sync on a region-kill (C-w).
Kjell Wooding
2008-09-15
Enable dirty buffer detection in mg.
Kjell Wooding
2008-06-10
Add a clear-mark function.
Kjell Wooding
2006-12-16
Get rid of PREFIXREGION ifdef, since we always enable it anyway.
Kjell Wooding
2006-07-25
Rename the header line of a buffer to b_headp, from the remarkably
Kjell Wooding
2006-07-08
Fix a trio of bugs in line numbering: adjusting linenos after undo,
Kjell Wooding
2006-05-28
Make Window Flags more mnemonic (and less dumb); i.e.
Kjell Wooding
2005-12-15
NULL != '\0'. Spotted by Han Boetes and a linux gcc.
Kjell Wooding
2005-12-13
If you're going to pass a length parameter, you should use it.
Kjell Wooding
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-06-05
if functions permits null reply from minibuffer, use eread (with
Kjell Wooding
2005-04-03
This is a no binary change which does:
David Berghoff
2004-07-22
stage 1 of the infinite minibuffer work - add support for on the fly
Vincent Labrecque
2003-11-09
proper test for circular list traversal, and nul-terminate strings for
Vincent Labrecque
2003-05-20
Finish KNF of prototypes. That should be all of them.
Chad Loder
2002-08-22
knf
Theo de Raadt
2002-05-29
Add a few missing tests for BFREADONLY.
Vincent Labrecque
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-13
* Replace unsafe strcpy and strcat calls to safe strlcpy and strlcat.
Vincent Labrecque
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