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
/
paragraph.c
Age
Commit message (
Expand
)
Author
2014-03-27
Don't use nospace uninitialized in gotobop and gotoeop.
Florian Obser
2014-03-20
Add some missing dobeeps.
Mark Lumsden
2013-06-15
Move upwards passed multiple lines with no characters instead of
Mark Lumsden
2013-06-01
Make 'kill-paragraph' behave like emacs. ok florian@
lum
2013-06-01
Update the forw/backpara comments to reflect recent changes.
lum
2013-06-01
tidy-up int declarations as suggested by florian@
lum
2013-06-01
Adjust M-} (forward-paragraph) to behave like emacs.
lum
2013-05-19
Make the cursor position when moving backwards by paragraph behave the
lum
2013-02-17
Fix line counting when using forward-paragraph and backward-paragraph.
lum
2011-11-29
Missing wordlen check from version 1.20. Spotted by matthew@
lum
2011-11-28
Fix a few grating comment typos.
Matthew Dempsky
2011-11-28
Change behaviour of M-q (fill-paragraph) to allow
lum
2009-06-04
Rename w_flag to w_rflag. This is not a general purpose
Kjell Wooding
2009-06-02
we were erroneously setting fill-column, even when the input
Kjell Wooding
2008-09-15
Expose the undo commands as proper mg functions.
Kjell Wooding
2008-06-12
Make set-fill-column interactive (and scriptable in a startup file)
Kjell Wooding
2006-11-17
Fix a needless inversion of flag names; i.e. change them from the
Kjell Wooding
2006-07-25
Rename the header line of a buffer to b_headp, from the remarkably
Kjell Wooding
2005-11-18
greedy use of typedef struct was making code harder to read; ok kjell cloder
Theo de Raadt
2005-10-18
make fill-paragraph undoable
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-10-24
dont compare int to NULL, millert@ ok
Anil Madhavapeddy
2003-05-20
Finish KNF of prototypes. That should be all of them.
Chad Loder
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