Age | Commit message (Expand) | Author |
2023-04-17 | fix a few dobeep_msgs() calls: a space is already added between the arguments | Omar Polo |
2023-03-30 | drop unnecessary copy of fname; ok tb@ | Omar Polo |
2023-03-30 | don't access(conffile) | Omar Polo |
2023-03-08 | Delete obsolete /* ARGSUSED */ lint comments. | Philip Guenther |
2022-12-26 | spelling fixes; from paul tagliamonte | Jason McIntyre |
2021-05-06 | Add the line number of an error to error messages. | Mark Lumsden |
2021-03-25 | Use length of line to indicate end of characters to process in | Mark Lumsden |
2021-03-21 | Add quoted strings capability in list values, no special chars | Mark Lumsden |
2021-03-01 | Put the hardcoded '\n' character which is found throughout mg into a | Mark Lumsden |
2019-07-18 | The 'list' diff I committed this morning, was missing a couple of | Mark Lumsden |
2019-07-18 | Add some more basic interpreter functionality to mg. Needs a lot more | Mark Lumsden |
2019-07-17 | Add BUFSIZE define. | Mark Lumsden |
2019-07-17 | Add two dobeep functions to make calls to the system bell require | Mark Lumsden |
2019-07-11 | Allow functions that have 1 or more parameters receive and process | Mark Lumsden |
2019-07-05 | Make mg display the correct file name in the minibuffer if you load | Mark Lumsden |
2019-06-22 | Tidy up the comments: | Mark Lumsden |
2016-09-01 | Fix file descriptor leak | Mark Lumsden |
2015-09-29 | Mark eread(), veread(), and eformat() as printf-like and | Philip Guenther |
2015-04-12 | Prevent use after free in definemacro(). | Florian Obser |
2015-03-24 | unifdef -DBINDKEY -- you can't build mg the other way. | Brian Callahan |
2015-03-19 | Clean up the includes in mg. | Brian Callahan |
2015-03-17 | It is impossible to build mg without both -DFKEYS and -DXKEYS. So let's | Brian Callahan |
2014-12-06 | A few last 'easy' #include dedups. | Kenneth R Westerback |
2014-11-16 | Stop using <sys/param.h>; replace MAXPATHLEN with PATH_MAX, stop using MAX(), | Philip Guenther |
2014-11-16 | ctype macros/functions expect unsigned char values. Note that the lgetc() | Philip Guenther |
2014-04-02 | Add the '#' character as a comment character in the startup file. | Mark Lumsden |
2014-03-20 | Add some missing dobeeps. | Mark Lumsden |
2012-05-25 | Remove static FILE pointer used for handling files in fileio.c. Pass | lum |
2012-04-12 | Remove the conditional directives NO_MACRO and NO_STARTUP. | lum |
2011-01-21 | It volates style(9), but in mg, #include"def.h" goes first. 'twas the way it ... | Kjell Wooding |
2006-12-30 | one more 'verses'->'versus' typo in comment | Martin Reindl |
2006-12-21 | Fix a realloc-style bug (curmap = reallocmap(curmap)) in | Kjell Wooding |
2006-07-25 | Add bfirstlp(), blastlp() macros, returning the first and last lines | Kjell Wooding |
2006-07-25 | Rename the header line of a buffer to b_headp, from the remarkably | Kjell Wooding |
2006-06-01 | make // /~ path rewriting optional in adjustname() and use it everywhere | Jason Wright |
2006-03-30 | Clean up some allocations. Remove malloc casts, and some easy | Kjell Wooding |
2005-12-20 | Clean up the ugly casted frees. In one case, this meant eliminating a nasty | Kjell Wooding |
2005-12-20 | Do some delinting of strl-type functions. Also, remove a superfluous | Kjell Wooding |
2005-12-13 | More name-clash 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-07 | add missing ctype.h | Kjell Wooding |
2005-11-07 | Allow ctrl-key patterns ("^X^C") in keybind function. Will | Kjell Wooding |
2005-10-14 | add missing /* ARGSUSED */ to quiet lint. | Kjell Wooding |
2005-10-14 | put proto in same #ifdef as code | Theo de Raadt |
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-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 |