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_3_9_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.21   18 years  deraadt   greedy use of typedef struct was making code harder to read; ok kjell cloder
[TXT] buffer.c  1.54   18 years  kjell   Clean up the ugly casted frees. In one case, this meant eliminating a nasty stru...
[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.83   18 years  otto   Fix a coredump occurring when the terminal is resized while mg is suspended. Pro...
[TXT] dir.c  1.16   18 years  kjell   Do some delinting of strl-type functions. Also, remove a superfluous word in the...
[TXT] dired.c  1.35   18 years  kjell   Do some delinting of strl-type functions. Also, remove a superfluous word in the...
[TXT] display.c  1.26   18 years  kjell   More name-clash delinting
[TXT] echo.c  1.43   18 years  kjell   Clean up the ugly casted frees. In one case, this meant eliminating a nasty stru...
[TXT] extend.c  1.44   18 years  kjell   Clean up the ugly casted frees. In one case, this meant eliminating a nasty stru...
[TXT] file.c  1.50   18 years  kjell   Clean up the ugly casted frees. In one case, this meant eliminating a nasty stru...
[TXT] fileio.c  1.68   18 years  kjell   Clean up the ugly casted frees. In one case, this meant eliminating a nasty stru...
[TXT] funmap.c  1.23   18 years  kjell   Clean up the ugly casted frees. In one case, this meant eliminating a nasty stru...
[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.26   18 years  kjell   Last round of easy delinting.
[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.21   18 years  kjell   Last round of easy delinting.
[TXT] kbd.h  1.17   18 years  deraadt   greedy use of typedef struct was making code harder to read; ok kjell cloder
[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.37   18 years  deraadt   greedy use of typedef struct was making code harder to read; ok kjell cloder
[TXT] line.c  1.37   18 years  kjell   Clean up the ugly casted frees. In one case, this meant eliminating a nasty stru...
[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.49   18 years  otto   Fix a coredump occurring when the terminal is resized while mg is suspended. Pro...
[TXT] match.c  1.12   18 years  deraadt   greedy use of typedef struct was making code harder to read; ok kjell cloder
[TXT] mg.1  1.25   18 years  jmc   bit more consistency in the list of key bindings; ok kjell@
[TXT] modes.c  1.16   18 years  kjell   Last round of easy delinting.
[TXT] paragraph.c  1.13   18 years  deraadt   greedy use of typedef struct was making code harder to read; ok kjell cloder
[TXT] re_search.c  1.22   18 years  kjell   More name-clash delinting
[TXT] region.c  1.21   18 years  kjell   NULL != '\0'. Spotted by Han Boetes and a linux gcc.
[TXT] search.c  1.28   18 years  otto   Fix off by one ocurring if ^W immediate follows ^S; testing marc@; ok kjell@; PR...
[TXT] spawn.c  1.10   18 years  kjell   Add explicit public domain notices to all public domain files. ok millert@, dera...
[TXT] tty.c  1.26   18 years  otto   Fix a coredump occurring when the terminal is resized while mg is suspended. Pro...
[TXT] ttyio.c  1.29   18 years  kjell   More name-clash delinting
[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.38   18 years  kjell   Do some delinting of strl-type functions. Also, remove a superfluous word in the...
[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.21   18 years  otto   Fix a coredump occurring when the terminal is resized while mg is suspended. Pro...
[TXT] word.c  1.13   18 years  deraadt   greedy use of typedef struct was making code harder to read; ok kjell cloder
[TXT] yank.c  1.2   18 years  kjell   Clean up the ugly casted frees. In one case, this meant eliminating a nasty stru...
[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.17   18 years  kjell   Move kill-related commands to their own file. This will help move to a kill-ring...
[TXT] sysdef.h (in the Attic) [Hide]  1.13   18 years  kjell   Add explicit public domain notices to all public domain files. ok millert@, dera...
[TXT] theo.c (in the Attic) [Hide]  1.97   18 years  deraadt   greedy use of typedef struct was making code harder to read; ok kjell cloder
[TXT] ttydef.h (in the Attic) [Hide]  1.10   18 years  deraadt   GOSLING screen update always on, so #ifdef can go; ok kjell