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_5


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.22   15 years  sobrado   sort CFLAGS, SRCS and the list of compile-time options; while here, add some mis...
[TXT] README  1.7   15 years  tedu   update the readme a bit by deleting most of the irrelevant info, such as msdos s...
[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.68   15 years  kjell   Enable dirty buffer detection in mg. Emulate the emacs behavior: after suspend/r...
[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.6   15 years  sobrado   change the name displayed by the c-mode on the mode line to "c", as other modes ...
[TXT] def.h  1.108   15 years  kjell   Expose the undo commands as proper mg functions. This should have no functional ...
[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.69   15 years  kjell   Expose the undo commands as proper mg functions. This should have no functional ...
[TXT] fileio.c  1.82   15 years  kjell   Enable dirty buffer detection in mg. Emulate the emacs behavior: after suspend/r...
[TXT] funmap.c  1.32   15 years  kjell   Expose the undo commands as proper mg functions. This should have no functional ...
[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.43   15 years  kjell   add a C-c target, so we can use it as a prefix for keybindings. Now you can do s...
[TXT] line.c  1.46   15 years  kjell   Expose the undo commands as proper mg functions. This should have no functional ...
[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.42   15 years  sobrado   add a description for the recently added c-mode. ok jmc@
[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.17   15 years  kjell   Expose the undo commands as proper mg functions. This should have no functional ...
[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.27   15 years  kjell   Enable dirty buffer detection in mg. Emulate the emacs behavior: after suspend/r...
[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.30   15 years  kjell   Enable dirty buffer detection in mg. Emulate the emacs behavior: after suspend/r...
[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.47   15 years  kjell   Expose the undo commands as proper mg functions. This should have no functional ...
[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.15   15 years  kjell   Enable dirty buffer detection in mg. Emulate the emacs behavior: after suspend/r...
[TXT] yank.c  1.7   15 years  kjell   Expose the undo commands as proper mg functions. This should have no functional ...
[TXT] random.c (in the Attic) [Hide]  1.26   15 years  kjell   Expose the undo commands as proper mg functions. This should have no functional ...
[TXT] sysdef.h (in the Attic) [Hide]  1.16   15 years  kjell   Enable dirty buffer detection in mg. Emulate the emacs behavior: after suspend/r...
[TXT] theo.c (in the Attic) [Hide]  1.106   15 years  claudio   time to add a new one.
[TXT] ttydef.h (in the Attic) [Hide]  1.10   18 years  deraadt   GOSLING screen update always on, so #ifdef can go; ok kjell