index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
mg
Age
Commit message (
Expand
)
Author
2021-04-22
Add a non-interactive version of query-replace-regexp function called
Mark Lumsden
2021-04-21
Use the plenteous BUFSIZE found in mg in lieu of 128.
Mark Lumsden
2021-04-20
Indicate if an mg function is unsuitable for a startup file (requires
Mark Lumsden
2021-04-20
Allow more than one block of code to exist on a single line. Also,
Mark Lumsden
2021-04-20
Add 'dired-jump' from Philip K. <philip@warpmail.net> sent to tech@
Mark Lumsden
2021-03-26
Invert the 'R' indicator which seems rather unintuitive at the moment,
Mark Lumsden
2021-03-26
Add 'get-environment-variable', in a fashion:
Mark Lumsden
2021-03-26
Change the regex for define names. Make more characters available.
Mark Lumsden
2021-03-26
Change two more bool counters to pointer NULL checks.
Mark Lumsden
2021-03-25
Move the expression list create item code into a single function.
Mark Lumsden
2021-03-25
Add an (exit) method.
Mark Lumsden
2021-03-25
User a pointer's value (!NULL) instead of a boolean to indicate some
Mark Lumsden
2021-03-25
Use length of line to indicate end of characters to process in
Mark Lumsden
2021-03-23
Use a pointer called bufp to point to a buffer called bufn
Mark Lumsden
2021-03-23
Correct how many arguments some functions take for interpreter.c.
Mark Lumsden
2021-03-23
Make a parameter to an mg function not throw an error just
Mark Lumsden
2021-03-22
Start the move to TAILQ for expressions instead of an SLIST.
Mark Lumsden
2021-03-21
Add quoted strings capability in list values, no special chars
Mark Lumsden
2021-03-20
Looking at loading all expressions initially, working towards multi
Mark Lumsden
2021-03-20
Add a 'batch' mode to mg via the '-b' command line option which will
Mark Lumsden
2021-03-18
From Joachim Wiberg's version of mg.
Mark Lumsden
2021-03-08
Start looking at parsing text to find separators.
Mark Lumsden
2021-03-08
Put regex tests into a function.
Mark Lumsden
2021-03-05
If there is a problem with opening a directory via M-x dired, let the
Mark Lumsden
2021-03-02
It is now possible to define single value variables in the startup file:
Mark Lumsden
2021-03-02
This diff soaks up the user input while the the maximum character
Mark Lumsden
2021-03-02
Update logging with comments made by florian@ some time ago (i've not
Mark Lumsden
2021-03-01
Put the hardcoded '\n' character which is found throughout mg into a
Mark Lumsden
2021-02-28
Add dobeep functions that take messages to buffer.c and cscope.c
Mark Lumsden
2021-02-27
Add dobeep functions that take messages to basic.c.
Mark Lumsden
2021-02-26
Some more improvements from Joachim Wiberg's version of mg.
Mark Lumsden
2021-02-26
Some improvements from Joachim Wiberg's version of mg.
Mark Lumsden
2021-02-24
Various fixes from emails Joachim Nilsson sent to tech@ many moons
Mark Lumsden
2021-02-24
snprintf() does indeed return an int. From an email Joachim Nilsson
Mark Lumsden
2021-02-23
Move -u to alphabetically correct place in options. As spotted by jmc@
Mark Lumsden
2021-02-23
Allow the user to specify a path to the mg startup file on the command line.
Mark Lumsden
2020-07-22
Avoid running out of memory with query-replace-regex ^
Theo Buehler
2020-07-22
Prevent mg segfault with query-replace-regex replacing ^
Theo Buehler
2020-07-09
Avoid NULL deref in regexec when searching for empty lines.
Theo Buehler
2020-02-09
Do not define variables in def.h since this will lead to duplicate definitions
Florian Obser
2019-11-08
Add that make-backup-files variable is enabled by default
solene
2019-07-20
Missed a free.
Mark Lumsden
2019-07-20
Move a bit of code to where it is called only if needed.
Mark Lumsden
2019-07-19
Previously I left the ')' on the end of a list to indicate the end.
Mark Lumsden
2019-07-18
The 'list' diff I committed this morning, was missing a couple of
Mark Lumsden
2019-07-18
Make indentation consistent. This has been bugging me for a while now.
Mark Lumsden
2019-07-18
Add logging to interpreter.c
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
[next]