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_3


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.12   21 years  vincent   add an "auto-execute" feature, that allows binding function calls to certain pa...
[TXT] README  1.4   22 years  mickey   typo; from Joseph Mallett <jmallett@xMach.org>
[TXT] autoexec.c  1.2   21 years  deraadt   knf
[TXT] basic.c  1.13   22 years  vincent   remove errno=0 assignments, we don't need these with Hakan's code
[TXT] buffer.c  1.30   21 years  vincent   use vasprintf() instead of vsnprintf + malloc + vsnprintf hack;idea from deraadt...
[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.45   21 years  deraadt   support +number; rewritten from buggy code by mjc@bitz.ca, vincent ok
[TXT] dir.c  1.9   21 years  vincent   KNF + ansi; from zyrnix (only the easy part of his diffs)
[TXT] dired.c  1.10   22 years  vincent   * Move to ANSI function definitions. * Add a whole lot of consts where I tho...
[TXT] display.c  1.19   21 years  vincent   typo in comment.
[TXT] echo.c  1.25   21 years  deraadt   knf
[TXT] extend.c  1.29   21 years  vincent   rename realocmap to reallocmap, plus some style. ok art@
[TXT] file.c  1.24   21 years  deraadt   support +number; rewritten from buggy code by mjc@bitz.ca, vincent ok
[TXT] fileio.c  1.34   21 years  deraadt   knf
[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.7   21 years  vincent   replace the ugly and buggy adjustname function by a simple one using simple API...
[TXT] help.c  1.20   21 years  deraadt   knf
[TXT] kbd.c  1.14   21 years  vincent   KNF + ansi; from zyrnix (only the easy part of his diffs)
[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.3   23 years  niklas   $OpenBSD$
[TXT] keymap.c  1.26   21 years  deraadt   bind ^Xg to gotoline by default
[TXT] line.c  1.17   21 years  vincent   KNF + ansi; from zyrnix (only the easy part of his diffs)
[TXT] macro.c  1.6   21 years  vincent   KNF + ansi; from zyrnix (only the easy part of his diffs)
[TXT] macro.h  1.4   22 years  mickey   spaces
[TXT] main.c  1.23   21 years  deraadt   support +number; rewritten from buggy code by mjc@bitz.ca, vincent ok
[TXT] match.c  1.8   22 years  millert   Part one of userland __P removal. Done with a simple regexp with some minor han...
[TXT] mg.1  1.16   21 years  deraadt   support +number; rewritten from buggy code by mjc@bitz.ca, vincent ok
[TXT] modes.c  1.8   21 years  vincent   KNF + ansi; from zyrnix (only the easy part of his diffs)
[TXT] paragraph.c  1.7   22 years  deraadt   some KNF
[TXT] re_search.c  1.11   22 years  millert   Part one of userland __P removal. Done with a simple regexp with some minor han...
[TXT] region.c  1.11   21 years  deraadt   knf
[TXT] search.c  1.9   22 years  millert   Part one of userland __P removal. Done with a simple regexp with some minor han...
[TXT] spawn.c  1.7   22 years  mickey   spaces
[TXT] tty.c  1.19   21 years  art   ANSIfication uncovers function argument bugs. How unusual.
[TXT] ttyio.c  1.23   21 years  vincent   KNF
[TXT] ttykbd.c  1.10   22 years  deraadt   remove a wrapper around getenv()
[TXT] tutorial  1.2   22 years  mickey   spaces
[TXT] undo.c  1.14   21 years  vincent   don't add undo records when we open a file, only when we insert it. ok deraadt@...
[TXT] version.c  1.5   22 years  mickey   version string is constant
[TXT] window.c  1.10   22 years  deraadt   do not print "New size..." -- other emacs do not bother
[TXT] word.c  1.7   21 years  vincent   Add a few missing tests for BFREADONLY. ok art@
[TXT] random.c (in the Attic) [Hide]  1.8   21 years  vincent   fix segfault when using just-one-space on an empty line; from dkm_holdings@hotma...
[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.47   21 years  grange   another
[TXT] ttydef.h (in the Attic) [Hide]  1.6   22 years  deraadt   signal-safe window size changing