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_4


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.21   15 years  kjell   Remove mail-mode. It was a buggy reimplementation of auto-fill-mode. If you use ...
[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.29   15 years  kjell   Add a clear-mark function. Use it to clear the region it is copied (M-w), or yan...
[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] cmode.c  1.4   15 years  kjell   Add compile (c-C c-P) to the c-mode keymap (export from grep.c) Also, attempt to...
[TXT] def.h  1.106   15 years  kjell   Add compile (c-C c-P) to the c-mode keymap (export from grep.c) Also, attempt to...
[TXT] dir.c  1.19   15 years  kjell   One more "//" instead of "/" case. Hidden in a getcwd. Noted, ok otto@
[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.36   15 years  kjell   Use getcolpos to compute column. doto does not account for tabs
[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.67   15 years  kjell   Don't free the buffer name until after you call adjustname. Fixes a segfault tha...
[TXT] fileio.c  1.81   16 years  martynas   typos; ok jmc@ sys/dev/pci/pciide.c from naddy@
[TXT] funmap.c  1.31   15 years  kjell   We do not need a whole MODE for blinking one character. both emacsen automatica...
[TXT] funmap.h  1.7   15 years  kjell   Remove copyright notices and put these files back into the public domain. ok art...
[TXT] grep.c  1.36   15 years  kjell   Add compile (c-C c-P) to the c-mode keymap (export from grep.c) Also, attempt to...
[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.24   15 years  kjell   unf*ck undo. No seriously. Reposition the cursor to the start of the redo positi...
[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.42   15 years  kjell   We do not need a whole MODE for blinking one character. both emacsen automatica...
[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.13   15 years  kjell   Fix obvious off-by-one in macro loop. From Marc Butler via debian
[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.60   15 years  kjell   Remove mail-mode. It was a buggy reimplementation of auto-fill-mode. If you use ...
[TXT] match.c  1.15   15 years  kjell   We do not need a whole MODE for blinking one character. both emacsen automatica...
[TXT] mg.1  1.40   15 years  sobrado   documentation tweaks.
[TXT] modes.c  1.18   15 years  kjell   We do not need a whole MODE for blinking one character. both emacsen automatica...
[TXT] paragraph.c  1.16   15 years  kjell   Make set-fill-column interactive (and scriptable in a startup file) This replace...
[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.26   15 years  kjell   Add a clear-mark function. Use it to clear the region it is copied (M-w), or yan...
[TXT] search.c  1.36   15 years  kjell   incremental search isn't allowed in macros, so if your fingers automatically go ...
[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.29   15 years  tobias   Let curses handle the setup of terminal instead of doing it on our own and leavi...
[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.5   15 years  kjell   Replace GNU tutorial with public domain one, written from scratch by Mayukh Bose...
[TXT] undo.c  1.46   15 years  kjell   unf*ck undo. No seriously. Reposition the cursor to the start of the redo positi...
[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] random.c (in the Attic) [Hide]  1.25   15 years  kjell   Add delete-leading-space, delete-trailing-space, indent-current-line utility fun...
[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.105   15 years  claudio   could not resist. OK ok buddy henning
[TXT] ttydef.h (in the Attic) [Hide]  1.10   18 years  deraadt   GOSLING screen update always on, so #ifdef can go; ok kjell