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_5_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.13   21 years  vincent   add a mail-mode, to do automatic line-wrapping. (at the same time, change the c...
[TXT] README  1.4   22 years  mickey   typo; from Joseph Mallett <jmallett@xMach.org>
[TXT] autoexec.c  1.3   20 years  vincent   canonical realloc ok tedu henning
[TXT] basic.c  1.15   20 years  deraadt   do not += snprintf; andrushock@korovino.net
[TXT] buffer.c  1.33   20 years  vincent   make undo records per MGWIN, not per BUFFER...
[TXT] chrdef.h  1.5   22 years  deraadt   always define CHARMASK
[TXT] cinfo.c  1.10   21 years  vincent   KNF + ansi; from zyrnix (only the easy part of his diffs)
[TXT] def.h  1.54   20 years  vincent   make mail-mode more intelligent on middle-of-line insertions, and add a comment ...
[TXT] dir.c  1.10   20 years  vincent   don't panic if we can't getcwd() initially, just chdir("/") spotted by and ok h...
[TXT] dired.c  1.13   20 years  deraadt   spacing
[TXT] display.c  1.20   20 years  vincent   make dired work more like emacs. (well, make it _work_, and then add a bunch of ...
[TXT] echo.c  1.27   20 years  vincent   support format `%p' to print pointers in eformat()
[TXT] extend.c  1.30   20 years  vincent   fix leak on realloc failure ok henning tedu
[TXT] file.c  1.28   20 years  vincent   fix the undo record size for insert-file so we do not get an extra byte
[TXT] fileio.c  1.40   20 years  vincent   read(2) returns ssize_t, not size_t. spotted by Andrey Matveev.
[TXT] funmap.c  1.9   21 years  vincent   add an "auto-execute" feature, that allows binding function calls to certain pa...
[TXT] funmap.h  1.3   22 years  vincent   * Move to ANSI function definitions. * Add a whole lot of consts where I tho...
[TXT] grep.c  1.10   20 years  vincent   fix an early free that made compile-goto-error work only from time to time
[TXT] help.c  1.20   21 years  deraadt   knf
[TXT] kbd.c  1.15   20 years  vincent   remove old precompiler weirdness that is not really needed...
[TXT] kbd.h  1.14   22 years  vincent   * Move to ANSI function definitions. * Add a whole lot of consts where I tho...
[TXT] key.h  1.4   20 years  vincent   remove old precompiler weirdness that is not really needed...
[TXT] keymap.c  1.26   21 years  deraadt   bind ^Xg to gotoline by default
[TXT] line.c  1.20   20 years  vincent   make mail-mode more intelligent on middle-of-line insertions, and add a comment ...
[TXT] macro.c  1.7   20 years  vincent   remove old precompiler weirdness that is not really needed...
[TXT] macro.h  1.5   20 years  vincent   remove old precompiler weirdness that is not really needed...
[TXT] main.c  1.29   20 years  vincent   be just like gnu emacs when more than 2 files are specified on the command line:...
[TXT] match.c  1.9   21 years  cloder   Finish KNF of prototypes. That should be all of them. OK vincent@
[TXT] mg.1  1.19   20 years  jmc   escape punctuation; ok deraadt@
[TXT] modes.c  1.8   21 years  vincent   KNF + ansi; from zyrnix (only the easy part of his diffs)
[TXT] paragraph.c  1.9   20 years  avsm   dont compare int to NULL, millert@ ok
[TXT] re_search.c  1.12   21 years  cloder   Finish KNF of prototypes. That should be all of them. OK vincent@
[TXT] region.c  1.13   20 years  vincent   proper test for circular list traversal, and nul-terminate strings for safety.
[TXT] search.c  1.10   21 years  cloder   Finish KNF of prototypes. That should be all of them. OK vincent@
[TXT] spawn.c  1.8   21 years  cloder   Finish KNF of prototypes. That should be all of them. OK vincent@
[TXT] tty.c  1.20   20 years  deraadt   mostly ansi cleanup; pval ok
[TXT] ttyio.c  1.25   20 years  vincent   fix sign extension bug that broke meta key support from sra@hactrn.net
[TXT] ttykbd.c  1.11   21 years  cloder   Finish KNF of prototypes. That should be all of them. OK vincent@
[TXT] tutorial  1.2   23 years  mickey   spaces
[TXT] undo.c  1.24   20 years  vincent   shorter function names
[TXT] version.c  1.7   20 years  art   some string formats. vincent@ ok
[TXT] window.c  1.15   20 years  vincent   make mail-mode more intelligent on middle-of-line insertions, and add a comment ...
[TXT] word.c  1.8   21 years  cloder   Finish KNF of prototypes. That should be all of them. OK vincent@
[TXT] mail.c (in the Attic) [Hide]  1.3   20 years  vincent   make mail-mode more intelligent on middle-of-line insertions, and add a comment ...
[TXT] random.c (in the Attic) [Hide]  1.10   21 years  cloder   Finish KNF of prototypes. That should be all of them. OK vincent@
[TXT] sysdef.h (in the Attic) [Hide]  1.11   22 years  deraadt   remove a wrapper around getenv()
[TXT] theo.c (in the Attic) [Hide]  1.60   20 years  mickey   one more
[TXT] ttydef.h (in the Attic) [Hide]  1.6   22 years  deraadt   signal-safe window size changing