OpenBSD CVS

src/usr.bin/mg/


Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.

Current directory: [local] / src / usr.bin / mg

Current tag: OPENBSD_6_9_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.35   4 years  lum   Add some more basic interpreter functionality to mg. Needs a lot more work, incl...
[TXT] README  1.14   8 years  lum   Update the dired mode comments.
[TXT] autoexec.c  1.17   8 years  jasper   whitespace
[TXT] basic.c  1.50   3 years  lum   Add dobeep functions that take messages to basic.c. No functional change intende...
[TXT] bell.c  1.5   4 years  lum   Add two dobeep functions to make calls to the system bell require fewer lines. W...
[TXT] buffer.c  1.112   3 years  lum   Invert the 'R' indicator which seems rather unintuitive at the moment, currently...
[TXT] chrdef.h  1.10   9 years  bcallah   Remove unused METACH #define. No one is defining their own METABIT so remove the...
[TXT] cinfo.c  1.18   9 years  bcallah   Clean up the includes in mg. This does the following: Moves all POSIX headers fr...
[TXT] cmode.c  1.17   4 years  lum   Allow functions that have 1 or more parameters receive and process multiple argu...
[TXT] cscope.c  1.20   3 years  lum   Put the hardcoded '\n' character which is found throughout mg into a buffer spec...
[TXT] def.h  1.171   3 years  lum   Use length of line to indicate end of characters to process in foundparen(). No ...
[TXT] dir.c  1.31   4 years  deraadt   When system calls indicate an error they return -1, not some arbitrary value < 0...
[TXT] dired.c  1.98   3 years  lum   If there is a problem with opening a directory via M-x dired, let the user know....
[TXT] display.c  1.48   6 years  schwarze   Fix display of overlong lines containing non-ASCII bytes. Also fixes a crash rep...
[TXT] echo.c  1.68   3 years  lum   This diff soaks up the user input while the the maximum character length boundar...
[TXT] extend.c  1.74   3 years  lum   Use length of line to indicate end of characters to process in foundparen(). No ...
[TXT] file.c  1.102   4 years  lum   Offering to add a new line at the end of the buffer didn't consider if the user ...
[TXT] fileio.c  1.108   3 years  lum   Put the hardcoded '\n' character which is found throughout mg into a buffer spec...
[TXT] funmap.c  1.60   3 years  lum   Correct how many arguments some functions take for interpreter.c.
[TXT] funmap.h  1.8   4 years  lum   Allow functions that have 1 or more parameters receive and process multiple argu...
[TXT] grep.c  1.49   3 years  lum   Put the hardcoded '\n' character which is found throughout mg into a buffer spec...
[TXT] help.c  1.35   9 years  bcallah   Clean up the includes in mg. This does the following: Moves all POSIX headers fr...
[TXT] interpreter.c  1.20   3 years  lum   Add 'get-environment-variable', in a fashion: (define curdir(get-environment-va...
[TXT] kbd.c  1.35   3 years  lum   Put the hardcoded '\n' character which is found throughout mg into a buffer spec...
[TXT] kbd.h  1.19   9 years  bcallah   More unifdef cleanup: -UDIRED_XMAPS and -UFUND_XMAPS: you can't build mg the oth...
[TXT] key.h  1.6   4 years  lum   Tidy up the comments: 1. two spelling mistakes. 2. change references to keystrok...
[TXT] keymap.c  1.58   8 years  lum   Add transpose-words, ok jasper@. Limited to one iteration until 'undo' is looked...
[TXT] line.c  1.63   3 years  lum   Put the hardcoded '\n' character which is found throughout mg into a buffer spec...
[TXT] log.c  1.12   3 years  lum   Update logging with comments made by florian@ some time ago (i've not updated lo...
[TXT] log.h  1.6   3 years  lum   Update logging with comments made by florian@ some time ago (i've not updated lo...
[TXT] macro.c  1.16   9 years  bcallah   Clean up the includes in mg. This does the following: Moves all POSIX headers fr...
[TXT] macro.h  1.7   18 years  deraadt   greedy use of typedef struct was making code harder to read; ok kjell cloder
[TXT] main.c  1.89   3 years  lum   Add a 'batch' mode to mg via the '-b' command line option which will initialise ...
[TXT] match.c  1.22   3 years  lum   Put the hardcoded '\n' character which is found throughout mg into a buffer spec...
[TXT] mg.1  1.122   3 years  lum   Invert the 'R' indicator which seems rather unintuitive at the moment, currently...
[TXT] modes.c  1.21   6 years  florian   fix -Wshadow warnings. Found by bcallah, thanks!
[TXT] paragraph.c  1.46   5 years  lum   fix undo in transpose-paragraph.
[TXT] pathnames.h  1.1   11 years  jasper   - add a pathnames.h - some whitespace cleanup ok lum@
[TXT] re_search.c  1.35   3 years  tb   Avoid running out of memory with query-replace-regex ^ Choosing ! (replace rest...
[TXT] region.c  1.39   3 years  lum   Put the hardcoded '\n' character which is found throughout mg into a buffer spec...
[TXT] search.c  1.47   5 years  krw   When in incremental search handle ^M (a.k.a. <cr>) like ^[ (a.k.a. <esc>). i.e. ...
[TXT] spawn.c  1.12   9 years  bcallah   Clean up the includes in mg. This does the following: Moves all POSIX headers fr...
[TXT] tags.c  1.16   6 years  bcallah   Present the default choice before the colon in prompts. Matches GNU Emacs behavi...
[TXT] tty.c  1.39   3 years  lum   Add a 'batch' mode to mg via the '-b' command line option which will initialise ...
[TXT] ttyio.c  1.40   3 years  lum   Add a 'batch' mode to mg via the '-b' command line option which will initialise ...
[TXT] ttykbd.c  1.20   3 years  lum   Allow the user to specify a path to the mg startup file on the command line.
[TXT] tutorial  1.18   5 years  bcallah   Mention column-number-mode in the tutorial to clear up a potentially confusing d...
[TXT] undo.c  1.58   7 years  lum   Initialize stack variables to zero before memmove(). Coverity Scan reported...
[TXT] util.c  1.43   3 years  lum   Put the hardcoded '\n' character which is found throughout mg into a buffer spec...
[TXT] version.c  1.10   9 years  bcallah   Clean up the includes in mg. This does the following: Moves all POSIX headers fr...
[TXT] window.c  1.36   8 years  jasper   whitespace
[TXT] word.c  1.19   8 years  lum   Small tidy of recently committed transpose-words: unused value assignment and I ...
[TXT] yank.c  1.15   3 years  lum   Put the hardcoded '\n' character which is found throughout mg into a buffer spec...