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_6


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.49   4 years  lum   From Leonid Bobrov: add a condition to {beginning,end}-of-buffer to push mark on...
[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.107   4 years  lum   switch-to-buffer (C-x b) doesn't cancel properly if C-g is pressed. It doesn't s...
[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.18   4 years  deraadt   snprintf/vsnprintf return < 0 on error, rather than -1.
[TXT] def.h  1.165   4 years  lum   Make indentation consistent. This has been bugging me for a while now.
[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.93   4 years  lum   Allow functions that have 1 or more parameters receive and process multiple argu...
[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.66   7 years  jasper   remove double semicolon from Brian Callahan
[TXT] extend.c  1.71   4 years  lum   The 'list' diff I committed this morning, was missing a couple of calls to a cle...
[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.106   4 years  lum   This diff moves the check for a newline at the end of a buffer (when saving it) ...
[TXT] funmap.c  1.59   4 years  lum   Allow functions that have 1 or more parameters receive and process multiple argu...
[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.48   4 years  lum   Allow functions that have 1 or more parameters receive and process multiple argu...
[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.5   4 years  lum   Missed a free.
[TXT] kbd.c  1.33   4 years  lum   selfinsert() can't be called directly from a startup file or by 'eval-current-bu...
[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.61   5 years  reyk   Add set-case-replaced to toggle case-preserving replace on or off. By default, ...
[TXT] log.c  1.11   4 years  lum   Add logging to interpreter.c
[TXT] log.h  1.5   4 years  lum   Add logging to interpreter.c
[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.87   4 years  lum   Tidy up the comments: 1. two spelling mistakes. 2. change references to keystrok...
[TXT] match.c  1.21   4 years  lum   I totally forgot about the instance where blink-and-insert can be called from th...
[TXT] mg.1  1.117   4 years  lum   I totally forgot about the instance where blink-and-insert can be called from th...
[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.33   6 years  bcallah   Present the default choice before the colon in prompts. Matches GNU Emacs behavi...
[TXT] region.c  1.38   4 years  lum   From Leonid Bobrov: add a condition to {beginning,end}-of-buffer to push mark on...
[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.36   8 years  jasper   shrink differences between ttinsl/ttdell
[TXT] ttyio.c  1.38   4 years  deraadt   When system calls indicate an error they return -1, not some arbitrary value < 0...
[TXT] ttykbd.c  1.19   6 years  bcallah   Let the Insert key toggle overwrite mode. This matches GNU Emacs behavior. Diff ...
[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.42   4 years  lum   Tidy up the comments: 1. two spelling mistakes. 2. change references to keystrok...
[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.14   8 years  mmcc   Remove NULL-checks before free().