summaryrefslogtreecommitdiff
path: root/usr.bin/mg
AgeCommit message (Expand)Author
2023-04-28fix lfindent (newline-and-indent) comment and description in the man pageOmar Polo
2023-04-28mark up all commands in the man pageOmar Polo
2023-04-25mark up `mode' in -f descriptionOmar Polo
2023-04-25document that prefix-region with a prefix argument prompts for the stringOmar Polo
2023-04-21mg: fix space_to_tabstopOmar Polo
2023-04-21mg: allow to change the tab widthOmar Polo
2023-04-17fix buffer overflow in displaymatch(); ok/tweak tb@Omar Polo
2023-04-17fix a few dobeep_msgs() calls: a space is already added between the argumentsOmar Polo
2023-04-17add doindent() prototype at the start of the file; forgotten in previousOmar Polo
2023-04-17resurrect mg' no-tab-modeOmar Polo
2023-04-14Add a missing voidTheo Buehler
2023-03-30drop unnecessary copy of fname; ok tb@Omar Polo
2023-03-30tabify two linesOmar Polo
2023-03-30don't access(conffile)Omar Polo
2023-03-30trailing whitespacesOmar Polo
2023-03-30strncpy -> strlcpy to properly NUL-terminate the copy of the pathOmar Polo
2023-03-29plug leak of tagpos in poptag() if loadbuffer() failsOmar Polo
2023-03-29drop needless global tagsfn pathOmar Polo
2023-03-29change tagvisit (aka visit-tag-table) to immediately load the tag fileOmar Polo
2023-03-28mg: fix parsing of tag files with duplicate entriesTheo Buehler
2023-03-28use the shell basename as argv[0] instead of hardcoding "sh"Omar Polo
2023-03-28mg: fall back to /bin/sh if $SHELL is undefined.Omar Polo
2023-03-27kill another empty lineOmar Polo
2023-03-27kill two empty lines and some trailing whitespacesOmar Polo
2023-03-22plug another leak in addctag; found + ok tb@Omar Polo
2023-03-22avoid memleak / crash in addctagOmar Polo
2023-03-22plug memleak in error pathOmar Polo
2023-03-22delete trailing whitespaces; no functional changeOmar Polo
2023-03-08Delete obsolete /* ARGSUSED */ lint comments.Philip Guenther
2022-12-26spelling fixes; from paul tagliamonteJason McIntyre
2022-10-20add zap-to-char and zap-up-to-char; bind zap-to-char to M-z.Omar Polo
2022-10-15replace ewprintf("") calls with eerase(): no functional difference.Omar Polo
2022-10-15typo in comment: Funtion -> FunctionOmar Polo
2022-06-28transistion -> transitionJonathan Gray
2022-05-24fix some dobeep_msgs callsop
2022-05-24automatically delete trailing whitespaces on RET in c-mode andop
2022-03-31man pages: add missing commas between subordinate and main clausesChristian Weisgerber
2022-01-28When it's the possessive of 'it', it's spelled "its", without thePhilip Guenther
2022-01-20mg: fix -Wunused-but-set-variable warningsChristian Weisgerber
2021-05-12Count the number of arguments in each expression as we initially goMark Lumsden
2021-05-08Perhaps the syntax '((' and '()' will be valid one day, but not at theMark Lumsden
2021-05-08stop parsing if a digit is found as first character of an expression.Mark Lumsden
2021-05-07Give an error if quoted string is found as first non-white char afterMark Lumsden
2021-05-07Take a note of expression length when it is extracted from lineMark Lumsden
2021-05-06Add the line number of an error to error messages.Mark Lumsden
2021-05-06Add a number to parameters for ewprintf() via beeping.Mark Lumsden
2021-05-06Give parse error if character found between blocks.Mark Lumsden
2021-05-05Check the characters preceeding and following quotes.Mark Lumsden
2021-05-03When parsing a variable value within double quotes, allow parenthesisMark Lumsden
2021-05-03When parsing a variable value within double quotes, allow an escapedMark Lumsden