summaryrefslogtreecommitdiff
path: root/usr.bin/mg
AgeCommit message (Expand)Author
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
2021-05-02dired-shell-command is listed in the man page under 'DIRED KEYMark Lumsden
2021-04-22Add a non-interactive version of query-replace-regexp function calledMark Lumsden
2021-04-21Use the plenteous BUFSIZE found in mg in lieu of 128.Mark Lumsden
2021-04-20Indicate if an mg function is unsuitable for a startup file (requiresMark Lumsden
2021-04-20Allow more than one block of code to exist on a single line. Also,Mark Lumsden
2021-04-20Add 'dired-jump' from Philip K. <philip@warpmail.net> sent to tech@Mark Lumsden
2021-03-26Invert the 'R' indicator which seems rather unintuitive at the moment,Mark Lumsden
2021-03-26Add 'get-environment-variable', in a fashion:Mark Lumsden
2021-03-26Change the regex for define names. Make more characters available.Mark Lumsden
2021-03-26Change two more bool counters to pointer NULL checks.Mark Lumsden
2021-03-25Move the expression list create item code into a single function.Mark Lumsden
2021-03-25Add an (exit) method.Mark Lumsden
2021-03-25User a pointer's value (!NULL) instead of a boolean to indicate someMark Lumsden
2021-03-25Use length of line to indicate end of characters to process inMark Lumsden
2021-03-23Use a pointer called bufp to point to a buffer called bufnMark Lumsden
2021-03-23Correct how many arguments some functions take for interpreter.c.Mark Lumsden
2021-03-23Make a parameter to an mg function not throw an error justMark Lumsden
2021-03-22Start the move to TAILQ for expressions instead of an SLIST.Mark Lumsden
2021-03-21Add quoted strings capability in list values, no special charsMark Lumsden
2021-03-20Looking at loading all expressions initially, working towards multiMark Lumsden
2021-03-20Add a 'batch' mode to mg via the '-b' command line option which willMark Lumsden
2021-03-18From Joachim Wiberg's version of mg.Mark Lumsden
2021-03-08Start looking at parsing text to find separators.Mark Lumsden
2021-03-08Put regex tests into a function.Mark Lumsden
2021-03-05If there is a problem with opening a directory via M-x dired, let theMark Lumsden
2021-03-02It is now possible to define single value variables in the startup file:Mark Lumsden
2021-03-02This diff soaks up the user input while the the maximum characterMark Lumsden
2021-03-02Update logging with comments made by florian@ some time ago (i've notMark Lumsden
2021-03-01Put the hardcoded '\n' character which is found throughout mg into aMark Lumsden
2021-02-28Add dobeep functions that take messages to buffer.c and cscope.cMark Lumsden
2021-02-27Add dobeep functions that take messages to basic.c.Mark Lumsden
2021-02-26Some more improvements from Joachim Wiberg's version of mg.Mark Lumsden
2021-02-26Some improvements from Joachim Wiberg's version of mg.Mark Lumsden