Age | Commit message (Expand) | Author |
2023-03-08 | Delete obsolete /* ARGSUSED */ lint comments. | Philip Guenther |
2016-09-05 | Initialize stack variables to zero before memmove(). | Mark Lumsden |
2015-12-11 | Remove NULL-checks before free(). | mmcc |
2015-03-19 | Clean up the includes in mg. | Brian Callahan |
2014-03-20 | Add some missing dobeeps. | Mark Lumsden |
2013-06-01 | If popbuf() fails, calling function should return FALSE. | lum |
2013-03-25 | Correct line numbers for undo-list. | Florian Obser |
2013-03-25 | Record when the buffer was saved in the undo history. The buffer | Florian Obser |
2012-11-06 | Remove never read struct member, found while investigating a llvm | Florian Obser |
2010-06-30 | you keep saying LIST_END. I do not think it means what you think it | Owain Ainsworth |
2009-06-05 | emacs handles the undo of a region kill (C-w) differently than a line kill | Kjell Wooding |
2009-06-04 | Add the notion of an "ephemeral" popup, so we can flag a window | Kjell Wooding |
2008-09-15 | Expose the undo commands as proper mg functions. | Kjell Wooding |
2008-06-14 | unf*ck undo. | Kjell Wooding |
2008-06-11 | With Vincent's permission, the last remaining chunk of mg has been | Kjell Wooding |
2007-09-16 | I can't think of any good reason to inline this. | Kjell Wooding |
2006-11-19 | spacing | Theo de Raadt |
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 |
2006-07-08 | Introduce a 'MODIFIED' boundary type for undo records. | Kjell Wooding |
2006-07-08 | Fix a trio of bugs in line numbering: adjusting linenos after undo, | Kjell Wooding |
2005-12-20 | Do some delinting of strl-type functions. Also, remove a superfluous | Kjell Wooding |
2005-12-13 | Last round of easy delinting. | Kjell Wooding |
2005-12-13 | do some silly de-linting | 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 | One liner to fix doubled yank buffer issue (c-K, c-Y, M-x undo, c-Y). | Kjell Wooding |
2005-11-12 | Paranoia. Check if last of a series of strlcats overflows. Pointed out by | Kjell Wooding |
2005-10-14 | add missing /* ARGSUSED */ to quiet lint. | Kjell Wooding |
2005-10-13 | spacing | Theo de Raadt |
2005-10-13 | Make undoing of a yank operation work as expected | Kjell Wooding |
2005-10-11 | A while back, undo records were moved from the BUFFER struct to MGWIN. | Kjell Wooding |
2005-10-06 | Make mg undo much more emacs like (and correct). | Kjell Wooding |
2005-05-29 | Try to undo crazy Quebecois stuff that was breaking undo | Chad Loder |
2005-04-29 | Remove unneeded include. Han Boetes. | Otto Moerbeek |
2005-04-03 | This is a no binary change which does: | David Berghoff |
2003-12-15 | shorter function names | Vincent Labrecque |
2003-11-29 | save the previous undo position as an offset in the buffer instead of | Vincent Labrecque |
2003-11-09 | better boundary placement. | Vincent Labrecque |
2003-11-09 | fix a bug i introduced in -r1.19, we should still use the current buffer | Vincent Labrecque |
2003-11-09 | remove the only use of the hackish undo_add_custom function. | Vincent Labrecque |
2003-10-21 | make undo records per MGWIN, not per BUFFER... | Vincent Labrecque |
2003-06-26 | protos | Vincent Labrecque |
2003-06-01 | various format string cleanups; tedu ok | Theo de Raadt |
2003-05-20 | Finish KNF of prototypes. That should be all of them. | Chad Loder |
2003-04-13 | correct snprintf bound value, ok millert@, deraadt@ | Anil Madhavapeddy |
2002-09-15 | don't add undo records when we open a file, only when we insert it. | Vincent Labrecque |
2002-08-22 | knf | Theo de Raadt |
2002-07-24 | remove the CHANGE undo record type, use a combination of delete and insert | Vincent Labrecque |
2002-06-20 | KNFify the return (return x -> return (x)) | Vincent Labrecque |
2002-06-20 | some KNF | Vincent Labrecque |