Age | Commit message (Expand) | Author |
2022-10-15 | replace ewprintf("") calls with eerase(): no functional difference. | Omar Polo |
2021-03-02 | This diff soaks up the user input while the the maximum character | Mark Lumsden |
2021-03-01 | Put the hardcoded '\n' character which is found throughout mg into a | Mark Lumsden |
2016-10-24 | remove double semicolon | Jasper Lievisse Adriaanse |
2015-12-05 | Fix an incorrect use of sizeof(pointer) by removing it and switching | Jonathan Gray |
2015-11-11 | Clear the mini buffer once a question has been displayed. ok jasper@ | Mark Lumsden |
2015-11-09 | use strncasecmp() | Jasper Lievisse Adriaanse |
2015-11-09 | no need to initialize variables that are being initialized a few lines below | Jasper Lievisse Adriaanse |
2015-10-31 | mark *Completions* buffer as read-only | Jasper Lievisse Adriaanse |
2015-09-29 | Mark eread(), veread(), and eformat() as printf-like and | Philip Guenther |
2015-05-08 | Remove ereply prototype since it is never used. Tweak a comment to reflect | Brian Callahan |
2015-03-19 | Clean up the includes in mg. | Brian Callahan |
2014-11-16 | Stop using <sys/param.h>; replace MAXPATHLEN with PATH_MAX, stop using MAX(), | Philip Guenther |
2014-03-20 | Add some missing dobeeps. | Mark Lumsden |
2013-05-31 | Make the system bell toggleable via 'audible-bell', and if switched | lum |
2012-11-03 | fix potential memory leak, found by llvm | Florian Obser |
2012-11-03 | kill dead assignment, found by llvm | Florian Obser |
2012-10-22 | Add (r)evert prompt to "File changed on disk; really edit the buffer" | Florian Obser |
2012-09-25 | Stop the space char completing a file name. This mimics more recent | lum |
2012-04-12 | Remove the conditional directives NO_MACRO and NO_STARTUP. | lum |
2009-06-04 | Add the notion of an "ephemeral" popup, so we can flag a window | Kjell Wooding |
2009-06-03 | Match comment to reality, whitespace | Kjell Wooding |
2009-06-02 | Fix the long-standing crash when >NXNAME characters were inserted | Kjell Wooding |
2006-04-02 | fix ^W (delete to start of word) in minibuffer; | Kjell Wooding |
2006-03-30 | Clean up some allocations. Remove malloc casts, and some easy | Kjell Wooding |
2006-03-28 | Use <sp> and <cr> as shortcuts for y/n (like emacs) | Kjell Wooding |
2005-12-20 | Clean up the ugly casted frees. In one case, this meant eliminating a nasty | Kjell Wooding |
2005-12-13 | More name-clash delinting | Kjell Wooding |
2005-11-19 | Clean up some lint. | Kjell Wooding |
2005-11-18 | greedy use of typedef struct was making code harder to read; ok kjell cloder | Theo de Raadt |
2005-11-11 | spacing | Theo de Raadt |
2005-11-11 | Enable some of the more common editing keybindings in the minibuffer. | Kjell Wooding |
2005-10-11 | Be more explicit in error prompt. ok deraadt. | Kjell Wooding |
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-05-31 | fix broken minibuffer defaults introduced in echo.c:1.33 | Kjell Wooding |
2005-05-28 | If the user gets into a minibuffer, they will not know how to hit | Chad Loder |
2005-04-28 | Get rid of unused arg to complete_function_list(). Han Boetes. | Otto Moerbeek |
2005-04-03 | This is a no binary change which does: | David Berghoff |
2005-03-10 | spacing | Theo de Raadt |
2004-07-22 | stage 1 of the infinite minibuffer work - add support for on the fly | Vincent Labrecque |
2004-07-08 | misplaced return NULL in the error path | Vincent Labrecque |
2004-01-21 | support format `%p' to print pointers in eformat() | Vincent Labrecque |
2003-04-16 | Fix a buffer overflow in complt_list(); it was allocating space | Todd C. Miller |
2002-08-22 | knf | Theo de Raadt |
2002-07-03 | remove a useless {} that was there for "historical reasons" and only served | Vincent Labrecque |
2002-07-03 | a few missing tests for malloc()'s return value. | Vincent Labrecque |
2002-07-01 | KNF + ansi; from zyrnix (only the easy part of his diffs) | Vincent Labrecque |
2002-03-11 | * Move to ANSI function definitions. | Vincent Labrecque |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ... | Todd C. Miller |