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