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_3


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.19   17 years  kjell   Get rid of PREFIXREGION ifdef, since we always enable it anyway. no binary chang...
[TXT] README  1.6   17 years  miod   It's never too late to write "too late" correctly.
[TXT] autoexec.c  1.14   17 years  kjell   comment a function
[TXT] basic.c  1.28   17 years  kjell   Get rid of CVMVAS define. Originally to change pgforw/back parameter from pages ...
[TXT] buffer.c  1.67   16 years  kjell   Add a global-wd-mode command, which toggles between the current behavior (every ...
[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.100   16 years  kjell   Add a global-wd-mode command, which toggles between the current behavior (every ...
[TXT] dir.c  1.18   16 years  kjell   Add a global-wd-mode command, which toggles between the current behavior (every ...
[TXT] dired.c  1.43   16 years  gilles   use strcspn to properly overwrite '\n' in fgets returned buffer ok pyr@, ray@, ...
[TXT] display.c  1.35   16 years  kjell   Add a global-wd-mode command, which toggles between the current behavior (every ...
[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.50   17 years  martin   one more 'verses'->'versus' typo in comment
[TXT] file.c  1.64   17 years  kjell   Fix a bug where inserting a file resulted in an incorrect line-number count for ...
[TXT] fileio.c  1.81   16 years  martynas   typos; ok jmc@ sys/dev/pci/pciide.c from naddy@
[TXT] funmap.c  1.27   16 years  kjell   Add a global-wd-mode command, which toggles between the current behavior (every ...
[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.34   16 years  kjell   Add a global-wd-mode command, which toggles between the current behavior (every ...
[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.23   17 years  kjell   Eliminate BSMAP #ifdef (we didn't define it). This exposes bsmap-mode, which swa...
[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.44   17 years  kjell   Fix a bug where inserting a file resulted in an incorrect line-number count for ...
[TXT] macro.c  1.12   17 years  kjell   Indicate when macro recording is in progress on the modeline. (This should event...
[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.56   17 years  cloder   Remove useless -h option (if you don't know the synopsis, how do you know -h?). ...
[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.35   16 years  jmc   kill trailing whitespace;
[TXT] modes.c  1.16   18 years  kjell   Last round of easy delinting.
[TXT] paragraph.c  1.15   17 years  kjell   Fix a needless inversion of flag names; i.e. change them from the negative to th...
[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.25   17 years  kjell   Get rid of PREFIXREGION ifdef, since we always enable it anyway. no binary chang...
[TXT] search.c  1.35   17 years  kjell   Fix a problem with wrapped incremental searches. Basically, on wrap, the line po...
[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.32   16 years  reyk   prevent the "ttflush write failed" panic when resizing using a window manager th...
[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.44   16 years  kjell   I can't think of any good reason to inline this. Makes pcc happier, to boot.
[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.6   17 years  deraadt   spacing
[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.24   17 years  kjell   Fix a comment
[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.101   16 years  jasper   another quote
[TXT] ttydef.h (in the Attic) [Hide]  1.10   18 years  deraadt   GOSLING screen update always on, so #ifdef can go; ok kjell