Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Present the default choice before the colon in prompts. Matches GNU Emacs | 2017-08-06 | 1 | -2/+2 | |
| | | | | | | | | behavior. From Scott Cheloha <scottcheloha@gmail.com> ok florian@ | ||||
* | fix -Wshadow warnings. | 2017-05-30 | 1 | -4/+4 | |
| | | | | Found by bcallah, thanks! | ||||
* | Clean up the includes in mg. | 2015-03-19 | 1 | -3/+6 | |
| | | | | | | | | | | This does the following: Moves all POSIX headers from sysdef.h into the individual .c files so that each file now only includes what it needs. All headers are properly sorted. Moves the remainder of sysdef.h to other files (mostly def.h) and deletes sysdef.h now that it's no longer contains anything. Tweak a comment that references sysdef.h so that it no longer does that. ok florian@ | ||||
* | Add some missing dobeeps. | 2014-03-20 | 1 | -1/+7 | |
| | | | | ok florian@ | ||||
* | Set the correct line number after successfully searching with | 2013-12-20 | 1 | -3/+11 | |
| | | | | | re-search-{backward,forward}. OK lum | ||||
* | rename re_match to regex_match to prevent a namespace conflict on Linux as | 2013-09-24 | 1 | -31/+31 | |
| | | | | | | | | reported by Han Boetes. while here, rename re_buff accordingly for consistency. ok florian@ | ||||
* | Make the system bell toggleable via 'audible-bell', and if switched | 2013-05-31 | 1 | -3/+3 | |
| | | | | | | off, make available an alternative 'visible-bell'. ok florian@ jasper@ Feedback Sunil Nimmagadda. | ||||
* | It volates style(9), but in mg, #include"def.h" goes first. 'twas the way it was built. no binary change here. confirmed by lum@, tested by Henri Kemppainen | 2011-01-21 | 1 | -2/+3 | |
| | |||||
* | Rename w_flag to w_rflag. This is not a general purpose | 2009-06-04 | 1 | -6/+6 | |
| | | | | | | | flag: it is for redisplay options only. I need an additional all-purpose flag, so renaming removes the desire to wrongly overload the existing one. Turdshine. No functional chage. | ||||
* | Rename the header line of a buffer to b_headp, from the remarkably | 2006-07-25 | 1 | -6/+6 | |
| | | | | unintuitive b_linep. No binary change. | ||||
* | Make Window Flags more mnemonic (and less dumb); i.e. | 2006-05-28 | 1 | -2/+2 | |
| | | | | | | WFHARD -> WFFULL (Redraw full window) WFFORCE -> WFFRAME (Reframe window). No binary change | ||||
* | More name-clash delinting | 2005-12-13 | 1 | -1/+7 | |
| | |||||
* | greedy use of typedef struct was making code harder to read; ok kjell cloder | 2005-11-18 | 1 | -6/+6 | |
| | |||||
* | Casefold on replace was killed ages ago (it was wrong). Remove a | 2005-11-18 | 1 | -12/+7 | |
| | | | | leftover (unused) variable. | ||||
* | unused variables | 2005-10-14 | 1 | -4/+4 | |
| | |||||
* | Clean up eread handling in mg. (basically, fallout from the 'enter often | 2005-08-09 | 1 | -4/+5 | |
| | | | | | | | | | means abort' behaviour added during the hackathon). Eliminates redundant ereply function, fixes miscellaneous cores when aborting, and move a number of assumed pathnames into the prompt text, since they are used there anyway. All changes consistent with emacs behavior ok beck@ many, many moons ago. | ||||
* | Add explicit public domain notices to all public domain files. | 2005-06-14 | 1 | -1/+3 | |
| | | | | ok millert@, deraadt@ | ||||
* | Three more ereply that should be ereads. This fixes henning's "replace | 2005-06-14 | 1 | -3/+3 | |
| | | | | | | with null string is busted" observation. ok henning@, cloder@ | ||||
* | if functions permits null reply from minibuffer, use eread (with | 2005-06-05 | 1 | -2/+3 | |
| | | | | | EFNUL), not ereply. ok cloder | ||||
* | This is a no binary change which does: | 2005-04-03 | 1 | -16/+11 | |
| | | | | | | | | | | - spelling, punctuation fixes - variable declaration lineup - use parentheses for return and sizeof - K&R function declarations -> ANSI - other minor code beautification ok henning@ | ||||
* | stage 1 of the infinite minibuffer work - add support for on the fly | 2004-07-22 | 1 | -15/+15 | |
| | | | | | | | buffer reallocation in veread(). This commit only changes the API. All the buffers have exactly the same bounds as before for now. tested by a couple of my very helpful testers! | ||||
* | Finish KNF of prototypes. That should be all of them. | 2003-05-20 | 1 | -31/+19 | |
| | | | | OK vincent@ | ||||
* | Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. | 2002-02-16 | 1 | -7/+7 | |
| | |||||
* | * Replace unsafe strcpy and strcat calls to safe strlcpy and strlcat. | 2002-02-13 | 1 | -2/+2 | |
| | | | | | | | * Be a little bit more verbose about some errors * Fix some memory leaks in fileio.c ok deraadt@, art@ | ||||
* | spaces | 2001-05-24 | 1 | -23/+23 | |
| | |||||
* | remove VOID. We're way beyond the point where this could build with an | 2001-05-23 | 1 | -3/+3 | |
| | | | | ancient compiler. | ||||
* | $OpenBSD$ | 2001-01-29 | 1 | -0/+2 | |
| | |||||
* | More -Wall anmd KNF, from op2@tomahawk.SQUiSH.org | 2000-09-01 | 1 | -213/+142 | |
| | |||||
* | The start of KNF + -Wall. The code has been run through indent but | 2000-04-13 | 1 | -404/+434 | |
| | | | | needs hand fixup. I stopped at keymap.c... | ||||
* | Better backwards regexp searching. POSIX regexp's don't really give | 2000-02-29 | 1 | -7/+8 | |
| | | | | a good way to do this. | ||||
* | Make reverse searching work. | 2000-02-29 | 1 | -6/+16 | |
| | |||||
* | Use POSIX extended regular expressions. | 2000-02-28 | 1 | -106/+54 | |
| | | | | Reverse regex searching does not yet work. | ||||
* | initial import of mg2a | 2000-02-25 | 1 | -0/+706 | |