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_4_0_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.18   18 years  kjell   Move kill-related commands to their own file. This will help move to a kill-ring...
[TXT] README  1.5   19 years  db   This is a no binary change which does: - spelling, punctuation fixes - variable...
[TXT] autoexec.c  1.10   18 years  kjell   add missing /* ARGSUSED */ to quiet lint.
[TXT] basic.c  1.26   17 years  kjell   Add bfirstlp(), blastlp() macros, returning the first and last lines of a buffer...
[TXT] buffer.c  1.63   17 years  kjell   Add bfirstlp(), blastlp() macros, returning the first and last lines of a buffer...
[TXT] chrdef.h  1.7   18 years  kjell   Add explicit public domain notices to all public domain files. ok millert@, dera...
[TXT] cinfo.c  1.15   18 years  kjell   More name-clash delinting
[TXT] def.h  1.96   17 years  jason   * move sys/queue.h inclusion to sysdef.h (it's system specific) * add <signal.h>...
[TXT] dir.c  1.17   18 years  kjell   Make buffers store their own working directory. This makes things like grep, com...
[TXT] dired.c  1.41   17 years  kjell   Add bfirstlp(), blastlp() macros, returning the first and last lines of a buffer...
[TXT] display.c  1.30   17 years  kjell   Rename the header line of a buffer to b_headp, from the remarkably unintuitive b...
[TXT] echo.c  1.46   18 years  kjell   fix ^W (delete to start of word) in minibuffer; i.e. actually kill text, don't j...
[TXT] extend.c  1.48   17 years  kjell   Add bfirstlp(), blastlp() macros, returning the first and last lines of a buffer...
[TXT] file.c  1.62   17 years  kjell   Add bfirstlp(), blastlp() macros, returning the first and last lines of a buffer...
[TXT] fileio.c  1.77   17 years  kjell   Rename the header line of a buffer to b_headp, from the remarkably unintuitive b...
[TXT] funmap.c  1.24   17 years  kjell   Display line number in the mg statusbar. Yes, it seems like a fugly way to do i...
[TXT] funmap.h  1.6   18 years  deraadt   greedy use of typedef struct was making code harder to read; ok kjell cloder
[TXT] grep.c  1.32   17 years  kjell   Add bfirstlp(), blastlp() macros, returning the first and last lines of a buffer...
[TXT] help.c  1.31   18 years  kjell   argh. One problem with fixing a hidden global symbol is that if you miss one, yo...
[TXT] kbd.c  1.22   18 years  kjell   fixed "text in message line would get stuck there" issue. feedback from Philip G...
[TXT] kbd.h  1.18   17 years  deraadt   unused function
[TXT] key.h  1.5   18 years  kjell   Add explicit public domain notices to all public domain files. ok millert@, dera...
[TXT] keymap.c  1.39   17 years  kjell   Move backward-paragraph, forward-paragraph to M-{, M-} respectively. (not M-[, ...
[TXT] line.c  1.42   17 years  kjell   Add bfirstlp(), blastlp() macros, returning the first and last lines of a buffer...
[TXT] macro.c  1.11   18 years  kjell   Clean up the ugly casted frees. In one case, this meant eliminating a nasty stru...
[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.54   17 years  kjell   Rename the header line of a buffer to b_headp, from the remarkably unintuitive b...
[TXT] match.c  1.13   17 years  kjell   Rename the header line of a buffer to b_headp, from the remarkably unintuitive b...
[TXT] mg.1  1.28   17 years  jmc   various improvements from deanna phillips; tweaked by myself ok kjell
[TXT] modes.c  1.16   18 years  kjell   Last round of easy delinting.
[TXT] paragraph.c  1.14   17 years  kjell   Rename the header line of a buffer to b_headp, from the remarkably unintuitive b...
[TXT] re_search.c  1.24   17 years  kjell   Rename the header line of a buffer to b_headp, from the remarkably unintuitive b...
[TXT] region.c  1.24   17 years  kjell   Rename the header line of a buffer to b_headp, from the remarkably unintuitive b...
[TXT] search.c  1.32   17 years  kjell   Add bfirstlp(), blastlp() macros, returning the first and last lines of a buffer...
[TXT] spawn.c  1.11   17 years  jason   * move sys/queue.h inclusion to sysdef.h (it's system specific) * add <signal.h>...
[TXT] tty.c  1.28   17 years  jason   * move sys/queue.h inclusion to sysdef.h (it's system specific) * add <signal.h>...
[TXT] ttyio.c  1.31   18 years  deraadt   few more int that can become a size_t
[TXT] ttykbd.c  1.14   18 years  kjell   Add explicit public domain notices to all public domain files. ok millert@, dera...
[TXT] tutorial  1.4   18 years  cloder   Mention isearch wrap
[TXT] undo.c  1.41   17 years  kjell   Rename the header line of a buffer to b_headp, from the remarkably unintuitive b...
[TXT] version.c  1.9   18 years  kjell   Add explicit public domain notices to all public domain files. ok millert@, dera...
[TXT] window.c  1.25   17 years  kjell   Rename the header line of a buffer to b_headp, from the remarkably unintuitive b...
[TXT] word.c  1.14   17 years  kjell   Make Window Flags more mnemonic (and less dumb); i.e. WFHARD -> WFFULL (Redraw f...
[TXT] yank.c  1.4   17 years  kjell   Rename the header line of a buffer to b_headp, from the remarkably unintuitive b...
[TXT] mail.c (in the Attic) [Hide]  1.9   18 years  deraadt   greedy use of typedef struct was making code harder to read; ok kjell cloder
[TXT] random.c (in the Attic) [Hide]  1.22   17 years  kjell   Add bfirstlp(), blastlp() macros, returning the first and last lines of a buffer...
[TXT] sysdef.h (in the Attic) [Hide]  1.15   17 years  jason   * move sys/queue.h inclusion to sysdef.h (it's system specific) * add <signal.h>...
[TXT] theo.c (in the Attic) [Hide]  1.99   17 years  kjell   Cleanup, and a new one from Aleksander Piotrowski: "cache aliasing is a problem ...
[TXT] ttydef.h (in the Attic) [Hide]  1.10   18 years  deraadt   GOSLING screen update always on, so #ifdef can go; ok kjell