summaryrefslogtreecommitdiff
path: root/usr.bin/mg/region.c
AgeCommit message (Expand)Author
2016-09-09Source Joachim Nilsson:Mark Lumsden
2016-09-08Source Joachim Nilsson:Mark Lumsden
2015-03-19Clean up the includes in mg.Brian Callahan
2014-03-20Add some missing dobeeps.Mark Lumsden
2013-05-22Shuffle shell-command-on-region around to give shell-command.lum
2012-12-27Move code for shell-command-on-region around to make pipeio() usableFlorian Obser
2012-10-26- fix potential memory and fd leakFlorian Obser
2012-04-11Add:lum
2009-06-05emacs handles the undo of a region kill (C-w) differently than a line killKjell Wooding
2009-06-04Fix problem where line numbers get out of sync on a region-kill (C-w).Kjell Wooding
2008-09-15Enable dirty buffer detection in mg.Kjell Wooding
2008-06-10Add a clear-mark function.Kjell Wooding
2006-12-16Get rid of PREFIXREGION ifdef, since we always enable it anyway.Kjell Wooding
2006-07-25Rename the header line of a buffer to b_headp, from the remarkablyKjell Wooding
2006-07-08Fix a trio of bugs in line numbering: adjusting linenos after undo,Kjell Wooding
2006-05-28Make Window Flags more mnemonic (and less dumb); i.e.Kjell Wooding
2005-12-15NULL != '\0'. Spotted by Han Boetes and a linux gcc.Kjell Wooding
2005-12-13If you're going to pass a length parameter, you should use it.Kjell Wooding
2005-11-18greedy use of typedef struct was making code harder to read; ok kjell cloderTheo de Raadt
2005-08-09Clean up eread handling in mg. (basically, fallout from the 'enter oftenKjell Wooding
2005-06-14Add explicit public domain notices to all public domain files.Kjell Wooding
2005-06-05if functions permits null reply from minibuffer, use eread (withKjell Wooding
2005-04-03This is a no binary change which does:David Berghoff
2004-07-22stage 1 of the infinite minibuffer work - add support for on the flyVincent Labrecque
2003-11-09proper test for circular list traversal, and nul-terminate strings forVincent Labrecque
2003-05-20Finish KNF of prototypes. That should be all of them.Chad Loder
2002-08-22knfTheo de Raadt
2002-05-29Add a few missing tests for BFREADONLY.Vincent Labrecque
2002-02-20 Add undo code to mg.Vincent Labrecque
2002-02-16Part 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-24spacesMichael Shalayeff
2001-05-23remove VOID. We're way beyond the point where this could build with anArtur Grabowski
2001-01-29$OpenBSD$Niklas Hallqvist
2000-09-01More -Wall anmd KNF, from op2@tomahawk.SQUiSH.orgTodd C. Miller
2000-04-13The start of KNF + -Wall. The code has been run through indent butTodd C. Miller
2000-02-25initial import of mg2aTheo de Raadt